body{
	background-color:#666e57;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header{
	width:100%;
	height:114px;
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;

}
#logo a {
	position: absolute;
	height: 70px;
	width: 620px;
	top: 5px;
	left: 120px;
	text-decoration: none;
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
	z-index: 99;
	border:#fff 1px solid;
}
#logo a i {
	visibility: hidden;
}
#container{
	position:relative;
	width:750px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	background-image: url(/images/container_bg4.gif);
	background-repeat:repeat-y;
	background-position:top;
	top:0px;

}
#content{
	margin-left:18px;
	margin-right:15px;
	padding-top:0px;
	margin-bottom:3px;
	/*border-bottom:#363636 1px solid;*/
}
#footer{
	font-size:11px;
	background-color:#666e57;
	padding-bottom:15px;

	
}
#bottom_border{
	height:17px;
	background-image: url(/images/container_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer_left{
	margin-left:30px;
	position:relative;
	color:#b1b7a4;
}
.footer_right{
	float:right;
	margin-right:30px;
	position:relative;
	color:#b1b7a4;
	text-decoration: none;

}
p {
	margin:0px;
	padding:0px;
}

/*---------------- HOME PAGE ---------------------*/
#top_half{
	display:block;
	width:714px;
	height:360px;
	background:#000000;


}
	#top_half .thumb{
		border:#000 1px solid;	
		float:left;
		margin-right:10px;
	}
	#top_half h1{
		color:#ff9900;
		font-size:16px;
		font-weight:bold;
		padding-bottom:4px;
		margin:0px 0px 8px 0px;
		border-bottom:#ff9900 1px solid;
		line-height:7px;
	}
	#top_half p{
		color:#ffffff;
		font-size:11px;
		margin-top:0px;
	}
	.top_left{
		display:block;
		width:352px;
		height:102px;
		margin:2px 0px 0px 5px;
		color:#FFFFFF;
		border:#000 1px solid;
		background-color:#000000;
		padding:0px;
	}
	
	.top_right{
		display:block;
		padding:0px;
		float:right;
		width:344px;
		height:102px;
		margin:2px 4px 0px -5px;
		color:#FFFFFF;
		border:#000 1px solid;
		background-color:#000000;
	}
	#top_half ul li a {
	        height:92px;
	        text-decoration:none; 
	        cursor:pointer;
	        display:block;
	        padding:8px 8px 2px 8px;
    	}
	#top_half ul li a:hover {
	        background-color:#303030; 
    	}
	#top_half ul{
		margin:5px 0 0 0;
		padding:0px;
		list-style-type:none;
}

#middle_half{
	display:block;
	width:714px;
	background:#FF9900;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
	
	#middle_half h1{
		color: #fff;
		font-size:16px;
	}
	
#bottom_half{
	width:685px;
	padding-left:15px;
}
	#bottom_half .thumb{
		border:#000000 1px solid;
		float:right;
		margin-left:10px;
		margin-top:40px;
		margin-bottom:4px;
	}
	#bottom_half .homepage_phone{
		border:0;
		position:absolute;
		top:410px;
		left:542px;
		margin:0px;
		padding:0px;
	}
	#bottom_half .copy{
		margin-top:12px;
		padding:0;
		border:0;
	
	}
	#bottom_half h1{
		color:#000000;
		font-size:16px;
		font-weight:bold;
		margin-top:8px;
		margin-bottom:8px;
	}
	#bottom_half p{
		color:#000000;
		font-size:13px;
		margin-top:0px;
		margin-bottom:10px;
	}


/*---------------- SUB PAGE ---------------------*/
#main{
	width:690px;
	padding-left:12px;
	padding-top:8px;
	min-height:450px;
	overflow:hidden;


}
	#main h1{
	color:#ce5e0a;
	font-size:18px;
	font-weight:bold;
	margin: 0px;
	padding:0px;
	}
	#main .section_photo_bar{
	float:right;
	position:relative;
	top:27px;
	left:165px;
	z-index:10;
	margin-bottom:60px;
	margin-left:-160px;
	border:#000000 1px solid;
	
	}
	#main .section_photo_no_bar{
	float:right;
	position:relative;
	top:5px;
	z-index:10;
	margin-bottom:12px;
	margin-left:12px;
	border:#000000 1px solid;
	}
.quote{
	position:relative;
	display:block;
	margin:5px 0px 0px -10px;
	padding:5px 10px 15px 10px;
	left:10px;
	z-index:9;
	width:420px;
	color:#e7e7e4;
	font-size:12px;
	font-style:italic;
	background-color:#a01b35;
	border-top:#333333 2px solid;
	border-bottom:#333333 2px solid;
}


.orangebox{
	position:relative;
	display:block;
	margin:5px 0px 0px -10px;
	padding: 5px 10px;
	left:10px;
	z-index:9;
	width:420px;
	color:#FFFFFF;
	font-size:12px;
	font-style:italic;
	background-color:#FF9900;
}

.quote_author{
	float:right;
	margin:0px 10px 0px 0px;
	padding:0px;
}

.copy{
	border-top:#000000 2px solid;
	margin:0px 10px 5px 0px;
	padding:8px 0px 0px 0px;
	font-size:12px;
}

.copy p{
		color:#333;
		font-size:12px;
		margin-top:0px;
		margin-bottom:10px;
}

.copy ul{
		color: #ce5e0a;
}

.list1{
		margin:0px;
		padding: 0px 0px 10px 40px;
}

.phone{
	position:absolute;
	right:30px;
	top:5px;
	font-size:18px;
	font-weight:bold;
	color:#cc6600;
}

.section_title{
	display:block;
	position:absolute;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	width:242px;
	top:212px;
	right:33px;
	color:#fff;
	background-color:#000;
	padding:5px;
	text-align:center;
}

.section_bar{
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background-color:#000;
	padding:5px;
	text-align:center;
}

.section_title a{
	color:#262859;
}

#right_bar{
	width:148px;
	height:auto;
	float:right;
	top:238px;
	z-index:11;
	background-color:#fff;
	position:relative;
	margin-left:20px;
	margin-bottom:260px;
	/*border-top:#000 1px solid;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;*/
	text-align:center;
	padding-top:0px;
	
}

#right_bar img{
	margin:0px 10px -2px 10px;
	padding:0px;
	border:#000 1px solid;
	position:relative;
	display:block;
	z-index:14;
	top:-1px;
}

#right_bar ul li a, #right_bar ul li a:visited{

	text-decoration:none;
	padding:0px;
	cursor:pointer;
	height:auto;
	width:141px;
	display:block;
	background-color:#ff9900;
	
	margin:0px 0px 10px 0px;
	border:#000 1px solid;
}
#right_bar ul li a:hover{
	background-color:#a01b35;
	border:#000 1px solid;
	
}

#right_bar ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#right_bar ul li{
	margin:0px;
	padding:0px;
}
.right_caption{
	display:block:
	position:relative;
	width:142px;
	height:auto;
	font-size:11px;
	margin:0px;
	padding:2px 0px 2px 0px;
	color:#e5e5e5;
	background-color:#000;
	z-index:15;
}

/*------- Employee -------*/

.eLogBox {
	background-color: #d4d8bd;
	width: 350px;
	border: 1px Solid #000000;
	padding: 10px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {font-size:10px; width:720px; margin-left:auto; margin-right:auto; position:relative; top:7px; left:8px; z-index:999; font-family:Verdana, Arial, Helvetica, sans-serif; }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; background:#000000; height:26px;}

/* style the sub-level lists */
.menu ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:24px;line-height:11px;}

/* style the sub level list items */
.menu ul ul li {display:block;width:12em;height:auto;line-height:1em; top:0px;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:28px;font-size:10px;text-decoration:none;color:#ffffff;background:#000000;padding:3px 16px 0px 16px; margin:0px;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#bbb; color:#000;width:12em;height:100%;line-height:1em; padding:0.5em 1em; border-bottom:#000000 1px solid; border-left:#000000 1px solid; border-right:#000000 1px solid;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ccc;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#ddd;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#ccc;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#ddd;}

/* style the level hovers */
/* first */
* html .menu a:hover {color:#000;background:#d4d8bd; position:relative; z-index:100;}
.menu li:hover {position:relative;}
.menu :hover > a {color:#000;background:#d4d8bd;}
/* second */
* html .menu ul ul a:hover{color:#000;background:#b4be9c; position:relative; z-index:110;}
.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {color:#000;background:#b4be9c;}
/* third */
* html .menu ul ul ul a:hover {background:#c4ceac; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background:#c4ceac;}
/* fourth */
.menu ul ul ul ul a:hover {background:#d4debc; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:3em;left:-1px;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:12em;top:3px;;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif); z-index:4;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}.required {
	color: #FF0000;
}

.pullQuote {
	color: #FF0000;
	padding: 5px;
	float: right;
	width: 300px;
	border: thin solid #000000;
}

.jobGroups {
	border-bottom: 1px solid #000000;
}

.jobGroups td {
	font-size: 11px;
	border-right: 1px solid #000000;
	padding: 1px 2px 1px 2px;
	border-top: 1px solid #efc395;
	width: 141px;
}

.jobGroups .header td {
	font-weight: bold;
	background-color: #efc395;
	border-bottom: 1px solid #ab5419;
}

.jobGroups .superHeader td {
	background-color: #de872a;
	font-weight: bold;
	border-top: 0px;
	border-bottom: 1px solid #ab5419;
}

.jobGroups .ultraHeader td {
	border-bottom: 1px solid #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #99100a;
	border-right: 0;
	border-top: 0;
	width: 100%;
}
