/*____ Body ____*/
* { padding: 0; margin: 0; }

body {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 18px;
 background: #FFF;
 color: #333;
}
/*____ Layout____*/
#wrapper {
 margin: 0 auto;
 width: 900px;
 background-color: #B7CFCF;
}
#topBar {
 background: #FFF;
 width: 900px;
 padding: 30px 0px 0px 0px;
 color: #999;
}
#headTop {
 background: #FFF;
 background-image: url("../images/bg_top.jpg");
 background-repeat: repeat-x;
 text-align: right;
 width: 900px;
 height: 43px;
}
#headCap {
 background: #9FC6C5;
 height: 5px;
 width: 900px;
 padding: 0px 0px 0px 0px;
}
#header {
 width: 880px;
 background: #FFF;
 background-image: url("../images/bg_head.jpg");
 background-repeat: no-repeat;
 background-position: right;
 margin: 0px 0px 0px 0px;
 padding: 20px 0px 0px 20px;
 height: 130px;
}
#menuBar {
 background:#317A85;
 background-image: url("../images/bg_menu.jpg");
 background-repeat: repeat-x;
 height: 30px;
 width: 865px;
 padding: 0px 10px 0px 25px;
 margin: 0px 0px 0px 0px;
 text-align: left;
 color: #FFF;
}
#content {
 position: relative;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 900px;
 min-height: 466px;
 background: #B7CFCF;
 bottom: 0;
}
.contentLeft {
 background: #8EA0A0;
 background-image: url("../images/water_mark.jpg");
 background-repeat: no-repeat;
 float: left;
 width: 630px;
 min-height: 420px;
 margin: 0px 0px 0px 0px;
 padding: 25px 25px;
 text-align: justify;
 color: #FFF;
}
.contentLeft_0pad {
 background: #8EA0A0;
 background-image: url("../images/water_mark.jpg");
 background-repeat: no-repeat;
 float: left;
 width: 655px;
 min-height: 420px;
 margin: 0px 0px 0px 0px;
 padding: 25px 0px 25px 25px;
 text-align: justify;
 color: #FFF;
}
.contentRight {
 position: relative;
 background: #B7CFCF;
 background-image: url("../images/bg_right.jpg");
 background-repeat: repeat-x;
 float: left;
 width: 170px;
 margin: 0px 0px 0px 0px;
 padding: 25px 25px;
 text-align: justify;
 min-height: 410px;
 color: #666;
}
#footer {
 width: 900px;
 clear: both;
 color: #E4EAEA;
 background: #849696;
 background-image: url(../images/bg_footer.jpg);
 background-repeat: repeat-x;
 margin: 0px 0px 0px 0px;
 padding: 5px 0px 0px 0px;
 text-align: center;
 font-size: 10px;
 height: 25px; 
}
p {
 margin-bottom: 18px;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 11px;
}
.number {
 color: #EEE;
 font-size: 18px;
 font-weight: normal;
 padding: 13px 25px 0px 0px;
 font-family: Arial, Helvetica, sans-serif;
}
#footer p {
 margin-bottom: 5px;
 font-size: 10px;
 color: #E4EAEA;
}
h1 {
 font-size: 25px;
 margin-bottom: 20px;
 color: #FFF;
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
}
h2 {
 font-size: 15px;
 color: #666;
 font-weight: normal;
 margin-bottom: 20px;
 font-family: Arial, Helvetica, sans-serif;
}
#topBar a, a:visited {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 color: #999;
 text-decoration: none;
 font-weight: normal;
}
a, a:visited {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 color: #D5E163;
 text-decoration: none;
 font-weight: bold;
}
a:hover {
 text-decoration: none;
}
ul {
 padding-left: 25px;
}
.coName {
 color: #D5E163;
 font-weight: bold;
 margin-bottom: 5px;
 font-size: 12px;
}
.subHeading {
 font-weight: bold;
 font-size: 13px;
 font-style: italic;
 color: #EEE;
}
.quote {
 font-weight: bold;
 text-align: left;	
}
.name {
 font-weight: normal;
 font-style: italic;
 color: #999;	
}
.conForm input[type=text], textarea {
 padding: 3px;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 color: #333;
 font-size: 11px;
 background-color: #E3E9E9;
}
#scroller {
 max-height: 410px;
 overflow: auto;
 padding-right:25px;
}