/* CSS Document */


* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

body {
	font: 1em Verdana, Arial, Geneva, sans-serif;
	color:#333; 
	background-color:#333;
	}

h1 {
	font-size: 1.5em;
	text-align: left;
	line-height: 1.3em;
	color: #5e7b76;
	margin-bottom: 9px;
 	font-weight:bold;
	}


h2 {font-size:1.3em;
font-weight:bold;
padding-top:6px;
padding-bottom: 6px;}

h3 {font-size:1.1em;
font-weight:bold;
padding-top:4px;
padding-bottom: 4px;}

p {
	font-size: 85%;
	padding-bottom:12px;
	line-height:1.7em;
	}

ol {
	font-size: 85%;
	padding-bottom:12px;
	line-height:1.7em;
	margin-left: 5em;
	}

ul {
	font-size: 85%;
	padding-bottom:12px;
	line-height:1.7em;
	margin-left: 5em;
	}


	
	
#container {
	width: 800px;
	margin: 0px auto 0px auto;
  position:relative;
	}
	
	

#top {
  background-repeat: no-repeat;
	background-position:top;
	background-image:url(img/interiorheader.jpg);
	height: 210px;
	position:relative;
}

#content {
background-color:#FFFFFF;
	position:relative;
	padding:3px 280px 24px 24px;
}


#content a {
	color:#CC3300;
	font-weight:bold;
	text-decoration:underline;
}
		
#content a:link, #content a:visited {
	color:#CC3300;
	}

#content a:hover {
	color: #5e7b75;
	}

		
	
#nav {
	position: absolute;
	left: 29px;
	width: 738px;
	height:36px;
	top: 159px;
	text-align:center;
	color:#5e7b75;
	font-size:80%;
	line-height:1.2em;
}

#nav a {
	text-decoration:none;
	color: #fff;
	font-weight:bold;
}
		
#nav a:link, #nav a:visited {
	color: #fff;
	}

#nav a:hover {
	color: #ccc;
		}



#nav2 {
	position: absolute;
	left: 362px;
	top: 12px;
	text-align:right;
	color:#333;
	font-size:100%;
	width: 418px;
	font-weight:bold;
}


		
#nav2 a {
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}
		
#nav2 a:link, #nav2 a:visited {
	color: #fff;
	}

#nav2 a:hover {
	color: #ccc;
	}

#subnav{
position:relative;
width:470px;
border-top:#333 thin solid;
border-bottom:#333 thin solid;
font-size:75%;
text-align:center;
margin-bottom:12px;
background-color:#5e7b76;
padding: 6px 12px 6px 12px;
text-transform:capitalize;
color:#333;
}

#subnav a {
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}
		
#subnav a:link, #subnav a:visited {
	color: #fff;
	}

#subnav a:hover {
	color: #ccc;
	}


#newsletter {
	position: absolute;
	left: 556px;
	top:211px;
	background-image:url(img/newsletterbackground.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	height:200px;
	width:186px;
	text-align:center;
	color:#FFFFFF;
	padding: 6px 12px 6px 12px;
	font-size:.75em;
	line-height:1.4em;
}


#side {
	position: absolute;
	left: 556px;
	top:457px;
	width:211px;
	text-align:center;
	color:#333;
	font-size:.9em;
	height: 85px;
	font-style:italic;
	line-height:1.4em;
}

#nsa {
	position: absolute;
	left: 556px;
	top:657px;
	width:211px;
	text-align:center;
	color:#333;
	font-size:.9em;
	height: 85px;
	font-style:italic;
	line-height:1.4em;
}





#title {
	position: absolute;
	left: 443px;
	top: 117px;
	text-align:center;
	color:#333;
	line-height:1.3em;
	font-weight:bold;
	font-size:75%;
	width: 345px;
	height: 13px;
}


#contact {
	position: absolute;
	left: 5px;
	top: 46px;
	text-align:right;
	color:#333;
	line-height:1.3em;
	font-weight:bold;
	font-size:75%;
	width: 62px;
	height: 65px;
}


#contact a {
	font-weight:bold;
	color: #333;
	text-decoration:none;
}
		
#contact a:link, #contact a:visited {
	color: #333;
	}

#contact a:hover {
	color: #5e7b75;
	}


#QUOTE{
position:relative;
width:470px;
border-top:#333 thin solid;
border-bottom:#333 thin solid;
font-size:75%;
margin-bottom:12px;
MARGIN-LEFT: Auto;
MARGIN-RIGHT: Auto;
background-color:#5e7b76;
padding: 6px 12px 6px 12px;
/*text-transform:capitalize;*/
color: #fff;
font-weight: bold;
}



#footer {
text-align:left;
position: relative;
background-color:#5e7b76;
height:18px;
color:#FFFFFF;
padding: 12px;
font-size:80%;
font-weight:bold;
	}
	
#footer a {
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}
		
#footer a:link, #footer a:visited {
	color: #fff;
	}

#footer a:hover {
	color: #ccc;
	}


#bottom {
text-align:left;
position:relative;
color:#FFFFFF;
font-size:70%;
padding-top:18px;
text-align:right;
height:30px;
	}
	
#bottom a {
	color: #fff;
	text-decoration:none;
}
		


.graybullet {color: #333333}

.greenbullet {color: #5e7b76}
