/* BEGIN STD HTML TAGS, GLOBAL CSS */
body {
	padding: 20px 0px 20px 0px;
	margin: 0px;
	background: #D7D7D7 url(images/bkgnd-body.jpg) top left repeat-x;
}

body, table { 
	font-family: Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 16px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #4E4D4D;
	font-weight: normal;
}


input, textarea, select {
	font-family: Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}

ul, ol {
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

li {
	padding: 2px 0px 0px 20px;
	margin: 0px 0px 3px 0px;
}

ul li {
	list-style-type: none;
	background: url(images/bullet.gif) top left no-repeat;
}

table.structure, table.nav {
	border-collapse: collapse;
}

table.nav td, td.structure {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.preloadimages {
	display: none;
}

/* FLOAT DIVs FIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* END STD HTML TAGS, GLOBAL CSS */

/* BEGIN COMMON CLASSES */
.content_container a, .content_container a:link, .content_container a:visited {
	text-decoration: none; 
	color: #FC0610;
}

.content_container a:hover, .content_container a:active {
	background: #FC0610;
	color: #FFFFFF;
	text-decoration: none; 
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfloats {
	clear: both;
}

.maxwidth {
	width: 600px;
}

.maxinnerwidth {
	width: 562px;
	padding: 0px 19px 0px 19px;
}

.content_container {
	width: 532px;
	padding: 0px 34px 15px 34px;
	background: url(images/bkgnd-content.jpg) bottom no-repeat;
}

.bottompad_std {
	padding-bottom: 15px;
}

.content_container h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 24px;
	color: #4E4D4D;
	font-weight: normal;
}

.content_container h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 22px;
	color: #ADAAAA;
	font-weight: normal;
}

.content_container h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 19px;
	color: #4E4D4D;
	font-weight: normal;
}

.smallfont {
	font-size: 11px;
}
/* END COMMON CLASSES */


/* BEGIN SPECIFIC DIVS */
#container_main {
	width: 900px;
	padding: 0px;
	margin: 0px auto;
}

#col1_top {
	padding-top: 10px;
	background: #FFFFFF url(images/border-top.gif) top no-repeat;
}

#col1_left {
	background: url(images/border-vertical.gif) top left repeat-y;
}

#col1_right {
	background: url(images/border-vertical.gif) top right repeat-y;
}

#col1_bot {
	padding-bottom: 10px;
	background: url(images/border-bot.gif) bottom no-repeat;
}

#logo_container {
	width: 225px;
	height: 85px;
}

#logo {
	padding: 9px 0px 0px 28px;
}

#siteheading_container {
	width: 375px;
	height: 85px;
}

#siteheading {
	padding-top: 12px;
}

#siteheading h1 {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 19px;
	color: #4E4D4D;
	font-weight: bold;
}

#siteheading h2 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 19px;
	color: #ADAAAA;
	font-weight: normal;
}

#topnav {
	height: 33px;
	background: url(images/nav-bkgnd.jpg) top no-repeat;
}

#topnav table {
	margin: 0 auto;
}

#topnav td {
	background: url(images/nav-divider.jpg) left no-repeat;
}

#topnav td.first {
	background: none;
}

#topnav a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

#topnav a, #topnav a:link, #topnav a:visited {
	text-decoration: none;
	color: #6D6D6D;
}

#topnav a:hover, #topnav a:active {
	text-decoration: none;
	color: #FF0000;
}

.selectednav {
	display: none;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FF0000;
}

#content_home {
	margin-top: -10px;
}

#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #6E6E6E;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #FF0000;
}

#col2 {
	padding-top: 20px;
	width: 300px;
	color: #353535;
}

#col2_top {
	padding-top: 10px;
	background: url(images/border-contact-top.gif) top no-repeat;
}

#col2_inside {
	background: url(images/bkgnd-contact.gif) top left repeat-y;
}

#col2_bot {
	padding: 10px 20px 10px 20px;
	background: url(images/border-contact-bot.gif) bottom no-repeat;
}

#col2 h1 {
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	line-height: 28px;
	color: #000000;
	font-weight: bold;
}

#col2 h2 {
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	line-height: 28px;
	color: #FF0000;
	font-weight: bold;
}

#col2 p.contactinfo {
	font-family: arial, helvetica, sans-serif;
}

#col2 p.contactinfo a {
	font-family: arial, helvetica, sans-serif;
}

#col2 p.contactinfo a, #col2 p.contactinfo a:link, #col2 p.contactinfo a:visited {
	text-decoration: none;
	color: #353535;
}

#col2 p.contactinfo a:hover, #col2 p.contactinfo a:active {
	text-decoration: none;
	color: #FF0000;
}

#col2 td.formlabel {
	width: 80px;
	color: #FF0000;
	line-height: 20px;
	padding-bottom: 15px;
}

#col2 td.formfield {
	width: 175px;
}

#col2 td.formbutton input {
	margin: 16px 0px 0px 130px;
}

#col2 td.formfield input {
	border: 1px solid #D7D7D7;
	width: 173px;
	height: 18px;
}

#col2 td.formfield textarea {
	border: 1px solid #D7D7D7;
	width: 173px;
	height: 54px;
}

#contactform_container, #contactform_thankyou {
	height: 170px;
}

#contactform_thankyou {
	color: green;
}
/* BEGIN SPECIFIC DIVS */
