/*	clear fixes	*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/*	clear fixes	*/

*, html {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
p {
	padding: 5px 0;
}
body {
	background: url("../assets/mainbg.jpg") repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
#body {
	width: 900px;
	margin: 0 auto;
	height: 400px;
	margin-top: 50px;
}
#header {
	width: 900px;
	background: url("../assets/headerbg.jpg") repeat-y right;
	height: 163px;
}
#logo {
	margin-top: 32px;
	margin-left: 40px;
	float:left;
	width: 300px;
}
#logo a {
	background: url("../assets/logo.png") no-repeat;
	width: 300px;
	height: 104px;
	text-indent: -1000px;
	display: block;
}
#header-left {
	float: left;
	margin-left: 65px;
	margin-top: 65px;
	width: 480px;
}
#header-left h3 {
	font-weight: normal;
	font-size: 30px;
}
#navigation {
	height: 34px;
	background: transparent url(../assets/bottombg.jpg) repeat-x scroll 0 0;
}
#navigation ul {
	margin-top: 10px;
	list-style: none;
	padding-left: 20px; 
}
#navigation ul li {
	float: left;
}
#navigation li {
	display: block;
	font-size: 19px;
	text-decoration: none;
	margin-right: 20px;
}
#navigation ul li.active ,#navigation ul li.hover {
	text-decoration: none;
}
#content {
	width: 900px;
	min-height:494px;
	height: auto !important;
	height: 494px;
	
	background: url("../assets/mapbg.jpg") repeat-y;
}
#footer {
	width: 900px;
	background: url("../assets/bottombg.jpg") repeat-x;
	padding: 8px 0;
	height: 34px;
	font-size: 11px;
}
#footer ul {
	padding-left: 20px;
}
#footer ul li {
	list-style: none;
	float: left;
	margin-right: 20px;
	font-size: 19px;
	
}
#col_right {
	color: #999999;
	margin-right: 20px;
	float: right;
}
#content_left {
	margin-top:	47px;
	background: url("../assets/largeroundbg.png") no-repeat;
	margin-left: 30px;
	float:left;
	width: 343px;
	height: 417px;
}
#content_left h3{
	margin:0;
	padding:0;
	background: url("../assets/darkheadershort.png") no-repeat;
	width: 343px;
	height: 52px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 14px;
	color: #fff;
	font-size: 23px;
	margin-left: 1px;
}
.intro_text {
	padding: 12px 18px 10px 18px;
}
#content_right {
	float:left;
	margin-left:30px;
	margin-top:47px;
}
#content_right h3{
	padding-left: 20px;
	padding-top: 14px;
	background: url("../assets/blueheader.png") no-repeat;
	width: 472px;
	height: 52px;

}
#content_right h3.grey {
	background: url("../assets/darkheader.png") no-repeat;
}
#content_right h3 a,#content_right h3 a:hover{
	text-decoration: none;
	color: #fff;
}
#main_content {
	background: url("../assets/roundbg.png") no-repeat;
	width: 472px;
	height: 297px;
}
#col_right {
	font-size: 15px;
	margin-top: 3px;
}


