/*-----------------------------------------------
Author:   Jason Cooper
Date:  Jan 1 2010

----------------------------------------------- */


/* Browser Resets
----------------------------------------------- */

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,  input, textarea {  
	margin: 0;
	padding: 0;  
	font-size: 100%;  
	}  
ul {list-style: none;}  
img, fieldset {border: 0;}  
h1, h2, h3 {font-weight: normal;}  
em {font-style: italic;}  
strong {font-weight: bold;}  


/* Global 
----------------------------------------------- */
h1 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 20px;
  	line-height: 24px;	
	}
h2 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 18px;
  	line-height: 20px;	
	}
h3 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 16px;
  	line-height: 20px;	
	}	

a:link, 
a:visited, 
a:active {
	color: #0053b1;
    text-decoration: underline;
	}    
a:hover {
	color: #5d6165;
    text-decoration: none;
	}  

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
	.clearfix { display: inline-block; }
	/* start commented backslash hack \*/
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }
	/* close commented backslash hack */

hr {
  border: none;
  background-color: #ebe9d4;
  color: #ebe9d4;
  height: 1px;
  margin: 0 0 20px 0;
	}
	
 img, div, input { behavior: url("iepngfix.htc") }
	

	
/* Header 
----------------------------------------------- */	
#header {
	margin: 25px 0 15px 0;
		}
	#flaggert {
		float: left;
		width: 420px;
		text-align: left;
		}	
	#nav {
		float: right;
		width: 540px;
		text-align: right;
		color: #165676;
		font-size: 14px;
		height: 50px;
		line-height: 50px;
		}
		#nav ul {
			}
		#nav ul li{
			display: inline;
			padding: 0 1px 0 1px;
			}
		#nav a:link, 
		#nav a:visited, 
		#nav a:active {
			color: #165676;
			text-decoration: none;
			}    
		#nav a:hover {
			color: #000;
			text-decoration: none;
			}  
	
	
/* Body 
----------------------------------------------- */
body {
	background: #ccc198 url('../media/bodyBg.jpg') no-repeat top center;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 12px;
  	line-height: 18px;
  	color: #232323;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 968px;
	}
	
#mainHome {
  	text-align: left;
  	font-size: 11px;
	}	
	#homeBottom{
		background:  url('../media/homeFooter.png') no-repeat top center;
		width: 908px;
		height: 145px;
		padding: 20px 30px 0 30px;
		}
	
#mainSub {
  	background-color: #fff;
  	text-align: left;
  	font-size: 11px;
	}	
	
#subTop {
		background:  url('../media/subTop.png') no-repeat top center;
		width: 968px;
		height: 22px;
		}	
#subMiddle {
		background: url('../media/subMiddle.png') repeat-y top center;
		width: 908px;
		text-align: left;
		padding: 10px 30px 30px 30px;
		z-index: 0
		}	
		
#subMiddle img,
#subMiddle a {
		z-index: 100;
		position: relative
		}			
		
		
#subBottom{
		background:  url('../media/subBottom.png') no-repeat top center;
		width: 968px;
		height: 22px;
		}	
		
#map {	
	float: right;
	width: 625px;
	margin: 20px 20px 0 0 ;
	}
	
	
#col1 {
	float: left; 
	width: 440px;
	text-align: left;
	}
#col2 {
	float: right; 
	width: 440px;
	text-align: left;
	}
	
		
/* Common
----------------------------------------------- */	
.imgLeft {
	float: left;
	padding: 0 20px 20px 0;
	}
.imgRight {
	float: left;
	padding: 0 20px 20px 0;
	}
	
/* Tabs
----------------------------------------------- */	

.navcontainer {
	padding-left: 0px;
	}

ul.navlist, ul.subnavlist {
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #ebe9d4;
	margin: 10px 0 20px 0;
	padding-left: 0px;
	}

ul.navlist li, ul.subnavlist li {
	float: left;
	height: 21px;
	margin: 2px 3px 0 0px;
	border: 1px solid #a9a698; 
	background: #a9a698 url('../media/tabBg.jpg') repeat-x bottom left;
	}

ul.navlist li.active, ul.subnavlist li.active {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	}

li.active a { 
	color: #000;
	background-color: #fff;
	}
	
li.active a:hover { 
	color: #000;
	background-color: #fff;
	}	

.navlist a, .subnavlist a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 8px 4px 8px ;
	}

.navlist a:hover { background: #000; }	
	

/* Footer 
----------------------------------------------- */
#footer {
	background-color: #5c5c5c;
	margin: 15px 0 0 0;
	}	
	#footer a:link, 
	#footer a:visited, 
	#footer a:active {
		color: #fff;
		text-decoration: underline;
		}    
	#footer a:hover {
		color: #b9c0c8;
		text-decoration: none;
		}  
	#copyright {
		float: left;
		width: 480px;
		text-align: left;
		}
	#cooper {
		float: right;
		width: 480px;
		text-align: right;
		}
		#cooper a:link, 
		#cooper a:visited, 
		#cooper a:active {
			color: #0053b1;
			text-decoration: none;
			}    
		#cooper a:hover {
			color: #000;
			text-decoration: none;
			}  