@charset "utf-8";
/* CSS Document */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}

ul {
	list-style:none;
}

a,
a:link,
a:visited,
a:hover {
	color: #21759b;
	text-decoration:none;
}

a:hover { 
	color: #d54e21;
}

h2 {
	margin: 0 0 3px 0;
	color:#21759b;
	font-size:16px;
}

.clearBoth {
	clear:both;
}

body {
	position:relative;
	background:#52768e; /* url(../images/body_BG.jpg) */
	color:#000;
	font:12px Arial,sans-serif;
	text-align:center;
}

p {
	margin: 0 0 20px 0;
}

i {
	font-style:normal;
}

b {
	font-weight:normal;
}

em {
	font-style:normal;
}

strong {
	font-weight:normal;
}

#wrapper_bg {
	width: 100%;
	height: 32px;
	margin: 0 auto;
	background: url(../images/container_BG.gif) repeat-x;
}

#wrapper {
	width: 100%;
	height:310px;
	margin:0 auto;
	background: url(../images/wrapper_BG.gif) no-repeat top center;
}

#main {
	width: 1000px;
	margin: auto;
}

#top_bar { 
	width: 985px;
	height: 32px;
	padding: 5px 15px 0px 0px;
}

#top_bar ul{
	float: right;
}


#top_bar ul li {
	font-size: 12px;
	float: left;
	margin: 5px 0px 0px 21px;
}

#top_bar ul li a {
	color: #fff;
	font-weight: bold;
}

#header {
	background:none;
	width: 975px;
	height: 110px;
	padding: 10px 12px 0px 0px;
}

#logoContainer {
	float: left;
	width: 310px;
	height: 110px;
	background: url(../images/logo.gif) no-repeat;
	margin: 0px 0px 0px 6px;
	text-align:left;
}

h1 {
	width:185px;
	margin:12px 0px 0px 15px;
	font-size:20px;
	color:#FFFFFF;	
}

#logoContainer p {
	width:185px;
	margin:12px 0px 0px 15px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

#logoContainer a,
#logoContainer a:link,
#logoContainer a:visited,
#logoContainer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}

#container {
	width: 1000px;
	padding: 0px 0px 0px 0px;
	background: url(../images/content_BG.gif) repeat-y ;
}

#content {
	width: 1000px;
	float: left;
	padding: 33px 38px 0px 38px;
	background: url(../images/content_top.gif) no-repeat;
	text-align:left;
}

#content_btm {
	width: 1000px;
	overflow: hidden;
	padding: 0px 0px 47px 0px;
	background: url(../images/content_btm.gif) no-repeat bottom;
	clear: both;
}

#primaryContent {
	float:left;
	width:634px;
}

#primaryContent .block {
	margin-bottom:10px;
}

#primaryContent .block span.blockTitle {
	display:block;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-size:18px;
	color:#21759b;
	border-bottom:1px #ededed solid;
}

#primaryContent .block img {
	float:left;
	padding:1px 1px;
	border:1px #ededed solid;
}

#primaryContent .block ul {
	float:left;
	width:165px;
	margin: 0 0 0 10px;
	color:#21759b;
}

#primaryContent .block div.blockBody {
	float:right;
	width:325px;
	height:180px;
}

#primaryContent .block div.blockBody a,
#primaryContent .block div.blockBody a:link,
#primaryContent .block div.blockBody a:visited,
#primaryContent .block div.blockBody a:hover {
	font-weight:normal;
	text-decoration:none;
	color:#000;
}


h2#primaryHead {
	margin: 0 0 0 0;
	font-size:24px;
	color:#000000;
}

#primarySubtitle {
	display:block;
	margin: 0 0 15px 0;
}

#secondaryContent {
	float:left;
	margin:0 0 0 41px;
	width:248px;
}

span#secondaryHead {
	display:block;
	margin: 8px 0 36px 0;
	color:#333333;
}

#footer {
	color:#dfdfdf;
	margin:0 0 20px 0;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover {
	color:#dfdfdf;

	font-weight:normal;
}

