/*
	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/bg_tile.gif);
}

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;
	/*min-height:850px;*/
	height:auto;
}

#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;
}
	#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:282px;
		border-left:5px solid #990000;
		font-size:9px;
		float:left;
		text-transform:uppercase;
		padding:10px 0px 0px 16px;
	}
	
	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;
}
#flash #section_text{
	position:absolute;
	left:0px;
	bottom:0px;

	color:#ccc;
/*	background:#8b0706;*/
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
	font-size:12px;
	
	width:170px;
	height:17px;
	
	margin:7px 10px 1px 10px;
	
/*	display:none;*/
}
	#flash img{
		margin-left:5px;
	}
body.secondary #flash{
	height:186px;
}
body.tertiary #flash{
	height:131px;
}

#left{
	background-color:#E5EAEC;
	width:185px;
/*	border-left:5px solid #990000;*/
	position:absolute;
	top:0px;
	left:5px;
	overflow:hidden;
}

#center{
	margin-left:220px;
	margin-right:250px;
}

	#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:197px;
	position: relative;
	float: right;
	/*position:absolute;*/
	/*right:0px;*/
	top:0px;
	border-left:1px solid #bbb;
	margin-left:50px;
}

div.rightiframe{
	height:285px; 
	width:197px; 
	overflow:hidden;
}

#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;
}
	#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;
	}
