/*
 * RESET
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	behavior:url("csshover.htc");
	behavior: url("iepngfix.htc");
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, div {  }

/*
 * BASIC ELEMENTS
 * Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.
 */
body{
	width: 902px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
}
blockquote{
	padding: 10px;
}

/*
 * BASIC LAYOUT
 * Define the basic template: header, footer, menu, content
 */
#header{
	height: 113px;
	width: 100%;
	position: relative;
	display:none;
}
#content{
	width: 100%;
	float: left;
	min-height: 200px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#menu{
	width: 100%;
	height: 36px;
	background-image: url(../_images/menu_bg.gif);
	position: relative;
	display:none;
}
#footer{
	width: 100%;
	padding-top: 10px;
	font-size: 11px;
	color: #373737;
	float: left;
	border-top: 2px solid #e7e5e0;
	text-align: center;
	padding-bottom: 20px;
	display:none;
}
/*
 * HEADER
 * Define all elements in the header area
 */
#header_links{
	position: absolute;
	top: 47px;
	left: 405px;
	font-size: 10px;
	color: #999999;
}
	#header_links a{
		color: #999999;
		text-decoration: none;
	}
#header_search{
	position: absolute;
	top: 34px;
	left: 634px;
}
	#header_search label{
		font-weight: bold;
		font-style: italic;
		font-size: 11px;
		color: #b20838;
		vertical-align:middle;
	}
	#header_search input[type="text"]{
		border: 1px solid #d1d1d1;
		padding: 3px;
		width: 182px;
		font-size: 14px;
		color: #7d7d7d;			
	}
	#header_search input[type="image"]{
		top: 5px;
		position: relative;	
	}
/*
 * FLASH
 * Not sure if this is flash or just a static image....so it is an image
 */
#flash_home{
	/*background-image: url(../_images/spread_home.jpg);*/
	width: 902px;
	height: 227px;
	display:none;
}
 
/*
 * MENU
 * Define all elements in the menu area
 */
#menu_top{
	width: 219px;
	height: 60px;
	background:url(../_images/menu_top.gif) no-repeat top left;
	color: #b2aba5;
	font-weight: bold;
	text-align: right;
}
#menu_services, 
#menu_careers, 
#menu_findadoc, 
#menu_about{
	position: relative;
	float:left;
	z-index: 10;
}
#menu_services a {
	display: block;
	width: 145px;
	height: 36px;
	background:url(../_images/menu_services.gif) no-repeat top left;
}
#menu_careers a {
	display: block;
	width: 225px;
	height: 36px;
	background:url(../_images/menu_careers.gif) no-repeat top left;
}
#menu_findadoc a {
	display: block;
	width: 146px;
	height: 36px;
	background:url(../_images/menu_doc.gif) no-repeat top left;
}
#menu_about a {
	display: block;
	width: 157px;
	height: 36px;
	background:url(../_images/menu_about.gif) no-repeat top left;
}
#menu_services a:hover,
#menu_services a.active,
#menu_careers a:hover,
#menu_careers a.active,
#menu_findadoc a:hover,
#menu_findadoc a.active,
#menu_about a:hover,
#menu_about a.active{
	background-position: bottom left;
}
	#menu_drop_services,
	#menu_drop_careers,
	#menu_drop_about{
		clear: both;
		width: 100%;
		position: absolute;
		display: none;
		z-index: 1000;
		top: 36px;
		color: #ffffff;
	}
	#menu_drop_top_bg{
		float: left;
		width: 674px;
		height: 8px;
		background-image: url(../_images/menu_drop_top_bg.png);
		background-repeat: no-repeat;
	}
	#menu_drop_mid_bg{
		float: left;
		width: 634px;
		background-image: url(../_images/menu_drop_bg.png);
		padding: 20px;
		font-size: 12px;
	}
		#menu_drop_mid_bg ul{
			float: left;
			padding-left: 15px;
			padding-right: 15px;
		}
		#menu_drop_mid_bg li{
			float: none;
			width: 175px;
			height: 20px;
			position:relative;
		}
		#menu_drop_mid_bg li a{
			float: none;
			text-decoration: none;
			color: #FFFFFF;
			font-size: 12px;
			padding: 3px 3px 3px 3px;
			position: absolute;
			width: 100%;
			border: none;
		}
			#menu_drop_mid_bg li a:hover{
				background-color:#990000;
				background-image: none;
			}
		#menu_drop_mid_bg li.section_header{
			height: auto;
			font-weight: bold;
			font-size: 13px;
			text-decoration: underline;
			padding-top: 5px;
			color: #ffffff;
		}
	#menu_drop_bot_bg{
		float: left;
		width: 674px;
		height: 6px;
		background-image: url(../_images/menu_drop_bot_bg.png);
		background-repeat: no-repeat;
	}
 
/*
 * CONTENT
 * Define all elements in the content area
 * All fonts must be percentage - works with our font size changer
 */
#content_left{
	float: left;
	width: 219px;
	display:none;
}
	#content_left img{
		text-align: center;
	}
	#content_finditfast{
	}
		#content_finditfast ul{
			margin-top: 3px;
		}
		#content_finditfast li{
			position: relative;
			width: 219px;
			height: 37px;
			margin-bottom: 2px;
			background-color: #e6e3e0;
			border-top-width: 1px;
			border-bottom-width: 1px;
			border-top-style: solid;
			border-bottom-style: solid;
			border-top-color: #f1efed;
			border-bottom-color: #e8e5e2;
		}
		#content_finditfast a{
			font-size: 12px;
			color: #74716c;
			text-decoration: none;
			width: 209px;
			height: 27px;
			font-weight: bold;
			position: absolute;
			padding-top: 10px;
			padding-right: 10px;
			text-align: right;
			z-index: 0;
			background-color: #e6e3e0;
		}
		#content_finditfast a:hover,
		#content_finditfast a.active{
			background-image: url(../_images/content_finditfast_item_hover.gif);
		}
		.content_finditfast_bottom{
			background-image: url(../_images/content_finditfast_bottom.gif);
			width: 219px;
			height: 39px;
		}
			#content_finditfast .sub{
				height: 18px;
			}
				#content_finditfast .sub a{
					font-size: 11px;
					padding-top: 3px;
					background-color: #DBD7D2;
				}
#content_right{
	float: left;
	width: 100%;
	padding-left: 10px;
}
	#page_content{
		padding: 20px;
		line-height: 17px;
	}
	#page_content h1{
		font-size: 21px;
		color: #b20838;
		padding-bottom: 5px;
	}
	#page_content h2{
	font-size: 15px;
	color: #7E0526;
	padding-bottom: 5px;
	}
	#page_content h3{
	font-size: 13px;
	color: #666666;
	padding-bottom: 5px;
	}
	#page_content p, #page_content ul, #page_content ol, #page_content table{
		font-size: 12px;
		color: #333333;
		padding-bottom: 10px;
	}
	#page_content th{
		font-size: 12px;
		color: #777777;
	}
	#page_content td, #page_content th{
		padding: 5px;
	}
	#page_content ul{
		list-style-position: inside;
		list-style-type: disc;
	}
	#page_content ol{
		list-style-position: inside;
		list-style-type: decimal;
	}
	#page_content li{
		padding-left: 10px;
	}
	#page_content a{
		color: #b20838;
		text-decoration: none;
	}
		.staff_img {
			background:#EAEAEA;
			font-size:11px;
			float:right;
			margin:5px;
			padding:4px;
			width:120px;
			clear: both;
		}
		.hrule {
			border-top:1px solid #CCC;
			display:block;
			margin:15px 0;
			clear: both;
		}
		.page_img {
			float:right;
			margin:5px 0 5px 5px;
		}
/*
 * FOOTER
 * Define all elements in the footer area
 */

/*
 * GENERIC CLASSES
 * Define styles for simple things like floating to the sides, removing a bottom margin on elements, etc
 */
.padding_20{
	padding: 20px;
}
.padding_top_20{
	padding-top: 20px;
	padding-right: 5px;
}
.pdf{
	background-image: url(../_images/sm_pdf.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	padding-bottom: 5px;
}
.ppt{
	background-image: url(../_images/sm_ppt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	padding-bottom: 5px;
}
.mq{
	background-image: url(../_images/sm_mq.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	padding-bottom: 5px;
}
.small{
	font-size: 10px;
}
.fValidator-form h1{
	font-size:16px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;	
}
.fValidator-form th{
	text-align: left;
	font-size:11px;
}
.fValidator-form fieldset {
	padding: 10px;
	border: 1px solid #ccc;
}

.fValidator-form legend {
padding: 0 5px;
}
.fValidator-form input {padding: 2px;}

.full {width: 100%;}
.half {width: 50%; vertical-align: top;}

.fValidator-msg {
	background-color: #c00;
	font-size: 85%;
	color: #fff;
	padding: 5px;
	position: absolute;
	display: inline;
}
