body {
	background-color: #f8e634;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}
p {
	margin-bottom: 1.5em;
}
h1 {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #cc0000;
}
h2 {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #cc0000;
}
h3 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #cc0000;
}
a, a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	color: #cc0000;
}

a.big_red:link, a.big_red:visited, a.big_red:hover, a.big_red:active {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #cc0000;
}

a#twitter {
	display: block;
	position: absolute;
	left: 13px;
	top: -37px;
	height: 20px;
	width: 163px;
	background: url(../images/twitter.png) no-repeat;
	text-indent: -9999px;
}

a#twitter:hover {
	background-position: 0 -20px;
}

a#facebook {
	display: block;
	position: absolute;
	left: 208px;
	top: -37px;
	height: 20px;
	width: 163px;
	background: url(../images/facebook.png) no-repeat;
	text-indent: -9999px;
}

a#facebook:hover {
	background-position: 0 -20px;
}

.hidetxt { text-indent: -9999px; }
.clear { clear: both; }
.hidden { display: none; }

p {
	line-height: 1.4em;
}
div#gradient_small {
	background: url(../images/gradient_small.png) repeat-x;
	height: 314px;
	width: 100%;
	position: absolute;
	top: 448px;
	left: 0;
	z-index: -1;
	min-width: 1212px;
}
div#gradient_big {
	background: url(../images/gradient_big.png) repeat-x;
	height: 374px;
	width: 100%;
	position: absolute;
	top: 328px;
	left: 0;
	z-index: -1;
	min-width: 820px;
}

div#container {
	margin: 0 auto;
	padding-top: 26px;
	padding-bottom: 26px;
	width: 820px;
	position: relative;
}

#container-background {
	position: absolute;
	top: 0;
	left: 0;
}

.container_main #container-background {
	background: url(../images/small_bg.jpg) no-repeat;
	height: 228px;
	width: 820px;
}

.container_home #container-background {
	background: url(../images/big_bg.jpg) no-repeat;
	height: 355px;
	width: 1016px;
}

div.top_main {
	margin-top: 60px;
}

div.top_home {
	margin-top: 155px;
}

a#logo {
	position: relative;
	margin-left: 11px;
	display: block;
	height: 135px;
	width: 280px;
	background: url(../images/logo_noclaim.png) no-repeat;
	z-index: 1;
}

div#main_top, div#main_middle, div#main_bottom {
	width: 820px;
	position: relative;
	z-index: 0;
}
div#main_top {
	background: url(../images/main_top_bg.png) no-repeat;
	height: 10px;
}
div#main_middle {
	background: url(../images/main_middle_bg.png) repeat-y;
}
div#main_bottom {
	background: url(../images/main_bottom_bg.png) no-repeat;
	height: 10px;
}

div#main_content_container {
	margin-left: 10px;
	width: 800px;
	position: relative;
}

div#main_content {
	position: relative;
	z-index: 1;
	min-height: 344px;
}

div#main_content a:link, div#main_content a:hover, div#main_content a:visited, div#main_content a:active {
	color: #cc0000;
}

div#top_nav {
	width: 100%;
	background-color: #faef7c;
}
div#top_nav ul {
	display: inline;
}
div#top_nav li {
	float: left;
}
div#top_nav li.active {
	background-color: #fdf6b6;
}
div#top_nav li:hover {
	background-color: #f5e549;
}
.nav_border, .nav_no_border {
	display: block;
	height: 17px;
	width: 1px;
}
.nav_border {
	background-color: #e6d630;
}

div#top_nav a {
	display: block;
	width: 200px;
	padding-top: 15px;
}
div#top_nav a img {
	margin-left: 17px;
}
img#content_bg {
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 z-index: 0;
}

div#right_subcontent div {
	line-height: 1.4em;
}

.copy div {
	line-height: 1.4em;
}
div#legal {
	display:block;
	float:right;
	margin:5px 10px;
}
