html, body
{
	background-color:#60656e;
	margin:0;
	background-image: url(../graphics/images/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}


#banner
{
	position:absolute;
	background-image:url(../graphics/images/bannerBkGd.jpg);
	height:66px;
	width:936px;
	background-repeat: repeat-x;
	left: -23px;
	top: 0px;
} 
.logo
{
	position:absolute;
	height:58px;
	width:454px;
	background-repeat: no-repeat;
	left: 5px;
	top: 4px;
}
#content
{
	z-index:0;
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:10pt;
	width:940px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.header_white
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
}
.header_italic 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}
.header2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.header3
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a:link 
{ 
	text-decoration: none;
	font-weight: bold;
	color:#000066;
}
a:hover 
{ 
	text-decoration: underline;
	font-weight: bold;
	color:#CC0000;
}
a:visited
{
	text-decoration: none;
	font-weight: bold;
	color:#C00;
}


#menu
{
	width:940px;
	height:62px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	background-image: url(../graphics/images/menuBkgd3.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	text-decoration: none;
	margin-bottom: 25px;
	top: 62px;
	z-index: 1500;
}
ul.nav
{
	list-style-type:none;
	padding-left: 0;
	margin-left: 0;
}
ul.nav li
{
	display: inline;
}
ul.nav a
{
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
	text-decoration: none;
	z-index: 1000;
	font-weight: bold;
}

#nav a {
	display: block;
	/*width: 100px;*/
	text-decoration: none;
	color: #FFFFFF;
	z-index: 10104;
}

#nav a:visited
{
	color: #FFFFFF;
	z-index: 10105;
}

#nav li { /* all list items */
	float: left;
	/*width: 100px;*/
	z-index: 10000;
	height: 21px;
	margin-right: 15px;
	margin-left: 15px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 140px;
	left: -999em; 
	font-size: 7pt;
	background-color: #2E458B;
	z-index: 10100;
	color: #FFFF00;
	font-weight: normal;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	z-index: 10101;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	z-index: 10103;
	color: #FFFF00;
	margin-right: 15px;
	margin-left: 15px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: 120px;
	width: 140px;
	z-index: 10106;
	color: #FFFF00;
}
#nav li:hover, #nav li.sfhover {
	z-index: 10107;
	color: #FFFF00;
	text-decoration: none;
}
#nav a:hover
{
	color: #FFFF00;
	text-decoration: none;
}
#pagecontent
{
	left: 30px;
	position: relative;
	width: 750px;
	z-index: 5000;
	height: 100%;
	padding-top: 130px;
	padding-left: 120px;
}
#footerShadow
{
	background-image:url(../graphics/images/bottomShadow3.jpg);
	height:25px;
	width: 950px;
	background-repeat: no-repeat;
	left: -151px;
	top: 5px;
	z-index: 0;
	float: none;
	clear: both;
	position: relative;
}
 
.bottomMenu
{
	height: 23px;
	width: 441px;
	background-repeat: no-repeat;
	left: 290px;
	top: 25px;
	z-index: 0;
	float: none;
	clear: both;
	position: relative;
	font-size: 11px;
	color: #E8E8E8;
	word-spacing: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}
.bottomMenu a
{
	text-decoration: none;
	color: #E8E8E8;
	font-weight: normal;
}
.bottomMenu a:visited
{
	text-decoration: none;
	color: #E8E8E8;
	font-weight: normal;
}
.bottomMenu a:hover
{
	text-decoration: none;
	color: #0000FF;
	font-weight: normal;
}
.copyright
{
	font-size: 11px;
	font-weight: normal;
	color: #E8E8E8;
	text-align: center;
	padding-top: 5px;
}
#wrapper
{
	clear: both;
	position:relative;
	width:950px;
	top: 0px;
	background-image: url(../graphics/images/contentBkGd3.jpg);
	background-repeat: repeat-y;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#searchBar
{
	position: absolute;
	height: 35px;
	width: 350px;
	top: 30px;
	left: 740px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#register
{
	position: absolute;
	height: 33px;
	width: 107px;
	top: 15px;
	left: 755px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../graphics/buttons/registerbutton.png);
	background-repeat: no-repeat;
}
#sidebar
{
	position: absolute;
	height: 450px;
	width: 132px;
	top: 140px;
	z-index: 1;
	left: 0px;
	background-image: url(../graphics/images/Sidebar.png);
	background-repeat: no-repeat;
}
#sidebar2
{
	position: absolute;
	height: 450px;
	width: 132px;
	top: 140px;
	z-index: auto;
	left: 0px;
}
.shortDis
{
	font-size: 13px;
	font-weight: bold;
}
.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.footertext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.smalltext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.beartext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.smalltext2
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #00F;
}
.italic
{
	font-style: italic;
}
#maincontent
{
	position: relative;
	left: 21px;
}
#leasead
{
	position: absolute;
	height: 55px;
	width: 300px;
	top: 4px;
	left: 630px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.jobs {
	border: 1px solid #333;
	background-color: #CDCCDA;
	margin: 10px;
	width: 700px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#wrapper #pagecontent #maincontent table tr td .text tr td .text tr td ul li {
	font-size: 11px;
}

