body {
    margin: 0 auto;
    text-align: left;
    background: #000 url(/images/sitebkg.jpg) top center no-repeat;
    color:#636363;
    font-family:"Arial","Trebuchet MS",sans-serif;
    font-size: 12px;
    }

a {
    color:#BF9C00;
    }

a:hover {
    color:#f8cb00;
    }

img {
    border: 0;
}

.center {text-align: center;}
.textleft {text-align: left;}

.clear {clear:both;}

.floatleft {float: left;}

.bump {height: 60px;}

h1 {font-size: 14px; padding: 0;}

h2 {font-size: 12px; font-weight: normal;}

h3 {font-size: 12px; font-weight: normal;}

/*----------------------------------------------------------------------------------------------------------------------------------Header-------*/

.frame {
    margin: 0 auto;
    width: 918px;
    }

.header {
	height: 111px;
    width: 918px;
    margin-top: 2px;
    background: url(/images/header.png) no-repeat;
	}

#menu {
    margin-top: 10px;
    height: 22px;
    margin-left: 25px;
    }

.menuItem {
    float: left;
    border-right: 1px solid #000;
    padding: 0 9px;
    font-size: 14px;
    font-weight: bold;
    }

.menuItem a, .menuItem a:visited {color: #000; text-decoration:none; font-weight: bold;}
.menuItem a:hover {text-decoration: underline;}

.menuItem2 {
    float: left;
    padding: 0 0 0 9px;
    font-size: 14px;
    font-weight: bold;
    }

.menuItem2 a, .menuItem2 a:visited {color: #000; text-decoration:none; font-weight: bold;}
.menuItem2 a:hover {text-decoration: underline;}

.menuItem3 {
    float: right;
    border-left: 1px solid #000;
    padding: 0 9px;
    font-size: 14px;
    font-weight: bold;
    }

.menubump {margin-right: 28px;}

.menuItem3 a, .menuItem3 a:visited {color: #000; text-decoration:none; font-weight: bold;}
.menuItem3 a:hover {text-decoration: underline;}

.menuItem4 {
    float: right;
    padding: 0 9px;
    font-size: 14px;
    font-weight: bold;
    }

.menuItem4 a, .menuItem4 a:visited {color: #000; text-decoration:none; font-weight: bold;}
.menuItem4 a:hover {text-decoration: underline;}

/*----------------------------------------------------------------------------------------------------------------------------------Body-------*/
.body {
    width: 888px;
    background: url(/images/bodybkg.png) repeat-x;
    padding: 20px 0px 20px 30px;
    }

.midcontent {
    width: 858px;
    }

h1.midlefttext {
    float: left;
    font-size: 14px;
    width: 510px;
    margin-right: 23px;
    color: #2a2a2a;
    padding: 13px 13px 15px 13px;
    font-weight: normal;
    background: url(/images/fade.png) repeat;
    border: 1px solid #848484;
    }
    
.midrightquote {
    float: left;
    }

h3.homequote {
    float: left;
    width: 170px;
    font-size: 14px;
    font-weight: bold;
    color: #2a2a2a;
    line-height: 18px;
    padding: 10px 10px 0 15px;
    }

.floatcolumn {
    float: left;
    width: 269px;
    }

.floatcolumn2 {
    float: left;
    width: 320px;
    }

.floatcolumn3 {
    float: left;
    width: 266px;
    }

.textbox1 {
    padding: 0 21px 0 7px;
    font-size: 12px;
    line-height: 18px;
    }

.textbox2 {
    padding: 0 40px 0 40px;
    font-size: 12px;
    line-height: 18px;
    }

.textbox3 {
    padding: 0 0 0 23px;
    font-size: 12px;
    line-height: 18px;
    }

.headline {
    font-size: 14px;
    font-weight: bold;
    color: #c09d00;
    }

.headline a, .headline a:visited {color: #c09d00; text-decoration:none; font-weight: bold;}
.headline a:hover {color: #f5c800; text-decoration: underline;}

.websitelink {
    width: 260px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    font-size: 14px;
    }

.websitelink a, .websitelink a:visited {color: #c09d00; text-decoration:none; font-weight: bold;}
.websitelink a:hover {color: #f5c800; text-decoration: underline;}

.spacerline {
    width: 3px;
    background: #414141;
    height: 374px;
    margin-top: 137px;
    float: left;
    }

/*----------------------------------------------------------------------------------------------------------------------------------Content-------*/

.contentL {
    width: 265px;
    float: left;
    padding-right: 20px;
    color: #333;
    }

.contentR {
    width: 265px;
    float: left;
    padding-right: 20px;
    color: #333;
    }

h1.blurb {
    width: 500px;
    padding: 5px 15px 15px 15px;
    border-bottom: 1px solid #3c3c3c;
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 20px;
    }

.logintable {
    width: 500px;
    margin-left: 55px;
    margin-left: 55px;
    }

.errorMessage {
    padding: 5px;
    width: 300px;
    color: #0053A9;
    font-weight: bold;
    font-size: 12px;
    }

h2.headline2 {
    font-size: 20px;
    font-weight: bold;
    color: #c09d00;
    }

#contact-area {
	width: 510px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 381px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #BF9C00;
}

#contact-area input.submit-button {
	width: 100px;
    margin-top: 10px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

.footer {
    background: url(/images/footer.jpg) no-repeat;
    width: 918px;
    }

.footlefttext {
    float: left;
    font-size: 10px;
    margin: 20px 0 0 50px;
    color: #929292;
    height: 32px;
    }

.footrighttext {
    float: right;
    font-size: 10px;
    margin: 20px 90px 0;
    height: 32px;
    }

.logos {
    text-align: center;
    }
.footrighttext a, .footrighttext a:visited {color: #929292; text-decoration:none; font-weight: bold;}
.footrighttext a:hover {color: #fff; text-decoration: underline;}

.footlinks1 {
    padding: 8px 15px 11px 15px;
    border-right: 2px solid #868686;
    line-height: 18px;
    float: left;
    }

.footlinks1 a, .footlinks1 a:visited {color: #929292; text-decoration:none; font-weight: bold;}
.footlinks1 a:hover {color: #fff; text-decoration: underline;}

.footlinks2 {
    padding: 8px 15px 11px 15px;
    line-height: 18px;
    float: left;
    }

.footlinks2 a, .footlinks2 a:visited {color: #929292; text-decoration:none; font-weight: bold;}
.footlinks2 a:hover {color: #fff; text-decoration: underline;}