/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}
#pagecontainer {
	text-align: left;
	margin: 0 auto;
	width: 910px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h4 {
    font-size: 14px;
}
a {
	text-decoration:underline;
	color: #313690;
}
a:visited {
	text-decoration:underline;
	color: #09F;
}
a:hover {
	color: #06C;
}

/*********************
	Header styles 
*********************/
#header {
	background: url(images/bkg_header.gif) top left no-repeat;
	width:905px;
	height:125px;
	padding-bottom: 25px;
}
#search {
	/*border:solid 1px #f00;*/
	width:300px;
	float:left;
}
#search input.search {
	padding-left: 15px;
}
#search input.searchbox {
	background-color: #e4e5f1;
	border: solid 1px #3e3f4a;
}
#navigation {
	/*border:solid 1px green;*/
	width:550px;
	float:right;
	padding-left: 50px;
	margin-top:0px;
	padding-top:0;
}
#navigation a {
	text-decoration:none;
	color: #313690;
	float:right;
	padding: 8px 27px 5px 27px;
	font-size: 14px;
	height: 25px;
	background: none;
}
#navigation a:hover {
	text-decoration:none;
	color: #fff;
	background-color: #313690;
}
#navigation a.on {
	text-decoration:none;
	color: #fff;
	background-color: #313690;
}
#navigation a:hover.contact {
	background: url(images/bkg_contactus.gif) right bottom no-repeat;
	color: #fff;
}
#navigation a.contacton {
	background: url(images/bkg_contactus.gif) right bottom no-repeat;
	color: #fff;
}
#breadcrumbs {
	padding: 2px 20px 0 5px;
	font-size: 14px;
	color: #000066;
}
#breadcrumbs a {
    color: #313690;
}
#breadcrumbs a:visited {
    color: #313690;
}
#breadcrumbs a:hover {
    color: #09F;
}
#breadcrumbs a:active {
    color: #09F;
}
/**************************
	Basic page styles
**************************/
#mainpage {
	width:905px;
}
#bigblock {
	background: url(images/bkg_bigblock.gif) top center repeat-y;
	width: 570px;
	float:left;
	display: inline;
	margin-right: 6px;
}
#bigblock h2 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 10px 0 60px;
}
#bigblock h3, #bigblock h4, #bigblock h5, #bigblock h6, #bigblock p {
	padding: 10px;
	margin: 0px;
}
#bigblock h3 {
	font-weight: bold;
	font-size: 16px;
}
#shortblock {
	background: url(images/bkg_shortblock.gif) top center repeat-y;
	width: 327px;
	float:right;
}
#shortblock h2 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 10px 0 60px;
}
#shortblock h3, #shortblock h4, #shortblock h5, #shortblock h6, #shortblock p {
	padding: 10px;
	margin: 0px;
}
#shortblock2 {
	background: url(images/bkg_shortblock.gif) top center repeat-y;
	width: 327px;
	float:right;
	margin-top:10px;
}
#shortblock2 h2 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 10px 0 60px;
}
#shortblock2 h3, #shortblock2 h4, #shortblock2 h5, #shortblock2 h6, #shortblock2 p {
	padding: 10px;
	margin: 0px;
}

/*** Heading Styles ***/
#h_info {
	background: url(images/h_info.gif) left top no-repeat;
	height: 42px;
}
#h_latestnews_short {
	background: url(images/h_latestnews_short.gif) left top no-repeat;
	height: 42px;
}
#h_latest_short {
	background: url(images/h_latest_short.gif) left top no-repeat;
	height: 42px;
}
#h_resource_short {
	background: url(images/h_resource_short.gif) left top no-repeat;
	height: 42px;
}
/**************************
	Homepage styles
**************************/
#last_update {
	 font-size: 10px;
	 padding: 4px;
	 width: 318px;
	 text-align: right;
	 display: block;
	 border-bottom: solid 1px #bcbcbc;
}
#h_experts_short {
	background: url(images/h_experts_short.gif) top left no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	height: 42px;
}
#h_experts_short h3 {
	padding: 4px 0 0 50px;
	font-size: 18px;
}
#homeexpertsblock {
	background: url(images/bkg_shortblock.gif) top center repeat-y;
	width: 327px;
	float:right;
}
#homeexpertsblock h2 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 10px 0 60px;
}
#homeexpertsblock h3, #homeexpertsblock h4, #homeexpertsblock h5, #homeexpertsblock h6, #homeexpertsblock p {
	padding: 10px;
	margin: 0px;
}
#latest_stories {
	width: 320px;
	height: 232px;
	overflow: auto;
	padding: 2px;
	border-bottom: solid 1px #bcbcbc;
}
#related_articles {	/*Similar to "Latest_stories", but without the size and overflow*/
	width: 320px;
	padding: 2px;
}
#related_news {	/*Similar to "Latest_stories", but without the size and overflow*/
	width: 320px;
	padding: 2px;
	border-bottom: solid 1px #bcbcbc;
}
#homediv {
	width: 569;
	padding: 0px;
}
#homediv h3 {
	font-size: 16px;
	padding-bottom: 0px;
}
#homediv p {
	margin:0;
	padding: 5px 12px 0 12px;
}
#pic_elliott {
	padding: 0 0 0 70px;
	width: 75px;
	float: left;
	text-align: left;
}
#pic_ted {
	padding: 0 35px 0 0;
	width: 100px;
	float: right;
	margin-right: 5px;
	text-align: left;
}
/**************************
	Overview styles
**************************/
#overviewdiv {
	background: url(images/overview_div.jpg) left top no-repeat;
	width: 210px;
	height: 155px;
	color: #000;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 340px;
	font-size: 14px;
}
#h_overview {
	background: url(images/h_overview.gif) left top no-repeat;
	height: 42px;
}
/**************************
	News styles
**************************/
#newsdiv {
	background: url(images/news_div.jpg) left top no-repeat;
	width: 210px;
	height: 155px;
	color: #000;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 340px;
	font-size: 14px;
}
#h_news {
	background: url(images/h_news.gif) left top no-repeat;
	height: 42px;
}
/**************************
	Resource styles
**************************/
#resourcediv {
	background: url(images/resource_div.jpg) left top no-repeat;
	width: 210px;
	height: 155px;
	color: #000;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 340px;
	font-size: 14px;
}
#h_resource {
	background: url(images/h_resource.gif) left top no-repeat;
	height: 42px;
}
/**************************
	Article styles
**************************/
#article h1 {
    color:#000;
    font-size: 20px;
    padding:0 0 0 10px;
}
#article h2 {
    color:Gray;
    font-size: 16px;
}
#article h3 {
    color:#919191;
    font-size: 12px;
    font-weight: normal;
}
#article h4 {
    color:#000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/**************************
	Other Page Styles
**************************/
#h_faq {
	background: url(images/h_faq.gif) left top no-repeat;
	height: 42px;
}
/**************************
	Footer styles
**************************/
#footer {
	background: url(images/bkg_footer.gif) top left no-repeat;
	font-size: 10px;
	color: #fff;
	width: 895px;
	height: 53px;
	padding: 5px 0 0 10px;
	margin-top: 15px;
	text-align: left;
}
#footer p {
	margin: 0;
	padding: 0;
}
