/* Basics CSS*/

object {outline: none;}
html, body {height: 100.1%;}
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	color: #282828;
	background:#259682;
	padding:0;
	font: 0.9em/1.2 Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #1D7465;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #000;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}
h3 {
 font-size: 1.1em;
}

#outer {
	width: 960px;
	margin: 0 auto;
	background: #e0fefb url(../images/bg.gif) repeat-y;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
 }

#hdr {
 padding-top: 177px;
 background: #fff url(../images/headerlogo.png) no-repeat;
 }

#nav {
	float:left;
	width:210px;
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 30px;
}

#cont {
	float: right;
	width:675px;
	padding-right: 20px;
	padding-left: 10px;

 }
#cont a:link, #cont a:visited, #cont a:active {
color: #1D7465;
text-decoration: underline;
}
#cont a:hover {
text-decoration: none;
color: #000;
}
#cont h2 {
 color: #1D7465;
}
#cont h3 {
	color: #367C70;
	font-style: italic;
}

#ftr {
	clear: both;
	color: #333;
	background:#B8EDE7;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #ccc;
	margin: 1em 0 0;
	height: 50px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #259682;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #000;
}

.imgLeft
{ float: left; 
  padding: 0px 15px 10px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 10px 15px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 15px 10px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 10px 15px;
  border: 1px solid #000000;
}
.clear {
	clear: both;
}
.hdrBlue1 {
	color: #FFF;
	background: #366DB0;
	text-align: center;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 16px;
	border-top: 1px solid #275081;
	border-right: 1px solid #275081;
	border-left: 1px solid #275081;
}
.boxBlue1 {
	background: #ABEBE0;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
	border: 1px solid #259682;
	margin-bottom: 5px;
}

.boxBlue2 {
	color: #1D7465;
	background: #366DB0;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 16px;
	background: url(../images/bg-box2.png) repeat-y;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #86DDCE;
}
.txtBigGrey {
	color: #333;
	padding: 10px 15px;
	margin-top: 10px;
	background: #FFF;
	border: 1px solid #2B9A86;
}
.txtAqua {
	font-weight: bold;
	color: #259682;
}
.testimonials {
	font-style: italic;
	font-size: 14px;
}
.boxTestimonials {
	font-weight: bold;
	color: #C60;
	padding-left: 70px;
	border-bottom: 1px dashed #C60;
	font-style: italic;
	background: url(../images/testimonials-02.png) no-repeat left top;
	height: 80px;
	position: relative;
	font-size: 18px;
}
.boxTestimonials p {
	bottom:0;position:absolute;
}
.boxTestimonials360 {
	font-weight: bold;
	color: #C60;
	padding-left: 70px;
	width: 300px;
	border-bottom: 1px dashed #C60;
	font-style: italic;
	background: url(../images/testimonials-02.png) no-repeat left top;
	height: 80px;
	position: relative;
	font-size: 18px;
}
.boxTestimonials360 p {
	bottom:0;position:absolute;
}
.txtBigGrey hr {border: none 0;
border-top: 1px dashed #C60;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 
.txtBiggerGrey {
	font-size: 24px;
	font-weight: bold;
	color: #999;
}
.hdrAqua {
	font-size: 24px;
	font-weight: bold;
	color: #259682;
	background: #FFF;
	border: 1px solid #259682;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top: 5px;
	font-style: italic;
}
