body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #a5a5c3 url(images/background.jpg) no-repeat top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}

* {
	margin: 0;
	padding: 0;
}

p, h4, h3, h2 { margin-bottom: 15px; }
h2 {font-size: 14px; color: #000; }

ul.vertical_list li {
	margin: 0 0 10px 25px;
}

dl.form{ 
	width: 75%; 
	margin-left: 25px; 
}
dl.form dt { 
	float: left; 
	margin-right: 18px; 
	width: 150px; 
	border-bottom: 1px solid #ccc; 
	font-weight: bold; 
	text-align: right; 
	color: #333;
}
dl.form dd { margin: 0 0 18px 0; }

dl.form dt.long {
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
}

div.column_one {
	float: left;
	width: 230px;
}

div.column_two{
	float: right;
	width: 230px;
}

img.image_right { float: right; margin: 0 0 10px 20px; }

	

/* Error Styles */
#notice {
	border: 2px solid #5b2d2d;
	color:#5B2D2D;
	background-color:#ceadad;
	margin: 0 0 10px 0;
	padding: 5px;
	text-align:left;
}

#nice_notice {
	border: 2px solid #4b5d41;
	color:#4B5D41;
	background-color:#c5d4bd;
	margin: 0 0 18px 0;
	padding: 7px;
	text-align:left;
}


/* Layout Styles */

#container {
	margin: 0 auto;
	padding-top: 30px;
	width: 834px;
	text-align: left;
	background: url(images/container_background.gif) 3px 800px no-repeat;
}

	#header {
		position: relative;
		height: 360px;
		width: 834px;
		margin: 0 0 26px 0;
		height: 360px;
	}
	
		#header h1 {
			position: absolute;
			top: 12px;
			left: 302px;
			width: 239px;
			height: 112px;
			z-index: 91;
		}
		#header h1#logo {
			z-index: 90;
		}
			#header h1 a {
				text-indent: -9999px;
				background: url(images/anthem_web2_03.jpg);
				width: 239px;
				height: 112px;
				display: block;
			}
			
		#header h2 {
			position: absolute;
			top: 209px;
			left: 18px;
			width: 111px;
			height: 60px;
			background: url(images/anthem_web2_07.gif);
			text-indent: -9999px;
			z-index: 91;
		}
		
		#header ul {
			position: absolute;
			top: 285px;
			left: 8px;
			width: 137px;
			height: 192px;
			z-index: 93;
		}
			#header ul li {
				list-style: none;
				width: 137px;
				height: 32px;
			}
				#header ul li a {
					display: block;
					width: 137px;
					height: 32px;
					text-indent: -9999px;
				}
				#header ul li.home a { background: url(images/anthem_nav_01.gif); }
				#header ul li.home a:hover { background: url(images/anthem_nav_01.gif) -137px 0; }
				
				#header ul li.about a { background: url(images/anthem_nav_02.gif); }
				#header ul li.about a:hover { background: url(images/anthem_nav_02.gif) -137px 0; }
				
				#header ul li.why a { background: url(images/anthem_nav_03.gif); }
				#header ul li.why a:hover { background: url(images/anthem_nav_03.gif) -137px 0; }
				
				#header ul li.value a { background: url(images/anthem_nav_04.gif); }
				#header ul li.value a:hover { background: url(images/anthem_nav_04.gif) -137px 0; }
				
				#header ul li.request a { background: url(images/anthem_nav_05.gif); }
				#header ul li.request a:hover { background: url(images/anthem_nav_05.gif) -137px 0; }
				
				#header ul li.contact a { background: url(images/anthem_nav_06.gif); }
				#header ul li.contact a:hover { background: url(images/anthem_nav_06.gif) -137px 0; }
	
		#header #header_photo { 
			width: 823px; 
			height: 360px; 
			position: absolute; 
			top: 0; 
			left: 8px;
			z-index: 89;
		}
				
				
	#content {
		margin: 0 20px 30px 239px;
		padding: 20px;
		background: #fff;
		border: 1px solid #ccc;
		min-height: 400px;
	}
	
	#content_footer { background: url(images/anthem_web2_22.gif) 3px 0; width: 834px; height: 21px; }
	
	
	#footer {
		background: #a5a5c3;
		height: 150px;
		color: #fff;
		position: relative;
	}
		#footer ul {
			position: absolute;
		}
	
		#footer li {
			list-style: none;
			float: left;
			margin-right: 30px;
		}
		#footer a { color: #fff; }
		
		#footer ul#footer_nav {
			top: 15px;
			left: 125px;
		}
		#footer ul#footer_info {
			top: 60px;
			left: 30px;
		}
		
/* About Styles */

ul.team li {
	list-style: none;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
	ul.team div {
		display: inline;
	}
	ul.team li div h3 {
		color: #333;
		font-size: 12px;
		font-weight: bold;
	}
	ul.team li div p {
	
	}
	ul.team li img { 
		float: left;
		margin: 5px 20px 10px 0;
	}
	
/* Dropdown Styles */
	
		
/* Drop Down Styles */

#drop_panel {
	
}

	#drop_panel_content {
		color: white;
		background: #333;
		/* opacity: .9;               /* Standard style for transparency */
    	/* -moz-opacity: .9;          /* Transparency for older Mozillas */
    	/* filter: alpha(opacity=90);  /* Transparency for IE */
	}
	
		#drop_panel_content_inner {
			padding: 15px;
			text-align: center;
			width: 950px;
		}
			#drop_panel_content_inner img {
				float: left;
				margin: 0 20px 0 0;
			}
			#drop_panel_content_inner a {
				color: #fff;
			}
		
	#drop_panel_tab {
	
	}
			