/* CSS Document */
/*<group=Global Browser Reset>*/
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:10px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/*</group>*/

/*<group=HTML, Body>*/
html {
	background: url("/images/backgroundMain.gif") repeat-x #090602;
}
body {
	text-align: center;
	font-family: Georgia, serif;
	font-size: 80%;
	font-weight: bold;
	line-height: 25px;
	color: #e7e7e7;
	background: url("/images/backgroundMain.gif") repeat-x #090602;
}
/*</group>*/

/*<group=Layout>*/
div#outerWrapper {
	width: 908px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	text-align: left;
	padding: 0;
	background: url("/images/backgroundContent.gif") repeat-y;
}
div#header {
	background-image: url("/images/backgroundLogo.png");
	background-repeat: no-repeat;
	background-position: 5px;
}
div#content {
	padding: 20px 45px;

}
div#leftCol {
	float: left;
	width: 190px;
}
div#rightCol {
	float: right;
	width: 697px;
}
img.header {
	background-color: #140c03;
	padding-bottom: 14px;
	border-bottom: 1px solid #000;
}
#content img{
	background-color: #0e0904;
	padding: 8px;
	border: 1px solid #51412f;
}
a.linkopacity img {
	filter: alpha(opacity=40);
	opacity: 0.4;
}
a.linkopacity:hover img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
div.hr, div.hrFull {
	height: 2px;
	overflow: hidden;
	background: url("/images/hr.gif") repeat-x;
	margin-bottom: 10px;
	margin-top: 10px;
}
div.hrFull {
	width: 100%;
}
/*</group>*/

/*<group=Headings>*/
h1 { 
	margin: 0 0 5px 0;
	font-size: 190%;
	font-weight: normal;
	font-variant: small-caps;
	color: #bab390;
}
h2 {
	margin: 0 0 5px 0;
	font-size: 166%;
	font-weight: normal;
}
h3 {
	font-size: 100%;
	margin: 5px 0 5px 0;
}
h4 {
	margin: 0 0 4px 0;
	font-size: 100%;	
}
h5 { }
h6 { }
/*</group>*/


/*<group=Forms>*/
form {
	margin: 0;
}
select {
	margin-top: 0px;
	font-size:10px;
	background: #000;
	color: #fff;
}
#contactForm table{
	border: 4px double #51412f;
}
#contactForm td{
	padding: 0px 15px;
	white-space: nowrap;
}


#contactForm input, #contactForm textarea{
    font-size: 13px;
	font-family: Arial, sans-serif;
	font-weight:normal;
	background-color: #cbcabd;
	border: 1px solid #1C1309;
	color: #1C1309;
	padding: 3px 3px 3px 5px;
}
#contactForm input.btn {
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	border: 4px solid #000000;
	color: #1C1309;
	padding: 3px 10px;
	background-color: #CBCABD;
	cursor: pointer;

	
}

/*</group>*/

/*<group=Links - link visited hover active>*/
a:link {
	color: #918E73;
	text-decoration: underline;
}
a:visited {
	color: #918E73;
	text-decoration: underline;
}
a:hover, a:active {
	color: #8eafcd;
	text-decoration: underline;
}
#nav{
	margin-left:20px;
	color: #bc9c5c;
	font-size: 15px;
	line-height:30px;
	text-align:left;
}
#nav a:link, #nav a:visited {
	color: #39392c;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #c88910;
	text-decoration: none;
}
ul.tabNav li.active a:link {
	color: #c88910;
	text-decoration: none;
}
ul.tabNav li.active a:visited {
	color: #fff;
	text-decoration: none;
}
ul.tabNav li.active a:hover, ul.tabNav li.active a:active {
	color: #fff;
	text-decoration: none;
}
.warn
{
background-color: #990000;
}