/*
Green #745808
Red #6F1104
Tan #E4D7C7
Tan Text #CFBDA6 #CFBDA6
*/


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#745808;
	background-color:#745808;		
}

a{color:#6F1104; text-decoration:none; font-weight:bold;}
a:hover{color:#745808;}

.daHand{cursor:pointer;cursor:hand; }
.boldtext{font-weight:bold;}

.img_right{float:right; margin-left:10px; padding:5px; border:1px solid #E4D7C7;}
.img_left{float:left; margin-right:10px; padding:5px; border:1px solid #E4D7C7;}
.photo_credit{font-family:"Times New Roman", Times, serif; font-size:9px; font-style:italic; text-align:right;}

.disclaimer{font-style:italic; font-size:9px; margin-top:25px;}

.question{font-weight:bold;}
.answer{padding-bottom:50px;}

.section-links{list-style-type: none; padding: 0 0 20px 0; margin: 0 0 20px 0; border-bottom: 1px solid #745808;}
.section-links li{ padding: 0; margin: 0;}

#clearit{clear:both;}

h1{font-size:14px; font-weight:bold; line-height:16px; margin-bottom:5px;}
h2{font-size:12px; font-weight:bold;}
h3{font-size:11px; color:#6F1104; font-weight:bold; margin-bottom:10px}
h4{font-size:11px; color:#6F1104; font-weight:bold; margin-bottom:10px}

#wrapper{
	width:800px;
	border:1px solid #CFBDA6;
	background-color:#E4D7C7;
	background-image:url(images_site/bkgnd.jpg);
	background-repeat:repeat-x;
	margin:20px auto ;	
	margin-bottom:10px;
}

#nav_page{width:100%; height:67px; position:relative; background-repeat:no-repeat;}
#nav_page_sub{position:absolute; top:45px; left:20px; color:#6F1104;}
	#nav_page_sub a{color:#B5A48F; text-decoration:none; font-weight:normal;}
	#nav_page_sub a:hover{color:#6F1104; font-weight:normal;}

#page_content{margin:20px 7px 20px 20px; text-align:left;}
#page_content p{margin-bottom:10px; line-height:14px;}
#page_image{border:2px solid #E4D7C7; float:right; margin-left:10px; margin-bottom:10px; text-align:center;}
#page_image img{margin:3px;}
#page_caption{background-color:#E4D7C7; color:#FFFFFF; text-align:right; padding:3px;}

#home_splash{
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	clor:#745808;
	width:135px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	padding:0 15px;}
	#home_splash h1{font-size:18px; font-family:"Times New Roman", Times, serif; font-style:italic;}
	#home_splash p{line-height:24px;}

#news_hilite{padding:5px; border:1px solid #E4D7C7; text-align:left;}



#footer{padding:5px; text-align:center;}
	#footer a{color:#745808;}
	#footer a:hover{color:#745808; text-decoration:underline;}

#subFoot{color:#E4D7C7; margin-bottom:20px; font-size:9px}
	#subFoot a{color:#E4D7C7;}
	#subFoot a:hover{text-decoration:underline;}
	
/***********************************************/
/* List Styles                                 */
/***********************************************/	
 ul{margin:0 50px;}
 li{margin-left:20px; line-height:15px; margin-bottom:10px; color:#6F1104;}
 li#headline{margin-left:20px; font-weight:bold; line-height:15px;}
 li#sublist{margin-left:30px; font-weight:normal; list-style-type:circle; line-height:15px;}
 
/***********************************************/
/* Pop_Up                                   */
/***********************************************/
#pop_wrapper{
	width:500px;
	border:1px solid #CFBDA6;
	background-color:#FDFCFA;
	margin:20px auto ;	
	margin-bottom:10px;
}

#pop_content{padding:10px; text-align:left;}
#pop_content p{margin-bottom:10px;}
/***********************************************/
/* Tool Tip                                    */
/***********************************************/	
#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color:#FFFFFF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


ul.directory 
{
	margin: 20px 0 0 0;
	padding: 0;
}
	
.directory li
{
    list-style-type: none;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
     clear: both;
     
}

.directory li img
{
    float: left;
    margin: 0 10px 0 0;
    
   
}

.directory h4
{
    margin-top: 40px;
    font-size: 12px;
    margin-bottom: 0;
    vertical-align: bottom;
}

.directory h4, .directory div
{
}

.cert
{
    font-size: 10px;
}
ul.sponsors
{
    margin: 10 0 20px 0;
    padding: 0;
}

ul.sponsors li
{
    display: inline;
    margin: 0 15px 0 0;
    padding: 0;
}

ul.sponsors img
{
    height: 60px;
}