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

* {
	margin:0; 
	padding:0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	text-decoration:none;
	color: #999999;	
}

strong {
	font-weight:bold;
}

body  {
	background: #FFFFFF;
	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 */
}

#container {
	width: 960px;
	height: 650px;
	/*background-color:#FF0000;*/
	margin: 20px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left;
}

#navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	font-family: verdana, arial, sans-serif;
	font-size:9px;
	/*background: #0000FF;*/
	padding: 0px;
}

#mainContent {
	float: right;
	width:800px;
	/*background-color:#886633;*/
}

.logo {
	height: 77px;
	margin-top: 12px;
}


/* navigation */
#navigation p {
	
	margin: 10px 10px 5px 10px;
	line-height:11px;
}

a:hover {
	color:#FFFFFF;
}

ul li {
	height:normal;
	line-height:11px; 
	list-style:none; 
	padding-left:10px;
	border-top:#fff solid; 
	border-bottom:#fff solid; 
	border-width:0px;
	}

ul.archivedProjects li {
	height:normal;
	line-height:11px; 
	padding-left:10px; 
	cursor:pointer; 
	}

ul.archivedProjects a, ul.archivedProjects a:hover {
	color:#FFFFFF;
}

ul.archivedProjects li:hover {
	background-color:#F90; 
	position:relative;
	color: #ffffff;
}

ul.archivedProjects li strong:hover {
	color: #ffffff;
}

ul.archivedProjects ul {
	display:none;
	position:absolute;
	left:0px;
	top:11px;
	border:#fff solid;
	border-width:0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
}

ul.archivedProjects li:hover ul{
	background-color:#F90; 
	display:block;
}

/* no drop down hoome */
ul.no-DropDown a:hover {
	
	color:#999999;
}


/* secondary nav */

.secondaryNav li, .secondaryNav strong:hover{
	color:#FFFFFF;
}

.secondaryNav li {
	/*height:13px;*/
	line-height:11px; 
	padding-left:10px; 
	/*cursor:pointer;*/
	}

.secondaryNav li:hover {
	height:normal;
	background-color:#F90; 
	position:relative;
} 

ul.secondaryNavUL ul {
	display:none;
	position:absolute;
	left:0px;
	top:12px;
	border:#fff solid;
	border-width:0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
}

ul.secondaryNavUL li ul{
	background-color:#F90;
}

ul.secondaryNavUL li:hover ul{
	display:block;
}

/* home page */
li.white {
	color:#FFFFFF;
}

li.white strong{
	color:#FFFFFF;
}

/* contact page */

.contact h2 {
	color:#000000;
	font-size:14px;
	margin: 0 0 0 10px;
	font-weight:bold;
	letter-spacing:-1px;
	argin: 0 0 0 0;
}

.contact p {
	color:#999999;
	margin: 0 0 0 10px;
}

.contact a, .contact a:hover{
	color:#999999;
}

.contact a:hover{
	text-decoration:underline;	
}

/* login page */
.loginBox {
	width: 370px;
	height: 250px;
	margin-left: auto ;
	margin-right: auto ;
	background-color:#F3F3F3;
	padding: 50px 110px 0 110px;
	text-align:right;
}

.loginBox h2{
	width: 370px;
	text-align:right;
	font-weight:bold;
	color:#818181;
	margin:0 0 10px 0;
	font-size:17px;
}

.loginBox h3{
	width: 370px;
	font-size:10px;
	margin: 0 0 10px 0;
}

.loginBox p{
	width:326px;
	color:#FFFFFF;
	background-color:#FF9933;
	font-size:10px;
	padding: 1px 7px 1px 7px;
	margin: 0 0 17px 30px;
	text-align:left;
}

.loginBox p.error{
	color:#FF0000;
	background-color:transparent;
	text-align:right;
	padding: 1px 0 1px 0;
}

.loginBox input {
	border: 1px solid black;
	width:238px;
	margin: 0 0 0 10px;
	text-align:left;
}

.loginBox input.submit {
	border: 1px solid black;
	width:62px;
	float:right;
	color:#FFFFFF;
	background-color:#FF9933;
	font-size:10px;
	margin: 0 0 0 300px;
	text-align:middle;
}

#footer {
	margin: 0 0 0 160px;
	padding-left:8px;
	font-size:9px; 
	color:#999;
	}

#footer a:hover{
	color:#999;
	text-decoration:underline;
	}

