body
{
	background: url('/img/bg_str.gif');
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #504745;
}

img
{
	border: 0px;
}

p
{
	margin: 0 0 1em 0;
}

.container
{
	overflow: hidden;
}


.right
{
	float: right;
}


.whiteText
{
	color: #ffffff;
}

#preloadIMG
{
	height: 1px;
	width: 1px;
	overflow: hidden;
	visibility: none;
}

/**/

#wrapSite
{
	background: url('/img/bg_wS.gif') repeat-x;
	padding-top: 84px;
}



#overallContainer
{
	margin: auto;
	width: 856px;
	background: #fff;
	padding: 7px;
}





#headerContainer
{
	height: 90px;
	margin: 0 0 5px 0;
}

#headerRight
{
	width: 638px;
	height: 100%;

	color: #fff;
}


#headerLeft
{
	width: 213px;
	height: 100%;
}

#headerLeft img
{
	margin: auto;
	display: block;
}

#contentContainer
{
	background: #EA8A00;
	width: 100%;
	position: relative;
}


#contentRight
{
	background: #fff url('/img/hg-text-start.jpg') no-repeat 100% 100%;
	width: 638px;
	padding: 0 0 70px 7px;
}

#serviceNav
{
	float: right;
	background: #fff url('/img/hg-topnav.jpg') no-repeat 100%;
	width: 630px;
	height: 31px;
	text-align: right;
	line-height: 24px;
	padding-right: 8px;
}

#serviceNav a
{
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 0px;
	margin: 0;
}


#textContent
{
	clear: both;
	margin: 62px 0 0 146px; 
	width: 414px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}



#textContent h1
{
	color: #EA8A00;
	font-size: 1.7em;
	margin-top: 0px;
	padding-top: 0px;
}

#textContent h2
{
	color: #EA8A00;
	font-size: 1em;
	font-weight: bold;
}


#textContent a
{
	text-decoration: none;
	color: #504745;
}


#textContent li
{
	list-style-type: square;
	margin-bottom:1em;
}


#contentLeft
{
	padding: 60px 0 200px 26px;
}

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

ul.main
{
	margin: 0;
}

ul.sub
{
	margin: 0px 0 0 0px;
}

ul.main li.main
{
	padding: 0 0 7px 17px;
	font-size: 14px;
}
ul.sub li.sub
{
	padding: 0 0 0 10px;
	font-size: 0.8em;
}


ul.main.navi, ul.main.navi li a
{
	color: #ffffff;
	text-decoration: none;
}




