/*  
Theme Name: Insurance Is Boring
Author: Develop Daly
Author URI: http://developdaly.com/

Font Sizes
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108% 
15px = 116%
16px = 123.1%
15px = 131%
16px = 138.5%

see http://developer.yahoo.com/yui/fonts/ for more details.

*/

/* =Structure
----------------------------------------------- */
html {
	background: #b3ccff url('images/bg.gif') repeat-x;
	}
body {
	font-family: Tahoma, Arial, Helvetica, Serif;
	font-size: 13px;
	line-height: 150%;
	}
#doc2 {
	background: #fff;
	border-bottom: 1px solid #6699ff;
	border-left: 1px solid #6699ff;
	border-right: 1px solid #6699ff;
	}
.yui-t3 #yui-main .yui-b {
	margin-left: 235px;
}

/* =Header
----------------------------------------------- */
#hd #logo #logo-link {
	background: url('images/logo.gif') no-repeat;
	display: block;
	height: 76px;
	margin-left: 10px;
	text-indent: -9999px;
	width: 222px;
	}
#hd #login {
	background: url('images/login-bg.gif') top right no-repeat;
	height: 59px;
	font-size: 93%;
	}
#hd .login-container { 
	float: left; 
	width: 175px;
	}
#hd .login-container.first {
	margin-left: 190px;
	}
#hd .login-container.last {
	font-size: 93%;
	padding-top: 25px;
	width: 70px;
	}
#hd #login label{
	display: block;
	color: #fff;
	padding: 0 0 4px;
	}
#hd #login .text{
	width: 140px;
	}
#hd #login .text, #hd #login .password {
	background: url('images/input-bg.png') no-repeat;
	border: none;
	height: 24px;
	font-size: 85%;
	padding: 5px;
	width: 168px;
	}
#hd #forgot-password {
	color: #b3ccff;
	font-size: 85%;
	padding:1px 0 1px 3px;
	text-decoration: none;
	}
#hd #address {
	color: #666;
	font-size: 73%;
	padding-right: 10px;
	text-align: right;
	}
	
#hd .fn.org { display: none; }

#hd #account-bar { color: #fff; padding: 10px; text-align: right; }
	#hd #account-bar a{ color: #fff; }

/* =Navigation
----------------------------------------------- */
.nav-container { background: url('images/nav-bg.png') repeat-x; clear: both; }

.nav li { border-right: 1px solid #d1d1d1; display: inline; float: left; margin-top: 4px; }
.nav li a{ display: block; line-height: 34px; padding: 0 15px; text-decoration: none; }
.nav li a:hover, .nav #nav-2926 a { color: #990000; }
#id-home .nav #nav-1697 a,
#id-1697 .nav #nav-1697 a,
#id-1636 .nav #nav-1636 a,
#id-1637 .nav #nav-1637 a,
#id-1639 .nav #nav-1639 a,
#id-667  .nav #nav-667  a,
#id-2910 .nav #nav-2926 a {
	color: #990000;
	font-weight:bold;
	}
	
#nav-search { 
	border: none;
	float: right;
	margin-right: 10px;
	padding: 4px 0 0;
	}
#nav-search .text {
	background: url('images/input-bg.png') no-repeat;
	border: none;
	height: 24px;
	font-size: 85%;
	padding: 5px 5px 0;
	width: 168px;
	}
#nav-search .button {
	font-size: 85%;
	}
	
.nav .menuLevel1 { display: none; }


/* =Hero
----------------------------------------------- */
#hero { 
	background: url('images/hero-bg.png') no-repeat;
	color: #fff;
	height: 288px;
	padding: 50px 30px 0;
	}
#hero h2{ 
	color: #fff;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 215%;
	}

#hero h3{ 
	color: #fff;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 153.9%;
	}
#hero p{ 
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 108%;
	margin-bottom: 1em;
	}
#hero strong {
	color: #FCC903;
	}
#hero #player {
	display: block;
	margin: -25px auto 0 auto;
	text-align: center;
	}
#hero #learn-more-btn {
	background: url('images/learn-more.png') no-repeat;
	cursor: pointer;
	display: block;
	height: 64px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 190px;
	}
	
/* =Forms
----------------------------------------------- */
.button {
	background: #fecb01 url('images/white-grad.png') repeat-x scroll left top;
	border-color: #ccc !important;
	color: #000;
	padding: 3px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	}
.button-primary {
	background: #fecb01 url('images/button-grad.png') repeat-x scroll left top;
	border-color: #fdca02 !important;
	color: #000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	}

.submit input,
.button,
.button-primary,
.button-secondary,
.button-highlighted,
#postcustomstuff .submit input {
	font-family: Arial, Helvetica, Sans-serif;
	text-decoration: none;
	line-height: 16px;
	padding: 3px 20px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	width: auto;
}


/* =Links
----------------------------------------------- */
a:link { color: #334C7F; }
a:visited { color: #990000; }
a:hover { color: #990000; }
a:active { color: #color: #990000; ; }

a{ color: #777069; outline: none; }
a:hover{ text-decoration: none; }

#breadcrumbs { color: #666; font-size: 85%; margin: 0 0 1em; }
#breadcrumbs a { color: #666; text-decoration: none; }
#breadcrumbs a:hover { text-decoration: underline; }


/* =Body
----------------------------------------------- */
#content { padding: 20px; }
#Results { height: 725px; width: 99%; }
.home #content .yui-u {
	margin-bottom: 2em;
	}

.home-contact .yui-u {
	font-size: 85%;
	}

	.logged-in #content { margin: 0 auto; width: 520px; }
	
/* Hyperlinks */
#content a:link { color: #334C7F; }
#content a:visited { color: #990000; }
#content a:hover { color: #990000; }
#content a:active { color: #color: #990000; ; }

/* Headers */
#content h1 { line-height: 200%; }
#content h2 { line-height: 138%; }
#content h3 {}
#content h4 {}
#content h5 {}
#content h6 {}

/* Text elements */
#content strong {}
#content em {}
#content cite {}
#content abbr {}
#content acronym {}
#content sup {}
#content sub {}
#content address {}
#content ins {}
#content dfn {}
#content del {}

/* Paragraphs */
#content p { margin: 0 0 1em; }

/* Unordered lists */
#content ul { margin: 0 0 1em 3em; }
	#content ul li { list-style-type: square; }

/* Ordered lists */
#content ol { margin: 0 0 1em 3em; }
	#content ol li { list-style-type: decimal; }

/* Defition lists */
#content dl { margin: 0 0 1em 1.5em; }
	#content dt { font-style: italic; }
	#content dd { margin: 0 0 0 1em; }

/* Blockquotes */
#content blockquote {}
	#content blockquote blockquote {}
	#content blockquote em {}

/* Object */
#content object {}

/* Code */
#content code {}
#content pre {}
#content pre code {}

/* Tables */
#content table {}
	#content caption {}
	#content tr {}
	#content th {}
	#content td {}

/* Forms */
#content form {}
	#content textarea { min-height: 100px; padding: 3px; width: 98%; }
	#content input { padding: 3px; }
	#content input[type="text"] { width: 300px; }
	#content label { display: block; }
	#content option {}
	#content .formreq { color: red; }

/* Fieldsets */
#content fieldset { }
	#content legend { display: none; }

/* Drop caps */
#content .drop-cap {	}

/* Notes */
#content .note {}

/* Warnings/Alerts */
#content .warning, .alert {}

/* Errors */
#content .error {}

/* Downloads */
#content .download {}

/* Alignment */
#content .left, #content .alignleft {}
#content .right, #content .alignright {}
#content .center, #content .aligncenter {}
#content .block, #content .alignnone {}

/* Misc */
#content sup { vertical-align: top; }
#content abbr { border-bottom: 1px dotted #000; cursor: help; }
#content acronym { border-bottom: 1px dotted #000; cursor: help; }
#content blockquote { 
	border-left: 3px solid #ddd;
	color: #666;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-style: italic;
	margin: 1em;
	padding-left: 1em;
	}


/* =Sidebar
----------------------------------------------- */
#sidebar{ background: #334c7f; color:#fff; width: 225px; }
#sidebar-container{ padding: 40px 20px; }
#sidebar a{ color: #fff; }
#sidebar .menuItem { border-left:3px solid #527ccc; line-height: 13px; margin: 0 0 15px; padding-left: 10px; }
#sidebar .menuItem a { text-decoration: none; }
#sidebar .menuItem a:hover{ text-decoration: underline; }
#sidebar #sidebar-contact p { font-size: 85%; margin: 0 0 1em; }

#sidebar .menuDefaultContainer { margin: 0 0 15px 13px; }
#sidebar .menuDefaultContainer li { list-style-type: none; }
#sidebar .menuDefaultContainer li ul li { font-size: 6px; list-style-type: square; }
#sidebar .menuDefaultContainer li ul li a { font-size: 13px; text-decoration: none; }
#sidebar .menuDefaultContainer li ul li a.menuLevel1Selected { color: #ffcc00; font-weight: bold; }
#sidebar .menuDefaultContainer li ul li a:hover { text-decoration: underline; }

#sidebar .menuDefaultContainer a { color: #B3CCFF; }

#sidebar .menuDefaultContainer ul.menuLevel0 ul.menuLevel0 li.menuLevel0,
#sidebar .menuDefaultContainer li.menuLevel1,
#sidebar .menuDefaultContainer li.menuLevel1Hover,
#sidebar .menuDefaultContainer li.menuLevel1MouseDown,
#sidebar .menuDefaultContainer li.menuLevel1Selected { list-style: circle; margin-left: 1em; }

#sidebar .menuDefaultContainer ul.menuLevel0 ul.menuLevel0 li.menuLevel0 a,
#sidebar .menuDefaultContainer li.menuLevel1 a,
#sidebar .menuDefaultContainer li.menuLevel1MouseDown a,
#sidebar .menuDefaultContainer li.menuLevel1Hover a,
#sidebar .menuDefaultContainer li.menuLevel1Selected a{ color: #fff; font-weight: bold; }

#sidebar .menuDefaultContainer li a.menuLevel0Selected,
#sidebar .menuDefaultContainer li a.menuLevel1Selected{ color: #ffcc00; font-weight: bold; }

.logged-in .menuDefaultContainer,
.logged-in .menuLevel0 { display: none; }

.logged-in #sidebar ul.menuLevel1,
.logged-in #sidebar ul.menuLevel2 { margin: 0 0 0 13px; }
.logged-in #sidebar ul.menuLevel1 a,
.logged-in #sidebar ul.menuLevel2 a { color: #B3CCFF; }
.logged-in #sidebar ul.menuLevel1 li,
.logged-in #sidebar ul.menuLevel2 li { font-size: 6px; list-style-type: square; }
.logged-in #sidebar ul.menuLevel1 { margin-left: 0 0 0 26px; }

.logged-in #sidebar .menuLevel1 .menuLevel1,
.logged-in #sidebar .menuLevel1 .menuLevel1Hover,
.logged-in #sidebar .menuLevel1 .menuLevel1MouseDown,
.logged-in #sidebar .menuLevel1 .menuLevel1Selected { color: #fff; font-size: 13px; }

.logged-in #sidebar .menuLevel1 .menuLevel1 a,
.logged-in #sidebar .menuLevel1 .menuLevel1MouseDown a,
.logged-in #sidebar .menuLevel1 .menuLevel1Hover a,
.logged-in #sidebar .menuLevel1 .menuLevel1Selected a{ color: #fff; text-decoration: none }

.logged-in #sidebar .menuLevel1 a.menuLevel1Selected{ color: #ffcc00; font-weight: bold; }

.logged-in #sidebar .menuLevel2 .menuLevel2,
.logged-in #sidebar .menuLevel2 .menuLevel2Hover,
.logged-in #sidebar .menuLevel2 .menuLevel2MouseDown,
.logged-in #sidebar .menuLevel2 .menuLevel2Selected { color: #fff; font-size: 13px; }

.logged-in #sidebar .menuLevel2 .menuLevel2 a,
.logged-in #sidebar .menuLevel2 .menuLevel1MouseDown a,
.logged-in #sidebar .menuLevel2 .menuLevel1Hover a,
.logged-in #sidebar .menuLevel2 .menuLevel2Selected a{ color: #fff; text-decoration: none }

.logged-in #sidebar .menuLevel1 .menuLevel1Hover a,
.logged-in #sidebar .menuLevel2 .menuLevel2Hover a { text-decoration: underline; }
.logged-in #sidebar .menuLevel2 a.menuLevel2Selected{ color: #ffcc00; font-weight: bold; }


/* =Footer
----------------------------------------------- */
#ft {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 85%;
	padding: 20px 10px;
	text-align: right;
	}

/* =Headers
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin:0 0 .7em; }
h1{ color: #527ccc; font-size:183%; letter-spacing:-1px; margin:0; }
h2{ color: #527ccc; font-size:138.5%; }
h3{ color: #527ccc; font-size:123.1%; }
h4{ color: #527ccc; font-size:116%; }
h5{ color: #527ccc; font-size:108%; }
h6{ color: #527ccc; font-size:100%; }

/* =Tables
----------------------------------------------- */
th{ color:#5c5650; text-transform:uppercase; }
th, td{ padding: 5px; }


/* =Common Classes
----------------------------------------------- */
.clear{ clear:both; }
object { outline:none; } 
input[type="hidden"]{ display:none !important; }
strong, b, .strong{ font-weight:bold; }
em, i{ font-style:italic; }
.aligncenter{ text-align: center; }
.alignright{ text-align: right; }
.alignleft{ text-align: left; }
.floatright{ float:right; }
.floatleft{ float:left; }
.hidden{ display:none; }
img.centered{ display: block; margin-left: auto; margin-right: auto; }
img.alignright{ padding: 4px; margin: 0 0 2px 7px; display: inline; float: right; }
img.alignleft{ padding: 4px; margin: 0 7px 2px 0; display: inline; float: left; }
/*.meb-red { background: #660000; color: #fff; font-style: italic; padding: 1px 4px 1px 1px; }*/
.meb-red { color: #990000; font-size:131%; font-weight: bold; text-shadow: 1px 1px 1px #bbb; }
h3 {}