/* CSS AZ Health */

body {
	background-color:#ccc;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}

h1 { 	
	font-size: 18px;
	color: #8d003c;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	}
						
h2 {
	font-size:14px;
	color:#8d003c;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	}
	
.container {	
	width: 804px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/bg_content.jpg') repeat-y; 
	display: block; 
}

.sub_container { 
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	overflow:hidden; 
}

/* Header & Footer */

.header {	
	width: 780px;
	height: 160px;
	display: block; 
	overflow: hidden; 
}

.header #left {	
	width: 265px;
	height: 160px;
	float: left; 
}

.header #right { 
	width: 515px;
	height: 160px;
	float: right; 
}

.footer { 
	width: 780px;
	background-color: #EDEDED;
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000; 
	clear: both;
	padding:10px;
	vertical-align:top;
	border-top:1px solid #ccc;
	display:block;
}

.footer	a { 
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 11px;
	color:#8d003c;
	font-weight:normal;
	text-decoration:underline;
}

.footer	a:link { 
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 11px;
	color:#8d003c;
	font-weight:normal;
	text-decoration:underline;
}

.footer	a:visited { 
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 11px;
	color:#8d003c;
	font-weight:normal;
	text-decoration:underline;
}

.footer	a:active { 
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 11px;
	color:#8d003c;
	font-weight:normal;
	text-decoration:underline;
}

.footer	a:hover	 {	
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 11px;
	color:#8d003c;
	font-weight:normal;
	text-decoration:none;
}

/* Nav */

.navigation {	
	width: 780px;
	height: 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	background: url(../images/nav_back.gif) #8d003c;
}

.navigation #link {	
	padding-left: 14px; 
	display:inline;
}

.navigation a { 
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none; 
}

.navigation a:link { 
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none; 
}

.navigation a:visited { 
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none; 
}

.navigation a:active { 
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none; 
}

.navigation a:hover { 
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline; 
}


/* Sub Nav */

.subnav a { 
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.subnav a:link { 
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
}

.subnav a:visited { 
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none; 
}

.subnav a:active { 
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none; 
}

.subnav a:hover { 
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline; 
}

.subnav { 
	width: 170px;
	padding:0px;
	margin:0px;
	background-color: #FFAF2A;
	color: #fff;	
}

.subnav #top { 
	height:18px;
	width:170px;
	background: transparent url(../images/subnav_top.gif) no-repeat 0 0;
}

.subnav #content { 
	text-align:left;
	padding-right:10px;
	padding-left: 20px;
	font-weight:bold;
	color: #fff;	
}

.subnav #bottom { 
	height:18px;
	width:170px;
	background: transparent url(../images/subnav_bottom.gif) no-repeat 0 0;

}
.sub-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	padding-left: 14px;
	padding-right: 14px;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
/* Page Content */

.content {	
	width: 760px;
	margin: 0px;
	padding:10px;
}

.content #leftcolumn {	
	width: 170px;
	display: block;
	float: left; 
}

.content #middlecolumn {
	width: 380px;
	padding-left: 10px;
	padding-right: 10px;
	margin:0px;
	display: block;
	float: left; 
}

.content #middlecolumngeneric {
	width: 570px;
	padding-left: 10px;
	padding-right: 10px;
	margin:0px;
	display: block;
	float: left; 
}

.content #rightcolumn {
	width: 190px;
	padding:0px;
	margin:0px;
	display: block;
	float: left; 
}

.content #right_form {
	width: 777px;
	display: block;
}

.quickfact { 
	width: 170px;
	padding:0px;
	margin:0px;
	background-color: #FFAF2A;
	color: #000000;	
}

.quickfact #top { 
	height:50px;
	width:170px;
	background: transparent url(../images/qf_top.gif) no-repeat 0 0;
}

.quickfact #content { 
	height:auto;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}

.quickfact #bottom { 
	height:60px;
	width:170px;
	background: transparent url(../images/qf_bottom.gif) no-repeat 0 0;
}

.content_photo {
	padding-top:10px;
}
.quickfact { 
	width: 170px;
	padding:0px;
	margin:0px;
	background-color: #FFAF2A;
	color: #000000;	
}
/* Quote Box */

.quotebox { 
	float: right;
	width: 190px;
	margin: 0px;
	padding:0px;
	background-color: #FBD61A;
	color: #000000;
	font-weight:bold;
}

.quotebox #top { 
	height:110px;
	width:190px;
	background: transparent url(../images/qb_top.gif) no-repeat 0 0;
}

.quotebox #content { 
	height:auto;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}

.quotebox #bottom { 
	height:120px;
	width:190px;
	background: transparent url(../images/qb_bottom.jpg) no-repeat 0 0;
}

.quotebox input.zip	{ 
	border: 1px solid #000000;
	width: 90px;
	height: 16px; 
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	color: #000000; 
	line-height: 16px; 
}

/* Links */

a {
	font:12px Arial, Helvetica, sans-serif;
	color:#8d003c;
	font-weight:normal;
	text-decoration:underline;
	}

a:link {
	font:12px Arial, Helvetica, sans-serif;
	color:#8d003c;
	font-weight:normal;
	text-decoration:underline;
	}

a:visited {
	font:12px Arial, Helvetica, sans-serif;
	color:#8d003c;
	font-weight:normal;
	text-decoration:underline;
	}

a:active {
	font:12px Arial, Helvetica, sans-serif;
	color:#8d003c;
	font-weight:normal;
	text-decoration:underline;
	}

a:hover {
	font:12px Arial, Helvetica, sans-serif;
	color:#8d003c;
	font-weight:normal;
	text-decoration:none;
	}

.disclaimer {
	padding:0;
	margin:0;
	font:10px Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
	}
