@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	background:#ccc;
	color:#FFF;
	text-align:left;
	font-family : Helvetica, Myriad, Arial, Helvetica, "Lucida Grande", Verdana, sans-serif;
	font-size: 11pt;
	font-smooth:always;
}

body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:9pt;
}

a img {
	border: 0;
}

a {
	color:#81a32f;
}

a:hover{
	color:#FFF;
}

input, textarea {
	border:1px solid #666;
	padding:3px;
	color:#333;
}

#maintable {
	display:block;
	text-align:left;
	width:1024px;
	height:100%;
	border:0px;
	background:#890c15;
}

#lefttable {
	width:372px;
}

#lefttable img{
	display:block;
	vertical-align:bottom;
}

.mainleftTable {
	height:600px;
	background:url(../images/mainleftBack.png) no-repeat;
}


.mainSoloTable { background:url(../images/mainleftBack.png) no-repeat; }

#menu {
	display:block;
	width:648px;
	height:33px;
	float:right;
	margin-top:174px;
	background:#474545;
}

ul.dropdown{ display:block; margin-top:9px; margin-left:10px; font-weight:bold; list-style: none; }
ul.dropdown { position: relative; }
ul.dropdown a { color:#FFF; text-decoration:none; }
ul.dropdown a:hover { color:#81a32f; }
ul.dropdown li {  margin-left:25px; text-align:left; list-style-type: none; display: inline; color:#999; float: left;  }
ul.dropdown li a { display: block; }
ul.dropdown li.hover, ul.dropdown li:hover{ position: relative; }
ul.dropdown ul { width: 220px; visibility: hidden; position: absolute;  top: 100%; left: 0; }
ul.dropdown ul li { margin:0px; display:block; font-weight: normal; background: #474545; color: #FFF;  border-bottom: 1px solid #ccc; float: none; padding: 4px 8px; }		
ul.dropdown ul li:first-child { margin-top:9px; }
ul.dropdown ul li a { border-right: none; width: 100%; display: inline-block; } 
ul.dropdown ul ul { left: 100%; top: 0; margin:0px; }
ul.dropdown ul ul li:first-child { margin:0px; }
ul.dropdown ul ul li { margin:0px; /*margin-left:1px;*/  background: #5f5c5c; }
ul.dropdown li:hover > ul { visibility: visible; }

#lefttext {
	display:block;
	margin-top:20px;
	width:280px;
	text-align:left;
	font-size:8pt;
}

#lefttext .title{
	text-transform:uppercase;
	font-weight:bold;
}

#maincontent{
	clear:both;
	display: block;
	margin:10px;
	margin-top:20px;
	text-align:left;
	min-width:625px;
}

#maincontent tr, #maincontent td { vertical-align:top !important; }

#maincontent .title{
	font-size:15pt;
	font-weight:bold;
	color:#81a32f;
}

#maincontent .subtitle{
	color:#ccc;
}

#maincontent img{
	/*max-width:630px;*/
}

#copyright {
	margin:20px;
	font-size:7pt;
	color:#999;
}

#copyright a{
	color:#999;
	text-decoration:none;
}

#copyright a:hover{
	color:#FFF;
}

.message {
	color:#0F0;
}

#poster, #posterright, #posterleft, #posterPad, #posterrightPad, #posterleftPad {
	display:block;
	background:#FFF;	
	margin:5px;
	padding:5px;
	padding-top:3px;
	padding-bottom:3px;
	color:#333 !important;
	font-size:8pt;
}

#posterPad, #posterrightPad, #posterleftPad { margin:40px; } 

#posterright, #posterrightPad { float:right; }
#posterleft, #posterleftPad {  float:left; }
#poster, #posterPad { clear:both; }

#poster a, #posterright a, #posterleft a, #poster a[href], #posterright a[href], #posterleft a[href], #posterPad a[href], #posterrightPad a[href], #posterleftPad a[href] {
	display:block;
	margin-top:3px;
	color:#333 !important;
	font-size:8pt;
	text-decoration:none;
}

#poster a:hover, #posterright a:hover, #posterleft a:hover, #poster a[href]:hover, #posterright a[href]:hover, #posterleft a[href]:hover { color:#C30 !important; }


#clearall { clear:both; }

#whiteline {
	clear:both;
	display:block;
	width:630px;
	height:2px;
	background:#666;
	margin-top:20px;
	margin-bottom:20px;
}