﻿/********************************************************/
/*	DOCUMENT SETTINGS									*/
/********************************************************/
html { overflow-y: scroll; }
form { margin: 0; }

img, div, input, td { behavior: url(/css/iepngfix.htc) }

/********************************************************/
/*	LAYOUT SETTINGS										*/
/********************************************************/
body 
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, MS Sans Serif;
	font-size: 12px;
	color: #000;
	line-height: 150%;
	background: #fff url(images/bg.jpg) repeat-x top left;
}

.a:link, .a:visited 
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
} 
.a:hover
{
	color: #999;
	cursor: pointer;
}
table, table td
{
	color: #000;
	font-family: Tahoma, Verdana, MS Sans Serif;
	line-height: 150%;
}
table a:link,
table a:visited
{
	color: #333;
	text-decoration: none;
}

.search_result a:link
{
    text-decoration: underline;
    font-weight:bold;
}

.main_shadow
{
	width: 1010px;
	height: 100%;
	background: transparent url(images/bg_shadow.png) repeat-y top left;
	
}
.main
{
	width: 980px;
}

#header
{
	height: 136px;
	background: transparent url(images/bg_banner.jpg) no-repeat top left;
	vertical-align: top;
}
#header .user_info
{
	height: 40px;
	color: #fff;
	text-align: center;
	vertical-align: bottom;
}

#banner
{
	height: 244px;
	background-color: #fff;
}
#banner .big
{
	width: 500px;
}

.banner
{
    border:0;
}

#main_left
{
	width: 626px;
	padding: 15px 37px 15px 37px;
	vertical-align: top;
}
#main_right
{
	width: 220px;
	padding: 15px 30px 15px 30px;
	background: transparent url(images/bg_right.jpg) repeat-y top left;
	vertical-align: top;
}

#bg_footer
{
	background: transparent url(images/bg_footer.jpg) repeat-x top left;
}
#footer
{
	height: 74px;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: middle;
}
#footer td
{
	line-height: 130%;
	color: #fff;
}
#footer a:link, #footer a:visited
{
	color: #f58220;
}
#footer a:hover
{
	color: #fff;
}



/********************************************************/
/*	MENU SETTINGS										*/
/********************************************************/
#menu_top
{
	height: 40px;
	text-align: center;
}
.menu_top_container
{
    margin-left: 10%;
    margin-right: 10%;
    display: block;
}
#menu_top img
{
	margin: 0;
}
#submenu_top
{
	height: 32px;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
}


/********************************************************/
/*	USER CONTROL SETTINGS								*/
/********************************************************/
.uc_title_01
{
	padding-bottom: 15px;
	text-align: center;
}
.uc_content_01
{
}
.uc_content_01 a:link,
.uc_content_01 a:visited
{
	color: #000;
}
.uc_content_01 a:hover
{
	color: #999;
}
.uc_content_01 ul
{
	padding: 0;
	margin: 0;
}
.uc_content_01 ul li
{
	list-style: none;
	background: transparent url(images/bullet_orange_arrow.png) no-repeat center left;
	padding: 5px 0 5px 20px;
}

.uc_separator_01
{
	height: 5px;
	background: transparent url(images/module_separator.png) no-repeat top left;
}
.uc_vertical_space_01
{
	height: 20px;
}

#uc_service
{
	border: solid 5px #fde4b7;
	vertical-align: top;
}
#uc_service .content

{
	padding: 20px;
	padding-bottom: 10px;
}
#uc_service .content ul
{
	padding: 0;
	margin: 0;
}
#uc_service  .content ul li
{
	list-style: none;
	background: transparent url(images/bullet_orange.png) no-repeat center left;
	padding: 5px 0px 5px 40px;
}

#uc_test
{
	border: solid 5px #c3e6b2;
	vertical-align: top;
}
#uc_test .content
{
	padding: 20px;
	padding-bottom: 10px;
}
#uc_test .content ul
{
	padding: 0;
	margin: 0;
}
#uc_test  .content ul li
{
	list-style: none;
	background: transparent url(images/bullet_green.png) no-repeat center left;
	padding: 5px 0px 5px 40px;
}

.childservice ul li
{
    list-style: none;
	background: transparent url(images/bullet_orange.png) no-repeat center left;
	padding: 5px 0px 5px 40px;
}

.content
{
	vertical-align: top;
}
.content_separator
{
	height: 5px;
	background: transparent url(images/content_separator.png) no-repeat top left;
}
.content_vertical_space
{
	height: 20px;	
}


/********************************************************/
/*	WEB CONTROL SETTINGS								*/
/********************************************************/
.textbox
{
	padding: 2px;
	border: solid 1px #999; 
}