/*------------------------------------------- 
Stylesheet for: Catastrophic Health Plans
Created on: May 4, 2007

Updates/Modification Log -
May 7, 2007: made bottom nav font bigger (cz)
			 added styles for pop-up pages (cz)
--------------------------------------------*/

/*General Styles */
body {
	margin:0px;
	padding:0px;
	background: url(../images/bg-blue-stripe.gif) fixed;
	font-family:Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000066;
	text-align:left;
}

h1 {
	color:#000099;
	font-family:Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:16px;
	}

h2 {
	color:#0066CC;
	font-family:Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:14px;
}

h3 {color:#0066CC;
	font-family:Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:12px;
}
	
a {
	font-weight:bold;
}

a:link, a:visited {
	color:#1d3d76;
	text-decoration:none;
}

a:hover, a:active {
	color:#e8ac67; 
	text-decoration:underline;
}

div.sitemap a {
	font-weight:normal;
}

/*Main Layout & Content Styles */
div.body {
	background:#f3f5f5 url(../images/bg-content-top.gif) top no-repeat; 
	width:800px; 
	margin:10px 0px 0px 0px; 
	padding:20px 0px 5px 0px;
}

div.copy-left {
	float:left; 
	width:780px; 
	padding:5px 10px 0px 10px;
	text-align:left;
}

div.form-right {
	float:right; 
	width:462px; 
	margin:12px 0px 20px 10px;
	text-align:left;
}

/*Header Styles */
div.header-bg {
	width:100%; 
	margin:0px; 
	background: url(../images/bg-red-stripe.gif) top repeat-x;
}

div.header {
	background:url(../images/header-bg.jpg) top center no-repeat; 
	width:800px; 
	height:202px; 
	margin:0px; 
	padding:0px;
}

div.head-line {
	float:left; 
	width:245px; 
	padding:13px 0px 0px 160px;
}

div.head-images {
	float:right; 
	width:369px; 
	text-align:right;
	padding:0px 21px 0px 5px;
	margin-top:-8px;
}


/*Form Styles */
form, select, input {
	font:Arial, Verdana, sans-serif 12px bold;
}

/*Navigation Styles */
div.top-nav {
	background:#e5e5e5;
	color:#000033;
	padding:10px;
	margin-bottom:10px;
	font-size:11px;
    text-align:center;
}

div.top-nav a, div.bottom-nav a{
	margin:3px;
}

div.bottom-nav {
	border-top:#b7b7b7 5px solid;
	padding:10px 5px 0px 0px;
	margin-top:20px;
	font-family:Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:11px;
	
}

div.bottom-nav a:link, div.bottom-nav a:visited {
	color:#003366;
}

div.bottom-nav a:hover, div.bottom-nav a:active {
	color:#e8ac67;
}


/*Pop Up Styles*/
div.pop-main {
 	background:url(../images/popup-bg.gif) fixed; 
	width:100%; 
}

div.pop-content-holder {
 	background:url(../images/popup-content.gif) top center no-repeat #fff; 
	width:410px; 
	margin:5px auto 0px auto;
	padding-top:11px;
}

div.pop-text {
	 font-size:11px;
	 text-align:left;
	 padding:0px 10px;
}

div.pop-text img {
	margin:0px -10px;
}


div.pop-text h1 {
	font-size:15px;
}

div.pop-text h2 {
	font-size:13px;
}

div.pop-copyright {
	text-align:center; 
	font-family:Arial, Verdana, sans-serif; 
	font-size:10px; 
	border-top:#b7b7b7 2px solid; 
	padding:5px 0px;
	width:410px;
}

div.close-window {
	font-family:Arial, Verdana, sans-serif; 
	font-size:9px; 
	text-align:right; 
	padding-right:5px;
}

#disclaimer {
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;
	font-style: italic;
	color:#666;
	text-align: left;
	clear:both;
	padding:30px 0px 0px 0px;
}