/* CSS Document */
body
{
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #575f6a;
}

#wrapper
{
	width: 960px;
	background: url(../grfx/bg_wrapper.gif) repeat-y;
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 30px;
}

#header
{
	width: 936px;	
	height: 102px;
	background: url(../grfx/header.gif) no-repeat;
	padding-right: 24px;
}

#header_text
{
	margin-top: -30px;
	text-align: right;
}

#header_text_home
{
	margin-top: -30px;
	text-align: right;
}

#header_text form, #header_text_home form
{
	display: inline;
}

.left_col
{
	width: 185px;
	text-align: center;
}

#right_col
{
	width: 763px;
	background: url(../grfx/bg_int_content.gif) repeat-x;
	margin: 0 auto;
}

#right_col_index
{
	width: 763px;
	margin: 0 auto;
}

/*used to separate features items better*/
#feature
{
	margin-top: 5px;
	float: left;
}

/*column for image*/
.content_col_left
{
	width: 150px;
	float: left;
	clear: left;
	text-align: center;
}

/*column for actual content*/
.content_col_right
{
	width: 578px;
	float: left;
	margin-top: -5px;
}

#flash
{
	width: 560px;
	float: left;
	border: 1px solid #CCCCCC;
}

#banners
{
	width: 201px;
	float: left;
	text-align: center;
}

#hr
{
	margin: 0 auto;
	width: 948px;
	padding-top: 5px;
	margin-bottom: 5px;
}

#wrapper_content
{
	width: 753px;
	margin: 0 auto;
	padding-top: 10px;
	padding-right: 10px;
}

#detailed_image
{
	width: 205px;
	float: left;
}

#detailed_text
{
	width: 525px;
	float: right;
	padding-right: 15px;
}

#content_standard
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

.content_header
{
	width: 578px;
	height: 31px;
	background-image: url(../grfx/bg_heading.gif);
	margin-top: 5px;
}

.content
{
	width: 550px;
	border-right: solid 1px #9fa6ad;
	padding: 10px 25px 10px 2px;
}
	
.content_curve
{
	text-align: right;
	vertical-align:top;
}

#footer
{
	width: 900px;
	height: 99px;
	background: url(../grfx/bg_footer.gif) no-repeat;
	margin: 0 auto;
	text-align: center;
	padding-top: 28px;
	padding-left: 60px;
}

#small_links
{
	font-weight: normal;
	color: #000000;
	font-size: 9px;
}

/* News Styles */

.newsItem {
	margin-top: 10px;
	border-right: 1px solid #acbfc9;
	width: 100%;
}

*:first-child+html .bb {
	margin-top: 0px !important;
}

.bb {
	border-bottom: 1px solid #acbfc9;
	margin: 0px 8px 0 144px; !important;
	margin: -8px 8px 0 144px;
	height: 8px;
}

*:first-child+html .rc {
	margin: 0px -8px 0 !important;
}

.rc {
	background: url(../grfx/news/news_right_corner_bg.gif) bottom right no-repeat;
	height: 8px;
	position: relative;
	margin: 8px -8px 0 !important;
	margin-top: 0;
}

.newsImage {
	width: 110px;
	float: left;
	margin-right: 35px;
	text-align: center;
}

.newsImage img {
	border: 1px solid #5b7d9e;
}

.newsDetail {
	float: left;
	width: 578px;
}

.newsDetail .subtext {
	width: 570px;
	padding-top: 10px;
}

.newsTitle {
	background: url(../grfx/news/news_bg.gif) repeat-x;
	height: 30px;
	padding: 1px 0;
}

.newsTitle h2 {
	margin: 0;
	background: url(../grfx/news/news_right_bg.jpg) top right no-repeat;
	height: 24px;
	padding: 7px 0 0px 4px;
}

.newsClear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
}

/**
 * Documents Style
 */

.docsLeft {
	float: left;
	width: 622px;
	
}

.docsRight {
	float: left;
	width: 110px;
	text-align: right;
}

.search_input
{
	height: 16px;
}