/* ---------------------------------------------------------------------------- */
/* CSS Document for Cover the Uninsured Week 2006 								*/
/* Created by the Health Alliance Web Team, March 2006 							*/
/* ---------------------------------------------------------------------------- */

/* Global Styles */
body {
		margin:0px; padding:0px; 
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:75%;
		line-height:1.5em;
		color:#262626;
		background:url(../images/bg.gif) repeat-y #FFFFFF center;
}

a:link, a:visited, a:active {
		text-decoration:none;
		color:#CB2228;
}
a:hover {
		text-decoration:underline;
		color:#F26C4F;
}

p {		padding:0px; margin:0px; margin-bottom:1.5em; }
h1 { 	padding:0px; margin:0px; margin-bottom:.3em; font-weight: bold;  font-size: 2em; color:#CB2228; line-height:1.2em; }
h2 {	padding:0px; margin:0px; margin-bottom:.2em; font-size:1.5em; color:#E6AC0E; }
h3 {	padding:0px; margin:0px; font-weight: bold; font-size:1.2em; }
h4 { 	font-size:1em; padding:0px; margin:0px; font-weight:bold; }
ul {	padding-top:0px; margin-top:0px; }
ol {	padding-top:0px; margin-top:0px; }
form {	margin:0px; padding:0px; }
input { border:1px solid #929292; background:#FFFFFF; }

/* ---------------------------------------------------------------------------- */

/* Custom Styles */
.rightBox {
		width:144px; 
		border-top:dashed #877B41 1px; 
		border-left:dashed #877B41 1px; 
		padding:10px 20px 10px 10px;
		background:url(../images/bg_rightCol.gif) no-repeat top left ;
}
.rightBox h3 { margin-bottom:5px; }

.inputNoBorder { border:none; }
.submit { background:url(../images/bg_rightCol.gif) no-repeat left top; border: inset 2px; }

.red { color:#FA330B }

.small { font-size:.8em; line-height:1.2em; }

.photoLeft 	{ border:1px solid #262626; margin-right:15px; margin-bottom:15px; float:left;}
.photoRight { border:1px solid #262626; margin-left:15px; margin-bottom:15px; float:right;}

.noBorder { border:none; }

.spacedList li {
	margin-bottom:5px;
}

/* ---------------------------------------------------------------------------- */

/* Named Regions */
#header {
		position:absolute; left:0px; top:0px; z-index:2; visibility:hidden;
}
#flashBanner {
		position:absolute; left:0px; top:0px; visibility:hidden; 
}
#container { 
		width:780px; text-align:left; background:url(../images/bg_center.gif) no-repeat center top;
		border-left:1px solid #000000; border-right:1px solid #000000;
		z-index:1;
}
#textArea {
		width:517px; padding:342px 30px 20px 55px;
}
#rightColumn {
		width:175px; float:right; padding:352px 0px 35px 0px; font-size:.9em; line-height:1.3em;
}
#rightFoot {
		width:155px; float:right; padding:0px 10px 10px 10px; margin-top:-80px; clear:right; font-size:.8em; line-height:1.3em;
}
#footer {
		width:705px; background:url(../images/bg_footer.gif) repeat-y #CB2329;
		border-top:#877B41 5px solid;
		color:#FFFFFF; font-size:.8em; line-height:1.4em;
		padding:3px 20px 5px 55px; 
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover { color:#FFFFFF; text-decoration:underline; }

@media print {
	#header { position:relative; left:0px; top:0px; }
	#container { border:none; width:7.25in; }
	#rightColumn { visibility: hidden; }
	#footer { width:600px; padding:20px 0px 0px 0px;  border:none; }
	#textArea { padding:0px; } 
}