@charset "utf-8";

img, div { behavior: url(iepngfix/iepngfix.htc) }

body {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 960px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F5F5F;
}
#container #menu_bar {
	background-color: #43649c;
	height: 32px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}
.menu_center {
	width: 580px;
	margin-right: auto;
	margin-left: auto;

}

#container #wrapper {
	width: 950px;
	margin-top: -63px;
	margin-left: 10px;
}
#container #wrapper #side_bar #link_box_top {
	background-image: url(images/link_box_top.png);
	background-repeat: no-repeat;
	width: 199px;
	height: 33px;
	padding-left: 25px;
	padding-top: 10px;
}
#container #wrapper #side_bar #link_box {
	background-image: url(images/link_box_shadow.png);
	background-repeat: repeat-y;
	width: 225px;
}
#container #wrapper #side_bar #link_box_bottom {
	background-image: url(images/link_box_bottom.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 225px;
}
#container  #wrapper #side_bar {
	float: left;
	width: 225px;
	position: relative;
}
#container  #wrapper #main_content {
	float: right;
	width: 723px;
	line-height: 17px;
}
.top_layer {
	margin-left: 12px;
	background-image: url(images/link_box_strip.jpg);
	background-repeat: repeat-x;
	min-height: 214px;
	width: 201px;
}
.box {
	width: 713px;
	position: relative;
	margin-top: 32px;
}
.box .header {
	z-index: 1;
	position: absolute;
	top: -31px;

}

.box .head_left {
	float: left;
	background-image: url(images/head_left.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 27px;
}
.box .head {
	float: left;
	background-image: url(images/head.png);
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 10px;
	line-height: 32px;
	min-width: 141px;
}
.box .head_corner {
	float: left;
	height: 42px;
	width: 48px;
	background-image: url(images/head_corner.png);
	background-repeat: no-repeat;
}

.box .content_box_top {
	background-image: url(images/content_box_top.png);
	background-repeat: repeat;
	height: 20px;
	width: 713px;
}
.box .content_box {
	background-image: url(images/content_box_shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}
.box .box_top_layer{
	background-image: url(images/link_box_strip.jpg);
	background-repeat: repeat-x;
	min-height: 155px;
	background-color: #FDFDFD;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 12px;
	margin-right: 12px;
}
.top_layer p {
	margin: 0;
	padding-left: 15px;
	padding-right: 10px;
}
.box .box_top_layer hr {
	background-color: #dfe0e2;
	height: 1px;
}
.box .content_box_bottom {
	background-image: url(images/content_box_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 713px;
}
#link_box_top h1, .head h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	margin: 0px;
	margin: 0;
	line-height: 32px;
}


.side_menu ul {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 36px;
	padding: 0px;
	list-style-type: none;
}

.side_menu ul li {
	padding-left: 20px;
	padding-right: 20px;
}

.side_menu ul li a {
	text-decoration: none;
	color: #9c9898;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	height: 13px;
	padding-top: 15px;
	text-transform: uppercase;
	
}
.side_menu  ul  li:hover  {
	background-image: url(images/list_circle.png);
	background-repeat: no-repeat;
	background-position: left 16px;
}

.side_menu ul li a:hover {
	color:#666;
}

.clear {
	clear: both;
}
.sep  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
.text_pad {
	padding-right: 22px;
	padding-left: 15px;
}
		
.box_top_layer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 25px;
}
.box_top_layer .sep {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 15px;
}
.desc p {
	margin-bottom: 15px;
	margin-top: 0px;
}

.affiliates {
	margin-top: 30px;
}
.desc {
	float: left;
	width: 450px;
}

.images {
	width: 200px;
	float: right;
}

.desc_right {
	float: right;
	width: 432px;
}

.images_left {
	width: 200px;
	float: left;
	margin-top: 15px;
	_margin-top:5px;
}
#container #footer {
	background-color: #AAA;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 36px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 20px;
	text-align: right;
	line-height: 36px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 11px;
}
#container #footer a:link, #footer a:visited, #footer a:active {
	color: #333;
	text-decoration: underline;
}
#container #footer a:hover {
	color: #000;
}

a:link, a:visited, a:active {
	color: #43649C;
	text-decoration: underline;
		
}
a:hover {
	color: #000;
	
}
#container #wrapper #main_content .box .content_box .box_top_layer .text_pad #services_list ul{

	margin:0px;
	list-style:none;
	padding: 0px;
}

#container #wrapper #main_content .box .content_box .box_top_layer .text_pad #services_list li{

	padding-bottom: 13px;
	display: list-item;
	font-size: 16px;
}

#container #wrapper #main_content .box .content_box .box_top_layer .text_pad #services_list li a{

	font-size:16px;
	color:#666666;
	display: list-item;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
}

