/*---------Site Name---------*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }

body {
	background: url(sitegraphics/bgX.gif) 0 0 repeat-y #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #444;
}

a:link, a:visited {
	color: #669900;
}

a:hover, a:active {
}

br { margin: 0; }

.imageright {
	float: right;
	margin: 0 0 10px 10px;
}
.imageleft {
	float: left;
	margin: 0 10px 10px 0;	
}


/*--------------------WRAPPER--------------------*/

#wrapper {
	width: 750px;
	margin: 50px auto 25px auto;
	background-color: #FFF;
}


/*--------------------BRANDING--------------------*/

#branding {
	position: relative;
	width: 750px;
	height: 114px;
	border-bottom: solid 1px #FFF;
	background: url(sitegraphics/bg_branding.gif) 0 0 repeat-y #333;
}

#social {
	position: absolute;
	top: 35px;
	right: 12px;
}
#social img {
	margin-left: 4px;
}

/*----------------------NAV--------------------*/

#nav {
	width: 90px;
	margin: 0 0 0 0;
	background-color: #333;
	font-size: 90%;
}
#nav ul {
	padding: 8px 0 8px 0;
	background: url(sitegraphics/nav_divider_horizontal.gif);
	background-position: 4px bottom;
	background-repeat: no-repeat;
	background-color: #333;
}
#nav li {
	width: 90px;
}
#nav a:link, #nav a:visited {
	display: block;
	margin: 0;
	padding: 2px 4px;
	color: #FFF;
	text-decoration: none;
}
#nav a:active, #nav a:hover {
	background-color: #0099CC;
}



/*----------------------NAV ADMIN--------------------*/

#navAdmin {
	float: right;
	width: 500px;
	padding: 90px 10px 0 0;
	text-align: right;
	font-size: 90%;
}

#navAdmin li {
	display: inline;
	margin: 0 0 0 8px;
	padding: 0 0 0 9px;
	background: url(sitegraphics/nav_divider.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

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


/*--------------------CONTENT--------------------*/


#contentWrapper {
	background: url(sitegraphics/bg_contentwrapper.gif);
	background-position: right 0
	background-repeat: no-repeat;
	background-color: #FFF;
}


#contentMain {
	float: right;
	width: 625px;
	padding: 20px 15px 20px 0;
}
#contentMain h1 {
	margin: 0 0 1em 0;
	font-size: 140%;
}
#contentMain h2 {
	margin: 0 0 1em 0;
	font-size: 120%;
}
#contentMain p {
	margin: 0 0 1.2em 0;
}


#contentSub {
	float: right;
	width: 110px;
}
#contentSub img {
	margin: 0 0 8px 0;
}


#homePanels img {
	margin: 0 15px 15px 0;
}


/*---------------------FORMS-----------------------*/


#form {
	margin: 0 auto;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input {	
	width: 95%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #333;
	background: #fafafa;
}
input.radio {	
	width: auto;
	margin: 0 3px 0 0;
	border: none;
	background: none;
}
.checkboxlabel {
	display:inline;
}
.checkbox {
	border:none;
	width: 15px;
}
textarea {
	width: 95%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #333;
	background: #fafafa;
}
select {
	display: block;
	width: 50%;
	margin: 2px 0 8px 0;
	border: 1px solid #333;
}
.sendform {
	display: block;
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
}
.sendbutton {
	width: 70px;
	border: 1px solid #333;
}
.mandatoryAsterisk {
	font-weight:bold;
	color: #A59885;
}

/*-----------------------CAPTCHA-------------------*/

#captchaError 				{ display:none; font-size:11px; } 

#captchaError p				{ color:#cc0000; } 

.captcha                    { margin-bottom: 8px; }

.captchaInput               { width: 170px; }


/*---------------------FOOTER---------------------*/

#footer {
	clear: both;
	background-color: #D8D3CA;
	font-size: 90%;
	color: #535353;
}
#footer p {
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}

#navFooter {
	background-color: #333;
	padding: 5px 5px 5px 10px;
	border-top: 2px solid #A89D8C;
}
#navFooter p {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 90%;
	font-weight: normal;
}
#navFooter li {
	display: inline;
	margin: 0 9px 0 0;
	padding: 0 8px 0 0;
}

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

#footerLinks {
	height: 250px;
	padding: 15px 0 0 0;
	background-color: #C0C0C0;
	font-size: 10px;
	text-align: center;
	color: #979797;
}
#footerLinks a:link, #footerLinks a:visited {
	color: #848484;
	text-decoration: none;
}
#footerLinks a:active, #footerLinks a:hover {
	color: #669900;
}

#footerLinks li {
	float: left;
	margin: 0 10px 0 0;
}
