html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
.bullets li {
	margin-left: 15px;
	list-style:disc;
}
.bullets { margin-bottom: 10px; }
.subBullets li {
	margin-left: 30px;
	list-style: circle;
}
.numbers li {
	margin-left: 17px;
	list-style: decimal;
}
.numbers { margin-bottom: 10px; }
.numbers .subBullets li {
	list-style: circle;
	margin-left: 30px;
}
.tab {
	margin-left: 15px;
	margin-bottom: 5px;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color:#fff;
	color:#323232;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
* {
	margin:0;
	padding:0;
}
/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #container { height: 100%; }
body > #container {
	height: auto;
	min-height: 100%;
}
#container {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
}
#main {
	padding-bottom: 103px;
	width:960px;
	margin: -11px auto 2em;
}  /* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -103px; /* negative value of footer height */
	height: 103px;
	clear:both;
	background: url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#topContainer {
	background-image:url('../images/top_bg.jpg');
	background-repeat:repeat-x;
	height:109px;
}
#topNavigation {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../images/testingbg.jpg');
	background-repeat:no-repeat;
	height:72px;
}
/*NAVIGATION*/

#menu li {
	display: inline;
	list-style-type: none;
}
#menu span { display: none; }
/*DROPDOWN*/
#menu {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
#menu a {
	color:#7b7b7b;
	text-decoration:none;
}
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none; /* for Firefox */
	line-height:0.9em;
}
#menu li {
	float:left;
	position:relative;
}
#menu li ul {
	visibility:hidden;
	position:absolute;
	top:2.5em;
	left:0;
	height:0;
	overflow:hidden;
	width:300px;
}
/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
#menu li:hover a, #menu li a:hover { border:0; }
#menu li.brewery_drop:hover ul, #menu li.brewery_drop a:hover ul {
	visibility:visible;
	height:auto;
	width:300px;
	height:209px;
	background-image:url("../images/dropdown.png");
	background-repeat:no-repeat;
	top:62px;
}
#menu li.individual_drop:hover ul, #menu li.individual_drop a:hover ul {
	visibility:visible;
	height:auto;
	width:300px;
	height:178px;
	background-image:url("../images/dropdown2.png");
	background-repeat:no-repeat;
	top:62px;
}
#menu li.small_drop:hover ul, #menu li.small_drop a:hover ul {
	visibility:visible;
	height:auto;
	width:300px;
	height:126px;
	background-image:url("../images/dropdownsmall.png");
	background-repeat:no-repeat;
	top:62px;
	overflow:visible;
	z-index:999;
}
#menu li a.contact {
	width: 154px;
	height: 72px;
	overflow: hidden;
	background: url(../images/office_contents.jpg) no-repeat top left;
	display: block;
}
#menu li a.contact:hover { background-position: right; }
body.contact #menu li a.contact { background-position: right; }
#menu li:hover ul li a, #menu li a:hover ul li a {
	display:block;
	font-weight:normal;
	background:transparent;
	text-decoration:none;
	height:auto;
	width:300px;
	padding-left:10px;
	padding-top:8px;
}
.top { padding-top:10px; }
* html .menu li a:hover ul li a { width:300px; }
#menu li:hover ul li a:hover, #menu li a:hover ul li a:hover {
	text-decoration:none;
	color:#000;
}
/*DROP*/
#menu li a.company {
	width: 86px;
	height: 62px;
	overflow: hidden;
	background: url(../images/company.jpg) no-repeat top left;
	display: block;
}
#menu li a.company:hover { background-position: right; }
body.company #menu li a.company { background-position: right; }
#menu li a.plans_for_ca_firm {
	width: 153px;
	height: 62px;
	overflow: hidden;
	background: url(../images/plans_for_ca_firms.jpg) no-repeat top left;
	display: block;
}
#menu li a.plans_for_ca_firm:hover { background-position: right; }
body.plans_for_ca_firm #menu li a.plans_for_ca_firm { background-position: right; }
#menu li a.plans_for_individual {
	width: 171px;
	height: 62px;
	overflow: hidden;
	background: url(../images/plans_for_individuals.jpg) no-repeat top left;
	display: block;
}
#menu li a.plans_for_individual:hover { background-position: right; }
body.plans_for_individual #menu li a.plans_for_individual { background-position: right; }
#menu li a.home_and_auto {
	width: 119px;
	height: 62px;
	overflow: hidden;
	background: url(../images/home_and_auto.jpg) no-repeat top left;
	display: block;
}
#menu li a.home_and_auto:hover { background-position: right; }
body.home_and_auto #menu li a.home_and_auto { background-position: right; }
#menu li a.contact {
	width: 154px;
	height: 62px;
	overflow: hidden;
	background: url(../images/office_contents.jpg) no-repeat top left;
	display: block;
}
#menu li a.contact:hover { background-position: right; }
body.contact #menu li a.contact { background-position: right; }
#menu li a.capw {
	width:231px;
	height:72px;
	overflow: hidden;
	background: url(../images/ca_insurance_plans_west.jpg) no-repeat top left;
	display: block;
}
#menu li a.capw:hover { background-position: right; }
body.capw #menu li a.capw { background-position: right; }
#left {
	width:683px;
	float:left;
}
#left_secondary {
	width:646px;
	float:left;
	margin-top:36px;
}
#umbrella_container {
	width:652px;
	height:451px;
}
#right {
	width:231px;
	float:left;
	margin-top:36px;
	padding-left:10px;
}
#right_secondary {
	width:231px;
	float:left;
	margin-top:36px;
	padding-left:47px;
}
.print { color:#000; }
a {
	text-decoration:underline;
	color:#0095CE;
}
a:hover { text-decoration:underline; }
p { padding-bottom:10px; }
.news_heading { color:#0095ce; }
#footer_content {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding-top:30px;
}
#footer_left {
	width:683px;
	float:left;
	font-size:13px;
	line-height:1.5em;
}
#footer_left a { color:#656565; }
#footer_left a:hover { text-decoration:underline; }
#footer_right {
	width:231px;
	float:left;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0095ce;
	font-size:15px;
	font-weight:normal;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 5px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0095ce;
	font-size:12px;
	font-weight:normal;
}
#secondary_nav a { color:#0095ce; }
.bottom {
	border-bottom:solid;
	border-width:1px;
	border-color:#575757;
}
.bottom2 {
	border-bottom:solid;
	border-width:2px;
	border-color:#575757;
}
#graphleft {
	width:250px;
	float:left;
}
#graphleft2 {
	width:310px;
	float:left;
}
#graphright {
	width:350px;
	float:left;
}
#graphright2 {
	width:300px;
	float:left;
	padding-left:10px;
}
.indent { padding-left:10px; }

.calcSubmit{
	display:block;
	background:#0095CE;
	border:none;
	color:#FFF;
	padding:5px 10px;
	font-size:14px;
	cursor:pointer;
	margin-bottom:20px;
}

.alert{
	color:red;
}
.calcSubmit:hover{
	background:#00aff2;
}

.answer{
	font-size:16px;
	font-weight:bold;
	padding:20px;
	background:#CCC;
	margin-bottom:20px;
}

.calculator{
	padding:20px;
	background:#e3e3e3;
	margin-bottom:20px;
}
