/** INCLUDE LAYOUTS **/
img#background {  width: 100%; z-index: -1; position:absolute; color: #000; display:none;}

body {   
	margin:0px; 
	background:#000000; 
	background:#000000 url('/images/bg_all.jpg') repeat-x top center; 
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/** LINKS **/
a:link, a:active, a:visited { 
	text-decoration: underline; 
	color:#000;
}
a:hover {
	text-decoration:none;
}

/***************/

div#all { 
	margin: 0 auto; 
	text-align: center; 
	width:985px; 
	/*background:url('/images/bg_hd.jpg') no-repeat;*/ 
}

div#hd-top {
	height:165px;
	background:transparent;
}

div#hd-logo{
	float:left; 
	width:163px; 
	padding:45px 0px 0px 10px;
}

div#hd-logo-afm{
	float:left; padding:60px 0px 0px 7px;
}

div#hd-member{
	float:left; padding:94px 10px 0px 14px; font-size:9px; font-family:Georgia;
}

div#hd {
	margin:0px;
	padding:0px;
	width:735px; 
	height:62px;
	background:transparent;	
}

div#hd-bottom {
	height:320px;
	width:704px;
	background:#341111;
	padding:6px;
	padding-bottom:0px;
	border-left:10px solid black;
	border-right:10px solid black;		
	
}


div#hd-mast
{
	/*
	float:left;
	width:732px;
	height:320px;
	*/
	margin:0;
	padding:0;

}

div#hd-inside-mast
{
	border-left:10px solid black;
	border-right:10px solid black;	
	padding:4px;
	background:#260b0b url('/images/bg_mast.jpg') no-repeat right bottom;
	padding-bottom:0;
}

div#hd-membership
{
	float:right;
	width:236px;
	height:284px; 
}

div#hd-membership h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size:24px;
	line-height:26px;
	color:#df3232;
	margin-top:0px;
	margin-bottom:12px;
	font-weight:normal;
}

div#hd-print
{
	display:none;
}


/*********************  START NAV MENU *******************************/
div#hd-menu 
{
	margin:0px;
	padding:32px 0px 0px 35px;
	height:30px;
	width:737px; 
	background:url('/images/bg_menu.gif') no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#97822F;
	color:#eaa64d;
}	

div#hd-menu ul
{
	margin: 0px;
	padding:32px 0px 0px 0px;
	list-style-type:none;
	height:30px;
	
}

div#hd-menu ul li
{
	list-style:none;
	display:inline;
	padding:0px 0px 0px 0px;
	margin:0px;
	
}

div#hd-menu a:link, div#hd-menu a:visited
{
	color:#FFFFFF;
	text-decoration: none;
}

div#hd-menu a:hover
{
	color:#97822F;
	color:#eaa64d;
	text-decoration:none;
}

.menuItem
{
	float:left;
	height:30px;
	text-align:center;
}

/*********************  END NAV MENU *********************************/

div#main
{
	width:735px; 
	float:left;
	text-align:left;
}

div#rgutter
{
	float:left; 
	width:245px; 
	text-align:left;
	color:#909090;
	color:#eaa64d;
}

div#rgutter-inside
{
	padding:225px 0px 0px 17px;
}

div#rgutter .rgutter-section
{
	border-bottom:4px #212121 solid; 
	margin-bottom:10px; 
	padding-bottom:3px;
}


div#rgutter a:link, div#rgutter a:visited
{
	color:#49A7E0;
	color:#eaa64d;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	
}


div#rgutter h1.rgutter-title
{
	color:#218fed;
	font-size:12px;
	font-weight:bold;

}

div#rgutter a:link.rgutter-title, a:visited.rgutter-title
{
	color:#218fed;
	font-size:12px;
	font-weight:bold;
}


div#mast{
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:735px; 
	background-color:#A2BDEC;
}


div#lgutter 
{
	float:left; 
	text-align:left;
	width:160px; 
	color:#F47A20;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:35px 15px 20px 30px;
}

div#lgutter a:link, div#lgutter a:visited{
	color:#777777;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
}

div#lgutter a:hover{
	color:#F47A20;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

div#bd-wrapper  { 
	float:left;
	border-left:10px solid #000;
	border-right:10px solid #000;
	border-bottom:1px solid #000000;

}


div#bd  { 
	float:left;
	color:#7E7E7E;
	background: #d6c4c5 url('/images/bg_subnav.gif') repeat-y;
	width:715px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	text-align:left;

}

div#bd-content ul{
	/*list-style-image: url('/images/bullet.gif');*/
	margin:0;
	padding:21px 16px;
}

div#bd-content ul li{
	/*list-style-image: url('/images/bullet.gif');*/
	margin-bottom:10px;
}

div#bd-error{
	background:#05222D; 
	color:#FFFFFF;
	padding:20px 25px 20px 27px; 
}

div#bd-error a:link, div#bd-error a:visited{
	color:#FFFFFF;
	text-decoration:none;
}


div#bd-error a:hover{
	text-decoration:underline;
}


div#bd-error-top{
	background:#001A24;
	padding:20px 25px 20px 27px; 
}



div#bd-inside-title{
	width:716px; 
	height:65px; 
	background:#123c4f;
	border-left:10px solid #000000;
	border-right:10px solid #000000;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding:0;

}


div#bd-inside-title-left{
	width:182px; 
	height:39px; 
	background:#123C4F; 
	border:2px solid #6b2020; 
	padding:22px 0px 0px 24px;
	float:left;


}

div#bd-inside-title-right{
	width:480px; 
	height:39px; 
	background:#123C4F; 
	border-top:2px solid #6b2020; 
	border-right:2px solid #6b2020;
	border-bottom:2px solid #6b2020;
	padding:22px 0px 0px 24px;		
	float:left;
}


/****************************************************************************************/
/* Sub nav   ****************************************************************************/

div#bd-subnav{
	float:left;
	width:160px;
	/* border-left:2px solid #05222C; */
	margin-top:12px;
	color:#161717;


}

div#bd-subnav ul{
 	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}

div#bd-subnav li{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

div#bd-subnav li.noLink{
	display: block;
	width: 140px;
	padding-left: 20px;
	font-size: 10px;
	color:#FFFFFF;
}


div#bd-subnav ul li a {
	display: block;
	width: 130px;
	padding:4px 10px 4px 20px;
	font-size: 10px;
	line-height:13px;
	
	
}

div#bd-subnav ul li a:link, div#bd-subnav ul li a:visited{
	color:#FFFFFF;
	text-decoration: none;

}

div#bd-subnav ul li a:hover{
	color:#eaa64d;
}

div#bd-subnav ul ul li a{
	display: block;
	padding:4px 10px 4px 20px;
	width: 130px;
	background-color: #152C38;
	font-size: 10px;
	line-height:13px;
	color:#C0A53B;
	border-bottom:0px;
}

div#bd-subnav ul ul li a:link, div#bd-subnav ul ul li a:visited{
	color:#161717;
	text-decoration: none;
	background: #d6c4c5;

}

div#bd-subnav ul ul li a:hover{
	color: #6b2020;
}

 /* selected states */
div#bd-subnav ul li a#current{
	border-top:2px solid #6b2020;
	color:#000000;
	font-weight:bold;
	background:#d6c4c5 /*url('/images/bg_subnav_arrow.gif') no-repeat left center*/;
	
	
}

div#bd-subnav ul ul li a#subcurrent{
	/*color:#000;*/
	background:#d6c4c5 url('/images/bg_subnav_arrow.gif') no-repeat left center;
}
/****************************************************************************************/


div#bd-content{
	float:left;
	/*width:464px; */
	width:508px;
	color:#000000;
	padding:20px 20px 20px 20px;
	/*border-right:2px solid #05222C; */

}


/** LINKS **/
div#bd-content a:link, div#bd-content a:visited { 
	text-decoration: underline; 
	color:#000; 
}
div#bd-content a:hover {
	text-decoration:none;
}


div#bd-print-links{
	width:250px;
	height:33px;
	float:right;
	text-align:right;
	margin-top:-12px;
	margin-right:-12px;
	
}

div#bd-print-links a:visited, div#bd-print-links a:link{
	padding-left:9px;
	background:url('/images/ico_arrow_print.gif') no-repeat left center;
	text-decoration:none;
	font-size:11px;
}

div#bd-search{ 
	float:left;
	width:464px;
	color:#000000;
	padding:20px 20px 20px 20px;
}

div#bd-local{ 
	float:left;
	width:464px;
	color:#000000;
	padding:20px 20px 20px 20px;
}

div#bd-local a.hit-title { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;

}

div#bd-local a.hit-title:hover { 
	text-decoration:none;
}


div#bd-search .hit-title { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	color:#000;
	text-decoration:none;
	font-weight:bold;

}

div#bd-search a.hit-title { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	color:#000;
	text-decoration:none;
	font-weight:bold;

}

div#bd-search a.hit-title:hover { 
	text-decoration:underline;
}

div#bd-search a.hit-url { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#644949;
}

div#bd .hit-title { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	color:#000;
	text-decoration:none;
	font-weight:bold;

}

div#bd a.hit-title { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	color:#000;
	text-decoration:none;
	font-weight:bold;

}

div#bd a.hit-title:hover { 
	text-decoration:underline;
}

div#bd .hit-date { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#644949;
}


div#bd-landing  { 
	float:left;
	color:#7E7E7E;
	background-color: #260b0b;
	background-color: #341111;
	width:705px;
	height:136px;
	border-left:10px solid #000000;
	border-right:10px solid #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	text-align:left;
	padding:9px 0px 0px 11px;
}

div#bd-landing h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size:12px;
	line-height:14px;
	color:#eaa64d;
	margin-top:0px;	
	margin-bottom:2px;
	font-weight:500;

}

.bd-landing-box{
	width:165px; 
	height:128px; 
	float:left;
	margin-right:6px;
	background:url('/images/bg_landing_box.png') no-repeat #120101;
	text-align:center;
	color:#FFFFFF;
	border:2px solid #120101;
	
}

.bd-landing-box h1{
	color:#eaa64d;
	font-family:Georgia;
	font-size:16px;
	line-height:18px;
}

div#ft  { 
	margin:0px; 
	text-align:left;
	font-size:10px;
	width:736px;
	height:220px;
	padding:0px 0px 0px 0px;
	background: #000000 url('/images/bg_ft_gopro.jpg') no-repeat;

}


div#ft a:link , div#ft a:visited{ 
	color:#333333;
	text-decoration:none;
}

/**********************************/



.clr{
	clear:both;
}

.rgutter{
	padding-bottom:7px;
}



.menuitem{
	float:left;

}

.title{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#1C43A7;
}

.frmInput{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	width:125px;
	margin:0px;
	padding:0px;

}

input.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	width:200px;
	margin:0px;
	padding:0px;

}


.subnav{
	border-bottom:#6b2020 1px dotted;
	width:130px;
	padding-bottom:3px;
	margin-bottom:3px;
}

.search-result{
	width:425px; 
	border-bottom:solid 5px #6b2020;
	margin-bottom:10px;
	padding-bottom:10px;
}

.local-info-section{
	width:420px; padding:10px 0px 10px 0px; border-bottom:solid 5px #d4d0c8;
}

.msgError{
	padding:8px;
	margin:0 0 4px 0;
	border:1px solid #CF2727;
	background-color:#ebcdcd;
	color:#000103;
	font-weight:normal;	
	/* width:668px; */
}

.msgGood{
	padding:8px;
	margin:0 0 4px 0;
	border:1px solid #27a02a;
	background-color:#cdebcd;
	color:#000103;
	font-weight:normal;	
	/*width:668px;*/
}
/* social network icons */

ul#social { list-style: none; margin: 0 0 1em 0; padding: 0; }
ul#social li { margin: 0; padding: 0; }
ul#social li { display: inline; text-indent: -2000px; padding: 0; margin: 0; }

ul#social li a { display:block; float: left; width: 32px; height: 28px; padding: 0; margin: 0; }
ul#social li#myspace a { background: url(/images/rgutter/myspace.gif) no-repeat }
ul#social li#facebook a { background: url(/images/rgutter/facebook.gif) no-repeat }
ul#social li#twitter a { background: url(/images/rgutter/twitter.gif) no-repeat }
ul#social li#youtube a { background: url(/images/rgutter/youtube.gif) no-repeat }
ul#social li#myspace a:hover, ul#social li#facebook a:hover, ul#social li#twitter a:hover, ul#social li#youtube a:hover   { background-position: 0 -28px }

/* end social network icons */
/**********************************/

form{
	margin:0px;
	padding:0px;

}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size:20px;
	line-height:24px;
	color:#000103;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
	
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size:14px;
	line-height:18px;
	color:#000103;
	margin-top:0px;	
	margin-bottom:5px;
	font-weight:bold;


}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size:13px;
	line-height:16px;
	color:#000103;
	margin-top:0px;	
	margin-bottom:5px;
	font-weight:bold;


}


h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size:12px;
	line-height:14px;
	color:#000103;
	margin-top:0px;	
	margin-bottom:2px;
	font-weight:900;


}


h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size:11px;
	line-height:12px;
	color:#000103;
	margin-top:0px;	
	margin-bottom:2px;
	font-weight:900;

}


h6 {
	font-size:10px;
	line-height:11px;
	color:#000103;
	margin:2px 0px 2px 0px;
	font-weight:900;
}


input.frmSubmit, button.frmSubmit, div.frmSubmit{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#212121;
	background:#fff; 
	border:1px solid #212121;
	text-decoration:none;

}