@charset "utf-8";
/* MAIN */
div#main-wrapper {
	background-color:#BFAD1D;
	border-top:1px solid #817217;
	padding-top:8px;
	width:960px;
	position:relative;
}

/* HEADER */
div#header {
	height:122px;
	width: 960px;
	background:#ffffff url(../img/bg_header.jpg) repeat-x 0 8px;
}
div#menu {
	background:transparent url(../img/bg_menu.gif) no-repeat 549px 8px;
	height:122px;
	position:relative;
	width: 960px;
}
div#menu div#menu-inner-1 {
	width:194px;
	height:106px;
	position:absolute;
	top:12px;
	left:549px;
}
div#menu div#menu-inner-2 {
	width:194px;
	height: 106px;
	position:absolute;
	top:12px;
	left:745px
}
div#menu div#logo {
	position:absolute;
	top:-9px;
	left:38px;
	width:358;
	height:131;
}

/* MENU */
#menu-inner-1 ul, #menu-inner-2 ul {
	list-style-type: none;
	text-align: left;
	margin:0; padding:0;
}
#menu-inner-1 ul li, #menu-inner-2 ul li {padding-top:4px;}
#menu-inner-1 ul li a, #menu-inner-2 ul li a {
	background: transparent url(../img/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight:800;
	font-size:98%;
	text-decoration: none;
	color: #2F5557;
	border-bottom-width:0px;
}
#menu-inner-1 ul li a:hover, #menu-inner-2 ul li a:hover {
	background: transparent url(../img/list-on.gif) left center no-repeat;
	color:#993300;
	border-bottom-width:0px;
}
#menu-inner-1 ul li a#current, #menu-inner-2 ul li a#current {
	background: transparent url(../img/list-active.gif) left center no-repeat;
	color: #000;
	border-bottom-width:0px;
}

/* CONTENTS */
div#contents{
	width: 902px;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	margin-left: 40px;
	background:#dae2e2 url(../img/bg_contents.gif) repeat-y top left;
	min-height: 720px;
    height:auto !important;
    height:720px;
	}
div#contents-left{
	width: 503px;
	float:left;
	clear:both;
	}
div#flash-services{
	height: 70px;
	}
div#introduction{
	padding: 5px 20px 10px 33px;
	background-color: #ecf0f0;
	}
div#blog{
	padding: 8px 20px 10px 33px;
	}

/* RIGHT BLOCKS */
div#contents-right{
	width: 960px;
	background-color:#BFAD1D;
	clear:both;
	position:relative;
	}
div#right-float1{
	position:absolute;
	top:0px;
	left:550px;
	width: 193px;
	height: 349px;
	background-color:#333333;
}

div#right-float2{
	position:absolute;
	top:0px;
	left:747px;
	width: 200px;
	height: 349px;
	background:#DAE2E4 url(../img/quotes.gif) no-repeat 0 -2px;
}
div#right-float2 p{
	padding:5px;
	color:#2F5557;
	line-height: 120%;
	padding-left: 10px;
	}
div#right-float2 h3{
	padding:5px;
	color:#2F5557;
	margin-bottom:1px;
	padding-left: 40px;
	margin-top:10px;
	}
	
div#right-float3{
	position:absolute;
	top:353px;
	left:550px;
	width: 193px;
	height: 349px;
	background-color: #b7cacc;
}
div#right-float3 p{
	padding:5px;
	color:#2F5557;
	}
div#right-float3 a{
	color:#2F5557;
	}
div#right-float3 a:hover{
	border-bottom-color:#97851C;
	border-bottom-style:solid;
	}
div#right-float3 h3{
	padding:5px;
	color:#2F5557;
	margin-bottom:1px;
	}
	
div#right-float4{
	position:absolute;
	top:353px;
	left:747px;
	width: 200px;
	height: 349px;
}

/* FOOTER */
div#footer {
	color: #DAE2E4;
	padding: 3px;
	margin-bottom: 25px;
	width: 950px;
}
div#footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}
div#footer ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}
