/*
*	Total Insurance
*	Copyright Nicholas Creative Media 2007
*
*---------------------------------*/


body {
	margin: 0px;
	background: #eee;
	font-size: 62.5%;
	color: #333;
}

/*----------------------------------------------------*/


h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #0154A0;
}
h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bolder;
}
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.3em; }
h1, h2, h3, h4, h5, h6 { margin: 1em 0px 1em; }

ul, li, dd, dl, dt { font-size: 1em; }
/* li, ol, dd, dt { margin: 1.1em .5em; }*/

a { color: #0154A0; text-decoration: underline; }
a:visited { color: #0154A0; }
a:active { color: #4481b8; }
a:hover { color: #4481b8; text-decoration: none; }

img { border-width: 0px !important; }
p + p { margin: 1em 0px; }

.alignleft {text-align: left !important; }
.aligncenter {text-align: center !important;  }
.alignright {text-align: right !important; }

/* Addendums */
* { font-family: Arial, Helvetica, sans-serif; }
td.menu a { color: #fff !important; text-transform: uppercase; font-size: .9em ; text-decoration: none; }


#content {
	width: 535px;
	padding-bottom: 15px;
	font-size: 1.2em;
}

.footer { font-size: 1em; }

#breadcrumbs { padding-top: 15px; } 

#breadcrumbs *, #breadcrumbs a .page, .page { text-transform: capitalize; } 

#breadcrumbs a { text-decoration: none; color: #999; }
#breadcrumbs a:active { text-decoration: none; color: #999; }
#breadcrumbs a:visited { text-decoration: none; color: #999; }
#breadcrumbs a:hover { text-decoration: underline; }

.indexcontent {
	padding: 20px;
	font-size: 1.2em;
}

#primary { border: double #bad1e5; padding: 5px; width:310px;}

.req { font-size: 1em; color: red; }

.didyouknow { font-size: 1.4em; color: #058543; font-weight: bold; }

a.companies {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #999999;
	text-decoration: none;
}

a.companies:hover {
	color: #000000;
	text-decoration: none;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font-size: 1.2em;
	font-weight: bold;
    height: 32px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

.button-quote {
	width: 300px;
	height: 32px;
	background: transparent url('../images/bg_button_quote.gif') no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
}

.button-quote:hover {
	text-decoration: underline;
}

a.button span{
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 16px;
    padding: 7px 0 9px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #eee;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 8px 0 8px 18px; /* push text down 1px */
}

a.button:visited { color: #fff; }
a.button:hover { text-decoration: underline; }

a.button-close {
	height: auto;
	background-image: none;
	margin: 0 0 0 0;
	font-weight: normal;
	padding: 0;
	color:#000000;
	font-size: 1em;
}

a.button-close:visited{
	color:#000000;
}

.boo.messagebox {
	clear: both;
	float: none !important;
	margin: 5px 5px 10px 5px;
}

.messagebox-content {
	font-size: 1.1em;
	width: 400px;
}


.hidden {
	visability: hidden;
}

.nicholas a 		{ color: #333; text-decoration: none; }
.nicholas a:visited { color: #333; text-decoration: none; }
.nicholas a:active 	{ color: #333; text-decoration: none; }
.nicholas a:hover	{ color: #666; text-decoration: underline; }
