

/* By Jesse Marquez 4-11-2009 

color#008008

*/





/* ------Erik Meyer Reset - - http://meyerweb.com/eric/tools/css/reset/ -------*/
/* v1.0 | 20080212 */

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,
b, u, i, center,
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;
	font-size: 100%;
	vertical-align: baseline;

	
}
body {line-height: 1.3em;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;	border-spacing: 0;}

 /* always show Firefox scrollbar */
html{overflow:-moz-scrollbars-vertical;}

* {margin: 0;} 

/* --------------------------------------------- End Reset ------------------------------------------------ */



/* -------------------------------------- Start Web Site Main Styles ---------------------------------- */
/* sticky footer height */
html, body, #wrapper  { background-image:url(../images/siteback.jpg); background-repeat:repeat-x; text-align:center; font-family: tahoma, Geneva, sans-serif; color:#000; font-size:12px;
height: 100%; 
}


/* sticky footer  */
body > #wrapper {height: auto; min-height: 100%;} 


table {margin-left: auto; margin-right: auto; }
tr td {vertical-align:top;}

H1 {font-size:20px; color:#015C06; font-weight:bold; font-family: tahoma; margin:0 0 15px 0; line-height:1em   }
H2 {font-size:15px; color:#015C06; font-weight:bold; font-family: tahoma; margin:0 0 15px 0;}
P {margin-bottom: 15px;}
img a{ border: 0 none; }
.cb {clear:both; padding:0; margin:0}
hr {width:100%; background-color#000; margin:0 0 5px 0; text-align:center}

/* General Link Style in Content Area */
a {text-decoration: underline; font-family: Tahoma; font-size: 12px; color: #006806; font-weight:bold}
a:link {text-decoration: underline; color: #006806; font-weight:bold}
a:visited {text-decoration: underline; color: #006806; font-weight:bold}
a:hover {text-decoration: underline; color: #000000; font-weight:bold}
a:active {text-decoration: underline; color: #006806; font-weight:bold}

ul {list-style-type:disc; list-style-position:outside; margin:0 0 5px 35px;}
ul li {line-height:1.4em; margin-bottom:5px;}
ul li li {line-height:1.4em; margin-bottom:10px; list-style-type:circle;}

content ol {list-style-type:decimal; list-style-position:outside; margin:0 0 5px 35px;}
content ol li {line-height:1.5em; margin-bottom:10px;}

content li a {text-decoration: none; font-family: tahoma; font-size: 12px; color: #006806; font-weight:bold}
content li a:link {text-decoration: none; font-family: tahoma; font-size: 12px; color: #006806; font-weight:bold}
content li a:visted {text-decoration: none; font-family: tahoma; font-size: 12px; color: #006806; font-weight:bold}
content li a:hover {text-decoration: none; font-family: tahoma; font-size: 12px; color: #006806; font-weight:bold}
content li a:active {text-decoration: none; font-family: tahoma; font-size: 12px; color: #006806; font-weight:bold}


div#tel a {text-decoration: none; font-family: tahoma; font-size: 11px; color: #000; font-weight:normal}
div#tel a:link {text-decoration: none; color: #000; font-weight:normal}
div#tel a:visited {text-decoration: none; color: #000; font-weight:normal}
div#tel a:hover {text-decoration: underline; color: #008008; font-weight:normal}
div#tel a:active {text-decoration: none; color: #000; font-weight:normal}

div#footer a {text-decoration: none; font-family: tahoma; font-size: 11px; color: #000; font-weight:normal}
div#footer a:link {text-decoration: none; color: #000; font-weight:normal}
div#footer a:visited {text-decoration: none; color: #000; font-weight:normal}
div#footer a:hover {text-decoration: underline; color: #008008; font-weight:normal}
div#footer a:active {text-decoration: none; color: #000; font-weight:normal}


#contct {padding-top:7px}
.contct {font-family:tahoma; font-size:17px; color:#175697; text-decoration:underline; font-weight:bold; }
a.contct:link { color:#175697; text-decoration:underline; }
a.contct:visited { color:#175697; text-decoration:underline;}
a.contct:hover { color:#3f9f4f; text-decoration:underline;}
a.contct:active { color:#175697; text-decoration:underline;}

div#wrapper { margin: 0 auto; width:914px; font-size:12px; padding:0px}



/* -------------------------------------- End Web Site Main Styles ---------------------------------- */


#mobile {text-align:left; padding-left:110px}

/* Header */
div#header { padding-top:5px; }
div#logo {float:left; width:450px; height:70px; text-align:left}
div#info {float:right; width:300px; text-align: right; padding:8px 30px 0 0; color:#175697; font-size:17px; font-weight:bold}
div#info span { color:#3f9f4f}
div#headerimg { background:url(../images/header.jpg) no-repeat; height:226px; width:914px}


/* Nav */
div#nav { height:68px; background:url(../images/navback.jpg) no-repeat; text-align:center;  }

/* Content */
div#content {text-align:left}

/* sticky footer padding bottom - bottom padding must be same height as div margin footer top   */
div#content {padding:20px 40px 110px 40px; background:url(../images/contentback.jpg) no-repeat; min-height:335px}




/* Footer */

/* sticky footer negative value of footer height */
div#footer { background-color:#f7f4e3; border-top:#CCC 3px solid; text-align:center; color:#000; font-size:11px;

position: relative;
margin-top: -110px; 
height: 110px;
clear:both;} 

#botnav { padding-top:25px}

/* sticky footer CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */









/* Navigation */


#nav {height:31px; background: url() repeat-y; padding-left:60px; }

#nav a {text-decoration: none; font-family: tahoma; font-size: 12px; color: #000; font-weight:bold}
#nav a:link {text-decoration: none; color: #000; font-weight:bold}
#nav a:visited {text-decoration: none; color: #000; font-weight:bold}
#nav a:active {text-decoration: none; color: #000; font-weight:bold}

ul.nav .nav-selected a {text-decoration:underline; background: #CFCFCF; color:#000000 !important}

#nav a:hover {color:#fff}




.nav, .nav ul {
	text-align:left;
	float: left;
	width: 850px;           /*  width of menu    */
	list-style: none;
	line-height:1.4em;      /*  height of nav    */
	background: #;       /*  background color    */
	font-weight: bold;
	padding: 0;
	border: solid #;        /*  border around menu    */
	border-width: 0px 0;
	margin: 0 0 1em 0; 
}

.nav a {
	display: block;
	width: px;         
	color: #fff;         /*  text color    */
	text-decoration: none;
	padding: 8px 10px 7px 10px;    /*  padding around each top nav link    */
}





.nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

.nav li {
	float: left;
	padding: 0;
	width: ; 
}

.nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 20px;
	font-weight: normal;
	border-width: 0;         /*  subnav border   */
	margin: 0; 	 
}

.nav li li {
	padding-right: 1em;
		width: 160px; background:#349dd8;        /*  width of subnav   */
}

.nav li ul a {
		width: ; color:#000; font-weight:bold;
}

.nav li ul ul {
	margin: -1.75em 0 0 14em; 
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em; 
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
}

.nav li:hover, .nav li.sfhover {  
	background: #135796; /*  hover on main and sub menu   */
}


