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

body {
	background-image:url(dev_services_backgroun.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.alternate_link {
	color: #FFFFFF;
	text-decoration: underline !important;
}

#container_body {
	width: 960px;
	margin: 0px auto;
	padding: 0px 20px 0px 0px;
}

#quick_links_conatiner {
	width: 960px;
	text-align: center;
	font-size: 17px;
	margin: 38px 14px 20px 0px;
	word-spacing: normal;
}

#quick_links {
	color: #666;
	font-style: italic;
}

#quick_categories {
	color: #13B5EA;
	font-size: 16px;
	margin: 6px 0px 16px 0px;
}

.partition_press_horiz {
	width: 710px;
	border-top: 1px solid #999999;	
	margin: 0px auto 0px auto;
	float: none;
	display: inline;	
}

.partition_white_horiz {
	width: 710px;
	border-bottom: 1px solid #fff;	
	margin: 0px auto 14px auto;
	float: none;
	display: inline;
}

#announcement_conatiner {
	width: 870px;
	height: 95px;
	background-image:url(images/banner_news.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 17px;
	margin: 18px auto;
	float: none;
	word-spacing: normal
}

#announcement_title {
	color: #CCC;
	font-size: 16px;
	font-style: italic;
	text-align: center;
}

#announcement {
	width: 640px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	margin: 10px auto;
	padding: 10px;
}

#partner_container {
	width: 960px;	
}

#category_banner {
	width: 960px;
	height: 68px;
	background-image:url(images/category_banner_background.png);
	margin: 10px 0px 0px 12px;
	
}

.banner_title {
	padding: 22px 0px 0px 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #13B5EA;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	float: left;
}

.to_top {
	padding: 25px 29px 0px 0px;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: italic;
	float: right;
}

#partner_body {
	width: 918px;
	background-image:url(images/partner_body_background.jpg);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 35px;
	padding: 0px 0px 14px 0px;
}

.partner_container {
	width: 180px;
	height: 400px;
	margin: 0px 0px 30px 37px;
	padding-right: 10px;
	background-color: #;
	float: left;
	display: inline;
}

.partner_title {
	padding: 3px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	width: 168px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-align: center;
	color: #666;
	float: right;
	display: inline;
}

.partner_image {
	float: right;
	margin: 8px 14px 0 0;
	display: inline;
	clear: both;
}

.partner_desc {
	width: 195px;
	height: 150px;
	float: left;
	margin:9px 18px 10px -15px;
	color: #666;
	font-size: 12px;
	line-height: 17px;
	display: inline;
	text-align: left;
}

.partner_dotted {
	width: 184px;
	border-bottom: 1px dashed #CCC;
	margin: 0px 15px 5px 0px;
	float: right;
	display: inline;	
}

.doc_link {
	width: 180px;
	margin: 2px 10px 0px 0px;
	font-size: 14px;
	font-style: italic;
	color: #CCC;
	float: right;
	display: inline;
	text-align: left;	
}

.partner_solid {
	width: 184px;
	border-bottom: 1px solid #CCC;
	margin: 7px 15px 5px 0px;
	float: right;
	display: inline;	
}

.partition_press {
	height: 371px;
	border-right: 1px solid #999999;	
	margin-top: 35px;
	float: left;
	display: inline;	
}

.partition_white {
	height: 371px;
	border-right: 1px solid #fff;	
	margin-top: 35px;
	float: left;
	display: inline;
}

#disclaimer {
	position:absolute;
	margin: 16px 0 0 32px;
	text-align:right;
	float: right;
	width: 915px;
	font-size: 12px;
	color:  #58595B;
	line-height: 20px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}