/* color palette

backgrounds
all: B9DABA
content: E6F8E6
content-supp: 728D73
nav2: 728D73

text
default: 000000
nav1: FFFFFF
 
*/

body {
	margin:0px 0px 0px 0px;
	padding:0px;
	background:#5F5D44 url(img/bg3.gif) repeat-x;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	font-size: 76%;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.8em;
	margin: 0em 0em 1em 0em;
	font-weight: bold;
	color: #FFD10A;
	border-bottom:1px dotted #FFD10A;
	}
h3 {
	font-size: 1.6em;
	margin: 1em 0em 0.1em 0em;
	font-weight: bold;
	color: #ffffff;
	}
h4 {
	font-size: 1.3em;
	margin: 1em 0em 0.1em 0em;
	font-weight: bold;
	color: #ffffff;
	}
h5 {
	font-size: 1.0em;
	margin: 1em 0em 1em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1em 0em 1em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
p {
	color: #ffffff;
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0.1em 0em 1.4em 0em;
	}
a {
	font-size: 1.0em;
	line-height: 1.4em;
	color: #FFD10A;
	text-decoration:underline;
	}
a:hover {
	text-decoration:underline;
	}
strong, b {
	font-weight: bold;
	}
ul {
	color: #ffffff;
	font-size: 1.3em;
	}
#container1 {width: 780px;}
#container2 {}
#container3 {}
#branding {
	background:transparent url(img/three2.jpg) no-repeat;
	height: 124px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	overflow:hidden;
	border-bottom: 1px solid #5F5D44;
	}
	#branding-logo {
		display: block;
		height: 30px;
		overflow: hidden;
		}
		#branding-logo h1 {
			padding: 45px 0px 0px 0px;
			}
	#branding-tagline {display:none;}
	#branding-name {display:none;}
	#branding-extra {display:none;}
#nav1 {
	margin: 0px 0px 0px 370px;
	padding: 60px 0px 0px 0px;
	}
	#nav1-main {}
		#nav1-main ul {
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			list-style:none;
		}
		#nav1-main li {
			float:left;
			display: inline;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			overflow: hidden;
		}
		#nav1-main a {
			margin: 0px 0px 0px 0px;
			padding: 0px 5px 0px 5px;
			font-size: 13px;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
		}
		#nav1-main a:hover {
			text-decoration: underline;
		}

/* dynamic navigation current state
					--->	read  http://www.456bereastreet.com/archive/200503/setting_the_current_menu_state_with_css  */
			#welcome 		#nav1_welcome  a {color: #80805D; text-decoration: underline;}
			#doc			#nav1_doc a {color: #80805D; text-decoration: underline;}
			#photo 			#nav1_photo a {color: #80805D; text-decoration: underline;}
			#procedures		#nav1_procedures a {color: #80805D; text-decoration: underline;}
			#contact		#nav1_contact a {color: #80805D; text-decoration: underline;}
	
	#nav1-section {display:none;}
	#nav1-supp {display:none;}
	#nav1-extra {display:none;}
#nav2 {
	float: left;
	width:190px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	}
	#nav2-main {
		text-align: center;
	}
	#nav2-section {display:none;}
	#nav2-supp {display:none;}
	#nav2-extra {display:none;}
#content1 {
	float: left;
	padding: 15px 8px 0px 8px;
	margin: 0px 0px 0px 0px;
	width: 554px;
	}
	#content1-intro {display:none;}
	#content1-main {}
	#content1-supp {display:none;}
	#content1-extra {display:none;}
#content2 {display:none;}
	#content2-intro {display:none;}
	#content2-main {display:none;}
	#content2-supp {display:none;}
	#content2-extra {display:none;}
#siteinfo {
	border-top:2px solid #000000;
	/*background:transparent url(img/asps_logo.gif) no-repeat top right;*/
	height: 66px;
	display: block;
	}
	#siteinfo-legal {padding: 10px 0px 0px 0px;}
	#siteinfo-credits {}
	#siteinfo p {
		font-size: 1em;
		padding: 0px 0px 0px 10px;
		margin: 0px 0px 0px 0px;
	}
	#siteinfo-extra {display:none;}
#extradiv1 {}
#extradiv2 {}
#extradiv3 {}
#extradiv4 {}


/* Procedure */
#procedure_list {				
		margin: 0px 10px 0px 0px;
		/*adding a width fixes float problems with the menu in IE for the Mac */
		width:180px;
	}
#procedure_list h3, #procedure_list p, #procedure_list li {text-align: right;}

	#procedure_list select {
		/*Use to force the jump menu width */
		width:180px; overflow:hidden; 
	}
	#procedure_list form {}
#procedure_content {}
	#procedure_content h3 {}
	#procedure_content h3 a{
	text-decoration: none;
	}
	#procedure_content h3 a:hover{
	text-decoration: underline;
	}
	#procedure_content ul {}
	#procedure_content ul, #procedure_content li {}
	#procedure_content li {}
	#procedure_images {float:right; width:160px; margin:20px 0px 20px 20px;}
#procedure_nav {}
	#procedure_nav ul {}
	#procedure_nav ul, #procedure_nav li {}
	#procedure_nav li {}
	
/* Photo Gallery */
#photo_nav {
		font-size: 1.0em;
	}
	#photo_nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#photo_nav h3{
	text-decoration: none;
	font-weight: bold;
	}
	#photo_nav h3 a {
	text-decoration: none;
	font-weight: bold;
	line-height: 0.8em;
	font-size: 1em;
	}
	#photo_nav h3 a:hover{
	text-decoration: underline;
	}
	#photo_nav ul, #photo_nav li {}
	#photo_nav li {}
	#photo_nav a {}
	#photo_nav img {padding:2px; margin:2px 2px 0px 0px; border:1px solid #80805D;}
#photo_content {}
	#photo_content a {font-size: 1.0em;}
	#photo_content img {padding:4px; margin:4px 4px 0px 0px; border:1px solid #80805D;}
	#photo_content p {}

/* MapQuest */
#map_quest_content { background-color:#FFFFFF; width: 550px; padding: 2px;}
	#map_quest_content a {color:#000000;}
	#map_quest_content img {border:0;}
	#map_quest_content p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 1em 0em 1em 0em;
	color:#000000;	
	padding: 0px 5px 0px 5px;
	}


/* Form */
input { background-color: #FFFFFF;}
.text_form { font-size: 1em; background-color: #FFFFFF; color: #333333; border: solid #333333 1px; width:260px; margin-bottom: 2px; font-family: arial, Garamond, Georgia, "Times New Roman", Times, serif;}
.button { font-size: 1em; background-color: #FFFFFF; color: #333333; border: solid #333333 1px; width:80px; font-family: arial, Garamond, Georgia, "Times New Roman", Times, serif;}
textarea { font-size: 1em; background-color: #FFFFFF; color: #333333; border: solid #333333 1px; width:260px; font-family: arial, Garamond, Georgia, "Times New Roman", Times, serif;}
.check_box { font-size: 1em; background-color: transparent; color: #333333; font-family: arial, Garamond, Georgia, "Times New Roman", Times, serif;}


/* Specials */

.hide {display: none;}
.hide_div {display: none;}
.clear_both {clear:both;}



#procedure_list 	h3{margin-top: 0px; margin: 1em 0em 0.1em 0em;}
#procedure_list 	p {margin-bottom: 1px; padding-bottom: 1px;} 
#procedure_list 	ul {margin: 0px; padding:0px 0px 10px 0px; list-style: none;}
#procedure_list 	li {margin: 0px 0px 5px 0px;}
#procedure_list 	li a{ text-decoration: none;}
#procedure_list 	li a:hover{ text-decoration: underline;}
#procedure_list		img{display:block; margin: 0;}










