/* General reset */
body{
	margin:0;
	font:11px/15px Arial, Helvetica, sans-serif;
	color:#404041;
	background:#a28800;
	min-width:900px;
}
img{border:0;}
a{
	color:#404041;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
/* General settings */
#wrapper {
	background:#013a81 url(images/bg-body.gif) repeat-y 50% 0;
	width:100%;
	overflow:hidden;
	position:relative;
}
.main-frame {
	background:url(images/bg-wrapper.jpg) no-repeat 50% 0;
	padding:190px 0 0;
}
#header {
	position:absolute;
	height:183px;
	width:100%;
	top:0;
}
#header:after {
	clear: both;
	content:'';
	display: block;
}
#header .frame {
	width:854px;
	overflow:hidden;
	margin:0 auto;
	padding:37px 0 33px;
}
#header .nav-area {
	width:100%;
	padding:3px 0 4px;
	background:url(images/bg-nav.png) repeat-x;
	clear:both;
}
#header .nav-area:after {
	clear: both;
	content:'';
	display: block;
}
#header .logo{
	overflow:hidden;
	float:left;
	width: 252px;
	height: 76px;
	background:url(images/logo.gif) no-repeat;
	text-indent:-9999px;
}
#header .logo a{
	display:block;
	width: 252px;
	height: 76px;
}
#nav {
	margin:0 auto;
	padding:0;
	list-style:none;
	font-size:13px;
	line-height:17px;
	width:880px;
}
#nav:after {
	clear: both;
	content:'';
	display: block;
}
#nav li{
	float:left;
	margin:0 8px 0 20px;
	display:inline;
	text-transform:lowercase;
}
#nav li:after {
	clear: both;
	content:'';
	display: block;
}
#nav li.hover,
#nav li:hover{position:relative;}
#nav li.hover ul,
#nav li:hover ul{display:block;}
#nav li.hover ul ul,
#nav li:hover ul ul{display:none;}
#nav a{
	float:left;
	color:#012d6b;
	text-decoration:none;
	height:30px;
	line-height:30px;
}
#nav li.hover a,
#nav li:hover a,
#nav li.active a,
#nav a:hover {
	color:#fff;
	text-decoration:none;
}
#nav ul{
	display:none;
	list-style:none;
	margin:0;
	padding:9px 0 12px 16px;
	width:134px;
	position:absolute;
	top:30px;
	left:0;
	background:#012d6b;
}
#nav ul:after {
	clear: both;
	content:'';
	display: block;
}
#nav ul li{
	display:block;
	float:none;
	padding:0 16px 0 0;
	margin:0 0 2px;
	position:relative;
}
#nav ul a{
	float:none;
	height:auto;
	display:inline;
	color:#fff;
	line-height:17px;
}
#nav ul li.hover a,
#nav ul li:hover a,
#nav ul a:hover{text-decoration:underline;}
#nav ul li.hover li a,
#nav ul li:hover li a{text-decoration:none;}
#nav ul li.hover li.hover a,
#nav ul li:hover li:hover a{text-decoration:underline;}
#nav ul ul{
	top:-9px;
	left:134px;
}
#nav ul li.hover ul,
#nav ul li:hover ul{display:block;}
#main {
	background:url(images/bg-main.png) repeat-y;
	width: 900px;
	margin:0 auto;
	overflow:hidden;
	padding:22px 0 10px;
}
#main_inner {
	background:url(images/bg-main2.png) repeat;
	width: 900px;
	margin:0 auto;
	overflow:hidden;
	padding:22px 0 10px;
	min-height:400px;
}
#inner_content{
	width:850px;
	margin:0 auto;
	overflow:hidden;
	padding:22px 0 10px;
}
#content {
	width:557px;
	float:right;
	display:inline;
	margin:0 20px 0 0;
	overflow:hidden;
}
#content p,#inner_content p {
	margin:0;
	padding:0 0 12px;
}
.section {
	padding:22px 5px 37px 11px;
	border-top:1px solid #c2cee0;
	overflow:hidden;
	width:541px;
	margin:-23px 0 0;
}
#content h1, #inner_content h1 {
	font:bold 18px/23px Arial, Helvetica, sans-serif;
	color:#013a81;
	margin:0 0 9px;
}
#main h2, #main_inner h2 {
	font:bold 18px/23px Arial, Helvetica, sans-serif;
	color:#013a81;
	margin:0 0 9px;
}
#main h3, #main_inner h3 {
	font:12px/17px Arial, Helvetica, sans-serif;
	margin:0 0 5px;
}
a.more {
	background:url(images/btn-more.png) no-repeat;
	height: 36px;
	float:right;
	font:bold 12px/35px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 34px 0 19px;
	width:61px;
	text-decoration:none;
	cursor:pointer;
}
a.more:hover {text-decoration:underline;}
ul.photos {
	overflow:hidden;
	margin:0 0 0 -5px;
	padding:1px 0 10px;
	width:100%;
	list-style:none;
	position:relative;
}
ul.photos li {
	background:url(images/bg-photos.png) no-repeat;
	width:117px;
	height:75px;
	padding:9px;
	float:left;
}
ul.photos img {display:block;}
#sidebar {
	width:232px;
	float:left;
	margin:0 0 0 30px;
	display:inline;
}
ul.items {
	list-style:none;
	margin:0;
	padding:0 0 0 1px;
	overflow:hidden;
	width:231px;
}
ul.items li {
	float:left;
	width:100%;
}
ul.items p {
	margin:0 0 11px;
}
#sidebar a.more {margin:-1px 0 0}
#footer {
	background:#a28800;
	overflow:hidden;
	width:100%;
	color:#d1be7b;
	padding:23px 0 25px;
}
#footer .frame{
	width:900px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
#footer .holder{
	width:100%;
	overflow:hidden;
}
#footer ul li:first-child {background:none;}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
	text-align:center;
	font:bold 15px/20px Arial, Helvetica, sans-serif;
}
#footer ul li{
	display:inline;
	background:url(images/sep-footer.gif) no-repeat 0 60%;
	padding:0 14px;
}
#footer .sub-nav{
	font:11px/16px Arial, Helvetica, sans-serif;
}
#footer .sub-nav li{
	background:url(images/sep-sub-nav.gif) no-repeat 0 60%;
	padding:0 5px;
}
#footer a{
	color:#d1be7b;
	text-decoration:none;
}
#footer a:hover{text-decoration:underline;}
#footer p{margin:0;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.boldbuttons{
background: transparent url(images/roundedge-blue-left.gif) no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url(images/roundedge-blue-right.gif) no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

#bottomads {
	padding:0 5px 0 30px;
		
}
#bottomads img {
	margin:0 5px 0 5px;
	float:left;
	clear:right;
}
