/**********************
Basic tag definitions
**********************/

* {margin: 0; padding: 0; outline: 0;}

p {margin-bottom: 1em; line-height: inherit;}

ul, ol {line-height: inherit; list-style: none; margin: 0 0 1em 0;}

table {border-collapse: collapse; border-spacing: 0;}

img, fieldset, abbr, acronym {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal;}
strong {font-weight: bold;}
em {font-style: italic;}

caption, th {text-align:left;}
q:before, q:after {content:'';}


/**********************
Headers
**********************/

h1, h2, h3, h4, h5, h6 {line-height: inherit; font-weight: normal;}
h1 {font-size: 3em;}
h2 {font-size: 2em;}
h3 {font-size: 1.58em;}
h4 {font-size: 1em; font-weight: bold;}
h5 {font-size: .92em;}
h6 {font-size: .88em;}


/**********************
Anchors
**********************/

a, a:link, a:active, a:visited {
	color: #f77b00;
	text-decoration: none;
}
a:hover {text-decoration: underline;}


/**********************
Main structure
**********************/

body {
	background: #6e6a6a;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
	text-align: center;
}

#wrap {
	margin: auto;
	text-align: left;
	width: 766px;
}

#header {
	background: #fff;
	height: 90px; width: 766px;
	position: relative;
}
	#logo a {
		background: transparent url(../img/logo.gif) no-repeat 0 0;
		height: 46px; width: 328px;
		position: absolute;
		top: 30px; left: 20px;
	}

#nav {
	background: #fff;
	text-align: center;
	height: 52px; width: 766px;
}

#body {
	background: #fff;
	width: 766px;
	height: auto;
}
	#body #col-l h3 {color: #ff6224; font-family: Georgia, "Times New Roman", Times, serif;}
	#body #col-r h3 {color: #d77b37; font-size: 1.42em;}
	#body h4 {color: #d67a35;}
	
	#body #main-content {
	padding: 30px;
	height: auto;
	}
	
	#col-l {
		float: left;
		width: 510px;
	}
		#sub-header {
			background: url(../img/bg_grad.gif) repeat-y 0 0;
			border-bottom: 6px solid #c17943;
			color: #fff;
			font: 1.33em Georgia, "Times New Roman", serif;
			line-height: 1.44em;
			padding: 30px;
		}
		.subcol-l, .subcol-r {
			float: left;
			border-right: 1px solid #f8f8f8;
			width: 224px;
		}
		.subcol-l {
	padding: 20px 10px 20px 20px;
	height: 400px;
		}
		.subcol-r {
			padding: 20px 20px 20px 10px;
		}

		.block {float: left; width: 224px; margin-bottom: 30px; display: inline;}
		.block .content {float: left; width: 131px; font-size: .92em; line-height: 1.42em;}
		.block p.img {float: left; width: 93px;}
		.block p.img img {float: left; display: block;}
	
	#col-r {
		background: url(../img/bg_col-r.jpg) no-repeat 0 0;
		float: left;
		padding: 536px 25px 25px 25px;
		margin-top: -15px;
		width: 206px;
		position: relative;
		z-index: 9999;
	}
	#col-r.bg2 {background: url(../img/bg_col-r2.jpg) no-repeat 0 0;}
	#col-r.bg3 {background: url(../img/bg_col-r3.jpg) no-repeat 0 0;}
	#col-r.bg4 {background: url(../img/bg_col-r4.jpg) no-repeat 0 0;}
	#col-r.bg5 {background: url(../img/bg_col-r5.jpg) no-repeat 0 0;}
	#col-r.bg6 {background: url(../img/bg_col-r6.jpg) no-repeat 0 0;}
	#col-r.bg7 {background: url(../img/bg_col-r7.jpg) no-repeat 0 0;}
	

	#col-r img.img0 {margin-top: 20px;}
	
#footer {
	background: #ff8400 url(../img/bg_footer.gif) no-repeat 0 0;
	color: #fff; text-align: left;
	height: 195px; width: 766px;
	position: relative;
}
	#footer .info {
		background: url(../img/info.gif);
		width: 135px; height: 52px;
		position: absolute;
		top: 38px; right: 12px;
	}
	#footer .copy {
		color: #ccc;
		font-size: .92em;
		position: absolute;
		top: -33px; left: 25px;
	}

	
/**********************
Navigation
**********************/

#nav ul {
	float: left;
	margin: 0;
	width: 766px; height: 52px;
}
#nav ul li {
	float: left;
	text-align: center;
}
#nav ul li#nav01, #nav ul li#nav02, #nav ul li#nav03 {width: 170px;}
#nav ul li#nav01.active a, #nav ul li#nav02.active a, #nav ul li#nav03.active a {background: url(../img/bg_grad.gif) repeat-y; height: 52px;}
#nav ul li#nav01.active a {background-position: 0 0;}
#nav ul li#nav02.active a {background-position: -170px 0;}
#nav ul li#nav03.active a {background-position: -340px 0;}

#nav ul li#nav04, #nav ul li#nav05 {width: 128px;}
#nav ul li#nav04 a, #nav ul li#nav05 a {background-color: #ff8124;}

#nav ul li a {
	background: #ff6224;
	color: #fff;
	display: block;
	font: 1.25em Georgia, "Times New Roman", serif;
	height: 37px;
	line-height: 37px;
	text-decoration: none;
}
#nav ul li a:hover {background: #6e6a6a !important;}

#header .nav {
	margin: 0;
	position: absolute;
	right: 28px; top: 30px;
	text-align: right;
	width: 350px;
}
#header .nav li {
	border-left: 1px solid #F77B00;
	display: inline;
	font: 1.25em Georgia, "Times New Roman", serif;
	margin-left: -4px;
	padding: 0 10px;
}

#footer .nav {
	font-size: .92em;
	position: absolute;
	top: 25px;
	left: 25px;
	height: 77px;
}
#footer .nav li {
	border-left: 1px solid #fff;
	display: inline;
	margin-left: -4px;
	padding: 0 5px;
}
#footer .nav li a {color: #fff;}

ul.nav li.first {border: 0 !important;}


/**********************
Forms
**********************/

input, select, textarea {}
input, textarea {padding: 1px;}
input, select {vertical-align: middle;}
textarea {width: 200px; height: 8em;}

input.file {height: auto; width: 250px;}
input.readonly {background-color: transparent; border: none;}
input.button {border: 1px solid #000; background-color: #ddd;}
input.image, input.radio, input.check {border: none; width: auto; height: auto;}


/**********************
Common classes / Misc.
**********************/

.hdr0 {margin-bottom: 1em;}
.hdr1, .block h3 {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.hdr1 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 210px;
}
.hdr2 {color: #a6a4a1; margin-bottom: 1em;}

ul.bullet0 {color: #000; font-size: .92em;}
ul.bullet0 li {background: no-repeat 0 center; padding-left: 40px;}
ul.bullet0 li.bullet0a {background-image: url(../img/bullet0a.gif);}
ul.bullet0 li.bullet0b {background-image: url(../img/bullet0b.gif);}
ul.bullet0 li.bullet0c {background-image: url(../img/bullet0c.gif);}

ul.bullet1 {font-size: .92em; line-height: 1.82em;}
ul.bullet1 li {background: url(../img/bullet1.gif) no-repeat 0 center; padding-left: 23px;}
ul.bullet1.col-l {width: 225px;}
ul.bullet1.col-r {border-left: 1px solid #e7e7e7; padding-left: 30px; width: 194px;}

img.img0 {
	display: block;
	border: 1px solid #e2e6e9;
}

.hidden {display: none;}
.replace {display: block; text-indent: -10000px; line-height: 0;}
.nomargin {margin-bottom: 0;}

.col-l, .float {float: left;}
.float {display: inline;}
.col-r {float: right;}

.c {text-align: center;}
.r {text-align: right;}
