/***************************************************************
	CSS written by Adam T. Gregory - 12/01/2008
***************************************************************/

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 170%;
	color: #c7c7c7;
	background-color: #000000;
	background-image: url(../images/BCVPageBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: 400;
}

h1 {
	clear: both;
	color: #c7c7c7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: 500;
	line-height: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c7c7c7;
}

h2 {
	color: #b3884f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: 400;
}

h2 a {
	color: #751d19;
}

h2 a:hover {
	color: #b3884f;
}

h2 a:visited {
	color: #751d19;
}

h2 a:active {
	color: #751d19;
}

h3 {
	color: #b3884f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
}

h4 {
	color: #b3884f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
}

h5 {
	color: #c7c7c7;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
}

h6 {
	color: #c7c7c7;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 700;
	
}

h1, h2, h3, h4, h5, h6, p, dl {
	margin: 0;
	padding: 10px 15px;
}

/*****************************************
  Left Column and Side Menu the same
*****************************************/

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn h1, .leftColumn h2, .leftColumn h4, .leftColumn h5, .leftColumn h6, .leftColumn p, .leftColumn dl {
	padding-left: 0;
	color: #FFFFFF;
}

.leftColumn h3 {
	color: #4a5b65;
	padding-left: 0px;
	font-size: 1.3em;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 5px;
}

.leftColumn p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #c7c7c7;
}

.leftColumn b {
	color: #666666;
}

.leftColumn a {
	color: #999999;
	text-decoration: underline;
}

.leftColumn a:hover {
	color:#006633;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color:#b3884f;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a {
	color: #b3884f;
}

a:visited {
	color: #b3884f;
}

a:active {
	color: #b3884f;
}

a:hover {
	color: #ffffff;
}

b {
	color: #999999;
}

ol, ul {
	margin: 10px 30px;
	padding: 0 30px;
}

ol {
	color: #c7c7c7;
}

ol span {
	color: #c7c7c7;
}

ul {
	list-style-image: url(../images/BCVBulletGrayWhite.gif);
}

.ulblack {
	list-style-image: url(../images/BCVBulletBlackWhite.gif);
}


del {
	color: #aaaaaa;
}

code {
	margin: 10px 15px;
	padding: 10px;
	display: block;
	overflow: auto;
	line-height: 120%;
	white-space: pre;
	background: #444;
	font-family: courier, monospace;
	font-size: 1em;
	font-weight: 400;
	color: #A1FF45;
}

.leftColumn code {
	margin-left: 0;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777777;
}

dt {
	font-weight: bold;
	color: #c7c7c7;
}

dd {
	margin-left: 0;
	padding-left: 45px;
}

/**************************************************************
   Form Elements
 **************************************************************/
form {
	margin: 2px;
}

label {
	display: block;
}

input, textarea, select {
	padding: 2px;
	font: 400 1em verdana, sans-serif;
	color: #333333;
	border: 1px solid #333333;
	background-color: #eeeeee;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	color: #333333;
	border: 1px solid #383838;
	background-color: #FFFFCC;
}

input.button {
	padding: 2px 5px;
	font: 400 1.1em "trebuchet ms", serif;
	color: #555;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #ffffff;
}

/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
	padding-left: 27px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}


	span.pulledquote {
	display: block;
	float: right;
	width: 200px;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: right;
	color: #b38845;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b38845;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

/**************************************************************
   Images
 **************************************************************/
img.ImageFloatRight {
	position: relative;
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 5px;
}

img.ImageFloatLeft {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 5px;
}

img.ImageFloatRightBorder {
	position: relative;
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	background-color: #731c18;
	padding: 12px;
	border: 1px solid #333333;
}

img.ImageFloatLeftBorder {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	background-color: #731c18;
	padding: 12px;
	border: 1px solid #333333;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*****************************************
   Tables
******************************************/
.table {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#999999;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 1em;
}

.table th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#383838;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

.table th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#666666;
	text-align:left;
	color:#c7c7c7;
	font-weight:bold;
	border: 2px solid #444444;
}

.table td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#666666;
	text-align:left;
	color:#c7c7c7;
	border: 2px solid #444444;
}

.cleartable {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 1em;
}

.cleartable th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#383838;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

.cleartable th {
	height:3em;
	padding:2px 20px 2px 7px;
	text-align:left;
	color:#c7c7c7;
	font-weight:bold;
}

.cleartable td {
	height:3em;
	padding:2px 7px 2px 7px;
	text-align:left;
	color:#c7c7c7;
}

.smalltable {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#e9e8f4;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 15px;
	width: 97%;
	font-size: .8em;
}

.smalltable th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#afafaf;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

.smalltable th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	font-weight:bold;
	border: 2px solid #FFFFFF;
}

.smalltable td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	border: 2px solid #FFFFFF;
}

.separator {
	clear: both;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #383838;
}

.separatorsmall {
	height:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #383838;
}

.separatorsmallclear {
	clear: both;
	height:10px;
}

.list2 ul {
	float: left;
	width: 10em; /* width is changed */
	margin: 0;
	padding: 0;
	list-style: none;
}

.list2 li {
	float: left;
	width: 20em;
	margin: 0;
	background-image: url(../images/BCVBulletBlackWhite.gif);
	background-position: 0 -2px;
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
	text-decoration: none;
	list-style-type: none;
	line-height: 1.2em;
}

.list2 ol li a {
	display: block;
	text-decoration: none;
}

.list2 ol li a:hover {
	color: #C7c7c7; /* white */
	background-color: #000000; /* brown */
}
