/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* ----- type selectors ----- */ 

/* Default font size in IE, FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body { 
	background: #283769 url("../images/bg.gif") top left repeat-x;
	text-align:center; 
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif; /* Read by all browsers */
	color:#000; 
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

p {
	margin-bottom:10px;
	}
	
a:link, a:visited {
	color:#c4823d;
	}
	
a:hover {
	color:#aba392;
	}

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.readmore {
	background:transparent url("../images/bullet.gif") 0px 4px no-repeat; 
	padding-left:14px;  /* pushes text to the right to display bg img */ 
	color:#54514b;  
	margin-top:10px;
	}
	
.readmore:link,.readmore:visited	{ color:#c4823d; text-decoration:none; }
.readmore:hover,.readmore:active	{ color:#aba392; text-decoration:none; }
	
.map { padding: 10px 0 20px 0;}

/* Layout
 * ------------------------------------------------------------------------- */
 
#container {
 	background:url(../images/container-bg.gif) repeat-y;
	width:746px;
	margin:0 auto;
	text-align:left;
	background-color:#fff;
	}

/*--------------- Header ---------------*/

#header-column-left {
	width:273px;
	float:left;
	}
	
#title {
	background:url(../images/title.gif) no-repeat;
	height:171px;
	}
	
	#title p {
		display:none;
		}
	

/* vertical navigation
 * ------------------------------------------------------------------------- */


#nav { background:url("../images/nav.gif") no-repeat; width:273px; height:190px; position:relative; }
#nav li { position:absolute; }
#nav li, #nav a { height:28px; display:block; }
#nav span { display: none; }

#nav-01, #nav-02, #nav-03, #nav-04, #nav-05, #nav-06 { width:273px;  }

#nav-01 { top: 0; }
#nav-02 { top: 30px; }
#nav-03 { top: 60px; }
#nav-04 { top: 90px; }
#nav-05 { top: 120px; }
#nav-06 { top: 150px; }

#nav-01 a:hover { background: transparent url("../images/nav.gif") -273px  -0px  no-repeat;}
#nav-02 a:hover { background: transparent url("../images/nav.gif") -273px  -30px  no-repeat;}
#nav-03 a:hover { background: transparent url("../images/nav.gif") -273px  -60px  no-repeat;}
#nav-04 a:hover { background: transparent url("../images/nav.gif") -273px  -90px  no-repeat;}
#nav-05 a:hover { background: transparent url("../images/nav.gif") -273px  -120px  no-repeat;}
#nav-06 a:hover { background: transparent url("../images/nav.gif") -273px  -150px  no-repeat;}
	
#header-column-right {
	width:473px;
	float:right;
		}

#banner {
	background:url(../images/banner.jpg) no-repeat;
	height:361px;
	}

/*--------------- Column Left ---------------*/
#column-left {
	width:487px;
	margin:0px 2px 0 25px;
	float:left;
	display:inline; /*Fix IE double float bug */
	background-color:#fff;
	}

/*---------------blurb1 ---------------*/
#blurb_1 {
	width:487px;
	overflow:hidden;
	}
	
	h1#blurb_1_title  {
		background:url(../images/pod-header-bg.gif) bottom left repeat-x #354595;
		height:38px;
		font-size:18px;
		color:#fff;
		font-weight:normal;
		padding:14px 0 0 10px;
					}
		
	#blurb_1_body {
		width: 470px;
		padding: 20px 20px 10px 14px;
		}
		
	#blurb_1_body p span {
	    font-weight: bold;
		}
	
	
		
/*--------------- blurb 2 ---------------*/
	
#blurb_2 {
	width:241px;
	float:left;
	margin:0 2px 0 0;
	overflow:hidden;
	}
	
	h2#blurb_2_title {
		background:url(../images/pod-header-bg.gif) bottom left repeat-x #354595;
		height:40px;
		font-size:18px;
		color:#fff;
		font-weight:normal;
		padding:12px 0 0 10px;
		}
		
	#blurb_2_body {
		width: 220px;
		padding: 20px 20px 10px 14px;
		}
		
	#blurb_2_body p span {
	    font-weight: bold;
		}

	#blurb_2 ul li { background:transparent url("../images/bullet2.gif") 0px 4px no-repeat; 
		padding-left:14px;  /* pushes text to the right to display bg img */ 
		color:#54514b;  
		line-height:15px;
					}
	#blurb_2 ul {
	padding-bottom:10px;
	}
					
	#blurb_2 ul a:link, #blurb_2 ul a:visited, #blurb_2 ul a:active { color:#221319; 			
		text-decoration:underline;  }
	#blurb_2 ul a:hover { color:#BCB1A0; text-decoration:none; }		
	
/*--------------- blurb 3 ---------------*/
						
#blurb_3 {
	width:242px;
	float:left;
	margin:0 2px 0 0;
	overflow:hidden;
	}
	
	h2#blurb_3_title  {
		background:url(../images/pod-header-bg.gif) bottom left repeat-x #354595;
		height:40px;
		font-size:18px;
		color:#fff;
		font-weight:normal;
		padding:12px 0 0 10px;
				}
		
	#blurb_3_body {
	width: 220px;
	padding: 20px 20px 10px 14px;
		}
		
	#blurb_3_body p span {
	    font-weight: bold;
		}
	
/*--------------- Column Right ---------------*/
#column-right {
	width:205px;
	float:left;
	}

/*--------------- blurb4 ---------------*/
#blurb_4 {
	width:203px;
	float:left;
	margin:0 2px 0 0;
	overflow:hidden;
	}
	
	#blurb_4_title  {
				}
		
	#blurb_4_body {
	width: 175px;
	padding:10px 20px 10px 14px;
		}
		
	#blurb_4_body p span {
	    font-weight: bold;
		}

	#contact-button {
	background:url(../images/contact-us.jpg) top left no-repeat;
	height:77px;
	width:205px;
	display:block;
	margin:0px 0px 5px 0px;
	}
	
	#contact-button:hover {
		background-position: 0px -77px;
		}
	
	#contact-button span {
		display:none;
		}

/*--------------- Inner Pages ---------------*/
#body_content {
	width:487px;
	overflow:hidden;
	}
	
	h1#body_content_title  {
		background:url(../images/pod-header-bg.gif) bottom left repeat-x #354595;
		height:38px;
		font-size:20px;
		color:#fff;
		font-weight:normal;
		padding:14px 0 0 10px;
		}
		
	#body_content_body {
		width: 470px;
		padding: 20px 20px 10px 14px;
		}
		
	#body_content_body p span {
	    font-weight: bold;
		}

	#body_content ul li { background:transparent url("../images/bullet2.gif") 0px 7px no-repeat; 
		padding-left:14px;  /* pushes text to the right to display bg img */ 
		color:#54514b;  
		line-height:18px;
					}
	#body_content ul {
		padding-bottom:10px;
		}
					
	#body_content ul a:link, #body_content ul a:visited, #body_content ul a:active { color:##c4823d; 			
		text-decoration:none;  }
	#body_content a:hover { color:#aba392; text-decoration:none; }	
	
	
	#sitemap {
		width: 470px;
		padding: 0px 20px 0px 14px;
		}
	
	
	#sitemap ul li { background:transparent url("../images/bullet2.gif") 0px 7px no-repeat; 
		padding-left:14px;  /* pushes text to the right to display bg img */ 
		color:#54514b;  
		line-height:18px;
					}
	#site_map li li { font-weight: normal; border: none; }
	
	#sitemap ul {
		padding-bottom:10px;
		}
					
	#sitemap ul a:link, #body_content ul a:visited, #body_content ul a:active { color:##c4823d; 			
		text-decoration:none;  }
	#sitemap a:hover { color:#aba392; text-decoration:none; }	
	
	
	#location-button {
		background:url(../images/location.jpg) top left no-repeat;
		height:77px;
		width:205px;
		display:block;
		margin:0px 0px 5px 0px;
		}
	
	#location-button:hover {
		background-position: 0px -77px;
		}
	
	#location-button span {
		display:none;
		}	
	
/*--------------- Footer Stuff ---------------*/
#footer-bar {
	background:url(../images/footer-bar.jpg) no-repeat;
	height:15px;
	}

	#footer {
		padding:6px 0;
		}

	#footer ul {
    	margin: 0 0 3px 0;
   		padding: 0;
    	}

 	#footer li {
    	margin: 0;
    	padding: 0 4px 0 6px;
    	display: inline;
    	border-left: 1px solid #fff;
    	font-size: 11px;
    	background: none;
		color:#fff;
    	}

	#footer li.first { 
    	border: none;
    	}

	#footer a:link, #footer a:visited{
		color:#fff;
		text-decoration:none;
		}
	
	 #footer a:hover, #footer a:active {
	 	color:#aba392;
		}

#disclaimer { width: 725px; color:#fff; font-size: 11px; text-align:left; padding-top:10px;}



/* ----- global form elements ----- */ 

form { 
	width:175px; 
	padding:0px 0 10px 0px; 
	}

form label	{ font-size:10px; }

form br { 
	line-height:0.0; /* defaults vertical spacing between fields */
	clear:left;
	}  

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #000;
	color:#000;
	width:170px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	font-size:12px;
	float:left;
	}
	
select { 
	width:175px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:auto;
	cursor:pointer; 
	padding:0; 
	margin:0;
	}

input.submit-contact-main { margin:85px 0 0 110px; }




/* ----- main contact form ----- */ 
 
#main { 
	margin: 30px 0 0 65px;
	}
	
#main label { 
	width:100px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:12px;
	}
	
#main label input, #main label textarea, #main label select { 
	width:175px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#main label select {
	width:205px;
	}
	
#main label textarea { height:100px; }




