/********************* general ********************/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	font-size:11px;
}

.bodyclass {
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fdffff;
}

/************************** print header *************************/
#printheader {
	display: none;
	visibility: hidden;
}

/****************************************** main container *********************************/
#contentbg {
	width: 998px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../images/bg_indexbottom.gif);
	background-repeat: repeat-y;
}

#contentbginside {
	width: 998px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../images/bg_insidebottom.gif);
	background-repeat: repeat-y;
}

#main {
	width: 998px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/*************************************** navigation and left side ****************************************/
#mainnavigation {
	width: 269px;
	float: left;
}

#logo {
	width: 249px;
	height: 140px;
	float: left;
	padding-left: 20px;
}

#navcontainer {
	width: 182px;
	float: left;
	padding: 0px;
	padding: 6px 0px 0px 57px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style:none;
	margin: 0;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

#navcontainer li a
{
	display:block;
	padding: 3px 0px 1px 0px;
	color:#ffffff;
	text-decoration: none;
	width: 182px;
}

#navcontainer li a:hover
{
	color: #e3ac6e;
}

#navcontainer ul ul
{
	list-style: none;
	margin: 0px 0px 2px 0px;
	padding: 1px 0px 1px 0px;
	border-top: 1px solid #a5bbe3;
	border-bottom: 1px solid #a5bbe3;
}

#navcontainer li li
{
	list-style:none;
	margin: 0;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	background-color: #3a69ba;
}

#navcontainer li li a
{
	display:block;
	padding: 1px 2px 1px 8px;
	color:#ffffff;
	text-decoration: none;
	width: 170px;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	color: #e3ac6e;
}

#navcontainer ul ul ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#navcontainer li li li
{
	list-style:none;
	margin: 0;
	font-weight: normal;
	background-color: #3a69ba;
}

#navcontainer li li li a
{
	display:block;
	padding: 1px 2px 1px 16px;
	color:#ffffff;
	text-decoration: none;
	width: 162px;
}

#navcontainer li li li a:hover,
#navcontainer li li li a#current
{
	color: #e3ac6e;
}

.navbanner {
	width: 182px;
	float: left;
	padding: 0px;
	padding: 6px 0px 0px 57px;
}

/*************************************** content and right side ****************************************/
#maincontent {
	width: 660px;
	float: left;
	margin-top: 65px;
	margin-left: 12px;
	min-height: 595px;
	_height: 660px;
}

#maincontentinside {
	width: 628px;
	float: left;
	margin-top: 65px;
	margin-left: 12px;
	padding: 6px 17px 0px 15px;
	background-image: url(../images/bg_inside.jpg);
	background-repeat: no-repeat;
	min-height: 595px;
	_height: 660px;
}

#contentbottom {
	width: 998px;
	height: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../images/indexcontent_bottom.gif);
	background-repeat: no-repeat;
	clear: both;
}

#contentbottominside {
	width: 998px;
	height: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../images/insidecontent_bottom.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	clear: both;
}

/*************************************** footer ****************************************/
#footer {
	width: 998px;
	height: 88px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../images/hill.gif);
	background-repeat: no-repeat;
	padding-top: 65px;
	color: #666666;
}

#footer_left {
	text-align: left;
	width: 500px;
	float: left;
	padding-left: 40px;
}

#footer_right {
	text-align: right;
	width: 300px;
	float: right;
	padding-right: 40px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

/******************* breadcrumb **********************/
#breadcrumb {
	color: #ffffff;
	width: 100%;
	float: right;
	text-align: right;
	text-transform: lowercase;
	padding-bottom: 10px;
}

#breadcrumb a {
	color: #ffffff;
	text-decoration: none;
}

h1 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #e3ac6e;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 20px 0px;
}

