@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	text-align: center;
	color: #333333;
	background-image:url(/global-images/main-bg.jpg);
	background-repeat:repeat-x;
}

p {
	margin: 5px 0 5px 0;
}

#container { 
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#borderContainer {
width:798px;
	border: 1px solid #96AAAA;
}

h2 {
	padding: 0 10px 0 10px;
	color:#16807E;
	font-weight:bold;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

p {
	padding: 0 10px 5px 10px;
}

.greentext {
	color: #16807E;
}

/* ----- surrounds content columns on all pages ----- */

#header{
	position:relative;
}

.faceBook {
	position:absolute;
	top:20px;
	right:20px;
}

#contentWrapper ul li {
	margin:0 0 0 45px;
	line-height:1.5em;
}

/* ----- left column common elements wrapper ----- */

#leftColWrapper h1 {
	color:#A35000;
	font-size:16px;
	margin:0;
	padding: 5px 5px 5px 10px;
}

/* ----- left column home structure and style ----- */

#leftCol {
	margin: 10px 0 10px 9px;
	color:#FFFFFF;
	float: left;
	width: 255px;
	background: #041919;
	min-height:400px;
}

/* ----- left column sub structure and style ----- */

#leftColSub {
	margin: 10px 5px 10px 9px;
	color:#FFFFFF;
	float: left;
	width: 255px;
	background: #041919;
	min-height:400px;
}

#leftColSub ul {
	list-style:none;
}

#leftColSub ul li {
	margin:0;
	padding:0 0 0 10px;
	line-height:2em;
}

#leftColSub a:link {
	color: #16807E;
	text-decoration: none;
	font-weight: normal;
}

#leftColSub a:visited {
	color: #16807E;
	text-decoration: none;
	font-weight: normal;
}

#leftColSub a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#leftColSub a:active {
	color: #16807E;
	text-decoration: none;
	font-weight: normal;
}

/* ----- explorer fixes ----- */

/* IE fix */

* html #leftCol {
height: 1%;
}

* html #leftColSub {
height: 1%;
}

/* ----- right column common elements wrapper ----- */

#rightColWrapper h1 {
	color:#A35000;
	font-size:16px;
	padding: 5px 0 5px 10px;
}

/* ----- right column home structure and style ----- */
	
#rightCol {
	margin: 10px 9px 10px 0;
	float: right;
	width: 258px;
	background: #E5E5E5;
	min-height:400px;
}

/* ----- right column sub structure and style ----- */
	
#rightColSub {
	margin: 10px 9px 10px 4px;
	float: right;
	width: 516px;
	min-height:400px;
}

#rightColSub h1 {
	color:#ffffff;
	background-image:url(/global-images/text-bg.jpg);
}

#googleMap {
	text-align:center;
	border:1px;
	border-style:solid;
	border-color:#16807E
}

/* ----- home page main content column style and structure ----- */

#mainContent { 
	margin: 10px;
	width: 247px;
	float:left;
	min-height:400px;
} 

#mainContent h1 {
	color:#ffffff;
	background-image:url(/global-images/text-bg.jpg);
	font-size:16px;
	padding: 5px 0 5px 10px;
}

/* ----- footer structure and style all pages ----- */

#footer {
	height:44px;
	padding: 0 10px 0 20px;
	background-image:url(/global-images/footer-bg.jpg);
	clear:both;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}

/* ----- Universal float styles ----- */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltRightCol { /* this class can be used to float an element left with bottom margin as in right column */
	float: left;
	margin: 0 8px 20px 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*---- text links universal ----*/
a:link {
	color: #A35000;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #A35000;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #16807E;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #A35000;
	text-decoration: underline;
	font-weight: normal;
}

