/* HEADER PROPERTIES*/
div.main_wrapper{
	margin:0px auto;
	width:950px;
	height:auto;
	float:none;
	position:relative;
}

div.header{
	width:950px;
	height:74px;
	margin:15px 0px 0px 0px;
	float:left;
	position:relative;
	background:url(../../images/header_bg.png) no-repeat;
}
/* LOGO PROPERTIES*/
.logo{
	float:left;
	position:absolute;
	top:10px;
	left:20px;
	width:222px;
	height:56px;
	background:url(../../images/logo.png) no-repeat;
}

/* SEARCH BAR PROPERTIES */
div.header div.search{
	position:absolute;
	right:20px;
	top:28px;
}
div.header div.search input.search_text_box{
	border-top:1px solid #c0c0c0;
	border-right:none;
	border-bottom:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	background:none;
	height:18px;
	margin-right:20px;
	padding:1px 0px 1px 5px;
	color:#c0c0c0;	
}
div.header div.search input.search_sumbit{
	background:url(../images/search_submit_bg.png) no-repeat;	
	width:21px;
	height:22px;
	border:none;
	position:absolute;
	top:0px;
	right:10px;
}

/* HEADER LINKS PROPERTIES */
div.header div.header_links{
	position:relative;
	float:left;
	margin-top:30px;
	text-align:right;
	width:750px;
}
div.header div.header_links ul.links{
	list-style:none;
	margin:0px;
	padding:0px;
}
div.header div.header_links ul.links li{
	display:inline;
	color:#15b8e0;
}
div.header div.header_links ul.links li a{
	font-size:10pt;
	color:#15b8e0;
}






/* MENU PROPERTIES*/

div.menu_wrapper{
	width:950px;
	height:35px;
	padding:0px 0px 0px 0px;
}

ul.menu{
	background:url(../images/menu.png) 0 0 no-repeat;
	position:relative;
	width:950px;
	height:35px;
	margin:0px;
	list-style-type:none;
	float:left;
	padding:0px;
}

ul.menu li{
	float:left;
	overflow:hidden;
	text-indent:-2000px;
	padding:0px;
}
ul.menu li a{
	background:url(../images/menu.png) 0 0;
	display:block;
	height:35px;
}

ul.menu a.menu_link_1{
	background-position:0px -140px;
	width:81px;
}

ul.menu a.menu_link_1:hover,ul.menu a.menu_link_1:focus,ul.menu a.menu_link_1:active{
	background-position:0 -175px;
}

ul.menu a.menu_link_2{
	background-position:-81px -140px;
	width:112px;
}

ul.menu a.menu_link_2:hover,ul.menu a.menu_link_2:focus,ul.menu a.menu_link_2:active{
	background-position:-81px -175px;
}

ul.menu a.menu_link_3{
	background-position:-193px -140px;
	width:92px;
}

ul.menu a.menu_link_3:hover,ul.menu a.menu_link_3:focus,ul.menu a.menu_link_3:active{
	background-position:-193px -175px;
}

ul.menu a.menu_link_4{
	background-position:-285px -140px;
	width:113px;
}

ul.menu a.menu_link_4:hover,ul.menu a.menu_link_4:focus,ul.menu a.menu_link_4:active{
	background-position:-285px -175px;
}
ul.menu a.menu_link_5{
	background-position:-400px -140px;
	width:92px;
}

ul.menu a.menu_link_5:hover,ul.menu a.menu_link_5:active,ul.menu a.menu_link_5:focus{
	background-position:-400px -175px;
}

ul.menu a.menu_link_6{
	background-position:-491px -140px;
	width:104px;
}

ul.menu a.menu_link_6:hover,ul.menu a.menu_link_6:focus,ul.menu a.menu_link_6:active{
	background-position:-491px -175px;
}

ul.menu a.menu_link_7{
	background-position:-594px -140px;
	width:68px;
}

ul.menu a.menu_link_7:hover,ul.menu a.menu_link_7:active,ul.menu a.menu_link_7:focus{
	background-position:-594px -175px;
}

ul.menu a.menu_link_8{
	background-position:-662px -140px;
	width:94px;
}

ul.menu a.menu_link_8:hover,ul.menu a.menu_link_8:active,ul.menu a.menu_link_8:focus{
	background-position:-662px -175px;
}

#heading{
	margin-top:5px;
	padding:5px 0px 0px 0px;
	width:100%;
	/*background:url(../../images/h3_background.gif) repeat-x;*/
}

/************************************************************************************************/
/*									website buttons css										    */
/************************************************************************************************/

a.ovalbutton{
	background:url(../images/site_btn_l.jpg) no-repeat top left;
	display: block;
	float: left;
	line-height:15px;
	height: 25px; /* Height of button background height */
	padding-left: 20px; /* Width of left menu image */
	text-decoration: none;
}
a.ovalbutton span{
	background:url(../images/site_btn_r.jpg) no-repeat top right;
	display: block;
	color:#FFF;
	font-size:10pt;
	line-height:24px;
	padding: 0px 30px 2px 0px; /*Set 25px below to match value of 'padding-left' value above*/
}
a.ovalbutton:hover, /*#maincolumn*/ a.ovalbutton:hover span{ /* Hover state CSS */
	color:#FFF;
	text-decoration:none;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}


/*********************************/
/*			partners			 */
/*********************************/

.partners{
	width:100%;
	float:left;
	position:relative;
	margin:0px 0px 0px 0px;
}

.partners_strip{
	width:950px;
	background:url(../images/partners_strip.png) no-repeat;
	height:2px;
	position:relative;
	float:left;
	overflow:hidden;
}

.partners_item{
	width:auto;
	float:left;
	position:relative;
	/*margin:0px 6px;*/
}


/*************/
/* CHILD SECTION PROPERTIES */
div.child_section{
	float:left;
	position:relative;
	width:950px;
	
}
div.child_section_left{
	width:14px;
	height:160px;
	position:relative;
	float:left;
	background:url(../images/sub_section_left.gif) no-repeat;
}
div.child_section_middle{
	width:922px;
	height:160px;
	background:url(../images/sub_section_middle.png) repeat-x;
	position:relative;
	float:left;
	overflow:hidden;
}
div.child_section_right{
	width:14px;
	height:160px;
	position:relative;
	float:left;
	background:url(../images/sub_section_right.gif) repeat-x;	
}
.content .child_link{
	background-color:#333;
	width:100%;
	height:20px;
	color:#FFF;
	font-weight:bold;
}
div.division_1{
	width:311px;
	position:relative;
	float:left;
	height:100%;
	border-right:1px dotted #555555;
}
div.division_2{
	width:605px;
	position:relative;
	float:left;
	height:100%;
	padding-left:5px;
	border-right:0px;
}
div.content{
	width:100%;
	float:left;
	position:relative;
	
}
div.child_section_middle #heading{
	width:auto;
	height:auto;
	position:relative;
}


/************************/

div.division_2 ul li
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div.division_2 ul li
{
	float:left;
}

.footer_link_desc, .footer_link, .footer_link_4th, .footer_link_desc_4th
{
	position:relative;
	float:left;	
	display:block;
	width:135px; /*width of the columns*/
	height:19px;
}

.footer_link_4th, .footer_link_desc_4th
{
	width:140px;
}

.footer_link_desc, .footer_link_desc_4th
{
	font-weight:bold;
	color:#00add9;
}

a.footer_link, .footer_link_4th
{
	color:#333;
	text-decoration:none;
}

a.footer_link:hover, .footer_link_4th:hover
{
	text-decoration:underline;
}

#latest_blog_entry{
	position:relative;
	margin-bottom:3px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#latest_blog_date{
	display:block;
	color:#999;	
	margin-bottom:4px;
}

#rss_feed
{
	background-image:url(../images/link_rss.jpg);
}

a.subscribe_link {
background-repeat:no-repeat;
color:#6A6A6A;
display:block;
font-weight:bold;
height:21px;
margin-bottom:3px;
padding-left:30px;
padding-top:2px;
text-decoration:none;
}
/*********************************/

/* FOOTER PROPERTIES */
/* ------------------------------------------------------------------------------------------*/
/*                                   start of the footer                                     */
/* ------------------------------------------------------------------------------------------*/

#footer{
	float:left;
	position: relative;
	width:950px;
	margin:10px 0px 10px 0px;
	font-size:8pt;
}

#footer h3{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	margin:2px 0 0;
	padding:0;
}
#footer h4{
	font-size:10pt;
	color:#666;
	margin:0;
	padding:10px 0px 2px 0px;
}

#footer_lower
{
	position: relative;
	float:left;
	height:115px;
	width:950px;
	background:url(../images/footer.png) no-repeat;
	text-align:center;
	color:#ffffff;
	font-size:11px;
	line-height:16px;
	margin-top:10px;
}

#footer_lower a
{
	color:#ffffff;
	text-decoration:none;
}

#footer_lower a:hover
{
	color:#ffffff;
	text-decoration:underline;
}
#footer_lower_padding{
	margin-top:15px;
}
.clear
{
	clear:both;
	overflow:hidden;
	height:1px;
	width:100%;
}