body {
	margin:30px 0px 0px 0px;
}

html, div, span, table, tr, td, th, input, img, select {
	margin:0;
	padding:0;
	border:0 none;
}

input[type="text"], input[type="password"],select {
	border: 1px solid #666666;
}

img {
	max-width:100%;
	width: auto;
}

.navigation ul, #nav ul {
	margin:0;
	padding:0;
	border:0 none;
	list-style:none;
	text-align:left;
}
.navigation li, #nav li {
	margin:0;
	padding:0;
	border:0 none;
	list-style:none;
	float:left;
	text-align:left;
}

.clr{
	clear:both;
}

.error {
	color:#dd0000;
}

a{
	text-decoration:none;
	color:blue;
	text-align:left;
}

p, h1, h2, h3, h4, img, input{
	text-align:left;
}

#topbar ul, #topbar li{
	list-style:none;
}

body{
	font-family:Arial;
	font-size:11px;
	color:black;
	background-color: #808080;
}

#main{
	width:1160px;
	text-align:center;
	margin:0 auto;
	height:100%;
	min-height:660px;
	background-color:#808080;
}

.container{
	width: 95%;
	position:relative;
	display:inline-block;
}

#logo{
	float:left;
	margin:5px 0 0 15px;
	z-index:4;
	position:relative;
}

.logo {
	max-width:300px;
	max-height:100px;
}

#top_links{
	float:right;
	width:300px;
	margin:50px 0 0 0;
}

.top_link_sep{
	float:right;
	margin:0 15px;
	color:black;
	font-weight:bold;
}

#top_links a{
	float:right;
	color:black;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

#nav{
	width:100%;
	height:16px;
	position:relative;
	z-index:3;
	float:left;
	background:#2E2C2D;
	border-radius:0px;
	margin-top:0px;
}

#content{
	width:96%;
	display:inline-block;
	overflow:hidden;
	height:calc(100%);
	opacity:0.5;
	left:2%;
	right:2%;
	z-index:0;
	position:absolute;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #00070A 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #00070A 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #00070A 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #00070A));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #00070A 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #00070A 100%);
}

#content_container{
	width:90%;
	display:inline-block;
	position:relative;
	z-index:2;
	border:1px solid #f3f3f3;
	border-radius:15px;
	margin:30px 0 0 0;
	min-height:550px;
	text-align:left;
	padding:20px;
	background:white;
}

#footer{
	width:98.4%;
	height:50px;
	position:relative;
	z-index:1;
	background:#2E2C2D;
	display:inline-block;
	border-radius:0px;
	margin-top:20px;
}

#footer p:first-child{
	float:left;
	margin:20px 0 0 20px;
	font-weight:bold;
	font-size:12px;
	color:white;
}

#footer p:last-child{
	float:right;
	margin:20px 20px 0 20px;
	font-weight:bold;
	font-size:11px;
	color:white;
}

#footer p:last-child a{
	color:#B87923;
}

#login_wrap{
	width:560px;
	height:210px;
	border-radius:15px;
	background:white;
	display:inline-block;
	padding-top:10px;
	margin:18% 0 0 0;
}

.field_row{
	width:92%;
	margin: 25px 0 0 0;
	display:inline-block;
}

.field_row label{
	float:left;
	font-size:20px;
	font-weight:bold;
	line-height:0.9em;
	text-align:left;
	width:155px;
	margin:8px 0 0 0;
}
.field_row label span{
	float:left;
	clear:left;
	font-weight:normal;
	font-size:16px;
}

input[type="text"], input[type="password"]{
	width:300px;
	padding:0 7px;
	height:20px;
	background:#EEE;
}

input[type="checkbox"] {
	width:20px;
	height:20px;
	padding:0px;
}

.field_row input{
	width:340px;
	padding:0 7px;
	height:50px;
	background:#DFDBDC;
	float:left;
}

#login_wrap p {
    float: left;
    margin: 30px 0 0 22px;
    font-size: 11px;
}

input[type="submit"] {
    margin: 10px 30px 0 0;
    background: #81A452;
	cursor:pointer;
    color: white;
    padding: 9px 40px;
    border-radius: 8px;
    box-shadow: 2px 0 2px #75944E inset;
    font-weight: bold;
    font-size: 14px;
}

input[type="submit"]:hover {
    background: #95B462;
    box-shadow: 2px 0 2px #85A45E inset;
}

#content_container2{
	width:92%;
	display:inline-block;
	position:relative;
	z-index:2;
	margin:10px 0 0 0;
	min-height:550px;
}

#content_left{
	float:left;
	width:77%;
	padding-left:1%;
	padding-right:1%;
	border-radius:15px;
	min-height:600px;
	background:white;
}

#content_left h2{
	width:100%;
	margin-top:10px;
	font-size:16px;
	float:left;
}

#content_left p{
	width:100%;
	font-size:14px;
	margin-top:10px;
	float:left;
}

#sidebar{
	float:right;
	width:20%;
	border-radius:15px;
	min-height:600px;
	background:white;
}

.side_content{
	width:85%;
	display:inline-block;
	border-bottom:2px solid #E4E4E4;
	padding-bottom:5px;
	margin-top:15px;
}

.side_content h3, .side_content p{
	width:68%;
	float:left;
}

.side_content p{
	margin:10px 0 0 0;
}

.side_content a{
	float:right;
	width:28%;
}

.side_content a img{
	width:100%;
}

#topbar{
	height: 42px;
	float: left;
	width: 100%;
	background: url(../images/nav_bg.jpg);
}

#top_left{
    float: left;
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin: 10px 0 0 0;
}

#topbar ul{
	float: right;
}

#topbar ul li{
	position: relative;
}

#topbar ul li a{
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	border-right: 1px solid #313B47;
	float: left;
	color: #c1c1c1;
}

#topbar > ul > li:last-child a{
	padding-right: 0 !important;
	border-right: none !important;
}

#topbar ul li > a:hover{
	color: white;
}

#topbar ul > li > ul:before{
	width: 5px;
	height: 5px;
	background: red;
	float: right;
}

#topbar ul li > a span{
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin: 20px 0 0 5px;
	float: right;
	border-top: 4px solid #FFF;
}
#topbar ul > li > ul{
	display: none;
	position: absolute;
	background: white;
	top: 42px;
	z-index: 999;
	border-radius: 5px;
	box-shadow: 0 0 5px #999;
	right: 0;
	width: 160px;
}

#topbar ul > li:hover ul{
	display: block;
}

#topbar ul > li > ul li{
	width: 100%;
}

#topbar ul li ul li a{
	border: none !important;
	height: 23px !important;
	line-height: 23px !important;
	color: black;
	width: 87.6%;
}

#topbar ul li ul li a:hover{
	background: #313743;
	color: white;
}

#text_wrap{
	width: 90%;
	background: #e1e1e1;
	border-radius: 5px;
	margin: 15px 0 0 0;
	font-size:14px;
	padding: 5px 3% 10px 3%;
	display: inline-block;
	text-align:left;
}

#text_wrap h1 span{
	color: #A1A1A1;
	font-size: 16px;
	font-weight: normal;
}

.hr{
	width: 100%;
	height: 1px;
	background: #b1b1b1;
	float: left;
	margin-top: 15px;
}

#text_wrap h1{
    margin: 15px 0 0 0;
    font-size: 24px;
}

#text_wrap h2{
    margin: 15px 0 0 0;
    font-size: 24px;
}

.text1{
	width: 88% !important;
	margin-top: 0 !important;
}

.sideimage{
	float: right;
}

.btns_area{
	width: 100%;
	float: left;
	height: 34px;
	background: #D2D7DB;
	border: 1px solid #A5A9B4;
	border-radius: 5px;
	box-shadow: inset 0 0 3px #999;
	margin-top: 7px;
}

.blue_btn{
	float: left;
	background: #185BA1;
	border: 1px solid #323742;
	box-shadow: inset 0 0 2px #0E549C;
	padding: 5px 8px;
	border-radius: 5px;
	margin: 5px 0 0 10px;
	font-size:11px;
	color: white;
}

.blue_btn:hover{
	background: #286BB1;
	cursor:pointer;
	border: 1px solid #424752;
	box-shadow: inset 0 0 2px #1E64AC;
}

.black_btn{
	float: right;
	background: #474E5E;
	border: 1px solid #323742;
	box-shadow: inset 0 0 2px #313842;
	padding: 5px 8px;
	border-radius: 5px;
	margin: 5px 10px 0 0;
	font-size:11px;
	color: white;
}

.black_btn:hover{
	background: #575E6E;
	cursor:pointer;
	border: 1px solid #424752;
	box-shadow: inset 0 0 2px #414852;
}

#text_wrap p{
	color: #323742;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.3em;
}

#text_wrap p a{
	color: #8A6F92;
}

#nav ul {
    float: right;
    margin: 12px 20px 0px;
}

#nav ul li a{
    color: white;
    font-weight: bold;
    font-size: 13px;
}

#nav ul li a:hover, #nav ul li a.active{
	color:#8DC737;
}

#nav ul li a span{
	float:right;
	color:white !important;
	margin:0 20px;
}





#nav2 li{
    margin-right:10px;
    position:relative;
}
#nav2 a{
    display:block;
    padding:5px;
    color:#fff;
    text-decoration:none;
}
#nav2 ul{
    background:rgba(255,255,255,0);
    list-style:none;
    position:absolute;
    left:-9999px;
}
#nav2 ul li{
    padding-top:1px;
    float:none;
}
#nav2 li:hover ul{
    background:#2E2C2D;
	border-radius:0px;
	width:200px;
	top:12px;
    left:-100%;
}


a.help{
	position:relative;
	color:#000;
	text-decoration:none;
	text-indent:5px;
	font-size:12px;
}

a.help span{
	display:none;
}

a.help:hover span{
	display:block;
	position:absolute;
	top:-8px;
	left:25px;
	width:150px;
	border-radius:5px;
	border:2px solid #000;
	background-color:#a12;
	color:#fff;
	padding:5px;
}

a.help:hover span:after{
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	border-bottom:2px solid #000;
	border-left:2px solid #000;
	background:#a12;
	left:-2px;
	top:7px;
	margin-left:-5px;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}