/*CSS definitions for EQ CA*/

/*Main formatting properties*/
body {
	padding:0px;
	margin:0px;
	font-family:Verdana, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#4e4d4e;
	background-color:white;
}
div.outer_container
{
	background-color:#807e7e;
	padding: 17px 0px 0px 0px;
}
table {
	border: 0px;
	width: 100%;
}
td {
	vertical-align:top;
}
ol {
	margin:0px;
	padding:0px;
}

ul
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: square;
	list-style-image: url('/atf/cf/%7B32D19188-8CAA-4286-AB11-73D8F6125488%7D/UL_BULLET_0.GIF');
}

ul li
{
	margin: 2px 0px;
}
	


h1 {
	font-weight:bold;
	font-size:24px;
	color:#4e4d4e;
	line-height:27px;
	padding: 0px 0px 8px 0px;
	margin:0px;
}
h2 {
	font-size:15px;
	line-height:17px;
	font-weight:bold;
	color:#ff6600;
	padding: 0px 0px 4px 0px;
	margin:0px;
}

p
{
	margin-top: 0px;
	padding-top: 0px;
}


/* Form porperties */
form {
	margin:0px;
}

/* Image Properties */
img {
	border:0px;
	padding:0px;
	margin:0px;
}


/* Layout Constructors */
#header {
	position:relative;
	width:883px;
	height:95px;
	margin:0px auto 0px auto;
	padding:10px 10px 15px 10px;
	background-color:#ffffff;
}
	#header #logo {
		float:left;
		width:196px;
		height:95px;
	}
	#header #submenu {
		float:right;
		width:650px;
		height:15px;
		line-height:15px;
		font-size:10px;
		text-align:right;
	}
		#header #submenu a {
			color:#6b6b6b;
			text-decoration:none;
		}
		#header #submenu a:hover {
			color:#ff6600;
		}
	#header #subtitle {
		float:right;
		margin-top:40px;
	}
#container {
	width:890px;
	margin:0px auto;
	padding:19px 6px 0px 7px;
	background-color:#ebe7dd;
}
#container.form_wrapper_col
{
	text-align: center;
}
	#intLeft {
		float:left;
		width:208px;
	}
	#homeTopLeft {
		float:left;
		width:208px;
	}
	#homeTopRight {
		float:right;
		width:682px;
		height:363px;
		background:#ffffff url('/atf/cf/%7B32D19188-8CAA-4286-AB11-73D8F6125488%7D/protect-v2.jpg') no-repeat top left;
	}
		#hTRItems {
			float:right;
			width:205px;
			margin:146px 27px 0px 0px;
		}
		* html #hTRItems {
			margin-right:13px;
		}
			#hTRItems a {
				display:block;
				width:205px;
				height:26px;
				margin-top:4px;
			}
	#homeBotLeft {
		float:left;
		width:208px;
		background:#ffffff url('/atf/cf/%7B32D19188-8CAA-4286-AB11-73D8F6125488%7D/blBG.png') repeat-y top left;
	}
		div.lMenuItem {
			width:179px;
			border-bottom:1px dashed #c7c7c7;
		}
			div.lMenuItem div.lmiR {
				float:right;
				width:114px;
				padding-top:12px;
				text-align:right;
			}
				div.lMenuItem div.lmiR a {
					text-decoration:none;
					color:#4e4d4e;
					font-size:15px;
				}
				div.lMenuItem div.lmiR a:hover {
					color:#ff6600;
				}
	#homeBotRight {
		float:right;
		width:682px;
		background:#ffffff url('/atf/cf/%7B32D19188-8CAA-4286-AB11-73D8F6125488%7D/brBG.png') repeat-y top left;
	}
		#hbLeft {
			float:left;
			width:439px;
			padding-left:15px;
		}
		#hbRight {
			float:right;
			width:178px;
			padding:0px 15px 0px 23px;
		}
			#hbRight a:hover {
				color:#6a5992;
			}
	#rContent {
		float:right;
		width:681px;
		background:transparent url('/atf/cf/%7B32D19188-8CAA-4286-AB11-73D8F6125488%7D/rBG.png') repeat-y top left;
	}
	#rContent.form_wrapper_col
	{
		float: none;
		margin: 0px auto;
		text-align: left;
	}
		#rCont {
			background-color: #ffffff;
			width: 629px;
			padding:15px 25px 15px 20px;
		}
			#rcrCol {
				float:right;
				width:180px;
				margin-left:10px;
			}
				#rcrCol a {
					display:block;
					height:37px;
					width:152px;
					line-height:37px;
					padding:0px 14px;
					color:#ffffff;
					font-size:14px;
					background-color:#cccccc;
					text-decoration:none;
					border-bottom:1px solid #ffffff;
				}
				#rcrCol a:hover {
					color:#6a5992;
				}
#footer {
	width:903px;
	margin:0px auto;
	text-align:center;
	color:#6b6767;
	padding:6px 0px 12px 0px;
	background-color:#ebe7dd;
}


/* Various different font sizes to avoid evil font tags */
.size8 {
	font-size:8px;
}
.size9 {
	font-size:9px;
}
.size10 {
	font-size:10px;
}
.size11 {
	font-size:11px;
}
.size12 {
	font-size:12px;
}
.size14 {
	font-size:14px;
}
.size16 {
	font-size:16px;
}
.size18 {
	font-size:18px;
}
.size20 {
	font-size:20px;
}
.size24 {
	font-size:24px;
}
.size30 {
	font-size:30px;
}


.lh18 {
	line-height:18px;
}
.lh22 {
	line-height:22px;
}
.lh26 {
	line-height:26px;
}


.blck {
	color:#000000;
}
.whtt {
	color:#ffffff;
}
.dgry {
	color:#222121;
}
.lgry {
	color:#6b6767;
}
.orng {
	color:#ff6600;
}


.bld {
	font-weight:bold;
}
.itl {
	font-style:italic;
}
.cntr {
	text-align:center;
}
.alft {
	text-align:left;
}
.argt {
	text-align:right;
}

div.clean {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}


/*Link properties*/
a {
	color:#c60808;
	text-decoration:underline;
}
	a.nl {
		text-decoration:none;
	}
a:hover {
	color:#ff6600;
	text-decoration:none;
}


table.ktf_web_feature
{
	width: 628px;
	float: right;
}

div#rCont table.ktf_web_feature
{
	width: 435px;
	float: left;
}

div#rCont.form_wrapper table.ktf_web_feature
{
	width: 627px;
	float: left;
}

img.no_on_8_img
{
	display: block;
	padding: 0px 0px 16px 0px;
}

#rcrCol div.print_email_box
{
	text-align: right;
	overflow: hidden;
	background-color: white;
	border: none;
}

#rcrCol div.print_email_box a
{
	display: inline;
	background-color: white;
	border: none;
	height: auto;
	width: auto;
	line-height: 34px;
	padding: 0px;
}

img.nav
{
	display: none;
}

a#home_main_stay_informed:hover
{
	background-image: url('/atf/cf/%7B32D19188-8CAA-4286-AB11-73D8F6125488%7D/HOME_MAIN_STAY.GIF');
	background-repeat: no-repeat;
}

a#home_main_volunteer:hover
{
	background-image: url('/atf/cf/%7B32D19188-8CAA-4286-AB11-73D8F6125488%7D/HOME_MAIN_VOLUNTEER.GIF');
	background-repeat: no-repeat;
}

a#home_main_donate:hover
{
	background-image: url('/atf/cf/%7B32D19188-8CAA-4286-AB11-73D8F6125488%7D/HOME_MAIN_DONATE.GIF');
	background-repeat: no-repeat;
}

div#email_link_hidden
{
	display: none;
}
