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

body {
	margin: 0px;
	background-color: #a7b8ca;
	color: #435b75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin: 0px;
	padding: 0px 0px 10px;
}

a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.left { float: left; }
.right { float: right; }
form {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4 {
	margin: 0px;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding: 0px 0px 15px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	font-weight: normal;
	padding: 0px 0px 10px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 10px;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #d2dbe4;
	margin: 4px 0px;
	padding: 0px 3px;
	border-bottom: 1px solid #435b75;
}
.clear { clear: both; }

#pagegradient {
	background-image:url(images/top-gradient.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	position: relative;
}
#pagetile {
	background-image:url(images/page-tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	height: 1%;
}
#pageheader {
	background-image:url(images/header-top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
#pagefooter {
	background-image:url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	padding-bottom: 4px;
}

#content {
	position: relative;
	margin: 0px auto;
	width: 998px;
}
#header {
	position: relative;
	z-index: 100;
}
#logoarea {
	padding: 28px 0 0;
	margin: 1px 0 0;
}
#navybar {
	height: 26px;
	background-image:url(images/bkg-navybar.jpg);
	background-repeat: repeat-x;
	margin: 0px 1px;
	color: #9f9264;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 16px;
	padding: 7px 0px 0px 6px;
	letter-spacing: 5px;
}
#nav {
	width: 267px;
	float: left;
	z-index: 100;
}
#mainpicture {
	/*background-image:url(images/pic-main.jpg);*/
	background-color: #032f5c;
	background-repeat: no-repeat;
	width: 728px;
	height: 263px;
	float: right;
	margin: 1px 1px 0px 0px;
	z-index: 80;
}
#stripes {
	background-image: url(images/bkg-stripes.gif);
	background-repeat: repeat-x;
	height: 14px;
	overflow: hidden;
	margin: 0px 1px 0px;
}
#header {}
#middle {
	position: relative;
	overflow: hidden;
	height: 1%;
	padding: 20px 20px 20px;
}
#line {
	padding: 0px;
	margin: 0px;
	position: relative;
	overflow: hidden;
	height: 1%;
	background-image: url(images/bkg-line.gif);
	background-repeat: repeat-y;
	background-position: 482px 0px;
}
#leftcolumn {
	width: 460px;
	position: relative;
	float: right;
	padding: 0px 0px 0px 10px;
}
.sep {
	height: 1px;
	overflow: hidden;
	background-color: #ddd;
	position: relative;
	margin: 8px 0px;
}
.hpposttitle {
	font-weight: bold;
	font-size: 14px;
}
.hppostmeta {
	font-weight: normal;
	font-size: 11px;
	color:#666666;
}
.hppostsample {
	margin: 5px 0px;
}
.hppostlink {

}
#rightcolumn {
	width: 459px;
	padding: 0px 20px 0px 0px;
	position: relative;
	float: right;
}
#footer {
	height: 41px;
	text-align: center;
	font-size: 10px;
	line-height: normal;
	margin-top: 10px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
#loginblock {
	width: 202px;
	padding: 100px 25px 0px 0px;
	height: 20px;
        text-align: right;
	overflow: hidden;
}
#loginblock .button {
	background-color: #000;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #090909;
	border-top: 1px solid #7f7f7f;
	border-right: 1px solid #303030;
	border-left: 1px solid #363636;
	height: 24px!important;
	padding: 0px 4px 3px;
}

.black {
	padding-top: 2px;
	height: 17px!important;
	border-top: 1px solid #090909;
	border-bottom: 1px solid #7f7f7f;
	border-left: 1px solid #303030;
	border-right: 1px solid #363636;
	color: #000;
	font-size: 11px;
	width: 120px;
}
.loginlineitem {
	padding-bottom: 3px;
	text-align: right;
}
#loginaction {
	padding-top: 5px;
}
#bottomfooter {
	margin: 0px auto;
	width: 970px;
	padding: 0px 0px 15px 28px;
	font-size: 10px;
}
#bottomlogo {
	float: left;
}
#bottomtext {
	float: left;
	padding: 5px 0px 0px 10px;
}
.postmeta {
	padding: 0px 0px 10px;
	font-size: 11px;
}
hr, .sep{
	margin: 12px 0px;
	padding: none;
	border: none;
	height: 1px;
	background-color: #999999;
	overflow: hidden;
}
#nologinleft {
	float: left;
	width: 706px;
	padding: 0px 20px 0px 0px;
}
#nologinright {
	float: left;
	width: 245px;
    height: 241px;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
    margin: 1px 0px 1px 1px;
}
#nologinright form {
	padding: 0;
	margin: 0;
}
#nologinleft h3, #nologinright h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 10px;
}
#howdoi {
	background-image: url(images/bkg-login.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	float: right;
	height: 139px;
	font-size: 12px;
	padding-right: 100px;
}
#howdoi h3 {
	font-size: 24px;
	font-weight:bold;
	margin: 0;
	padding: 22px 0 13px;
	color: #435b75;
}
#howdoi p {
	padding: 0 0 19px;
	margin: 0;
	color: #a19062;
}
.linklove { display: none; }
#cforms2form { margin-top: 0px; }
.cform {
	width: 480px !important;
}
.downloadme {
	background-color:#EEEEEE;
	background-image:url(images/Save.jpg);
	background-position:5px 10px;
	background-repeat:no-repeat;
	border:1px solid #999999;
	margin:0 0 15px;
	padding:25px 25px 25px 55px;
	width:225px;
}
.alignleft { float: left; }
.alignright { float: right; }