@charset "utf-8";
/* 
	(c) 2009 Cactus Software / Carsten Lampe
	http://www.cactus.net.nz
*/

/* CSS Reset **************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn, strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
/* CSS Reset End ************* */

html { background: #9BB4B0; } /*#a8967d*/
body { font:10pt Arial, Helvetica, sans-serif; line-height:15pt; background: url(../images/bodybg2.jpg) repeat-x top center; }
strong { font-weight:bold;  }
em { font-style:italic; }
p { margin:0 0 10px 0; }
p strong { color:#000; } /* #2B74AF */
h1 { font-size:16pt; margin:0 0 10px 0; color:#2B74AF; }
h2 { font-size:15pt; margin:0 0 10px 0; clear:left;  }
.headline { border-bottom:1px solid #D1D9DF; width:100%; margin:30px 0 10px 0; clear:both; height:25px; }
	.headline h2 { background:#D1D9DF; margin:0; padding:0 15px 0 5px; float:left; clear:both;  font-size:11pt; line-height:25px; }
h3 { font-size:10pt; margin:0 0 0 0; font-weight:bold; }

a         { color:#2c96ef; text-decoration:none; }
a:visited { }
a:hover   { text-decoration:underline; }
a:active  { }
blockquote { }

fieldset { border:1px solid #ccc; }
legend { }
.hr { margin:20px 0 20px 0; clear:both; border-bottom:1px solid #CCC; height:1px; line-height:1px;}

ul.check li { background:url(../images/checkmark.jpg) no-repeat left center; padding:0 0 0 35px; line-height:30px; }
ul.details li { list-style:square; margin:0 0 0 15px; }
ul.links li   { list-style:none; background:url(../images/bullet-extlink.gif) no-repeat left top; margin:0 0 0 0; padding:0 0 0 20px; line-height:20px; }

.blu { color:#2B74AF; }
.thumb { float:left; width:220px; height:115px; padding:5px; border:1px solid #A4AFAD; margin:0 10px 10px 0; }
.visit { background:url(../images/bullet-extlink.gif) no-repeat left center; padding:0 0 0 20px; line-height:20px; float:left; }

#container { width:950px; margin:0 auto; }
	#header { height:125px; background: url(../images/headerbg2.jpg) no-repeat top center; }
		
		#tagline { padding:0 0 0 150px; }
			#tagline h3 { font-size:11pt; margin:0; padding:0; }
	
		#navigation { padding:20px 0 0 0; }
			#navigation ul li           { line-height:25px; height:25px; float:left; font-size:11pt; color:#fff; } 
			#navigation ul li a         { line-height:25px; height:25px; padding:0 10px 0 10px; margin:0 3px 0 0; float:left; font-size:11pt; color:#fff; text-decoration:none; background:url(../images/tabbg_off2.jpg) repeat-x top left; white-space:nowrap; }
			#navigation ul li#home a    { padding:0 12px 0 12px; }
			#navigation ul li#last a    { margin:0; padding:0 15px 0 16px; }
			#navigation ul li a:visited { }
			#navigation ul li#home a:hover  { padding:0 11px 0 11px; }
			#navigation ul li#last a:hover  { padding:0 14px 0 15px; }
			#navigation ul li a:hover       { line-height:24px; height:24px; padding:0 9px 0 9px; color:#008000; background:url(../images/tabbg_on2.jpg) repeat-x top left; border-left:1px solid #83AFA6; border-right:1px solid #83AFA6; border-top:1px solid #83AFA6; }
			#navigation ul li a:active      { }
			#navigation ul li.active a      { color:#008000; background:url(../images/tabbg_on2.jpg) repeat-x top left; border-left:1px solid #83AFA6; border-right:1px solid #83AFA6; border-top:1px solid #83AFA6; }
			#navigation ul li.active a:hover { padding:0 10px 0 10px; } 
			#navigation ul li#home.active a { line-height:24px; height:24px; padding:0 12px 0 12px; color:#233F39; background:url(../images/tabbg_on2.jpg) repeat-x top left; border-left:1px solid #83AFA6; border-right:1px solid #83AFA6; border-top:1px solid #83AFA6; }
	
	#content { background:#fff; padding:30px 25px 25px 25px; border-left:1px solid #83AFA6; border-right:1px solid #83AFA6; border-bottom:1px solid #83AFA6; }
		#gmaps { float:right; width:420px; }

	#footer { padding:25px; background:#535F5A url(../images/footerbg.jpg) repeat-x top left;; font-size:9pt; color:#EDF0DF; line-height:normal; border-left:1px solid #83AFA6; border-right:1px solid #83AFA6; border-bottom:1px solid #83AFA6; }
		#footer #linksR { float:right; padding:0 0 0 15px; border-left:1px dotted #9BB4AE; }
		#footer #linksL { float:right; padding:0 15px 0 15px; border-left:1px dotted #9BB4AE; }
		#footer a { color:#9be4c5; }
		#footer a:hover { color:#fff; }

