/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,/*em,strong,*/th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

:focus
{
  -moz-outline-style: none;
}

#container {
	position: relative;
/*	width: 959px;*/
	width: 970px;
}

body {
	background: url(../images/bodyBG.png) 0px 0px repeat-y;
/*	background: url(../images/bkgd_all.png) no-repeat;*/
	font-size: 12px;
}

a {
	text-decoration: none;
	color:#c4b604;
	font-weight:bold;
	/* old color:#554F4D;*/
}


.clear {
	clear: both;
}
.hidden {
	display: none;
}

#header {
	height: 84px;
	padding-top: 113px;
	width: 959px;
	background: url(../images/headerBG.png)  0px 0px no-repeat;
}

#logo {
	height: 84px;
	width: 304px;

	float: left;
	clear: none;
}

#navigation {
	/*float: left;*/
	position:absolute;
	top:113px;
	left:305px;
	clear: none;
	width: 410px;
	height: 84px;
}

#navigation a {
	background: #afb19b;
	width: 115px;
	height: 16px;
	display: block;
	position: relative;
	text-decoration: none;
	margin-bottom: 2px;
	padding: 0;
}

#navigation a:hover{
	background:#554f4d;
}

#navigation a span {
	padding: 0;
	margin: 0;
	color: #fff;
	position: absolute;
	
	left: 5px;
	bottom: -4px;
	
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;	
}

#navigation .subnav {
	background: #68635f;
	display: none;
	position: absolute;
/*	top: -1px;*/
/*	left: 0;*/
	border-top: 1px solid #fff;
	margin-top: -1px;
	z-index: 9;
	padding-top:5px;
	
}

/*#navigation a:hover + .subnav {
	display: block;
}
*/
#navigation .subnav a{
	background: none;
	color: #fff;
	left: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size:11px;
	font-weight:bold;
	height: auto;
	width: 105px;
	padding-right:10px;
}
#navigation .subnav a:hover{
	color: #afb19b;
	background: none;
}
#navigation .col {
	float: left;
	clear: none;
	margin-right: 17px;
	margin-top; 
}


#login_and_search {
	float: right;
	margin-right:1px;
	clear: none;
	text-align: right;
	position: relative;
	width: 244px;
	height: 84px;
}

#login_and_search form {
	position: absolute;
	bottom: 32px;
	right: 0;
}

#login_and_search #user_links {
	position: absolute;
	bottom: 67px;
	right: 0px;
}

#login_and_search #user_links a{
	color: #554f4d;
	font-size: 10px;
	margin-left: 14px;
	font-weight:normal;
}

#login_and_search #search_terms {
	background: #554f4d;
	color: #fff;
	font-size: 10px;
	height: 18px;
	text-align: left;
	border: none;
	width: 123px;
	float: right;
	clear: none;
}

#login_and_search #search_btn {
	background: #afb19b;
	color: #fff;
	font-size: 12px;
	padding-top: 3px;
	height: 15px;
	width: 60px;
	text-align: center;
	display: block;
	float: right;
	clear: none;	
}

#login_and_search a#search_btn:hover{background:#554f4d;}
#sidebar {
	float: left;
	clear: none;
	width: 304px;
	background: url(../images/sidebarBG.png) no-repeat;	
	padding-top: 2px;
	margin-bottom: 18px;	
}

#sidebar #banner {
	/*image should be 304px wide and at most 721px high */
	min-height: 830px;	
/*	min-height: 459px;	*/
}

#sidebar #copyright {
	font-size: 10px;
	color: #554f4d;
	padding-left: 62px;
	padding-top: 110px;
	padding-bottom: 48px;
}

#sidebar #copyright a {
	color: #554f4d;
	text-decoration:underline;
}

#maincontent {
	float: left;
	clear: none;
	width: 654px;
	margin-left: 1px;
}

#maincontent .sectionheader{
	background: #dfd71d;
	color: #554f4d;
	font-size: 10px;
	font-weight:bold; 
	height: 15px;
	text-transform: uppercase;
	padding-left: 5px;
	padding-top: 4px;
}

.title {
	color: #dfd71d;
	font-weight: bold;
}

.linkbutton{
	background: #afb19b;
	color: #fff;
	display: block;
	margin-top: 16px;
	padding: 3px 6px;
	width: 80px;
	text-align: left;
	font-size: 11px;
	width: 60px;	
}
.linkbutton2 {
	background: #afb19b;
	color: #fff;
	font-weight:bold;
	display: block;
	margin-top: 17px;
	padding: 2px 6px;
	width: 80px;
	text-align: left;
	font-size: 11px;	
}
.linkbutton3 {
	background: #afb19b;
	color: #fff;
	font-weight:bold;
	display: block;
	margin-top: 5px;
	padding: 2px 6px;
	width: auto;
	text-align: left;
	font-size: 11px;	
}
a.linkbutton:hover, a.linkbutton2:hover, a.linkbutton3:hover{
	background:#554f4d;
}
.darker {
	background: #554f4d;
}

.widebutton{
	width: 80px;	
}


.extrawidebutton{
	width: 180px;	
}




#smallbanner {
	border-top: 2px solid #000;
	padding-top: 14px;
	width: 290px;
	clear: right;
	margin-top: 69px;
}

#smallbanner .bannercontent {
	border: 1px solid #afb19b;
	width: 290px;
	display: block;
	margin-left: -1px;
}

#content {
	width: 350px;
	padding-left: 14px;
	padding-top: 49px;
	float: right;
	clear: none;
	color: #554f4d;
	margin-bottom: 18px;
}

.contenttitle {
	color: #dfd71d;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 17px;
}
.contenttitle2 {
	color: #dfd71d;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	display:inline;
}
.contenttitle3 {
	color: #554f4d;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}

.contenttitle a, .contenttitle2 a {
	color: #dfd71d;	
}


.subtitle {
	color: #554f4d;
	font-weight: bold;
	margin-bottom: 14px;
}
.subtitle2 {
	color: #554f4d;
	font-weight: normal;
	margin-top:5px;
	margin-bottom: 14px;
}

.datestamp {
	display: block;
	color: #554f4d;	
	margin-bottom: 14px;
}

.copy p{
	margin-bottom: 28px;
}
.copy p a, .copy a{
	font-weight:bold;
	color:#c4b604;
/*	 old color: #dfd71d;*/
}

.videoholder {
	margin-bottom: 20px;
}

#controls {
/*	float: right;*/
	text-align: right;
}

#controls a.linkbutton{
	display: block;
	float: right;
	clear: none;
	margin-top: 8px;
	margin-left: 12px;
	width: auto;
/*	padding: 2px 12px;
	background: #afb19b;
	color: #fff;
*/}

.sortControls{
	margin:20px 0 42px 0;
}

.sortControls a.linkbutton4{
	margin-right: 9px;
	margin-left: 7px;
	margin-top:2px;
	padding: 1px 13px;
	background: #afb19b;
	color: #fff;
}
.sortControls a.linkbutton4:hover{
	background:#554f4d;
}

.controls{
	clear:left;
}
.controls a.linkbutton2{
	display: block;
	float: left;
	clear: none;
	margin-top: 12px;
	margin-right: 14px;
	margin-left: 0px;
	width: auto;
/*	padding: 2px 12px;
	background: #afb19b;
	color: #fff;
*/}


.faq a.trigger {
	display: block;
	padding-left: 14px;
	position: relative;
	color: #554f4d;
	margin-bottom: 14px;
	
}
.faq a.trigger em{
	font-style:normal;
	font-weight:bold;
	font-size:13px;
}
.faq .toggle {
	position: absolute;
	left: 2px;
	top: 3px;
	width: 11px;
	height: 9px;
}

.faq .disclosable {
	display: block;
	padding-left: 14px;
	margin-top: -10px;
	margin-bottom: 14px;
	
}

.toggle_plus {
	background: url(../images/toggle_plus.png) no-repeat;
}
.toggle_minus {
	background: url(../images/toggle_minus.png) no-repeat;
}


.profilepic {
	display: block;
	float: right;
}

.profilepic span{
	background: #afb19b;
	color: #fff;
	display: block;
	margin-top: 6px;
	padding: 3px 6px;
	width: 80px;
	text-align: center;
	font-size: 11px;
	width: 79px;
	margin-bottom: 6px;
}
#comment_login_btn{
	display:block;
	margin: 0;
	padding:0;
	height:17px;
	float:right;
}
.a2a_div{
	position:absolute;
	top:67px;
	right:10px;
	margin-bottom:0;
	display:block;
	text-align:right;
}
.a2a_div h6{
	color:#afb19b;
	display:inline;
}
.a2a_div img{
	position:relative;
	top:-5px;
	left:0;
}
.a2a_div a{
	float:right;
	height:16px;
	padding:0 5px;
	font-weight:bold;
	color:#c4b604;
/*	 old color: #dfd71d;*/
}
.subscribeBlog{
	display:block;
	width:91px;
	float:right;
	padding-top:5px;
	text-align:left;
	
}
.subscribeBlog img{
	float:left;
	margin-top:5px;
	margin-right:5px;
}
.clearLeft{
	clear:left;
}