/* 
Created by Dave Buchholz - I-CRE8 (www.i-cre8.com)
Date Created: 29/03/2007
##Site Name## - Version:1
*/
/* Global Styles --------------------------------------------- */
html,body,h1,h2,h3,h4,h5,h6,p,div,form,img,fieldset,legend,ul,ol,li{
	border: 0;
	margin: 0;
	padding: 0;
}

html{
	margin-bottom: 1px;
	min-height: 100%;
}

body{
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 100%;
	margin: 0;
	background: url(page_bg.jpg) repeat;
}

#layout-wrapper{
	background-color: #FFFFFF;
	background-image: url(wrapper_bg.jpg);
	background-repeat: repeat-y;
	margin: 10px auto;
	width: 776px;
}

#content-wrapper{
	padding: 0.5em 24px;
}

/* Text Styles ----------------------------------------------- */
p,li{
	line-height: 1.5;
}

p,ul{
	margin-bottom: 0.5em;
}

/* Header Styles --------------------------------------------- */
h1{
	font-size: 100%;
	height: 196px;
	position: relative;
}

h1 img{
	background: transparent url(header_bg.jpg) no-repeat;
	height: 196px;
	left: 0;
	position: absolute;
	top: 0;
	width: 776px;
	z-index: 1;
}

h1,h2,h3,h4,h5,h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
}

h2{
	font-size: 135%;
	margin: 0.5em 24px;
}

h2,h3{
	margin-bottom: 0.25em;
}

h3{
	margin-top: 0.5em;
}

h4,h5,h6{
	margin: 1em 0 0;
}

/* Masthead Styles ------------------------------------------- */
#masthead{
	position: relative;
	margin: 0;
}

#masthead ul{
	font-size: 0.7em;
	list-style-type: none;
	position: absolute;
	right: 18px;
	top: 0.25em;
	z-index: 2;
}

#masthead li{
	float: left;
	margin-left: 0.5em;
}

#masthead li a{
	color: #FFFFFF;
}

#masthead li a:hover,#masthead li a:active,#masthead li a:focus{
	background-color: #A9A9A9;
	color: #FFFFFF;
	text-decoration: none;
}

#masthead li{
	line-height: 1;
}

/* Main Navigation Styles ------------------------------------ */
#site-navigation-wrapper{
	background-color: #A9A9A9;
	margin: 0 9px;
}

#site-navigation-wrapper ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-navigation-wrapper a{
	color: #FFFFFF;
	display: block;
	padding: 0.5em 1.5em;
	text-decoration: none;
}

#site-navigation-wrapper a:hover,#site-navigation-wrapper a:active,
#site-navigation-wrapper a:focus,#site-navigation-wrapper a.current{
	background-color: #696969;
	color: #FFFFFF;
}

#site-navigation-wrapper li{
	border-right: 1px solid #FFFFFF;
	float: left;
}

#site-navigation-wrapper li + li{
}

#site-navigation li{
	line-height: 1;
}

/* Sub Navigation Styles ------------------------------------- */
/* Main Content Styles --------------------------------------- */
#content-wrapper p,#content-wrapper li,#content-wrapper address, #content-wrapper form, #site-navigation a{
	font-size: 85%;
}

address {
	font-style: normal;
}

#content-wrapper p a,#content-wrapper li a{
	color: #DC143C;
	padding: 0 1px;
}

#content-wrapper p a:hover,#content-wrapper p a:active,#content-wrapper p a:focus,
#content-wrapper li a:hover,#content-wrapper li a:active,#content-wrapper li a:focus{
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
}

#content-wrapper ul, #content-wrapper ol{
	margin-left: 1em;
	padding-left: 1em;
}

#content-wrapper a.to-top{
	background-image: url(arrow_up.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* Sidebar Content Styles ------------------------------------ */
/* Footer Styles --------------------------------------------- */
#footer{
	background-image: url(footer_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	clear: both;
	font-size: 0.75em;
	padding-bottom: 28px;
	text-align: center;
}

#footer ul{
	list-style: none;
	margin: 0;
	padding: 0.5em 0;
}

#footer li{
	display: inline;
	margin: 0;
	padding: 0 0 0 0.25em;
}

#footer li + li{
	border-left: 1px solid #000000;
}

#footer a{
	color: #DC143C;
	margin: 0;
	padding: 0.25em;
}

#footer a:hover,#footer a:active,#footer a:focus{
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
}

#footer li{
	line-height: 1;
}

/* Form Styles ----------------------------------------------- */
form div, fieldset{
	margin-top: 1em;
}

fieldset{
	border: 1px solid #F5F5F5;
	padding: 0 1em 1em;
}

label.hide-it{
	color: #FFFFFF;
}

/* Contact Form Styles --------------------------------------- */
#frmcontact{
	margin-bottom: 1em;
}

#frmcontact label{
	display: block;
	float: left;
	padding-right: 0.25em;
	text-align: right;
	width: 12em;
}

#frmcontact form{
	margin-bottom: 0.5em;
	margin-right: 1em;
	padding-bottom: 0.5em;
}

#frmcontact fieldset{
	border: 0;
	border-top: 1px solid #666666;
}

#frmcontact fieldset legend{
	padding: 0.25em;
}

label.required,.required{
	font-weight: bold;
}

label.optional,legend{
	color: #333333;
	font-weight: normal;
}

input#SendNow{
	margin-left: 1em;
}

.std-border{
	border: 1px solid #6666;
}

input.missing,textarea.missing,select.missing{
	background-color: #F7D4D4;
	border: 1px solid #DC143C;
}

/* Registration & Login Page Styles -------------------------- */
/* Misc Styles ----------------------------------------------- */
.clearit{
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.structure-label{
	left: -5000px;
	position: absolute;
	width: 4000px;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.warning,.required{
	color: #990000;
}

.affiliate {
	float: right;
	width: 180px;
	margin: 16px 24px 0 16px;
	padding: 0;
}

.callout {
	float: right;
	width: 152px;
	margin: -24px 0 0 10px;
	padding: 10px;
	border: 1px solid #333333;
	font-size: 0.75em;
}

.callout h4{
	margin-top: 0;
}

#content-wrapper div.callout ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

