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

/* RESET BROWSERS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* LOTVANTAGE COLOR SCHEME 
	Bright Yellow :: #ffb400;
	Dark Yellow :: #ac7900;
	Bright Green ::  #4ab74a;
	Dark Green :: #009a00;
*/ 

body {
	margin-top: 0px;
	background-color: #000000;
	background-image:url(/images/page-bg.jpg);
	background-repeat: repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	}
	
#container {
	width: 927px;
	margin: 0px auto 0px auto;
	}
	
#content {
	width: 782px;
	height: 199px;
	padding: 70px 0px 0px 145px;
	background-image:url(/images/login-bg.png);
	background-repeat: no-repeat;
	background-position:top center;
	clear:both;
	}
 	
#logobar {
	width: 927px;
	height:82px;
	background-image: url(/images/logo-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 0px;
	float:left;
	
	}
	
.logo {
	margin: 15px 20px 0px 340px;
	width:214px;
	height:46px;
	float: left;
	visibility: visible;
	}
	
.logo a img,.logo a img:hover  {
	visibility:visible;
	}
	
#login {
	width: 275px;
	height:50px;
	margin-top: 3px;
	float: right;
	}
	
#login ul {
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
#login ul li {
	list-style-type: none;
	display: inline;
	padding-right: 8px;
	}
	
#login li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom:5px;
	font-size: .85em;
	font-weight: bold;
	font-family: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, "Myriad Pro", Helvetica, Arial, sans-serif;
	}
	

	
 h2#one, h2#two, h2#three {
	text-transform: uppercase;
	color:  #009a00;
	font-size: 1em;
	}
	

	
#form {
	width: 250px; 
	padding: 15px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 400;
	font-family: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight:bold;
	}
	


	
#form input, #form select, #form textarea {
	padding: 3px;
	width: 150px;
	margin: 0px 0px 10px 5px;
	background-image: url(/images/nav-ddbg.png);
	background-position:bottom;
	background-repeat: repeat-x;
	background-color:#CCCCCC;
	font-size: 16px;
	}

	
#form input#login_button {
	background-image: url(/images/login-btn.png);
	background-position: center;
	background-color: transparent;
	border: 0px;
	height:60px;
	width:221px;
	padding: 2px 15px 8px 15px;
	color:#FFFFFF;
	font-size: 28px;
	font-family: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight:bold;
	}


h1, h2, h3, h4, h5, h6 {
	font-family: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, "Myriad Pro", Helvetica, Arial, sans-serif;
	}
	
h1 {
	font-size:1.5em;
	font-weight: bold;
	text-transform: capitalize;
	color: #009a00;
	}
	
h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.25em;
	font-weight: bold;
	text-transform:capitalize;
	
	}
	
#rightcolumn h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 4px dashed #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	text-transform:capitalize;
	color: #ffffff;
	}
	
h3{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 20px;
	border-bottom: 4px dashed #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	color: #ffb400;
	text-transform: capitalize;
	clear: both;
	}
	
#rightcolumn h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 1em;
	font-weight: bold;
	color: #009a00;
	text-transform: capitalize;
	border-bottom: none;
	}
	
	
p {
	font-size: .75em;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.5em;
	}
	
a, a:visited, a:active {
	color: #ffb400;
	text-decoration: none;
	}
	
a:hover {
	color: #ffffff;
	}
	
.hr {
	width: 650px;
	height: 19px;
	border: 0px;
	background-image: url(/images/hr-sm.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 15px 0px 15px 0px;
	}
	
ol {
	margin: 5px 10px 10px 30px;
	list-style-type: decimal;
	color: #009a00;
	}
	
ul.list {
	margin: 5px 5px 10px 15px;
	padding: 0px;
	}
	
ul.list li {
	padding: 0px 0px 5px 3px;
	list-style-image: url(/images/bullet.png);
	list-style-position: outside;
	color: #009a00;
	font-size: .75em;
	}
	
ul.list li h4 {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 500;
	margin:0px;
	padding: 0px;
	}
	
#hide {
display:none;
	}

