@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}
body {
	background: url(../images/layout/bg.png) no-repeat bottom center fixed;
	min-height: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001c5f;
}
#wrapper {
	background: url(../images/layout/wrapper_bg2.png);
	margin: 10px auto;
	width: 940px;
	min-height: 630px;
	padding: 10px 10px 20px 10px;
	border-top: 1px solid #fafafa;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #e6e6e6;
}
.cl {
	clear: both;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: normal;
	color: #006ADF;
}
h2 {
	font-size: 20px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: normal;
	color: #006ADF;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: normal;
	color: #001c5f;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	color: #006ADF;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	color: #006ADF;
	text-transform: uppercase;
}
img.img_left {
	border: 1px solid #006ADF;
	box-shadow: 0px 2px 3px #111d39;
	-moz-box-shadow: 0px 2px 3px #111d39;
	-webkit-box-shadow: 0px 2px 3px #111d39;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
img.img_left_nb {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.img_right, .img_right {
	border: 1px solid #006ADF;
	box-shadow: 0px 2px 3px #111d39;
	-moz-box-shadow: 0px 2px 3px #111d39;
	-webkit-box-shadow: 0px 2px 3px #111d39;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
img.img_right_nb {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
/*--------------------------------- HEADER/FLASH/TOPNAV -------------------------*/
#header {
	width: 940px;
	margin: 0 auto;
}
#logo {
	background: url(../images/layout/logo.png) no-repeat;
	width: 324px;
	height: 107px;
	display: block;
	float: left;
	margin: 10px 0 0 0;
}
#top_nav {
	float: right;
	margin: 50px 0 0 0;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	text-transform: lowercase;
}
	#top_nav a {
		color: #000;
		margin: 0 0 0 35px;
	}
	#top_nav a:hover {
		color: #006adf;
	}
#flash {
	width: 940px;
	height: 404px;
	background: #001c5f;
}
#dynamic_titles {
	margin: 5px 0 10px 0;
}
/*------------------------------- CONTENT --------------------------------*/
#index_content {
	float: left;
	width: 620px;
	margin: 0 0px 0 0;
	line-height: 24px;
	height: 195px;
}
#page_header {
	background: url(../images/header_photos/1.png) no-repeat;
	width: 944px;
	height: 184px;
	margin: 0 auto;
}
#content {
	float: left;
	width: 690px;
}
#content a {
	color: #006ADF;
	font-weight: bold;
}
	#content a:hover {
		color: #111d39;
	}
#content p, ul {
	line-height: 18px;
}
#display {
	width: 700px;
	height: 420px;
	margin: 0 0 0 -5px;
}
#archive {
	width: 200px;
	box-shadow: 0px 3px 2px #666;
	-moz-box-shadow: 0px 3px 2px #666;
	-webkit-box-shadow: 0px 3px 2px #666;
	border: 1px solid #eaeaea;
	padding: 10px;
	float: left;
	margin: 10px 0 0 20px;
}
/*------------------------------- MENU --------------------------------*/
#menu {
	width: 220px;
	float: left;
	margin: 10px 20px 0 0;
}
.menu_item {
	color: #001c5f;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	display: block;
	margin: 0 0 5px 0;
}
	.menu_item:hover {
		color: #006ADF;
	}
.menu_item_selected {
	color: #006ADF;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 5px 0;
}
.sub_menu_item {
	color: #001c5f;
	font-size: 12px;
	text-transform: lowercase;
	display: block;
	margin: 0 0 5px 20px;
}
	.sub_menu_item:hover {
		color: #006ADF;
	}
.sub_menu_item_selected {
	color: #006ADF;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 5px 20px;
}


/*------------------------------- FOOTER --------------------------------*/
#footer {
	background: url(../images/layout/footer_bg.png) no-repeat;
	width: 946px;
	height: 79px;
	padding: 10px;
	margin: 10px auto 0 auto;
	position: relative;
	bottom: 0%;
	font-size: 10px;
	color: #001c5f;
}
	#footer a {
		color: #001c5f;
	}
	#footer a:hover {
		color: #006ADF;
	}
.footer_links {
	width: 600px;
	float: left;
	margin: 25px 0 0 0;
}
.foot_icons {
	float: right;
}
.twitter_btn, .fb_btn, .rss_icon, .youtube_btn {
	background-position: top;
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: block;
	float: right;
}
	.twitter_btn:hover, .fb_btn:hover, .rss_icon:hover, .youtube_btn:hover {
		background-position: bottom;
	}
.twitter_btn {
	background: url(../images/twitter_icon.png);
}
.fb_btn {
	background: url(../images/facebook_icon.png);
}
.rss_icon {
	background: url(../images/rss_icon.png);
}
.youtube_btn {
	background: url(../images/youtube_icon.png);
}
.pgems {
	background: url(../images/pgems.png) no-repeat top;
	width: 236px;
	height: 31px;
	display: block;
	margin: 10px 0 0 0;
	float: right;
}
	.pgems:hover {
		background-position: bottom;
	}
/*------------------------------- NEWS --------------------------------*/
#news {
	background: url(../images/layout/news_bg.png) no-repeat top;
	width: 284px;
	height: 154px;
	float: right;
	padding: 10px;
	margin: 10px 0 0 10px;
}
.news_name {
	background: url(../images/layout/news_title.png) no-repeat;
	width: 141px;
	height: 18px;
	margin: 0 0 3px 0;
}
.news_title {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #001c5f;
	line-height: 14px;
	letter-spacing: -1px;
}
	.news_title:hover {
		color: #006ADF;
	}
.news_tagline {
	font-size: 11px;
	color: #000;
	margin: 5px 0 0 0;
}
#news hr {
	border-top: 1px solid #006ADF;
	border-bottom: none;
	border-left: none;
	border-right: none;
	}
	
/*------------------------------- LOGIN --------------------------------*/
#login  {
	background: url(../images/layout/login_bg.png) no-repeat bottom;
	width: 294px;
	height: 47px;
	padding: 10px 10px 10px 0;
	float: right;
	margin: 10px 0 0 10px;
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: right;
}
.login {
	text-align: right;
	width: 230px;
	float: right;
	color: #006adf;
}
.logged_in {
	background: url(../images/layout/logged_in_bg.png) no-repeat bottom;
	font-family: "Century Gothic", Arial, sans-serif;
	width: 294px;
	height: 57px;
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}
.login-field {
	margin: 0 0 4px 0;
}
.login_input {
	border: 1px solid #c3e7ee;
	width: 97px;
	height: 15px;
	font-size: 11px;
	padding: 0 1px 0 1px;
}
.login_submit {
	background: url(../images/layout/login_submit.png) no-repeat top;
	width: 54px;
	height: 43px;
	border: none;
	float: right;
	cursor: pointer;
}
	.login_submit:hover {
		background-position: bottom;
	}
.logout {
	color: #930;
}

.loginbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #06C;
	text-align: right;
	float: right;
	height: 15px;
	width: 450px;
	margin-top: 5px;
}
