/*
	Default css file for wite
*/

* {
	padding:0px;
	margin:0px;
}

Body{
	background-color:#23428B;
	font-family:Verdana;
}

LI{
	margin-left:15px;
}

IMG{
	margin:5px;
}

A{
	color:#1F1F4C;
}

A:hover{
	color:#F7941E;
	text-decoration:underline;
}

A:visited{
	color:#1F1F4C;
}

A:visited:hover{
	color:#F7941E;
}

#Outer{
	width:965px;
	background:url('../Images/DropShadow.png');
	background-repeat:repeat-y;	
	margin-left:auto; 	
	margin-right:auto;
}

#Main{
	Width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

#Header{
	width:900px;
	height:140px;
}

#Logo{
	width:200px;
	height:140px;
	float:left;
}

#Logo IMG{
	border:0px;
}

#Banner{
	width:700px;
	height:140px;
	background:url('../Images/TopBanner1.png');
	background-repeat:no-repeat;
	float:right;
}


#TopLoginForm{
	position:relative;
	left:572px;
	top:58px;
	font-size:8pt;
}

#TopLoginForm INPUT{
	font-size:8pt;
	width:118px;
}

#LogOffLink{
	margin-top:10px;
}

#LoggedInAs{
	width:122px;
	text-align:right;
	margin-top:33px;
}

#TopLoginForm A{
	color:#EB952F;
	font-weight:bold;
}

#TopLoginForm A:visited{
	color:#EB952F;
}

#HorizontalRule{
	background-color:#FC8F45;
	margin-top:8px;
	margin-bottom:10px;
	height:2px;
}

#LeftContainer{
	width:180px;
	margin-left:10px;
	float:left;
}


#Navigation{
	background:url('../Images/NavFooter.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:5px;
	width:180px;
}

#Navigation .NavItem{	
	width:180px;
	height:20px;
	font-weight:bold;
	font-size:10pt;
}

#Navigation .NavItem A{
	text-decoration:none;
	font-family:Verdana;
	font-style:italic;
	display:block;
	width:100%;
	height:20px;
	color:#000033;
	padding-left:5px;
}

#Navigation .NavItem A:visited{
	font-family:Verdana;
	display:block;
	width:100%;
	height:20px;
	color:#000033;
}

#Navigation .NavItem A:hover{
	background-color:#F7941E;
	text-decoration:none;
}

#Navigation .NavItem A:visited:hover{
	background-color:#F7941E;
	text-decoration:none;
}

#ClientsContainer{
	background:url('../Images/ClientsFooter.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:5px;
	width:180px;
	margin-top:10px;
	margin-bottom:10px;
	
}

#ClientsHeader{
	background-color:#91A0C5;
	color:white;
	font-size:11pt;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	padding-left:10px;
	line-height:20px;
	height:20px;
}

#Clients{
	background:url('../Images/ClientsHeader.png');
	background-position:center top;
	background-repeat:no-repeat;
	width:180px;
	min-height:365px;
	padding-top:10px;
}

#MainContentContainer{
	background:url('../Images/MainContentHeader.png');
	background-position:center top;
	background-repeat:no-repeat;	
	background-color:#E5E5FF;
	width:440px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	min-height:600px;
	
}

#MainContentHeader{
	color:#000033;
	font-size:14pt;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	margin-left:10px;
	line-height:26px;
	height:26px;
}

#MainContent{
	font-size:10pt;
	padding:10px;
}

#RightContainer{
	width:240px;
	float:right;
	margin-right:10px;
}

#Philosophy{
	background:url('../Images/PhilosophyFooter.png');
	background-position:center bottom;
	background-repeat:no-repeat;	
	min-height:330px;
	width:240px;
	text-align:center;
}


#NewsContainer{
	background:url('../Images/NewsFooter.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:5px;
	width:240px;
	margin-top:10px;
	margin-bottom:10px;
	
}

#NewsHeader{
	background-color:#657AAE;
	color:white;
	font-size:11pt;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	padding-left:10px;
	line-height:20px;
	height:20px;
}

#News{
	padding-bottom:20px;
	padding-top:10px;
	font-size:9pt;
}

.SelectedLink{
	background-color:#F96D0D;
	text-decoration:none;
}


#Footer{
	width:900px;
}

#Copy{
	font-size:8pt;
	float:right;
	margin-right:6px;
	padding-bottom:10px;
}
#JobList{
	border:1px solid black;
	border-collapse:collapse;
}
#JobList TD,TH{
	padding:2px;
	border:1px solid black;
	border-collapse:collapse;
}

.FormSubmissionError{
	background-color:red;
	color:white;
	font-weight:bold;
}

.SearchBarText{
	color:black;
	text-align:center;
}

.FormLabel{
	font-weight:bold;
	text-align:left;
	width:200px;
}

#RegistrationForm {}

#RegistrationForm TH{
	background-color:#213D98;
	color:white;
	font-weight:bold;
}

#RegistrationForm .SubHead{
	background-color:#F7931D;
	color:white;
	font-weight:bold;
}

#RegistrationForm TD,TH{
	padding-top:3px;
	padding-bottom:3px;
}

#JobApplicationForm{}

#JobApplicationForm TH{
	background-color:#213D98;
	color:white;
	font-weight:bold;
}

#JobApplicationForm .SubHead{
	background-color:#F7931D;
	color:white;
	font-weight:bold;
}

#JobApplicationForm TD,TH{
	padding-top:3px;
	padding-bottom:3px;
}

#SearchForm{
	width:200px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid black;
	border-spacing:0px;
	margin-top:10px;
	margin-bottom:10px;
}

#SearchForm TH{
	background-color:#213D98;
	color:white;
	font-weight:bold;
	padding:3px;
}

#SearchForm TD,TH{
	padding-top:3px;
	padding-bottom:3px;
	padding:3px;
}
