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

body {
	background-color: #8eabd3;
	/*background-color: #426eef;*/
}

#container {
	width: 900px;
	margin: 0 auto;
	
}

#header-left {
	width: 323px;
	float: left;
	text-align: left;
}

#header-right {
	width: 557px;
	padding: 0 10px 0 0;
	float: right;
	text-align: right;
}

#body {
	width: 900px;
	background: url(../images/background.png);
}
	

#content {
	width: 879px;
	float: left;
	background-color: white;
	border-right: 1px solid #5d71ab;
	padding: 0 5px 0 5px;
}

#nav {
	width: 879px;
	height: 31px;
	background: url(../images/nav-background.png);
}

#nav-left {
	float: left;
	width: 766px;
}

#nav-right {
	width: 109px;
	float: right;
	padding: 0 4px 0 0;
}

#nav ul { height: 31px; list-style-type: table; list-style-position: inside; display: inline; text-align: left; margin: 0 auto; padding: 0; }
#nav ul li { display: table-cell; float: left; margin: 2px 5px 0 5px; height: 27px;  font-family: Helvetica;  font-size: 10pt; color: #ffffff; text-align: center; letter-spacing: -1px; padding-left: 10px; padding-right: 10px; cursor: pointer; font-weight: bold; line-height: 27px;}
#nav ul li:hover { background: url(../images/nav-background-over.png); }

#nav ul li a, #nav ul li a:visited { color: #ffffff; text-decoration: none;}

#nav .active { background: url(../images/nav-background-over.png); }

#content-left {
	width: 618px;
	float: left;
}

#photo {
	height: 371px;
	width: 609px;
}

#issues {
	float: left;
	position: absolute;
	margin: 50px 0 0 13px;
	padding: 10px 10px 10px 10px;
	width: 179px;
}

#issues h1 {
	text-align: center;
	margin: 0 10px 5px 0;
	padding: 0;
}

#issues ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#issues ul li {
	margin: -3px;
	padding: 0;
}

#issues a {
	font-family: Century Gothic;
	color: #00009b;
	font-size: 12pt;
	text-decoration: none;
	letter-spacing: -1px;
}

#subnav {
	
}

#subnav-item {
	width: 256px;
	padding: 10px 7px 0 1px;
	background: url(../images/subnav-middle.png) repeat-y;
}

#subnav ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 10px 0 0 35px;
}

#subnav ul li {
	padding: 0 0 10px 0;
}

#subnav ul li.current_page_item {
	list-style-image: url(../images/bullet.png);
}

#subnav ul li.current_page_item a {
	font-weight: bold;
}

#subnav ul a {
	font-family: Century Gothic;
	color: #2656a2;
	font-size: 14pt;
	text-decoration: none;
}

#subnav ul a:hover {
	font-family: Century Gothic;
	color: #2656a2;
	font-size: 14pt;
	font-weight: bold;
}

div.content-box {
	width: 618px;
	margin: 10px 0 0 0;
}

div.content-box-content {
	background: url(../images/content-box-middle.png) repeat-y;
	width: 578px;
	padding: 0 20px 0 20px;
}

div.content-box h1 {
	margin: 0;
	padding: 0 0 5px 0;
}

div.content-box h2 {
	color: #002762;
	font-family: Century Gothic;
	font-size: 12pt;
	margin: 0;
	padding: 10px 0 5px 0;
}

div.content-box p {
	color: #000000;
	font-family: Century Gothic;
	font-size: 10pt;
	margin: 0;
	padding: 0 0 10px 0;
}

div.content-box ul {
	color: #000000;
	font-family: Century Gothic;
	font-size: 10pt;

}

div.content-box a {
	color: #ff0000;
}



#content-right {
	padding: 8px 0 0 0;
	width: 261px;
	float: right;
}

div.box {
	width: 255px;
	height: 108px;
	background: url(../images/right-box.png) repeat-y;
	padding: 10px 7px 0 1px;
	cursor: hand;
	cursor: pointer;
}

div.subnav {
	width: 255px;
	background: url(../images/subnav-bg.png) repeat-y;
	
}

div.box h1, #subnav-item h1 {
	margin: 0 0 0 15px;
	padding: 0;
	text-align: left;
}

div.box p {
	font-family: Century Gothic;
	font-size: 8pt;
	color: #000000;
	padding: 0 10px 0 0;
	margin-top: 10px;
}

div.right-icon {
	width: 60px;
	height: 60px;
	float: left;
	padding: 10px 0 0 0;
}

div.right-txt {
	width: 195px;
	float: right;
}

#photo-box {
	margin: 20px 0 0 0;
}

#photo-box h2 {
	color: #002762;
	font-family: Century Gothic;
	font-size: 12pt;
	margin-top: 5px;
	padding: 0 10px 0 10px;
}

#photo-box p {
	font-family: Century Gothic;
	font-size: 8pt;
	color: #000000;
	padding: 0 10px 0 10px;
	margin-top: 10px;
}

#shadow {
	width: 10px;
	float: right;
}

#bottom-menu {
	padding: 10px 0 0 0;
	text-align: center;
	background: url(../images/background.png);
}

#bottom-menu a, #bottom-menu a:visited {
	font-family: Calibri, Arial;
	font-size: 8pt;
	color: #002762;
	text-decoration: none;
}

#bottom-menu a:hover {
	text-decoration: underline;
}

#footer {
	width: 900px;
	height: 43px;
	padding: 2px 0 0 0;
	background: url(../images/footer.png);
}

#footer p {
	font-family: Century Gothic;
	color: #ffffff;
	font-size: 10pt;
	text-align: center;
	padding: 0;
	margin: 0;
}


div.anchor {
	clear: both;
}

.social-network { margin-right: 3px; border: 0; }

input.form {
	padding: 3px;
}

ul.form {
	list-style-type: none;
	margin: 0 0 0 50px;
	padding: 0;
}

ul.form li {
	padding: 10px 0 0 0;
}

label {
	float: left;
	width: 120px;
	margin-right: 0 10px 0 0;
}

#o3 {
	width: 880px;
	margin: 0 auto;
	padding-right: 10px;
	text-align: right;
}