/*----------------------------------------------------------------
Basic Style Sheet

version: 1.1 (July, 09)
author: TISHON
email: hello@tishon.com
website: http://www.mylittlebubble.me
------------------------------------------------------------------*/

/* Layout
------------------------------------------------------------------*/
* {
	padding:0;
	margin:0;
}
body {
	background-color:#4ebfeb;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight:lighter;
	font-size:9pt;
	color:#797979;
	line-height:24px;
}
#contentContainer {
	position: relative;
	width:970px;
	left:0px;
	top:0px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
}
#header {
	position: relative;
	height:127px;
	width:970px;
	background-color:#FFF;
}
a {
	outline:0;
}
#main_content{
	position:relative;
	float:left;
	margin:23px 0px 20px 116px;
	width:470px;
	background-color:#FFF;
}
#nav {
	position:relative;
	float:left;
	font-family:Georgia, Times, Serif;
	font-style:italic;
	font-weight:100;
	font-size:12pt;
	top:23px;
	left:75px;
	width:150px;
	color:#000;
	background-color:#FFF;
}
#nav a {
	text-decoration:none;
	color:#000;
	outline:0;
}
#nav a:hover {
	text-decoration:none;
	color:#666666;
	outline:0;
}
.selected{
	color:#666666 !important;
}
a {
	text-decoration:none;
	color:#4ebfeb;
	outline:0;
}
a:hover {
	text-decoration:none;
	color:#4ebfeb;
	outline:0;
}

#content {
	position:relative;
	margin:0px auto 0px auto;
	width:970px;
	background-color:#FFFFFF;
	overflow:hidden;
  	/*border-left:1px solid #4ebfeb; */
	/* border-right:1px solid #4ebfeb; */
}
#footer {
	position:relative;
	float:left;
	font-size:9pt;
	text-align:center;
	margin:0px 0px 0px 0px;
	height:60px;
	width:970px;
	background-color:#FFF;
	border-top:thin dotted #4ebfeb;
}
#footer p{
	position:relative;
	padding-top:9px;
	color:#4ebfeb;
}
#footer a {
	text-decoration:none;
	color:#4ebfeb;
	outline:0;
}
#footer a:hover {
	text-decoration:underline;
	color:#4ebfeb;
	outline:0;
}
.center {
	padding-top:22px;
	line-height:18px;
}
.right {
	position:relative;
	float:left;
	margin:23px 0px 0px 35px;
	width:150px;
	line-height:18px;
}
.right p{
	font-family:georgia, times, serif;
	font-size:9pt;
	font-style:italic;
	font-weight:200;
	color:#4ebfeb;
	padding-top:3px;
	padding-left:7px;
}
.testimonial {
	height:150px;
	width:655px;
	padding-top:0px;
	line-height:18px;
}
.test {
	position:relative;
	float:left;
	min-height:150px;
	width:445px;
	line-height:22px;
	padding-bottom:30px;
	display: block;
}
.testpic {
	position:relative;
	padding-right:30px;
	float:left;
	height:150px;
	width:123px;
}
h1 {
	font-family:georgia, times, serif;
	font-size:13pt;
	font-style:normal;
	font-weight:200;
	color:#4ebfeb;
}
h2 {
	font-family:georgia, times, serif;
	font-size:13pt;
	font-style:normal;
	font-weight:200;
}
h3 {
font-family: verdana, arial, helvetica, sans-serif;
	font-weight:lighter;
	font-style:italic;
	font-size:9pt;
	color:#4ebfeb;
}
h4 {
	font-family:georgia, times, serif;
	font-size:9.25pt;
	font-style:italic;
	font-weight:200;
}
h5 {
font-family: verdana, arial, helvetica, sans-serif;
	font-weight:lighter;
	font-style:italic;
	font-size:9pt;
}
ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
li {
background-image:url(/images/block.png);
background-repeat:no-repeat;
background-position:0px 5px; 
padding-left:14px;
}
.ital9 {
	font-family:georgia, times, serif;
	font-size:9.25pt;
	font-style:italic;
	font-weight:200;
}