* {
	margin: 0;
	padding:0;
}
body {
	background: #0f152e;	
}	
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	color: #747786;
	text-decoration: none;
}
h4 a:link, h4 a:visited {
	color: #2e3d88;
	text-decoration: none;
}
h4 a:hover, h4 a:active {
	color: #ccc;
	text-decoration: none;
}
#container-wrap {
	background: #0f152e url(images/bkgd.jpg) repeat-x;	
	overflow: hidden;
	padding-bottom:30px;
}

#container {
	margin: 0 auto 0 auto;
	width: 990px;
}
#header {
	background: url(images/bkgd-header.jpg) no-repeat top center;
	height:261px;
}
#sidebar {
	float:left;
	width: 250px;
	margin: 20px 0 0 0;
}
#sidebar div.top {
	background: url("images/top.jpg") top center no-repeat #000;
	width:250px;
	padding:10px 20px 10px 20px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	border-bottom:solid #232a5d 1px;		
}
#sidebar div.bottom {
	width:250px;
	padding:10px 20px 10px 20px;
	background: #0c1024; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c1024', endColorstr='#010204'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0c1024), to(#010204)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0c1024,  #010204); /* for firefox 3.6+ */ 
}
#sidebar-internal {
	float:left;
	width: 250px;
	padding:10px 20px 10px 20px;	
	margin: 20px 0 0 0;
	background: url(images/bkgd-sidebar.jpg) #020106 repeat-x top left;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;	
}

#sidebar-list {
	float:left;
	width:125px;
	padding:0px 0px 20px 0px;
}

#content {
	float:right;
	width: 640px;
	padding:20px;
}

#content-bullet {
	float:left;
	width:300px;
	padding: 0 5px 0 10px;
}
/* ----------menu-------------- */
#menu {	
	height: 48px;
	float:right;
	margin:0 40px 0 0;
}
ul#navlist {
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 16px 0px 14px 0px;
}
ul#navlist li {
	list-style: none;
	display:inline;
	border: 0px;
	margin:0;
}
ul#navlist li a {
	padding: 16px 6px 14px 6px;
	border: 0px;
	color: #e1e1e1;
	text-decoration: none;
	text-align: center;
}
ul#navlist li a:hover { 
	color: #2c3e86; 
}
/* ----------main body-------------- */
h1 {
	font: normal 32px/32px 'Anton', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom:12px;
}
#header h1 {
	font: normal 35px 'Anton', sans-serif;	
	color: #000;	
	margin-bottom: 0;
}
h2 {
	font: normal 22px 'Anton', sans-serif;
	color: #9bacda;
	text-transform: uppercase;
}
h3 {
	font: normal 22px 'Anton', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
#header h3 {
	float: right;
	margin:6px 20px 0 0;
}
h4 {
	font: normal 18px Arial, Helvetica, sans-serif;	
	color: cccccc;
}
#footer h4 {
	color: #747786;	
}
p {
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-bottom:12px;
}
p.bottom {
	margin:20px auto;
	text-align:center;
	color: #747786;
}
#footer p {
	color: #747786;	
}

label {
	color: #FFFFFF;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 65px;
}

input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 25px 5px 0;
	width: 200px;
}

input[type=submit], a.button {
	background: url("images/submit.jpg") top left repeat-x #66A092;
	border: 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	margin: 5px 0 5px 70px;
	padding: 0 10px;
	/* css3 */
	background: -webkit-linear-gradient(top, #2e3e89 0%,#242b62 18%,#252f6c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e3e89), color-stop(18%,#242b62), color-stop(100%,#252f6c));
	background: -o-linear-gradient(top, #2e3e89 0%,#242b62 18%,#252f6c 100%);
	background: -ms-linear-gradient(top, #2e3e89 0%,#242b62 18%,#252f6c 100%);
	background: -moz-linear-gradient(top, #2e3e89 0%, #242b62 18%, #252f6c 100%);
	background: linear-gradient(top, #2e3e89 0%,#242b62 18%,#252f6c 100%); /*242b62 252f6c*/
}

	input[type=submit]:hover, a.button:hover {
		background: url("images/submit.jpg") bottom left repeat-x #8DB8AE;
		cursor: pointer;
		/* css3 */
		background: -webkit-linear-gradient(top, #a4adce 0%,#8b9ac5 21%,#6f88ca 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4adce), color-stop(21%,#8b9ac5), color-stop(100%,#6f88ca));
		background: -o-linear-gradient(top, #a4adce 0%,#8b9ac5 21%,#6f88ca 100%);
		background: -ms-linear-gradient(top, #a4adce 0%,#8b9ac5 21%,#6f88ca 100%);
		background: -moz-linear-gradient(top, #a4adce 0%, #8b9ac5 21%, #6f88ca 100%);
		background: linear-gradient(top, #a4adce 0%,#8b9ac5 21%,#6f88ca 100%);
	}

form img {
	box-shadow: none !important;
	height: 23px;
	margin: 3px 0 !important;
}
	
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 125px;
	line-height: 18px;
	margin: 5px 0;
	resize: none;
	vertical-align: top;
	width: 500px;
}

li {
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	color: #fff;
	margin-left:20px;
}
ul {
	margin: 0 0 12px 0;	
}
hr {border: none 0; 
	border-top: 1px dotted #7e8ab1;
	border-bottom: 1px solid #6B78A0;
	width: 100%;
	height: 1px;
}
.png {	
	behavior: url(iepngfix.htc)	
}
.tagline {
	clear: both;
	float:right;
	padding:24px 210px 0 0px;
	width: 450px;
}
.logo {
	position:absolute;
	width:250px;
	height:261px;
}

.button_home {
	background: #282828;
	width:auto;
	display:inline-block;
	padding:8px 16px 8px 16px;
	color: #fff;
	font: normal 12px/17px Arial, Helvetica, sans-serif;		
	margin: 10px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	border-top:solid #232a5d 1px;
	border-left:solid #232a5d 1px;
	border-right:solid #232a5d 1px;
	border-bottom:solid #232a5d 1px;
	cursor:pointer;
} 
.right {
	float: right;	
}
.thumb {
	float: left; 
	margin:12px 16px 0 0;
	behavior: url(iepngfix.htc);
}
.social p {
	margin:15px 0 0 0;
}

/* ----------footer-------------- */
#footer-wrap {
	background: #0f152e;	
	clear: both;
}
#footer {
	width: 990px;
	margin:0 auto 0 auto;
	padding:10px;
}
#footer a:link, #footer a:visited  {
	color: #747786;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #fff;
}
.social {
	width: 230px;
	float:left;
}
.social img {
	margin: 0 0 -10px 0;	
}
.copyright{
	float: right;
	width:270px;
}
.site-map {
	float: right;
	width:390px;
}
.site-map h4,
.copyright h4{
	padding:0 0 8px 0;
}
/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.10;
	filter:alpha(opacity=10);
	-moz-opacity:0.10;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 10px auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}

a img {
	border: 0;
}