@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
body {
	font: normal 12px/1.2 Arial, Helvetica, sans-serif;
	color: #252525;
	}
img {
	border: 0px;
	}
p {
	margin-bottom: 12px;
	}
ul, ol {
	margin-left: 40px;
	}
a {
	color: #00aaff;
	text-decoration: none;
	outline: none;
	}
	a:hover {
		text-decoration: underline;
		}
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #3f3f3f;
	text-transform: uppercase;
	padding-bottom: 15px;
	}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #3f3f3f;
	text-transform: uppercase;
	border-bottom: 1px solid #b7b7b7;
	padding-bottom: 8px;
	margin-bottom: 15px;
	}
h3 {
	font-size: 16px;
	color: #3f3f3f;
	padding-bottom: 15px;
	text-transform: uppercase;
	}
h4 {
	font-size: 16px;
	color: #3f3f3f;
	padding-bottom: 15px;
	}
.blue {
	color: #0097e3;
	}
.orange {
	color: #ea7d00;
	}
hr {
	margin-bottom: 15px;
	}
.txtfield {
	border: 1px solid #808080;
	padding: 4px 8px;
	color: #828282;
	width: 150px;
	float: left;
	margin-right: 5px;
	}
input {
	outline: none;
	}
/** Main Layout **/
.container {
	width: 895px;
	margin-left: auto;
	margin-right: auto;
	}
.top_nav {
	float: left;
	width: 896px;
	height: 40px;
	text-align: right;
	padding-top: 10px;
	}
	.top_nav a {
		color: #404040;
		padding: 0 8px;
		border-left: 1px solid #404040;
		}
		.top_nav a#first {
			border-left: none;
			}
			
			.top_nav a.donate {
				color:#ec7e00;
			}
		.top_nav td {
			vertical-align: top;
			}
			.top_links {
				padding-top: 4px;
				}
/** Navigation **/
.menu {
	z-index: 100;
	height: 33px;
	width: 895px;
	float: left;
	}
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	.menu ul li {
		float: left;
		position: relative;
		height: 33px;
		}
	.menu ul li:hover a {
		color: #fff;
		}
		.menu ul li#staysafe {
			background: url(../images/nav_staysafe.gif) no-repeat;
			width: 160px;
			}
			.menu ul li#staysafe:hover {
				background: url(../images/nav_staysafe_over.gif) no-repeat;
				}
			.menu ul li#staysafe_selected {
				background: url(../images/nav_staysafe_active.gif) no-repeat;
				width: 160px;
				}
				.staysafe_dd {
					width: 160px;
					}
					.staysafe_dd a {
						width: 147px;
						}
		.menu ul li#physician {
			background: url(../images/nav_physician.gif) no-repeat;
			width: 196px;
			}
			.menu ul li#physician:hover {
				background: url(../images/nav_physician_over.gif) no-repeat;
				}
			.menu ul li#physician_selected {
				background: url(../images/nav_physician_active.gif) no-repeat;
				width: 196px;
				}
				.physician_dd {
					width: 196px;
					}
					.physician_dd a {
						width: 183px;
						}
		.menu ul li#getinvolved {
			background: url(../images/nav_getinvolved.gif) no-repeat;
			width: 165px;
			}
			.menu ul li#getinvolved:hover {
				background: url(../images/nav_getinvolved_over.gif) no-repeat;
				}
			.menu ul li#getinvolved_selected {
				background: url(../images/nav_getinvolved_active.gif) no-repeat;
				width: 165px;
				}
				.getinvolved_dd {
					width: 165px;
					}
					.getinvolved_dd a {
						width: 152px;
						}
		.menu ul li#government {
			background: url(../images/nav_government.gif) no-repeat;
			width: 238px;
			}
			.menu ul li#government:hover {
				background: url(../images/nav_government_over.gif) no-repeat;
				}
			.menu ul li#government_selected {
				background: url(../images/nav_government_active.gif) no-repeat;
				width: 238px;
				}
				.government_dd {
					width: 238px;
					}
					.government_dd a {
						width: 225px;
						}
		.menu ul li#about {
			background: url(../images/nav_about.gif) no-repeat;
			width: 136px;
			}
			.menu ul li#about:hover {
				background: url(../images/nav_about_over.gif) no-repeat;
				}
			.menu ul li#about_selected {
				background: url(../images/nav_about_active.gif) no-repeat;
				width: 136px;
				}
				.about_dd {
					width: 136px;
					}
					.about_dd a {
						width: 123px;
						}
/* Sub Nav */
.menu ul li ul {
	display: none;
	}
	.menu ul li:hover ul {
		display: block;
		position: absolute;
		top: 33px;
		width: 100%;
		}
.menu ul li:hover ul li {
	width: 100%;
	height: auto;
	}	
.menu ul li:hover ul li a {
	display: block;
	background: #616161;
	color: #fff;
	text-align: left;
	padding: 6px 3px 6px 10px;
	height: auto;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.menu ul li:hover ul li:hover a {
		color: #ec7e00;
		text-decoration: none;
		}
	.menu ul li:hover ul li a.hide {
		background: url(../images/arrow.gif) top right no-repeat #b9b9b9;
		color: black;
		}
		.menu ul li:hover ul li:hover a.hide {
			background: url(../images/arrow.gif) top right no-repeat #8fab09;
			color: white;
			}
/** Breadcrumb **/
.breadcrumb {
	width: 551px;
	background: url(../images/breadcrumb.jpg);
	height: 21px;
	padding: 5px 0 0 50px;
	color: #fff;
	}
	.breadcrumb a {
		color: #fff;
		white-space: nowrap;
		}
/** Footer **/
.footer {
	float: left;
	width: 895px;
	padding: 10px 0;
	}
	.footer .verite {
		float: right;
		}
	.footer .rss {
		float: left;
		margin-right: 25px;
		}
/** Home Page **/
.home_image {
	float: left;
	width: 895px;
	height: 321px;
	}
.home_callouts {
	float: left;
	width: 895px;
	height: 139px;
	}
	.home_callouts img {
		float: left;
		}
/** Content **/
.content {
	float: left;
	width: 895px;
	background: url(../images/content_bg.gif);
	min-height: 200px;
	}
	.left {
		float: left;
		width: 501px;
		padding: 30px 50px;
		background: url(../images/content_left.jpg) no-repeat;
		}
	.right {
		float: right;
		width: 248px;
		padding: 50px 20px 20px 20px;
		background: url(../images/content_right.jpg) no-repeat;
		border-bottom: 1px solid #bfbfbf;
		}
		.no_bottom {
			border-bottom: none;
			}
	.top_border {
		border-top: 1px solid #bfbfbf;
		}
.t2_header {
	float: left;
	width: 895px;
	height: 214px;
	background: url(../images/t2_header.jpg) no-repeat;
	}
/** FAQs **/
.font14{
	font-size: 14px;
	}
/** Blog **/
.right_container {
	float: right;
	width: 288px;
	}
.blog_right {
	float: right;
	width: 248px;
	padding: 20px;
	border-bottom: 1px solid #bfbfbf;
	}
	.graylinks a {
		color: #3f3f3f;
		}
.archive h5 {
	padding-left: 15px;
	font-size: 14px;
	cursor: pointer;
	}
	.inactive {
		background: url(../images/arrow.gif) 0 3px no-repeat;
		}
	.active {
		background: url(../images/arrow_down.gif) 0 3px no-repeat;
		}
.achive_posts {
	padding: 10px 0 0 15px;
	}
.comment_date {
	padding-left: 10px;
	}
/** Press Room **/
.press_content {
	float: left;
	width: 895px;
	background: url(../images/press_content_bg.gif);
	min-height: 200px;
	}
.press_left {
	float: left;
	width: 339px;
	padding: 50px;
	background: url(../images/content_left.jpg) no-repeat;
	}
	.press_left img {
		float: left;
		padding-right: 15px;
		padding-bottom: 15px;
		}
.press_right {
	float: right;
	width: 350px;
	padding: 50px;
	background: url(../images/content_right.jpg) repeat-x;
	min-height: 200px;
	height: auto!important;
	height: 200px;
	}
/** FAQs **/
.faqs {
	line-height: 1.8em;
	}
	
	#faq_div P:first-child{
		margin-bottom:0px;
	}
	#faq_div P.back{
		
	}
/** Tables **/
.gen_table {
	}
	.gen_table td {
		padding: 2px;
		}
/** Errors **/
#error_box {
	border: 2px solid #c82e32;
	color: #c82e32;
	font-weight: bold;
	padding: 15px 15px 15px 50px;
	background: url(../images/error.gif) 10px 15px no-repeat;
	margin: 15px 0;
	display: none;
	}
#message_box {
	border: 2px solid #0086c3;
	color: #0086c3;
	font-weight: bold;
	padding: 15px;
	margin: 15px 0;
	display: none;
	}
	
TD.ItemBody{
	font: normal 12px/1.2 Arial, Helvetica, sans-serif;
	color: #252525;
}