@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'TrajanProRegular';
	src: url('../fonts/trajanpro-regular-webfont.eot');
	src: url('../fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/trajanpro-regular-webfont.woff') format('woff'),  url('../fonts/trajanpro-regular-webfont.ttf') format('truetype'),  url('../fonts/trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-image: url(../images/top-header-bg.jpg);
	background-color: #333;
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 62.5%; /* setting this to 62.5% 1.2em = 12px */
	font-family:Verdana;
}
.clear {
	clear: both;
}
#headerWrap {
	display:block;
	margin:0 auto;
	position:relative;
	width:980px;
}
#headerContent {
	margin: 0 auto;
	width: 980px;
	font-size: 1.2em;
	color: #666666;
	position: relative;
}
#logo {
	width: 609px;
	padding-top: 35px;
	float: left;
}
/* Beginning of header links */

#navWrap {
	text-align: right;
	position:absolute;
	left: 440px;
	top: 16px;
	width: 497px;
	z-index: 100;
}
#headerNav {
	float:right;
	padding:8px 3px 0 0;
}
#headerNav li {
	float:left;
	display:inline;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#headerNav li.last {
	border-right:none;
}
#headerNav a {
	color:#FFFFFF;
	display:block;   /*to increase clickable area as a's default to inline */
	float:left;
	line-height:1.9;
	padding:0 7px;
	text-align:center;
	text-decoration:none;
}
#headerNav a:hover {
	background-color: #F9B931;
}
#headerNav a:active, #subnav2 a:focus {
	outline:0;
}
/* END of header links */

/* Beginning of SOCIAL links */


/* END of SOCIAL links */

/*------------------------------------------*/
#bodyWrap {
	width: 100%;
	float:left;
	background-color:#fff;
}
#bodyContent {
	margin: 0 auto;
	width: 980px;
	font-size: 1.2em;
	min-height: 500px;
}
.leftContent {
	width:684px;
	float:left;
	margin:15px;
}
.leftContent img {
	padding: 10px;
	border: 0; /*solid 1px #cccccc;*/
	background-color:#fff;
}
.rightContent {
	width:230px;
	float:right;
	padding:15px;
}
#article {
	width:690px;
	float:left;
	margin-bottom:25px;
	border-bottom: 2px dashed #EEEEEE;
	min-height: 150px;
}
#article .image {
	height: 120px;
	width: 150px;
	background-color:#fff;
	float:left;
	border: 0px;
}
#article .content {
	float:right;
	width:520px;
}
/*-----------------------------------------------*/

footer {
	float:left;
	width: 100%;
	border-top:solid 10px #000;
	padding-top:25px;
}
footer a:link { color: #fff;}
footer a:visited { color: #fff;}
footer a:hover { color: #fff;}

div.footerdiv{
	width: 100%;
	border-top:solid 10px #000;
	padding-top:25px;
}

#footerContent {
	margin: 0 auto;
	display:block;	
	width:980px;
	position:relative;
	color:#FF9900;
}

ul.hlist { display: inline; }
li.hlist { display: inline; margin: 0 2em 0 0 }

a.button{
	padding: 0.25em 0.5em;
	border: 1px solid #674;
	background-color: #F9B931;
	color : #FFF;
	border-radius : 5px;
	font-weight: bold;
}

#securitystatus {
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	
}
