/* BRC editor stylesheet */

a {
	color:#335aa3;
	text-decoration:none;
	}
a:hover {text-decoration:underline;}
form, fieldset {display:inline;}
img {border:none;}
label, select, textarea, input {vertical-align:top;}
select, input, textarea {
	font: 11px/13px Arial, sans-serif;
	color: #000;
	}
ul {
	margin:0;
	padding: 0;
	list-style: none;
	}
#header {
	background: url(../images/header-bg.jpg) no-repeat;
	height: 179px;
	}
h1 {
	font:bold 140%/1.14em Arial, sans-serif;
	color: #775637;
	text-transform: uppercase;
	margin: 0;
	}
h2 {
	margin: 0;
	font:bold 140%/1.14em Arial, sans-serif;
	color: #4667a6;
	}
h3 {
	margin: 0;
	font:bold 14px/16px Arial, sans-serif;
	text-transform: uppercase;
	color: #85715d;
	}
h4 {
	margin: 0;
	font-style: italic;
	text-transform: uppercase;
	color: #999;
	font-size: 90%;
	line-height: 1.20em;
	}
p {
	margin: 0;
	padding-bottom: 12px;
	font-size: 110%;
	line-height: 1.44em;
	}
table td, table th {
	border-left: 1px solid #b6c0d3;
	font-size: 90%;
	}

.h2-extra {padding-bottom: 10px;}

table, .table { border: 1px solid #b6c0d3; font-family: Verdana, sans-serif;/**	border-bottom: 1px solid #b6c0d3;
	border-right: 1px solid #b6c0d3; **/
	width: 100%; margin-bottom:10px; }
.table .title {
	background: #354970;
	text-align: left;
	font-size: 100%;
	line-height: 1.2em;
	color: #fff;
	padding: 5px 0 4px 7px;
	}
.table .cell {
	text-align: left;
	padding: 12px 6px auto 6px;
	}
.table .cell1 {
	text-align: right;
	padding-right: 7px;
	}
.table td { text-align: left; vertical-align:text-top; height:auto; }
.table th { color: #20365f; padding-top: 2px; }
#gallery h5, .thumbscontainer p  {
	margin: 0;
	color: #777;
	font-size: .7em;
    font-weight:bold;
	line-height: 1.2em;
	text-transform: uppercase;
	padding-top: 2px;
	}
