
body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font:100% Georgia, "Times New Roman", Times, serif;
	/*background:#f6f6f6;*/
	background: #1b7a87;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #050505;
	background:#1b7a87 url(../_images/tile-1.gif) repeat fixed;
	
}

#container {
	width: 840px;
	background:#f6f6f6;
	margin: 0 auto;
	text-align: left;	
}


#container.contacts{
	/*background:none;*/
	background-image:url(../_images/lobby-bg.png);
	background-position:410px 160px;
	background-repeat:no-repeat;
}


#header {
	background:#f6f6f6;
	padding: 0 10px 0 20px;
}

#header h1 {
	margin: 0;
	padding: 10px 0;
}


#header-text { 
        width:545px; 
        padding-left:30px;
        padding-bottom:1px; 
        padding-top:15px; 
        float:left;
		}

#logo {
	width:225px;
	float:left;
	padding:8px 0;
	background-color:#f6f6f6;
	}
	
#logo a:link, #logo a:visited, #logo a:hover {background-color:#f6f6f6;}	

#mainContent {
	padding: 10px 0;
	margin: 0 0 30px 44px;
	/*background:#f6f6f6;*/
	width:545px;
	float:left;
}

#mainContentFull {
	padding: 10px 0;
	margin: 0 0 30px 44px;
/*background:#f6f6f6;*/
	width:785px;
	float:left;
}

#mainContentBio {
	padding: 10px 0;
	margin: 0 0 30px 44px;
/*background:#f6f6f6;*/
	width:745px;
	float:left;
}

#mainContentBio p {
	padding:8px 0;
	}

#mainContent.img-right {float:right; padding:10px 0;}

#mainContentBio ul.bullets { list-style-type:disc; list-style-position:inside;}




#mainContent p, #mainContentFull p, #mainContentBio p, ul {
	font-size:.85em;
	line-height:170%;
}


h1, h2, h3 { 
/*color:#4f5870;*/ 
color:#1b7a87;
font-weight:bold; 
}

h1 {font-size: 1.25em; padding:10px 0 5px 0;}
h2 {font-size: 1em; padding:15px 0 2px 0;}
h3 {font-size: .90em; padding:15px 0 2px 0;}

.ital { font-style:italic;}


#rightCol {
	width:220px;
	float:right;
/*	background:#f6f6f6;*/
	/*border-left:1px solid #b4b4b4;*/
	/*border-left:1px solid #737e9d; dk blu*/
	border-left:1px solid #00dbe1;/*light teal*/
	padding-top:12px;
}

#rightCol p {
	font-size:.80em;
	line-height:135%;
	margin-left:12px;
	margin-right:18px;
}

#rightCol h3 {
	font-weight:bold;
	font-size:.9em;
	margin-left:12px;
}

.right-col-list p {
	margin-top:3px;
	margin-bottom:9px;
}


.quote-box {
	width:260px;
	float:right;
	margin:12px;
	
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border: 1px solid #FFFFFF;
	
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top, #e4e4e4 0%, #b3b3b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#b3b3b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4e4e4 0%,#b3b3b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4e4e4 0%,#b3b3b3 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e4e4e4 0%,#b3b3b3 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#b3b3b3',GradientType=0 ); /* IE6-9 */
	}

p.center {text-align:center;}
p.bold, .bold {font-weight:bold;}


.shad /* for text only */ {
	text-shadow: 2px 2px 2px #959595;
	}

.shadow {
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}

.shadow-inset {
	-moz-box-shadow:inset 0 0 10px #3e3e3e;
	-webkit-box-shadow:inset 0 0 10px #3e3e3e;
	box-shadow:inset 0 0 10px #3e3e3e;
}

#footer { 
width:800px;
margin-left:10px;
padding: 0 10px;
	/*background:url(_images/tile_b3.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#b4b4b4;*/
background: #aeaeae url(../_images/tile_b3.png) repeat-x top;
	margin-bottom:35px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	clear:both;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	font-size:85%;
	line-height:155%;
	color:black;
}

.img-left {
	float:left;
	border:0;
	margin-right:12px;
}

.img-right {
	float:right;
	border:0;
	margin-left:12px;
}


/* ------------- LINKS --------------*/


.inline-list ul li {
	display:inline;
	/*border-bottom:1px solid #4f5870;
	border-left:1px solid #737e9d; dk blu*/
	border-left:1px solid #00dbe1;/*light blu*/
}

a:link {
	color:#1b7a87;
	/*	color:#7676aa;*/
	
	text-decoration:underline;
}

a:visited {
	color:#1b7a87;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	color:#fff;
	background-color:#36a9aa;
	text-decoration:none;
}

#footer a:link {
	color:#003;
	text-decoration:underline;
}

#footer a:visited {
	color:#003;
	text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color:#fff;
	background-color:#36a9aa;
	text-decoration:none;
}


/* ----------clearit------------- 

.clearit {
	clear: both;
	height: 0;
	overflow: hidden;
	}
*/
/* ----------clearfix------------- */

/*.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.clearfix {
	display: inline-block;
}



html[xmlns] .clearfix {
	display: block;
}



* html .clearfix {
	height: 1%;
}
 -------end clearfix ----------- */



#mainContentFull .address-block {
	width:560px; 
	/*border-bottom:1px solid #737e9d; dk blu*/
	/*border-bottom:1px solid #a5abd5;light blu*/
	border-bottom:1px solid #00dbe1; /* light teal */
	padding:10px 0; 
	margin-bottom:22px;
	margin-left:120px;
}
 
.address-block {
	width:560px; 
	border-bottom:1px solid #00dbe1;
	padding:10px 0; 
	margin-bottom:22px;
}
				
.address1 {
	width:270px;
	float:right;
}

.address2 {
width:270px;
float:left;

border-left:1px solid #00dbe1;
}
 
 
 /* -------------- TABLES ------------- */
 
#mainContentFull table.contact {
	width:500px;margin-left:140px;}



table.contact {
	 width:530px;
	 margin-bottom:33px;
 }
 
 
 table.contact tr {
/*	border-bottom:1px solid #737e9d;*/
	border-bottom:1px solid #00dbe1;/*light blu*/
	 text-indent:24px;
	 }
	 
 table.contact td, table.contact th {	 
	 padding:4px 0;
	 }
	 
table.contact tr.oddx {
	background-color: #ffffff;
	}