@charset "utf-8";
/* CSS Document */

body {
	margin:0px; 
	padding:0px;
	background-color:#008199;
	background-image:url(../images/layout/bg_tile.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}

h1, h2, h3, h4, h5, p {
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
h1 {
	font-size:1.9em;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.2em;
}
p {
	font-size:1em;
	}
a {
	color:#008DA8;
	text-decoration:none;
}
a:hover, a:active { color:#026C86; }

#wrapper {
	background-image:url(../images/layout/bg_wrapper.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:20px 10px 10px;
}

#page {
	width:920px;
	margin:0px auto;
}
/*----------------------------------------------------------*/
#header {
	background-image:url(../images/layout/bg_header.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:155px;
	padding-top:1px;
}
#header .txt{
	padding:42px 20px 0px;
}
#header #logo {
	float:left;
	width:300px;
}
#header #logo h1{
	margin:0px;
	padding:0px;
}
#header #nav {
	float:right;
	color:#008DA8;
	font-size:14px;
	padding-top:20px;
	}
#header #nav a{
	color:#008DA8;
	text-transform:uppercase;
	text-decoration:none;
	margin-left:15px;
}
#header #nav a:hover,  #nav #header a:active { 
	color:#026C86;
}

/*----------------------------------------------------------*/
#content {
	background-image:url(../images/layout/bg_content.png);
	background-repeat:repeat-y;
	background-position:top center;
	padding-top:10px;
	padding-bottom:5px;
}
#content .text_area{
	margin:0px 20px 0px 25px;
}
#content h1{
	font-family:"Arial Narrow", Arial, sans-serif;
}
#left_col {
	float:left;
	width:630px;
	
}
/*-- HOME -----------------------------------------------------------*/
.intro {
	font-size:1.15em;
	}
.quote {
	font-size:17px;
	color:#666666;
	text-align:center;
	}
.people_les {
	float:left;
	width:160px;
	margin-left:70px;
}
.people_lisa{
	float:left;
	width:340px;
	margin-left:20px;
}
.name {
	font-size:13px;
	}
/*-- SERVICES -------------------------------------------------------*/
.col_F {
	float:left;
	width:270px;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:15px;
}
.col_T {
	float:right;
	width:270px;
	margin-right:20px;
	padding-top:10px;
}
.downloads {
	clear:both;
	background-image:url(../images/download_icon.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:65px;
}
.downloads h4 {
	margin-bottom:5px;
	}
.downloads ul {
	margin-left:15px;
	margin-top:0px;
	padding-top:0px;
}
.fileSize {
	color:#999999;
	font-size:11px;
	}
.note {
	font-size:10px;
	color:#666666;
	padding-top:5px;
	text-indent:-10px;
	margin-left:10px;
	}
/*-- CONTACT -------------------------------------------------------*/

.details {
	float:left;
	width:210px;
	margin-left:10px;
	padding-top:20px;
}
.label {
	display:inline-block;
	float:left;
	clear:left;
	width:20px;
	color:#666666;
	}
.google_map {
	float:right;
	width:390px;
	font-size:10px;
}
.google_map iframe {
	border:2px solid #008099;
	}

/*------------------------------------------------------------------*/
#side_panel {
	background-image:url(../images/layout/grey_box_bg.gif);
	background-position:right center;
	background-repeat:no-repeat;
	background-color:#4D4D4D;
	width:220px;
	float:right;
	line-height:normal;
}
#side_panel .txt{
	padding:10px 10px 5px;
	color:#F0F0F0;
}
#side_panel h2 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:normal;
	font-style:italic;
	font-size:19px;
	margin-bottom:5px;
}
#side_panel h3 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:normal;
	font-size:18px;
	margin-bottom:8px;
	padding-top:20px;
}
#side_panel a {
	color:#FFFFFF;
	}
#side_panel a:hover, #side_panel a:active {
	text-decoration:underline;
	}
#side_panel .label {
	display:inline-block;
	float:left;
	clear:left;
	width:20px;
	color:#CCCCCC;
	}
/*----------------------------------------------------------*/
#footer {
	background-image:url(../images/layout/bg_footer.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:100px;
	padding-top:1px;
}
#footer .txt{
	padding:15px 20px;
	color:#D7EBFF;
	font-size:10px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

.siteby {
	float:right;
	width:100px;
	}
