/*
	Light Gray:			#E5EAEC
	Eggshell:			#FFFFCC
	Dark Gray:			#4B5659
	Dark Red:			#990000
*/
*{
	margin: 0px;
	padding: 0px;
}
.spacer{
	visibility:hidden;
}
hr.spacer{
	margin-top:100px;
	height:0px;
}
body{
	overflow:-moz-scrollbars-vertical;
	background-color:#4b5659;
	text-align: center;
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url(../images/background.png);
	background-position: center top;
}

a{
	text-decoration:none;
	color:#333;
}
a:visited{
	color:#333;
}
a:hover{
	color:black;
}
a:focus, a:active {
  outline: none;
}

#container{
	text-align: left;
	background-color:white;
	width:900px;
	margin:0px auto 0px auto;
	padding:0px;
	background-image: url(../images/left_bg.png);
	background-repeat: repeat-y;
	position:relative;
}

#wrapper{
	position:relative;
	width:900px;
	overflow: hidden;
}

#header{
	height:40px;
	width:900px;
	background-color:#990000;
	margin: 0px auto 0px auto;
	white-space: normal;
	background-image:url(../images/header/head_bg.gif);
	background-repeat:repeat-x;
	position:relative;
	z-index:5;
}
	#header img{
		display:inline;
		height:40px;
	}
	#header img.static{
		width:281px;
	}
	#header p, #header span{
		letter-spacing:1px;
		color:white;
		display:block;
		width:282px;
		border-left:5px solid #990000;
		font-size:9px;
		float:left;
		text-transform:uppercase;
		padding:10px 0px 0px 16px;
	}
	
	#header h1{
		letter-spacing:1px;
		color:white;
		display:block;
		width:273px;
		border-left:5px solid #990000;
		font-size:9px;
		float:left;
		text-transform:uppercase;
		padding:10px 0px 0px 16px;
	}
	
	#header_menu{
		float:right;
		padding:0;
		margin:0;
	}
	
		#header_menu li{
			float:left;
			display:block;
			font-size:12px;
			height:40px;
			width:100px;
			position:relative;
			padding:0;
			margin:0;
			overflow:hidden;
		}
		
		#header_menu li:hover{
			overflow:visible;
		}
		
		#header_menu a{
			float:left;
			display:block;
			color:#fff;
			height:40px;
			width:100px;
		}
		
		#header_menu ul.dropdown_menu{
			position:absolute;
			top:40px;
			left:0px;
			width:187px;
			padding:0 0 8px;
			margin:0;
			background: transparent url("../images/menu-bottom.png") no-repeat right bottom;
		}
			#header_menu ul.dropdown_menu.drop_right{
				left:auto;
				right:-7px;
			}
			
			#header_menu ul.dropdown_menu.drop_wide{
				width:237px;
				background: transparent url("../images/menu-bottom-wide.png") no-repeat right bottom;
			}
			#header_menu ul.dropdown_menu li{
				float:left;
				display:block;
				border-left:0px none;
				font-size:10px;
				height:25px;
				width:180px;
				position:relative;
				padding:0 7px 0 0;
				margin:0;
				overflow:hidden;
				background: transparent url("../images/menu-repeat.png") repeat-y right top;
			}
			#header_menu ul.dropdown_menu.drop_wide li{
				width:230px;
				background: transparent url("../images/menu-repeat-wide.png") repeat-y right top;
			}
			#header_menu  ul.dropdown_menu a{
				float:left;
				display:block;
				color:#fff;
				height:25px;
				line-height:25px;
				padding:0px 15px;
				background-color:#666666;
				width:148px;
				border-left: 1px solid #ffffff;
				border-right: 1px solid #ffffff;
			}
			#header_menu ul.dropdown_menu.drop_wide a{
				width:198px;
			}
			#header_menu ul.dropdown_menu li.last_drop a{
				border-bottom: 1px solid #ffffff;
				height:24px;
			}
			#header_menu  ul.dropdown_menu a:hover{
				background-color:#333333;
			}
	
	h1.bigred{
		font-size:20px;
		color:#990000;
		padding-top:15px;
		line-height:130%;
	}

#flash{
	height:384px;
	width:900px;
	padding: 0px;
	background-color:#990000;
	position:relative;
	text-align: right;
}
#flash #section_text{
	position:absolute;
	left:0px;
	bottom:0px;
	background: transparent;
	line-height: 1.2em;
	font-weight:normal;
	color:#ccc;
/*	background:#8b0706;*/
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
	font-size:12px;
	width:170px;
	height:17px;
	padding:0px;
	margin:7px 10px 1px 10px;
/*	display:none;*/
}
body.secondary #flash{
	height:186px;
}
body.tertiary #flash{
	height:131px;
}

#left{
	background-color:#E5EAEC;
	width:185px;
/*	border-left:5px solid #990000;*/
	overflow:hidden;
	float:left;
	margin-left:5px;
}

#center{
	width:430px;
	padding-left:30px;
	float:left;
}

	#center #breadcrumbs{
		/*display:none;*/
		padding-top:6px;
	}
	#center #breadcrumbs,
	#center #breadcrumbs a,
	#center #breadcrumbs span{
		color:#aaa;
		font-size:0.8em;
	}
	#center #breadcrumbs span{
		color:#333333;
	}

	#container #center dl{
		margin:1em;
	}

	#container #center p,
	#container #center dl,
	#container #center ul,
	#container #center ol
	#container #center address
	{
		font-size:12px;
		color:#666666;
	}
	#container #center dt{
		font-weight:bold;
	}
	#container #center dd{
		line-height:175%;
		padding-bottom:1em;
	}
	#container #center li{
		list-style:disc inside;
		padding-left:1em;
		line-height:175%;
	}
	

#right{
	width:223px;
	float:right;
}

#rightimg{
	position:absolute;
	top:0px;
	right:0px;
	background-color:#666;
	height:214px;
}
	#container #center #rightimg p{
		padding:0px 0px 0px 12px;
		margin:0px;
		color:#ccc;
	}
	#container #center #rightimg p.featured{
		font-size:0.8em;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	#container #center #rightimg p.more{
		line-height:1em;
		font-size:0.7em;
	}
	#container #center #rightimg a{
		text-decoration:none;
		color:#ccc;
	}

#foot{
	padding-top:12px;
	padding-bottom:12px;
	text-align: center;
	border-top:2px solid #ccc;
	width:900px;
	clear:both;
/*	height:58px;*/
	color:#999999;
	font-size:0.6em;
	background-color:white;
	margin-top:15px;
}
	#foot a, #foot:visited{
		color:#999999;
	}
	#foot a:hover{color:black;}
	#container #foot p{
		padding:0px;
	}

#center h3{
	padding-top:24px;
	padding-bottom: 12px;
}

/*h2#expertise*/
#center h2.tableheader{
	color:white;
	background-color:#990000;
/*	width:83px;*/
	/*width:120px;*/
	display:inline;
	text-align: left;
	padding:6px 6px 6px 6px;
	text-transform:uppercase;
	font-size:0.625em;
	clear:both;
	letter-spacing:1px;
	position:relative;
	bottom:5px;
	margin-top:1em;
}

#center table{
	background-color:#FFFFCC;
	width:400px;
	color:#333;
	font-size:12px;
	border:1px solid #ccc;
	margin-bottom:2em;
}
	#center table tr{
		vertical-align: top;	
	}
	#center table td{
		padding:1em 1em 1em 1em ;
		border-left:1px solid #ccc;
	}
	#center table a{
		display: block;
		width:100%;
		clear:both;
	}
	#container #center .bigred{
		font-size:20px;
		color:#990000;
		padding-top:15px;
		line-height:130%;
	}
	#container #center .smallblue{
		color:#2F6DB8;
		font-weight:bold;
		font-size:0.9em;
	}
	#center p, #center address{
		padding-top:12px;
		padding-bottom:12px;
		line-height:175%;
	}

	img#help_button{
		display:inline;
		margin:1em 0px 1em 0px;
	}

#section_text{
	background:#900;
	text-transform:uppercase;
	text-align:center;
	font-weight:normal;
	color:#ccc;
	letter-spacing:1px;
	font-size:10px;
	width:170px;
	height:17px;
	line-height:17px;
	padding:7px 10px 1px 5px;
}
.flash_phone {
	background: rgba(102, 102, 102, 0.6);
	font-family: SackersMedium, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height:45px;
	height:45px;
	font-weight: normal;
	margin: 0;
	padding: 0 20px;
	color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
}
