/* Table of Contents

	- Global Reset
	- Basic Structures
	- Header
	- Homepage Content
	- Interior Content
	- Flash
	- Footer
	- Common HTML Elements
	- Forms
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/


/* Global Reset

	This is an easy way to make sure that all browsers will default all element rules to the same settings.
	
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin : 0;
	padding : 0;
	border : none;
	font-size : inherit;
	line-height : inherit;
}
fieldset,img { border : 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style : normal; font-weight : normal; }
ol,ul { list-style : none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight : normal; }
q:before,q:after { content:''; }
abbr,acronym { border : 0; }

/* Basic Structures

	These ids and classes create the most basic building blocks for the website.
	(html) sets the default font type, color and size for the entire site.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/


html {
	width : 100%;
	color : #666;
	font-size : 62.5%;
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
	text-align : center;
}

body {
	margin : 0 auto 0 auto;
	width : 600px;
	text-align : center;
}

body.large #content { font-size : 125%; line-height : 125%; }
body.xlarge #content { font-size : 150%; line-height : 150%; }

#header {
	width : 600px;
	font-size : 1em;
	line-height : 1em;
	display : block;
	float : left;
	clear : both;
}

/* NOTE! navigationBar is a class, this is so that you can have more than one on a page. */

.navigation { display : none; }

.sideNav ul { display : none; }

#wrapper {
	width : 600px;
	font-size : 1.1em;
	line-height : 1.1em;
	display : block;
	float : left;
}

#content {
	margin : 0 auto 0 auto;
	width : 600px;
	text-align : left;
	display : block;
	float : left;
	clear : both;
}

#footer {
	width : 600px;
	font-size : 1em;
	line-height : 1em;
	border-top : 3px #666 solid;
	display : block;
	float : left;
	clear : both;
}

/* Header
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

#header {
	color : #333;
	background : none;
}

#header div.headerNavigation { display : none; }

#header div.print {
	margin : 0 auto 0 auto;
	height : 80px;
	width : 600px;
	border-bottom : 3px #666 solid;
	display : block;
	clear : both;
}

/* Homepage Content
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

body.home #wrapper { background : none; }

body.home #content { padding : 0 5px 0 5px; background : none; }

.twoColumns { background : none; }

.homeBuckets p { padding : 0 1.4em 0 1.4em; }

/* Homepage Bucket Titles */

h2.graphic {
	padding : .6em;
	border : none;
	width : auto;
	text-indent : 0px;
	background : none;
	display : block;
	overflow : hidden;
}

/* Homepage Bucket Graphic Links */

.homeBuckets ul, .homeBuckets ul li { padding : 0; width : 262px; display : block; clear : both; }
.homeBuckets div.choosePolicy ul, .homeBuckets div.moreInfo ul, .homeBuckets div.moreInfo ul li { width : 249px; }

.homeBuckets a.graphicLink {
	margin : 0;
	padding : 1.4em;
	height : auto;
	width : auto;
	border : none;
	background : none;
	text-indent : 0px;
	overflow : hidden;
	display : block;
}

/* Homepage Find an Agent Form */

form.findAgent  { display : none; }

/* Homepage News Headlines */

.headlines { padding : 0 0 2em 0; background : none; }

.headlines ul {
	padding : 2em 0 0 0;
	width : 498px;
	background : none;
	float : left;
}

.headlines ul li { padding : 0 0 1em 0; width : 498px; display : block; float : left; clear : none; }

.headlines ul li a {
	padding : .5em 22px .5em 15px;
	height : 1.1em;
	width : 461px;
	color : #036;
	background : none;
	display : block;
	float : left;
	clear : none;
}

.headlines ul li a:hover { color : #369; background : none; }

/* Interior Content
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

#wrapper { background : none; }

#content { padding : 0 5px 25px 5px; background : none; }

/* Graphic Section Titles */

h1.graphic {
	padding : .8em;
	height : auto;
	width : auto;
	border : none;
	background : none;
	text-indent : 0px;
	overflow : hidden;
	display : block;
}

h2 { background : none; }

/* Flash
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

#homeBanner { display : none; }

/* Footer
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

#footer {
	padding : 0;
	color : #333;
	background : none;
}

#footer div { 
	margin : 0 auto 0 auto;
	padding : 0;
	width : 600px;
	background : none;
	display : block;
	float : left;
	clear : both;
}

/* Footer Login Form */

#footer h2 { display : none; }

#footer form { display : none; }

/* Footer Navigation */

#footer ul, #footer p {
	padding : 0;
	width : 600px;
	color : #000;
	text-align : center;
	display : block;
	float : left;
	clear : none;
}

#footer li {
	padding : 1em 0 1em 0;
	width : 100%;
	line-height : 1.4em;
	text-align : center;
	display : block;
	clear : none;
}

#footer li.right { display : none; }

#footer a {
	padding : 0 1em 0 1em;
	width : auto;
	color : #333;
	text-align : center;
	border-right : 1px #333 solid;
	display : inline;
}

#footer a.last { padding : 0 0 0 1em; border-right : none; }

#footer a:hover { color : #369; }

#footer p.ie6Fix { display : none; }

/* Common Rules
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

a { color : #c60; text-decoration : none; outline : none; }
a:hover { color : #369; }

#content div { display : block; }

/* COLUMNS
	You can use this class to make a div into a column
	The width here defaults to 50% but can be controlled through the class name in the html which is applied by the autowidth.js file
	
	To set a div column width by percent you would specify the class like this ( class="column percent_#" ) where # is the desired value.
	
	To set a div column width to a specific pixel size you would specify the class like this ( class="column pixels_#" ) where # is the desired value.
*/

.column { margin : 0; padding : 0; width : 50%; float : left; }

h1 {
	padding : .8em;
	width : auto;
	color : #369;
	font-size : 2em;
	line-height : 100%;
	letter-spacing : 1px;
	display : block;
}

h2 {
	padding : 1em .7em .7em .7em;
	width : auto;
	color : #036;
	font-size : 2em;
	font-weight : normal;
	line-height : 100%;
	display : block;
}

h3 {
	padding : .5em 1.4em 0 1.4em;
	width : auto;
	color : #930;
	line-height : 100%;
	display : block;
}

h4 {
	padding : .5em 1.4em 0 1.4em;
	width : auto;
	font-weight : bold;
	line-height : 100%;
	display : block;
}

p {
	padding : .5em 1.4em .5em 1.4em;
	line-height : 1.4em;
	width : auto;
	display : block;
}

ul {
	padding : .5em 1.4em 0 3em;
	width : auto;
	list-style : none;
	display : block;
}

ol {
	padding : .5em 1em 0 3em;
	width : auto;
	display : block;
}

ul li, ol li {
	padding : 0 0 .5em 0;
	width : inherit;
}

hr {
	margin : .5em 1.4em .5em 1.4em;
	display : block;
}

object, embed, img { display : block; }


sup { font-size : 55%; }

/* apply this class to ad a divider between content sections */

.divider { border-bottom : 1px #d9d9d9 solid; }

/* apply this class to properly format images within content */

.photo {
	margin : 5px 10px 5px 10px;
	display : block;
}

/* Apply these classes to float stuff left or right */

.left { float : left; }

.right { float : right; }

.clear { clear : both; float : none; }

/* Apply this to hide anything */

.hide { display : none; }

/* Form Rules
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

fieldset {
	margin : 0;
	padding : 5px 10px 5px 10px;
	font-size : inherit;
	line-height : inherit;
	border : none;
	display : block;
	clear : both;
}

label { margin : 0; padding : 0 1em 0 0; text-align : left; width : auto; display : block; float : left; }

input { margin : .2em 0 0 0; height : 1.4em; border : 1px #333 solid; display : block; outline : none; }

textarea { border : 1px #333 solid; display : block; }

input.radio { margin : 0 .5em 0 0; border : none; display : block; float : left; }
input.checkbox { margin : 0 .5em 0 0; border : none; display : block; float : left; }

select { border : 1px #333 solid; display : block; outline : none; }

option { height : 1.3em; }

input.button {
	margin : 0 1em 0 0;
	padding : .2em 1em .2em 1em;
	height : auto;
	border : 1px #333 solid;
	float : left;
}


