
/* CSS Document */

body  {
	font: small;
	font-family: Arial, Helvetica, sans-serif;
	/* background: #990000; */
	background: #FAF5E1 url(bg.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

*html body {
	font-size: x-small; /*for IE5Win*/
	font-size: small; /* exploit IE bug */
}

#wrap {
	width:740px;
	max-width: 740px;
	min-width: 740px;
	
	margin: 0px auto;
	text-align: left;
	/* background: #FFFFFF; */
	
}

#header {
	/* background: #FFFFFF url(shadebg.jpg) no-repeat center top; */
	padding: 0px;
	margin: 0;
	height: 142px;
	width: 100%;
}

#logo {
	float:left;
	width: 25%;
}
#logo img{
	padding: 5px 0 0 15px;
}
#mainmenu {
	float: left;
	border-left: solid thin #990000;
	border-right: solid thin #990000;
	padding: 0;
	margin: 0;
	position: relative;
	top: 45px;
	left: 5%;
}

#mainmenu ul {
	float:left;
	width: 100%;
	margin: 0;
	padding: 0;
	
	
}
#mainmenu li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 80%;
	list-style: none;
	
}
#mainmenu li a {
	float: left;
	display:block;
	width: 100px;
	height: 30px;
	margin: 0;
	padding: 0 10px 0 10px;
	color: #333333;
	text-decoration: none;
	border: solid thin #990000;
	border-top: none;
	border-bottom: none;
}

#mainmenu li a:hover{
	background-color: #990000;
	color: #FFFFFF;
}

#container {
	width: 740px;
	float:left;
	min-height: 350px; /* For Modern Browsers */
   height: auto !important; /* real browsers */
   height: 350px; /* IE6: treated as min-height*/

}

#content {
	float:right;
	width:70%;
	max-width: 680px;
	margin-left: 5%;
	/* background: #FFFFFF; */
	padding: 0 0 30px 0;
	font-size: 80%;
}

#content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	font-style: italic;
	color: #990000;
	font-size: 200%;
}

#content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #990000;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#content p a {
	color: #990000;
}

#content div {
	padding-right: 20px;
}

#positions {
	border: 1px #990000 solid;
	background-color:#FFF6E2;

}

#content a:active, a:visited {
	text-decoration: underline;
}

#content a:hover {
	color: #990000;
}


#content form p {
	clear: left;
	margin: 0;
	padding:0;
	padding-top: 5px;

}
#content form p label {
	float: left;
	width: 30%
}

#content form p input.button {
	padding: 4px;
	margin: 0 0 0 250px;
	background-color: #990000;
	color: #fff;
	border: thin #990000;
}

#content .boxer {
	border: 1px #990000 solid;
	background-color:#FFF6E2;
}

#sidebar {
	float:left;
	width: 25%;
	height: 100%;
}

#sidebar div {
	padding: 0 0 0 10px;
	margin: 0px;
}

#sidebar ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align:center;
	color: #000000;
	font-size: 80%;
}

#sidebar li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align:center;
	color: #000000;
}

#sidebar li a {
	text-decoration:none;
	text-align:center;
	color: #000000;
	display: block;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}


#navlist {
padding-left: 0;
margin-left: 0;
border-bottom: 1px dashed gray;
width: 100%;
}

#navlist li {
list-style: none;
margin: 0;
padding: 0.1em;
border-top: 1px dashed gray;
line-height: 150%;
}

#navlist li a { 
	text-decoration: none; 
}

#navlist li a:hover {
	color: #FFF;
	background-color: #990000;
}

#footer {
	clear: both;
	background: #990000;
	margin: 0;
	padding: 0px 1px 0px 10px;
}

#footer p{
	color:#FFFFFF; 
	font-size: 65%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
.testPanel
{
	color:white;
	font-size:16px;
	line-height:20px;
	
	position:fixed;
	width:200px;
	top:0px;
	left:0px;
	
	text-align:center;
	
	background-color:red;
	border:1px solid white;
}

.jobTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	font-style: italic;
	color: #990000;
	font-size: 180%;
}

.normal {
	font-size: 80%;
	line-height: 120%;
}

.button {
	padding: 4px;
	margin: 0 0 0 250px;
	background-color: #990000;
	color: #fff;
	border: thin #990000;
}

.errorPanel
{
	border: 2px solid red;
	background-color: #fed;
	color: Black;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	width: 415px;
}