/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdans, sans-serif;
	font-size: 100%;
	color: #FFF;
	line-height: 1.3em;
}



/** Main Structural Divs **/

#wrapper {
	width: 860px;
	margin: 0 auto;
	background: url(../images/content_bg.jpg) no-repeat bottom left;	
	
}

#wrapper-home {
	width: 860px;
	margin: 0 auto;
	background: url(../images/content_bg-2.jpg) no-repeat bottom left;
}

#head {
	width: 860px;
	height: 165px;
	background: #240F3D url(../images/hd_bg.jpg) no-repeat;
}

#logo {
	width: 200px;
	height: 160px;
	margin: 0 0 0 20px;
	float:left;
	display: inline;
}

#topnav {
	width: 245px;
	height: 40px;
	margin: 25px 0 0 385px;
	float: left;
	display: inline;
}

#nav {
	width: 491px;
	height: 95px;
	float: left;
	margin: 0 0 0 129px;
	display: inline;
}
	

#positions {
	width: 860px;
	height: 50px;
	margin: 0;
	background: #240F3D;
}


#left {
	width: 180px;
	margin: 25px 20px 0 0;
	float: left;
	display: inline;
}

#center {
	width: 375px;
	margin: 25px 20px 0 0;
	float: left;
	display: inline;
}

#center2 {
	width: 600px;
	margin: 25px 20px 0 0;
	float: left;
	display: inline;
}

#center3 {
	width: 800px;
	margin: 0 20px 0 20px;
	float: left;
	display: inline;
}


#right {
	width: 205px;
	margin: 80px 20px 0 0;
	float: left;
	display: inline;
	text-align: right;
}

#footerwrap {
	width: 100%;
	background: url(../images/footerwrap_bg.jpg) repeat-x;
}

#footer {
	width: 860px;
	margin: 0 auto;
	background: url(../images/footer_bg.jpg) no-repeat;
}

#homeflash {
	width: 350px;
	height: 90px;
	margin: 0 0 15px 0;
}

.copy {
	width: 300px;
	margin: 0 0 0 20px;
	float: left;
}

.credit {
	width: 600px;
	margin: 0 20px 0 0;
	float: right;
	text-align: right;
}


.clear {
	clear: both;
	height: 45px;
}


.clear1 {
	clear: both;
	height: 25px;
}



/** Text Styles **/

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 35px 0;
	padding: 0;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}


h3 {
	font-size: 0.85em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.1em;
}

#center p, #center2 p, #center3 p, #right p {
	font-size: 0.85em;
	margin: 0 0 25px 0;
}

#footer p {
	font-size: 0.75em;
}


#center ul, #center2 ul, #center3 ul {
	list-style: square;
	margin: 15px;
	padding: 0;
}

#center li, #center2 li, #center3 li {
	margin: 0 0 10px 0;
	font-size: 0.85em;
	line-height: 1.2em;
}

.leading {
	line-height: 1em;
}



/** Link Styles **/

a {
	color: #fcb415;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

#footer a {color: #FFF;}



/** Left Hand Nav Styles  - contact rollovers use single image and negative positioning **/

#contact {
  display: block;
  width: 180px;
  height: 35px;
  margin: 0 0 0 20px;
  background: url(../images/nav_contact.jpg) no-repeat 0 0;
}

#contact:hover { background-position: 0 -35px }


#homenav {
	display: block;
	width: 180px;
	height: 20px;
	margin: 0 0 0 20px;
	background: url(../images/nav_home.jpg) no-repeat 0 0;
}

#homenav:hover {background-position: 0 -20px;}
	

#contact span, #homenav span {display: none;}


#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left li {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1em;
	
}

#left ul li a {
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	display: block;
	color: #dfd0e6;
	
}

#left ul li a.location {
	text-decoration: none;
	margin: 0 0 3px 0;
	padding: 0;
	color: #dfd0e6;
	
}

#left ul li a:hover {
	color: #fff;
	background: url(../images/nav_bowtie.jpg) no-repeat;
	
}

#left ul li a:hover.location {
	color: #fcb415;
	background: none;
	
}

#left ul li a:hover.grow {
	color: #fff;
	background: transparent;
	
}

.linktitle {
	margin: 0 0 0 20px;
}



/** Image Styles **/

img {
	border: 0;
}

img.login {
	margin: 0 0 0 3px;
}

img.supporting {
	margin: 0 0 20px 0;
}

.employment {
	margin: 0 0 0 20px;
}

.floatright {
	float: right;
}

.imageright {
	float: right;
	margin: 0 0 10px 25px;
}

.imageleft {
	float: left;
	margin: 0 25px 10px 0;
}


/** Uniform Options **/

.uniforms {
	width: 150px;
	float: left;
	display: inline;
	margin: 0 5px 25px 0;
	text-align: center;
} 

.uniforms2 {
	width: 100px;
	float: left;
	display: inline;
	margin: 0 15px 10px 0;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.1em;
} 

.centeralign {
	text-align: center;
}


/** Table Styles **/

table {
	font-size: 0.85em;
	line-height: 1em;
}

.notes {
	font-size: 0.75em;
	line-height: 1em;
}

hr {
	width: 100%;
	height: 1px;
	color: #fff;
}

.milonic {
	display: none;
}

