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

body
{
	margin: 15px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

img
{
	border: 1px solid #666666;
}

.container
{
	width: 946px;
	margin: 0 auto;
}

.header_box
{
	width: 944px;
	height: 244px;
	border: 1px solid #a7d4ea;
	margin-bottom: 8px;
}

.flash
{
	width: 944px;
	height: 194px;
}

.top_bar
{
	width: 944px;
	height: 24px;
}

.navigation
{
	width: 680px;
	float: left;
	color: #000000;
}

.navigation ul
{
	list-style-type: none;
	padding: 0;
}

.navigation ul li
{
	display: inline;
	float: left;
}

.button_an
{
	display: block;
	width: 99px;
	height : 20px;
	float: left;
	text-align: center;
	color: #ffffff;
	background-color: #a7d4ea;
	text-decoration: none;
	
	padding-top: 4px;
}

.button:link, .button:visited
{
	width: 98px;
	height: 18px;
	float: left;
	margin: 1px;
	color: #ffffff;
	text-align: center;
	background-color: #d3dcff;
	text-decoration: none;
	
	padding-top: 4px;
}

.button:hover, .button:hover
{
	width: 98px;
	height: 18px;
	float: left;
	margin: 1px;
	text-align: center;
	background-color: #a7d4ea;
	text-decoration: none;
	
	padding-top: 4px;
}

.anchor-right
{
	background-image:url(right_anchor.png);
	width: 264px;
	height: 23px;
	float:right;
}

.breadcrumbs_box
{
	width: 944px;
	height: 20px;
	
}

.breadcrumbs
{
	width: 740px;
	height: 20px;
	font-size: 11px;
	color: #6c6f71;
	background-color: #a7d4ea;
	float: left;
	
	padding-top: 6px;
	padding-left: 4px;
}

.search
{
	width: 192px;
	height: 20px;
	font-size: 11px;
	color: #6c6f71;
	background-color: #a7d4ea;
	float: right;
	
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 4px;
}

.navigation_box
{
	width: 158px;
	height: 270px;
	background-color: #a7d4ea;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.content_box
{
	width: 568px;
	height: 290px;
	
	color: #333333;
	font-size: 10px;
	
	background-color: #d3dcff;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	padding: 5px;
}

.client_login_box
{
	width: 142px;
	height: 270px;
	background-color: #a7d4ea;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	
	margin-bottom: 8px;
}

.image_box
{
	width: 142px;
	height: 270px;
	background-color: #dddddd;
	float: left;
	
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	
	margin-bottom: 8px;
}

.bottom_box
{
	width: 940px;
	color: #949494;
	font-size: 10px;
	padding-left: 6px;
}

/*-------------------------------------*/

.input_search
{
	border: 1px solid #6c6f71;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
	width: 160px;
}

.bottom_link:link, .bottom_link:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #949494;
	text-decoration: none;
}

.bottom_link:active, .bottom_link:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a7d4ea;
	text-decoration: none;
}

.nav_section
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav_section li
{
	display: block;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	border-bottom: 1px solid #ffffff;
}

.nav:link, .nav:visited
{
	color: #ffffff;
	text-decoration: none;
}

.nav:active, .nav:hover
{
	color: #949494;
	text-decoration: none;
}

.input_customer
{
	border: 1px solid #6c6f71;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #aaaaaa;
	width: 120px;
}

.login:link, .login:visited
{
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}

.login:active, .login:hover
{
	color: #949494;
	text-decoration: none;
	font-size: 10px;
}

input, textarea
{
	border: 1px solid #6c6f71;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.search_results
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.search_results li
{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	border-bottom: 1px solid #ffffff;
	width: 600px;
}

.hyperlink:link, .hyperlink:visited
{
	color: #949494;
	text-decoration: none;
	font-size: 10px;
}

.hyperlink:active, .hyperlink:hover
{
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}