/* basic elements */
body 
{
	margin: 0 0 0 0;
	padding: 0;
	color: #000000;
	background: #eef6f8 url(css-img/main_bg.gif)  repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	text-align: left;
	halign: left;
}

h1
{
	font-weight: normal;
	font-size : 11px;
	color : #000000;
	margin: 0;
	padding : 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h2
{
	font-weight: normal;
	font-size : 27px;
	color : #800303;
	margin: 0;
	padding : 0 0 5px 0;
	text-align: left;
}
h3
{
	font-weight : normal;
	font-size: 16px;
	color : #800303;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
h4
{
	font-weight : normal;
	font-size : 12px;
	color : #000000;
	margin: 0;
	padding : 0 30px 0 0;
	text-align: right;
}
strong
{
	color : #006699;
	font-weight : bold;
}
b
{
	color : #800303;
	font-weight : bold;
}
img
{
   border: none;
}

blockquote
{
   margin: 0 0 10px 20px;
	padding: 0;
   font-style: italic;
}
.navi a:link 
{
	font-size : 13px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height: 26px;
}
.navi a:visited 
{
	font-size : 13px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height: 26px;
}
.navi a:hover 
{
	font-size : 13px;
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height: 26px;
}
.navi a:focus 
{
	font-size : 13px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height: 26px;
}
.navi a:active 
{
	font-size : 13px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height: 26px;
}
ul 
{
	margin : 0;
	padding: 10 0 15px 5px;
	background-repeat: no-repeat;
}
ul ul
{
   margin : 0;
	padding: 0 0 0 5px;
}
ol 
{
   margin : 0;
	padding: 0 0 15px 25px;
}
ul li
{
	display: block;
   margin: 0;
   padding: 0 0 0 25px;
	list-style-type :none;
}


/* ------- Helper Classes ---------------------------------------------------------- */
.clear
{
   clear : left;
}
.spacer
{
   clear : left;
   float : left;
	height : 380px;
	width : 1px;
}
span.note
{
   display: block;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
h3 span
{
   display: block;
   margin: 0;
   padding: 3px 0 0 30px;
	color : #000000;
}



/* ------- Container -------------------------------------------------------------- */
#container 
{
	width: 857px;
	margin: 0 auto;
	text-align: left;
	background: url(css-img/container-bg.jpg) repeat-y;
	position: relative;
	}
	
#container-image 
{
	width: 857px;
	display: block;
	top: 0;
	left: 0;
	background: url(css-img/bg-img.jpg) no-repeat;
	position: absolute;
	height: 587px;
	}

#container-t
{
	width: 857px;
	height: 16px;
	margin: 0 auto;
	background: url(css-img/container-t.jpg) no-repeat;
}
#container-b
{  
	width: 857px;
	height: 92px;
	margin: 0 auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css-img/footer.png',sizingMethod='crop');
	background: url(css-img/footer.png) no-repeat;
}

#footer
{  
	width: 857px;
	height: 30px;
	margin: 0 auto;
	background: none;
	text-align: right;
}


/* ------- Menu Topper & Quick Links ----------------------------------------------------------------- */
#menu-topper
{
	background: url(css-img/topper02.jpg) no-repeat;
	width : 216px;
	height: 80px;
	left: 7px;
	top: 0;
	position: absolute;
}

#quick-links
{
	background: url(css-img/) no-repeat;
	width : 627px;
	height: 146px;
	left: 223px;
	top: 0;
	position: relative;
}

#pricing-box
{
	background: url(css-img/pricing_box.jpg) no-repeat;
	width : 183px;
	height: 369px;
	left: 23px;
	top: 285px;
	position: absolute;
	padding-top: 10px;
}

#hunt-box
{
	background: url(css-img/hunt_box.jpg) no-repeat;
	width : 183px;
	height: 119px;
	left: 23px;
	top: 300px;
	position: absolute;
}


/* ------- Header ----------------------------------------------------------------- */
#head
{
	background: url(css-img/header.jpg) no-repeat;
	margin: 0 auto;
	width : 857px;
	height: 171px;
	position: relative;
}
#head h1
{
	position: absolute;
	margin : 0;
	padding : 0;
	top: 146px;
	left: 23px;
	width: 480px;
	height: 20px;
}

/* ------- Content ---------------------------------------------------------------- */
#content
{
	position: relative;
	left: 240px;
	width : 590px;
	background: #FFFFFF;
}

#content-title
{
	position: relative;
	left: 240px;
	width : 590px;
	padding : 20px 0 0 0;
	background: #FFFFFF;
}

.side-image
{
	float : right;
	clear : right;
	margin : 7px 10px 15px 15px;
}

#form
{
	position: absolute;
	left: 1px;
	width : 275px;
}


/* ------- Menu ------------------------------------------------------------------- */
#menu-container
{
   position: absolute;
   width : 216px;
   left: 7px;
   top: 80px;
}
#menu-t
{
	background: url(css-img/menu-box.jpg) no-repeat;
	width : 216px;
	height: 29px;
}

#menu ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 216px;
	height: 29px;
}
#menu ul li 
{
   margin: 0;
   padding: 0;
   height: 29px;
	position: relative;
}
#menu li ul 
{
	position: absolute;
	top: 0;
	height: 29px;
	width: 100%; 
	left: 100%;
	margin-left: 5px;
	display: none;
}

#menu ul li a, #menu ul li span
{
	display: block;
	text-decoration: none;
	color: #000000;
	font-size : 13px;
	background: url(css-img/menu-box.jpg) no-repeat; /* IE6 Bug */
	height: 29px;
	padding: 3px 0px 0px 10px;
}
#menu ul li a:hover, #menu ul li span:hover 
{ 
   color: #FFFFFF;
   width: 216px;
	height: 29px;
}

/* Fix IE. Hide from IE Mac \*/
 * html #menu ul li { float: left; height: 1%; }
 * html #menu ul li a { height: 1%; }
 * html #menu ul li span { height: 1%; }
/* End */


#menu ul ul,
#menu ul li:hover ul ul
{display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul
{display: block;}
.navi {
	font-size : 13px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height: 26px;
}
.footer {
	font-weight : normal;
	font-size : 11px;
	color : #000000;
	margin: 0;
	padding : 0 30px 0 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footer a:link {
	font-weight : normal;
	font-size : 11px;
	color : #000000;
	margin: 0;
	padding : 0 30px 0 0;
	text-align: right;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.footer a:visited {
	font-weight : normal;
	font-size : 11px;
	color : #000000;
	margin: 0;
	padding : 0 30px 0 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footer a:hover {
	font-weight : normal;
	font-size : 11px;
	color : #B0B3B4;
	margin: 0;
	padding : 0 30px 0 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footer a:active {
	font-weight : normal;
	font-size : 11px;
	color : #000000;
	margin: 0;
	padding : 0 30px 0 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.main_text {
	margin : 0;
	padding : 0 0 15px 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	width: 590px;
	background-position: left;
}
head {
	font-weight : normal;
	font-size: 16px;
	color : #800303;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.subhead {
	font-weight : normal;
	font-size: 16px;
	color : #800303;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.questions {
	font-weight : bold;
	font-size: 13px;
	color : #800303;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 15px;
}
.question_black {
	font-weight : bold;
	font-size: 13px;
	color : #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 15px;
}
.back {
	font-weight : bold;
	font-size: 10px;
	color : #800303;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.main_text a:link {
	margin : 0;
	padding : 0 0 15px 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #800303;
	text-decoration: underline;
	width: 590px;
	background-position: left;
}
.main_text a:visited {
	margin : 0;
	padding : 0 0 15px 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #800303;
	text-decoration: underline;
	width: 590px;
	background-position: left;
}
.main_text a:hover {
	margin : 0;
	padding : 0 0 15px 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
	width: 590px;
	background-position: left;
}
.main_text a:active {
	margin : 0;
	padding : 0 0 15px 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #800303;
	text-decoration: underline;
	width: 590px;
	background-position: left;
}
.subhead a:link {
	font-weight : normal;
	font-size: 16px;
	color : #800303;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.subhead a:visited {
	font-weight : normal;
	font-size: 16px;
	color : #800303;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.subhead a:hover {
	font-weight : normal;
	font-size: 16px;
	color : #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.subhead a:active {
	font-weight : normal;
	font-size: 16px;
	color : #800303;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.questions a:link {
	font-weight : bold;
	font-size: 13px;
	color : #800303;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 15px;
}
.questions a:visited {
	font-weight : bold;
	font-size: 13px;
	color : #800303;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 15px;
}
.questions a:hover {
	font-weight : bold;
	font-size: 13px;
	color : #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 15px;
}
.questions a:active {
	font-weight : bold;
	font-size: 13px;
	color : #800303;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 15px;
}
.resource_text {
	margin : 0;
	padding : 0 0 0px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.resource_text a:link {
	margin : 0;
	padding : 0 0 0px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #800303;
	text-decoration: underline;
}
.resource_text a:visited {
	margin : 0;
	padding : 0 0 0px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #800303;
	text-decoration: underline;
}
.resource_text a:hover {
	margin : 0;
	padding : 0 0 0px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}
.resource_text a:active {
	margin : 0;
	padding : 0 0 0px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #800303;
	text-decoration: underline;
}
h2-centered {
	font-weight: normal;
	font-size : 27px;
	color : #800303;
	margin: 0;
	padding : 0 0 5px 0;
	text-align: center;
}
.big_text {
	margin : 0;
	padding : 0 0 15px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	width: 590px;
	background-position: left;
}
#pricing-box02 {
	background: url(css-img/pricing_box02.jpg) no-repeat;
	width : 183px;
	height: 369px;
	left: 407px;
	top: 7px;
	position: absolute;
	padding-top: 10px;
	text-align: center;
}
.question_blackbig {
	font-weight : bold;
	font-size: 18px;
	color : #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 22px;
}
.big_header {
	font-weight: normal;
	font-size : 27px;
	color : #800303;
	margin: 0;
	padding : 0 0 5px 0;
	text-align: left;
}
.questions_centered {
	font-weight : bold;
	font-size: 13px;
	color : #800303;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 15px;
}

.questions_centered a:link {
	font-weight : bold;
	font-size: 13px;
	color : #800303;
	text-align: centered;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 15px;
}
.questions_centered a:visited {
	font-weight : bold;
	font-size: 13px;
	color : #800303;
	text-align: centered;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 15px;
}
.questions_centered a:hover {
	font-weight : bold;
	font-size: 13px;
	color : #000000;
	text-align: centered;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 15px;
}
.question_centereds a:active {
	font-weight : bold;
	font-size: 13px;
	color : #800303;
	text-align: centered;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 15px;
}
.main_textPad {
	margin : 0;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-position: left;
	padding-right: 200px;
}
