@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Geneva, sans-serif;
}
#container  {
	width: 909px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 100px;
}
#link_box {
	padding-top: 46px;
	padding-left: 400px;
}
.links {
	margin-bottom: 12px;
}

.links a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
.links a:hover {
	color: #FFFFFF;
}
#logo {
	background-color: #FFF;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 334px;
	margin-left: 10px;
}
#search {
	float: right;
	width: 300px;
	height: 30px;
	margin-top: 70px;
	text-align: right;
}
#menu {
	width: 909px;
	height: 43px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
}
#menu_left {
	background-image: url(../images/menu_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 43px;
	width: 10px;
}
#menu_right {
	background-image: url(../images/menu_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 43px;
	width: 899px;
	float: right;
}
#menu_right UL {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu_right LI {
	float: left;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#menu_right a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 31px;
	width: 125px;
	display: block;
	text-align: center;
	padding-top: 12px;
	background-image: url(../images/menu_up.jpg);
	background-repeat: no-repeat;
}
#menu_right a:hover {
	background-image: url(../images/menu_down.jpg);
	background-repeat: no-repeat;
}
#contact_menu {
	width: 909px;
	height: 43px;
	background-image: url(../images/contact_menu_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact_menu_left {
	background-image: url(../images/contact_menu_left.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 43px;
	width: 7px;
}
#contact_menu_right {
	background-image: url(../images/contact_menu_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 43px;
	width: 898px;
	float: right;
	color: #666;
}
.contact_td {
	color: #039;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

#mainContent  {
	padding: 0;
	background-image: url(../images/background_image.jpg);
	height: 264px;
	width: 909px;
	background-repeat: no-repeat;
}
#mainContent2  {
	padding: 0;
	width: 909px;
	background-repeat: no-repeat;
}
.read_more {
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	padding: 0px;
}


.data_box {
	background-image: url(../images/data_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 167px;
	background-color: #FFF;
	float: left;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin-right: 1px;
	font-size: 12px;
	color: #000;
}
.data_box1 {
	background-image: url(../images/data_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 167px;
	background-color: #FFF;
	float: left;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-size: 12px;
	color: #000;
}
.data_header {
	color: #039;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 5px;
}
.data_lists {
	height: 75px;
}



#data_enclosure {
	margin-bottom: 10px;
}


#footer  {
	width: 909px;
	height: 30px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
#footer_left {
	background-image: url(../images/footer_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 22px;
	width: 550px;
	padding-top: 8px;
	padding-left: 10px;
}
#footer_right {
	background-image: url(../images/footer_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
}
.clear {
	font-size: 1px;
	clear: both;
}
.text_box {
	margin-bottom: 10px;
}

.text_top {
	width: 909px;
	height: 29px;
	background-image: url(../images/text_top_bg.jpg);
	background-repeat: repeat-x;
}

.text_top_left {
	background-image: url(../images/text_top_left.jpg);
	height: 29px;
	width: 8px;
	float: left;
	background-repeat: no-repeat;
}
.text_top_right {
	background-image: url(../images/text_top_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 29px;
}
.text_header {
	font-size: 18px;
	font-weight: bold;
	color: #039;
	padding-top: 5px;
}
.text_content {
	width: 869px;
	padding-right: 15px;
	padding-left: 25px;
	padding-top: 5px;
	background-image: url(../images/text_background.jpg);
	background-repeat: repeat-y;
}

.text_bottom {
	width: 909px;
	height: 29px;
	background-image: url(../images/text_bottom_bg.jpg);
	background-repeat: repeat-x;
}
.text_bottom_left {
	background-image: url(../images/text_bottom_left.jpg);
	height: 29px;
	width: 8px;
	float: left;
	background-repeat: no-repeat;
}
.text_bottom_right {
	background-image: url(../images/text_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 19px;
	text-align: right;
	color: #06C;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
.text_bottom_right a {
	color: #06C;
	text-decoration: none;
	font-weight: bold;
}

.contact_header {
	clear: none;
	font-size: 18px;
	font-weight: bold;
	color: #039;
	margin: 0px;
	padding: 0px;
}
#footer2  {
	width: 909px;
	height: 30px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	font-size: 12px;
}
#footer_left2 {
	background-image: url(../images/footer_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 22px;
	width: 600px;
	padding-top: 8px;
	padding-left: 10px;
}
#footer_right2 {
	background-image: url(../images/footer_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
}
.para_bottom {
	margin: 0px;
	padding: 0px;
}
.para_main {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.layout_td {
	font-size: 10px;
	text-align: center;
	padding-bottom: 10px;
}
.host_info {
	width: 25%;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #C2F5F5;
}
.host_info1 {
	width: 25%;
	background-image: url(../images/host_bg.jpg);
	background-repeat: repeat;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #C2F5F5;
}
#hosting_table {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #dff1fb;
}
