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

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

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

ul, ol {line-height: inherit; list-style: none; margin: 0 0 1.33em 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;}
small {font-size: .92em;}
big {font-size: 1.33em;}

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


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

h1, h2, h3, h4, h5, h6 {line-height: 1.2em; font-weight: bold;}
h1 {font-size: 4em;}
h2 {border-bottom: 1px solid #f00; font-size: 2em; color: #f00; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; margin: 32px 0 16px 0; padding: 0 0 5px 0;}
h3 {font-size: 1.45em; color: #f00; margin: 22px 0 11px 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal;}
h4 {font-size: 1em; margin-bottom: 0.67em;}
h5 {font-size: .92em;}
h6 {font-size: .88em;}

h1.top, h2.top, h3.top, h4.top, h5.top, h6.top,
#body h2:first-child, #body h3:first-child, #body h4:first-child {margin-top: 0 !important;}


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

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


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

body {
	background: #552723;
	color: #4E1E22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.33em;
	text-align: center;
}

#wrap {
	margin: auto;
	text-align: left;
	position: relative;
	width: 780px;
}

#header {
	background: url(../img/bg_header.jpg) no-repeat 0 0;
	height: 95px; width: 780px;
	position: relative;
}
	#logo a {
		height: auto; width: auto;
		position: absolute;
		top: 0; left: 0;
	}

#nav {
	background: url(../img/bg_body.gif) repeat-y 0 0;
	height: 35px; width: 780px;
	padding-top: 5px;
	text-align: center;
	position: relative;
}

#body {
	background: url(../img/bg_body.gif) repeat-y 0 0;
	min-height: 250px; height: auto !important; height: 250px;
	padding: 0 20px;
	width: 740px;
	position: relative;
}
	#branding {
		background: url(../img/banner_strip.jpg) repeat-x right 0;
		color: #000;
		float: left; display: inline;
		height: 185px; width: 740px;
		margin-bottom: 10px;
	}
	#branding img, #branding object, #branding div.map {
		float: left; display: inline;
	}
	#branding div.map {
		margin-top: 1.5em;
		margin-left: 1.5em;
	}
	#branding img {
		display: block;
		margin-right: 1em;
	}
	#branding dt {
		color: #fff;
		font-weight: bold;
		margin-top: 1.33em;
		margin-bottom: .5em;
	}
	#branding dt.first {
		margin-top: 0;
	}

	.theme1 .col-l {
		float: left;
		width: 470px;
		margin: auto;
	}
	.theme1 .col-r {
		float: left; display: inline;
		width: 240px;
		margin: 0 0 0 30px;
	}
	
	.theme2 #body {
		padding: 30px 35px 15px 35px;
		width: 720px;
 	 }

#footer {
	background: url(../img/bg_footer.gif) no-repeat 0 0;
	color: #fff;
	height: 121px; width: 780px;
	padding: 10px 0 30px 0;
	text-align: center;
	position: relative;
}
	#footer p.ads {margin-bottom: 5px;}
	#footer p.copy {font-size: .92em;}


/**********************
General objects
**********************/

div.intro {
	border-bottom: 1px dashed #C99;
	border-top: 1px dashed #C99;
	margin-bottom: 1.33em;
	padding: 10px 0;
	width: 100%;
}
div.intro p.img0 {
	float: left;
	margin: 0 10px 0 0;
}

div.news-block {
	background: url(../img/bg_news-bottom.gif) no-repeat 0 bottom;
	margin-bottom: 10px;
	padding-bottom: 18px;
}
div.news-block div.content {
	background: url(../img/bg_news-left.gif) repeat-y 0 0;
	padding: 0 0 0 18px;
}
div.news-block h3.top {
	background: url(../img/bg_news-top.gif) no-repeat 0 0;
	font-size: 1.17em;
	font-weight: bold;
	margin: 0;
	padding: 18px 10px 10px 18px;
}
div.news-block h3.top span {
	background: #c91414 url(../img/hd_news.gif) no-repeat 0 0;
	height: 36px;
}
div.news-block .content small {
	color: #999;
}

.block0 {margin-top: 3em;}
p.img1, p.img2 {float: left; display: inline; width: 45%;}
p.img2 {width: 40%;}
.block1 {margin-top: 1em;}
.block1 p.img1 {width: 250px;}

div.hr {background: #f00; height: 1px;}
div.hr hr {display: none;}

/* lists */
ul.list0 {list-style: disc outside; padding-left: 1em; margin-left: 1em;}
ol.list0, ol.list1 {list-style: decimal outside; margin-left: 4em;}
ol.list0 li, ol.list1 li {margin-bottom: .6em;}
ol.list1 li {margin-bottom: 1.33em;}

/* text styles */
.txt0 {color: #f00;}
.txt1 {color: #4E1E22;}
.txt2 {color: #333;}
.txt3, a.txt3 {color: #fff !important; text-decoration: none !important;}


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

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

/* main nav */
#nav ul.nav {
	background: #b50505;
	border-bottom: 5px solid #c91414;
	margin: 0 20px;
	width: 740px; height: 30px;
}
#nav ul.nav li {
	float: left;
	line-height: 30px;
}
#nav ul.nav li a {
	color: #fff;
	display: block;
	float: left;
	padding: 0 8px;
	text-decoration: none;
}
#nav ul.nav li a:hover, #nav ul.nav li a.active {
	background: #c91414;
}


/**********************
General Forms
**********************/

input, select, textarea {font: 1em Arial, Helvetica, sans-serif; width: auto;}
input, textarea {padding: 1px;}
input, select {vertical-align: middle;}
textarea {overflow: auto; width: 195px; height: auto;}
input.text {width: 195px;}
select.select {width: 200px;}


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

.hidden {display: none;}
.replace {display: block; text-indent: -10000px; line-height: 0;}
.nomargin {margin-bottom: 0;}
.noborder {border: 0 !important;}
.float {float: left; display: inline;}
.c {text-align: left;}
.r {text-align: right;}


/**********************
CSS Hacks / Tools
**********************/

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}
 .clearfix {display: inline-block;}  

 /* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End Holly Hack */
