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

body {
	/*background: #2C2536 center repeat-y url(../images/background.jpg);*/
	/*background: #140F1E url(../images/background.gif);*/
	/*background: #000 center fixed no-repeat url(../images/bg_silk.jpg);*/
	/*background: #000 center fixed no-repeat url(../images/bg_fades.jpg);*/
	/*background: url(../images/bg_black.gif) top right repeat-y;}*/
	background-color:#000;
    font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.75em;
	line-height: 1.45em;
	margin: 0;
	padding: 0;
	}

h1 { font-weight:normal; }
h2 { color: #C9A043; text-transform:uppercase; font-weight:normal; font-size: 1.25em; }
h3 { margin-bottom:5px;}

p { margin:0px; padding-bottom: 10px; }

a, a:link, a:visited {color:#C9A043;}
a:hover {color:#FFF;}

#navigation-wrap {
	position: fixed;
	top: 0;
	width: 100%;
    /*overflow: auto;*/
	}
#navigation-container {}
#navigation {
	left: 20px;
	width: 990px;
	margin: 0 auto;
	position: relative;
	background-color:#000;
}
#navigation img#logo {
	margin: 0;
	position: absolute;
	left: 0;
	top: 20px;
}
#navigation img#award {
	position: absolute;
	top:550px;
	}
	
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 170px 0 0 0;
	width:180px;
	position: absolute;
	font-weight: bold;
	}
#navigation ul li { padding:0; margin:0; border-bottom:1px solid #222; }
#navigation ul li a { display: block; padding: 6px 0; text-decoration:none; color: #C9A043; }
#navigation ul li a:hover {	color: #FFF; }

#fadingQuotes {
	top: 390px;
	position: absolute;
	width: 180px;
	color: #C9A043;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 140%;
	font-weight: normal;
	font-style:italic;
	}

#container {
	/*background: url(../images/bg_black.gif) top right repeat-y;*/
	/*background:#000;*/
	width: 990px;
	margin: 0 auto;
	padding: 20px 0 20px;
	overflow: auto;
	}

#header {
	padding-left:230px;
	padding-bottom:20px;
	}

#content {
	float: left;
	width: 480px;
	padding-left:230px;
	}

#sidebar {
	float: right;
	width: 220px;
	padding-right:20px;
	}
	
	
#footer {
	clear:both;
	color: #C9A043;
	width: 990px;
	margin: 0 auto;
	position: relative;
	}
div#footer div {
	margin: 30px 20px 0 20px;
	}
	
.highlight { color:#C9A043; font-weight:bold; }
.large { font-size:1.2em; line-height:1.2em; font-weight:normal; }
.total td { border-top:1px #C9A043 solid; padding-top:5px; }
input, select {  }
#researchTable {
	border-right:1px #C9A043 dotted;
	border-bottom:1px #C9A043 dotted;
	}
#researchTable td {
	border-left:1px #C9A043 dotted;
	border-top:1px #C9A043 dotted;
	vertical-align:top;
	padding:5px;
	}





/* CONTACT FORM */
label {
	margin: 2px 0 5px 0;
	float:left;
	display: block;
	width: 60px;
}
.formContent {
    width:300px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color:#666;
    border-color:#666;
    padding:2px 4px;
	margin: 0 0 5px 0px;
}
.formInput {
	color:#FFF;
	background-color: #333;
	font-size: 13px;
}
div .submit {
	margin: 0 0 5px 60px;
}
textarea {
	margin:1px;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input.invalid, textarea.invalid {
	color:#FFF;
	background-color: #900;
}

strong.error {
	color:#CC3300;
	float:right;
	margin: 2px 8px 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.errorMessage {
	color:#CC3300;
	margin: 0 0 5px 60px;
}


