@charset "UTF-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background: #211C1A;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #D6CABB;
}

a img 
{
	border:none;
}

a:link,
a:active,
a:visited
{
	text-decoration:none;
	color:#9EC9EB;
}

a:hover
{
	text-decoration:underline;
	color:#9EC9EB;
}

h1, h2, h3, h4
{
	font-weight:normal;
	color:#FFF;
}

h1
{
	font-size:21px;
}

h2
{
	font-size:16px;
	border-bottom:solid 1px #963;
}

h2.bio
{
	margin-bottom:2px;
	color:#9EC9EB;
}

h3
{
	font-size:14px;
}

h4
{
	margin-top:0;
	padding-top:0;
}

h4.bio
{
	color:#9EC9EB;
}

ul, 
ol
{
	padding-left:16px;
}

ul li,
ol li
{
	margin-bottom:6px;
}



.alert
{
	color:#F00;
	font-weight:bold;
}

.blue
{
	color:#9EC9EB;
}

.clear
{
	clear:both;
}

.clearbar
{
	clear:both;
	border-bottom:solid 1px #9Ec9eb;
	margin-top:12px;
	margin-bottom:12px;
}

.stack
{
	display:block;
	width:49%;
	float:left;
}

.img240
{
	float:right;
	margin-left:12px;
	margin-top:6px;
	margin-bottom:12px;
	border:solid 1px #BFA593;
}

.img520
{
	border:solid 1px #BFA593;
}

.wideimgholder
{
	text-align:center;
}

.wideimgholder img
{
	border:solid 1px #BFA593;
}





/* #####################################################################
Global Items
######################################################################## */


#container {
	background-image:url(../images/bvns-body-bg.jpg);
	background-repeat:repeat-x;
	background-color:#45382B;
	width:100%;
	padding-bottom:12px;
	border-bottom: solid 5px #331908;
}

#mainContent {
	width: 780px; 
	min-height:600px;
	margin: 0 auto;	
	/*border: solid 1px #F00;*/
}

#header {
	height:115px;
}

#logo
{
	display:block;
	padding-top:20px;
}

#menu
{
	/*height:20px;*/
	padding-top:10px;
	width:750px;
}

#menu a:link,
#menu a:hover,
#menu a:active,
#menu a:visited
{
	/*
	color:#fff;
	font-size:14px;
	*/
	text-decoration:none;
}

#footer
{
	font-family:Arial, Helvetica, sans-serif;
	color:#B3B3B3;
	line-height:1.4em;
	padding:12px;
}

#footnav
{
	padding-bottom:8px;
}

#footnav a
{
	padding-left:6px;
	padding-right:6px;
}

#legal
{
	padding:6px;
	font-size:10px;
}



/* #####################################################################
Home Page
######################################################################## */

#home-photo-col
{
	width:300px;
	float:left;
	margin-left:14px;
	margin-right:14px;
}

#home-text-col
{
	width:393px;
	min-height:411px;
	padding:14px;
	padding-top:6px;
	float:left;
	background-image:url(../images/text-column2.gif);
	background-repeat:no-repeat;
	text-align:left;
	line-height:1.4em;
	margin-left:14px;
}



/* #####################################################################
Regular Page
######################################################################## */

#nav-col
{
	float:left;
	text-align:left;
	width:177px;
	min-height:401;
	padding:12px;
	padding-top:4px;
	margin-right:8px;
	background-image:url(../images/sidemenu2.gif);
	background-repeat:no-repeat;
	line-height:1.4em;
}

#nav-col a:link,
#nav-col a:active,
#nav-col a:visited
{
	text-decoration:none;
	color:#ABD0EE;
}

#nav-col a:hover
{
	text-decoration:underline;
	color:#ABD0EE;
}

#nav-col .main
{
	display:block;
	font-weight:bold;
	font-style:italic;
	border-bottom:solid 1px #BFA593;
	margin-top:8px;
}

#nav-col .sub
{
	display:block;
	padding-left:10px
}

.page-photo
{
	margin-left:-12px;
}

#text-col
{
	float:left;
	width:558px;
	margin-left:12px;
	text-align:left;
	line-height:1.4em;
}

#text-col2
{
	width:393px;
	min-height:411px;
	padding:14px;
	padding-top:6px;
	float:left;
	background-image:url(../images/text-column2.gif);
	background-repeat:no-repeat;
	text-align:left;
	line-height:1.4em;
	margin-left:14px;
}

#text-col3
{
	width:527px;
	min-height:411px;
	padding:14px;
	padding-top:6px;
	float:left;
	background-image:url(../images/text-column3.gif);
	background-repeat:no-repeat;
	text-align:left;
	line-height:1.4em;
	margin-left:14px;
}

.wide-col
{
	text-align:left;
	clear:both;
	margin-left:12px;
}

/* 
Images
*/

.headshot
{
	float:right;
	margin-left:12px;
	margin-bottom:12px;
	border:solid 1px #BFA593;
}

#mail_form .textinput
{
	width:200px;
}

.support_minor
{
	float:left;
	width:172px;
	height:300px;
	margin-left:9px;
	margin-right:9px;
	text-align:center;
}

.support_minor .headshot
{
	float:none;
	margin-left:0;
	margin-bottom:0;
}

/* ==============================================================
Gallery
================================================================= */

.galleryblock
{
	width:150px;
	height:150px;
	padding:10px;
	float:left;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
.galleryblock img
{
	border: solid 1px #666;
}