@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-color: #0E5BA6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-image: url(/images/gradient-background.jpg);
	background-repeat: repeat-x;
}

.wrapper {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background-image: url(../images/header-bg.gif);
	height: 174px;
	overflow: hidden;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 3px;
}

.header .navigation {
	float: right;
	width: 116px;
	padding-top: 15px;
	padding-bottom: 30px;
}

.header .navigation ul li {
	float: left;
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
	height: 26px;
	margin-bottom: 2px;
}

.header .navigation ul li a {
	float: left;
	width: 94px;
	text-align: center;
	line-height: 24px;
	font-family: "myriad Pro";
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

* html .header .navigation ul li a {
	font-size: 12px;	
	line-height: 26px;
}

.header .navigation ul li a:hover, .header .navigation ul li.selected a {
	text-decoration: none;
	background-image: url(../images/nav-bg-hover.gif);
	color: #0e5ba6;
}

.main {
	clear: both;
	overflow: hidden;
}

.main .content-wrapper {
	overflow: hidden;
}

.main .sidebar {
	float: left;
	width: 153px; 
}

.main .content {
	width: 630px;
	overflow: hidden;
	float: right;
	background-color: #FFFFFF;
	border: medium solid #003399;
}

.main .content ul {
	display:inline;
	list-style-position: inside;
	list-style-type: disc;
}
.main .content ul li ul li{
	padding-left: 15px;
	list-style-type: circle;
}
.main .sidebar .box {
	background-image: url(/images/iycf-leftside-toplogo.gif);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	height: 240px;
}

.main .sidebar .box-content {
	text-align: center;
}


.main .sidebar .box .top {
	background-image: url(../images/sidebar-box-top.gif);
	background-repeat: no-repeat;
	height: 3px;
	
}

.main .sidebar .box .bottom {
	background-image: url(../images/sidebar-box-bottom.gif);
	background-repeat: no-repeat;
	height: 3px;
	clear: both;
}

* html .main .sidebar .box .bottom {
	overflow: hidden;
	float: left;
	width: 153px;
}

.main .sidebar .rounded-box {
	background-image: url(../images/sidebar-box-bg.gif);
	background-repeat: repeat-y;
}

.main .sidebar .rounded-box .top {
	background-image: url(../images/sidebar-box-rounded-top.gif);
	background-repeat: no-repeat;
	height: 10px;
	
}

.main .sidebar .rounded-box .bottom {
	background-image: url(../images/sidebar-box-rounded-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	clear: both;
	float: left;
	width: 153px;
}
.main .sidebar .rounded-box2 {
	background-image: url(../images/sidebar-box-bg.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
}

.main .sidebar .rounded-box2 .top {
	background-image: url(../images/sidebar-box-rounded-top.gif);
	background-repeat: no-repeat;
	height: 10px;
	
}

.main .sidebar .rounded-box2 .bottom {
	background-image: url(../images/sidebar-box-rounded-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	clear: both;
	float: left;
	width: 153px;
}
.main .sidebar .rounded-box3 {
	background-image: url(../images/sidebar-box-bg.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
}

.main .sidebar .rounded-box3 .top {
	background-image: url(../images/sidebar-box-rounded-top.gif);
	background-repeat: no-repeat;
	height: 10px;
	
}

.main .sidebar .rounded-box3 .bottom {
	background-image: url(../images/sidebar-box-rounded-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	clear: both;
	float: left;
	width: 153px;
}
.main .sidebar .rounded-box4 {
	background-image: url(../images/sidebar-box-bg.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
}

.main .sidebar .rounded-box4 .top {
	background-image: url(../images/sidebar-box-rounded-top.gif);
	background-repeat: no-repeat;
	height: 10px;
	
}

.main .sidebar .rounded-box4 .bottom {
	background-image: url(../images/sidebar-box-rounded-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	clear: both;
	float: left;
	width: 153px;
}

.darker {
	padding-bottom: 20px;
	padding-top: 80px;
}

* html .darker {
	margin-top: -10px;	
}

.sidebar h1 {
	background-image: url(../images/sidebar-h1-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	line-height: 33px;
	font-family: "myriad Pro";
	font-size: 16px;
	font-weight: bold;
	color: #374e99;
	margin-bottom: 7px;
}

.sidebar a {
	color: #105394;
	font-size: 11px;
	font-weight: bold;
}

.sidebar a:hover {
	text-decoration: none;	
}

.sidebarwhitetx a {
	text-decoration: none;
	color: #003399;
	font-size: 14px;
	font-weight: bold;
}

.sidebarwhitetx ul li {
	margin-bottom: 10px;
}

.sidebarwhitetx a:hover {
	text-decoration: underline;	
}

.sidebar h2 {
	color: #7c7c7c;
	font-family: "myriad Pro";
	font-size: 17px;
	padding: 5px 0;
	font-weight: bold;
}

.sidebar h3 {
	color: #003399;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/sidebar-h1-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 5px;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 5px;
}

.sidebar h3 a {
	font-size: 12px;
	text-decoration: none;
}
.sidebar h4 {
	background-image: url(../images/sidebar-h4-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	line-height: 33px;
	font-family: "myriad Pro";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 7px;
}
.sidebar h5 {
	color: #003399;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/sidebar-h1-bg-exp.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 5px;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 5px;
}
.sidebar h5 a {
	font-size: 12px;
	text-decoration: none;
}
.main .content h1 {
	line-height: 33px;
	font-family: "myriad Pro";
	font-size: 16px;
	font-weight: bold;
	color: #374e99;	
}

.main .content a {
	color: #003399;
}

.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #00249b;
	text-align: center;
	width: 634px;
	float:right;
	margin-right:1px;
	min-height: 35px;
	background-image: url(../images/footer-bg.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

*+html .footer {
	font-size: 11px;	
}

.footer a {
	font-family: Verdana, Geneva, sans-serif;
	color: #00249b;
	letter-spacing: -1px;
}
.darkerreverse {
	background-color: #FFFFFF;
	margin: 0 4px 0 3px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#signupform {
	background-color: #BECEFF;
	padding: 20px;
	clear: both;
}
#videoarea {
	text-align: center;
	background-image: url(/images/sunburst.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#insurecms {
	padding: 20px;
}
.contactustext {
	width: 300px;
}
.contactuspic {
	float: right;
	width: 280px;
	margin-bottom: 10px;
}
.quizintro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0E5BA6;
}
.quizquestions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0E5BA6;
}
.quizbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.quizsubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.quizanswered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.questionbutton a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF8201;
	text-decoration: none;
}
.allowancebutton a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
