@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background: black url(../images/header.jpg) no-repeat center top;
	margin-top:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#414b43;
}

a:link {text-decoration: none; color: #7c6b48;}
a:visited {text-decoration: none; color: #7c6b48;}
a:hover {text-decoration: underline; color: #7c6b48;}
a:active {text-decoration: none; color: #7c6b48;}

a.greylink {color:#999999; text-decoration: none}
a.greylink:visited {color:#999999; text-decoration: none}
a.greylink:hover {color:#b4975b; text-decoration: none}
a.greylink:active {color:#999999; text-decoration: none}

img {border:0;}
span {color:#262d2a;}
em {color:#262d2a;}
h1 {width:100%; margin:0px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#424844; text-transform:uppercase; padding:8px 0px 8px 5px;}
h2 {font-size:15.5px; margin-top:0;}
h3 {width:240px; margin:0px; color:#FFF; font-size:15px; padding:10px 0px 10px 0px; background-color:#3c4743; border-bottom:1px solid #393939; font-family:trajan-pro; text-transform:lowercase; text-align:center;}
h4 {font-size:22px; margin-top:0; font-family:trajan-pro; text-align:center; margin-bottom:35px;}

.panelBg {width:220px; color:#828282; padding:10px; background-color:#f7f7f6; margin-bottom:25px; line-height:25px; text-align:center;}

.montage {border-top:2px solid #585655; border-bottom:2px solid #585655;}

#container {width:909px; margin-left:auto; margin-right:auto;}
#logo {width:909px; margin-top:10px; text-align:center;}

#contentContainer {width:844px; min-height:331px; margin:362px 0px 0px 33px; background-image:url(../images/contentBg.png); border-bottom:1px solid #585655; overflow:auto;}

#contentLeft {width:524px; float:left; margin:20px 0px 0px 20px; text-align:justify; line-height:20px;}
#contentRight {width:230px; float:right; margin:20px 20px 0px 0px; padding:15px;}

#content {padding:15px 15px 15px 8px;}

#footerLeft {clear:both; float:left; margin:20px 0px 0px 55px;}
#footerRight {clear:both; float:right; margin:-18px 55px 50px 0px; color:#999999; font-family:Arial, Helvetica, sans-serif; font-size:10px; text-align:right;}


ul#nav {padding-left:0px; margin:0px; list-style:none; text-align:center; border-top:1px solid #8e8d78; border-bottom:1px solid #8e8d78;}
ul#nav li {display:inline-block; color:#1b1e1c; text-transform:uppercase; padding:14px 16px 14px 16px; font-family:trajan-pro; font-size:14px;}
ul#nav li a {color:#454f47; text-decoration:none;}
ul#nav li a:hover {color:#2a2c39;}

* html #av li { display:inline; float:left; }  /* for IE 6 */
* + html #nav li { display:inline; float:left; }  /* for IE 7 */




#reslayer { width: 500px; height: 50px; overflow: auto; visibility: visible; padding: 5px; border: 0px solid #000; margin: 0 auto 0 auto;}
#reslayer h1,#reslayer h2,#reslayer p, #reslayer a { margin: 0; padding: 0; font-size: 12px; color: #000; font-family:Arial, Helvetica, sans-serif; text-decoration: none;}
#reslayer a:hover { text-decoration: underline;}







.ctextField {
width: 450px;
border: 1px solid #8e8d78;
font-family: Georgia, "Times New Roman", Times, serif;
color: #414b43;
font-size: 12px;
background-color: #f7f7f6;
padding: 4px;
margin-bottom: 5px;
}
.submitButton {
padding: 25px;
background-color: #3c4743;
border: 1px solid #393939;
color: #FFF;
cursor: pointer;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 4px;
}
.submitButton:hover {
background-color : #566761;
border: 1px solid #393939;
}
