* { margin: 0; padding: 0; }

body {
	background: #001427 url(../images/bg.jpg) 0 0 repeat-x;
	color: #1A365C;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/120% "Arial", Helvetica, sans-serif;
}

h1{
	font-size: 2em;
}

p.highlight {
    color: red;
}

/* Layout
------------------------------------------------------------------*/

div#insurance-forms-outer img{
	float: left;
}

div#insurance-forms-outer h2{
	clear: both;
}

div#insurance-forms-outer table#address{
	margin-left: 20px;
	text-align: left;
	color: #000;
	font-weight: normal;
	font-size: .9em;;
}

form#liability_insurance_not_for_profit_form h2{
	text-align: left;
	border-bottom: none;
	clear:both;
}

form#claims_made_liability_insurance_form img{
	float: left;
}

form#claims_made_liability_insurance_form h2{
	border-bottom: none;
	text-align: left;
	clear: both;
}

form#claims_made_liability_insurance_form table#address{
	margin-left: 20px;
	text-align: left;
	color: #000;
	font-weight: normal;
	font-size: .9em;
}

#outer {
	width: 759px;
	margin: auto;
	position: relative;
	text-align: left;
	border: 1px solid #fff;
	margin-top: 30px;
	background: #fff url(../images/inner_bg.gif) 0 0 repeat-y;
}

#insurance-forms-outer {
    width: 759px;
	margin: auto;
	position: relative;
	text-align: left;
	border: 1px solid #fff;
	margin-top: 30px;
	background: #fff url(../images/inner_bg_insurance_forms.gif) 0 0 repeat-y;
}

#wrapper1 {
}

#insurance-forms-outer #col-left {
    width: 759px;
}

#contentwrap {
	display: block;
	font-size: 0.75em; /* Global Content Font Size */
}

#header {
	background: #fff;
}

#headertpl {
	background: #fff url(../images/header_bg.jpg) 0 0 no-repeat;
	padding-top: 46px;
}

#col-left {
	float: left;
	width: 522px;
}

.colwrap-right {
	float: right;
	width: 236px;
	background: #fff;
	/*background: #fff url(../images/insurance_brokers.gif) 0 0 no-repeat;*/
}

/*	.contact {
		border-top: 1px solid #CCD2DB;
		margin-top: 36px;
		padding: 20px 0 0 3px;
	}*/
	
		.contact {
		margin-top:0;
		padding: 0 0 0 3px;
	}

.feature {
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background: #369;
}

.new-logo {
margin:0 0 20px 0;
}


/* Footer
------------------------------------------------------------------*/

#footer {
	background: #1A365C;
	height: 25px;
	line-height: 25px;
	clear: both;
	color: #6B7D95;
	font-size: 0.7em;
	padding: 0 25px 0 25px;
}
#footer p { margin: 0; }

	#footerleft {}

	#footerright {
		 float: right;
		 padding-right: 72px;
	}

	#footer a {
		color: #6B7D95;
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
	}

/* Navigation refer to vertical_nav.css)
------------------------------------------------------------------*/

#v-nav {
	display: block;
	overflow: hidden;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 45px;
}

/* Newsitem1
------------------------------------------------------------------*/

.newsitem1 {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 1em;
}
.newsitem1 h3 {
	margin-bottom: -0.25em;
}
.newsitem1 p.date {
	font-size: 0.8em;
	margin: 0;
}
.newsitem1 img {
	float: left;
	margin: 0 15px 15px 0;
}
/*.newsitem1 p, .newsitem1 h3 {
	margin-left: 115px; /* stop text wrapping around image */
/*}*/

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #A3170D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #A3170D;
}

p { margin: 0 0 1em 0; padding-left: 15px; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }

.hide { display: none; }

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
	color: #900;
	border-bottom: 1px solid #CCD2DB;
	padding: 0 0 4px 8px;
}

	h2 a {
		text-decoration: none;
	}

	h2 a:hover {
	}

h3 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 20px;
}

.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
}

.padding { padding: 15px 15px 15px 25px; float: left; width: 480px; }
/*.paddingright { padding: 70px 20px 10px 22px; float: left; }*/
.paddingright { padding: 20px 20px 10px 22px; float: left; }

.emphasis {
	font-size: 1.1em;
	font-weight: bold;
}

.clear { clear: both; }

/*** Messages ***/

form#contact div.error{
	width: auto;
	background: none;
	height: auto;
	position: relative;
	color:  #FF6666;
	padding: 0 0 5px 0;
	border-bottom: none;
}

div.error {
	width: 100%;
	height: 22px;
	background: #FF6666 url(../images/error.gif) 10px 8px no-repeat;
	position: absolute;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
}

.form-print p {
	padding-left: 0;
}
.padd { padding: 10px 30px 10px 10px; }
.padd th { font-weight: normal; width: 50%; }
.padd th, .padd td { padding-right: 20px; vertical-align: top; padding: 0 0 15px 0; }
.padd td { font-weight: bold; }
.no-bold td { font-weight: normal; 
		padding: 0 0 0 0}

.notices p { padding: 0; 
		margin: 0 0 5px 0;
}
		
.padd h2 { padding: 0 0 4px 0; }
.padd ul, .padd ol { margin-bottom: 1em; }
.states { width: 100%; }
.states th { width: 10%; }

/* Forms
------------------------------------------------------------------*/

#form-wrapper {
	font-size: 0.9em;
	margin: 2em;
	background: #fff;
}

.formbody {
	background: none;
	background: #fff;
}

/* CSS
------------------------------*/

form fieldset { margin-bottom: 15px; border: none; clear: both; text-align: left; line-height: 1.3em; }
form fieldset p { margin-bottom: 1.5em; padding-left: 0; }

form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	color: #900;
	}

form label {
	line-height: 1.3em;
	vertical-align: top;
	float: left;
	display: inline;
	}
form div.cr {
	float: left;
	display: inline;
}

form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}

form option { padding-right: 4px; }

form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #666;
	font-weight: normal;
}
form div.cr label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cr input {
	margin: 0 3px -3px 0;
}

form fieldset ol {
	margin: 0;
	padding: 0;
}

form fieldset ol.orderedlist {
	padding-left: 30px;
	margin: 0 0 1em 0;
}

form fieldset h2 {
	padding-left: 0;
	margin-bottom: 1em;
	line-height: 1.2em;
}

form fieldset ol.orderedlist ol {
	list-style-type: lower-alpha;
	padding-left: 20px;
}

form ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
}

form ul li{
	margin: 0 0 5px 0;
}

form ul.bullets li{
	overflow: none;
	list-style-type: disc;
}

form fieldset fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0 0 3px 0;
	clear: both;
	overflow: hidden;
	}

#insurance-forms-outer ol.notices li{
	list-style-type: decimal;
	padding: 0;
	margin: 0 5px 0;
	clear: both;
	overflow: visible;
}

ol.notices li{
	list-style-type: decimal;
	padding: 0;
	margin: 0 30px 0;
	clear: both;
	overflow: visible;
}

ol.notices-roman li{
	list-style-type: lower-roman;
	padding: 0;
	margin: 0 25px 0;
	clear: both;
}

#previous_liability_contracts_or_waivers_li label{
	width: 320px;
}

form fieldset fieldset input{
	width: 250px;
}

form fieldset fieldset input#declaration_signature
{
	width: auto;
}
form fieldset fieldset textarea{
	width: 250px;
	height: 60px;
}

li .cx {
	display: inline;
}

li .cr {
	padding: 0 0 0 5px;
}

.cx input{
	width: auto;
}

#CMLIPF-form-completed{
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 20px;
	color:#f00;
}

#previous_liability_contracts_or_waivers_li .cx .cr label, .cx .cr input {
	width: auto;
}

form fieldset fieldset {
	margin: 3px 0 0;
	border: 1px solid #CCD2DB;
	padding: 5px;
	}

form fieldset div legend {
	padding: 0 0 5px;
	font-weight: normal;
	}

form fieldset div label {
	display: block;
	width: auto;
	}

form .mandat { font-weight: bold; }

form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

form label { width: 175px; } /* Width of labels */

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}

/* Tables
------------------------------------------------------------------*/
table { margin-bottom: 2em; }
table, th, td { border: none; }
table.borders th, table.borders td { padding: 0 0 0 4px; }
table.borders th {
	border-top: 1px solid #CCD2DB;
	border-left: 1px solid #CCD2DB;
}

table#home-table {
	border-left: 1px solid #CCD2DB;
	padding-left: 20px;
}

table.borders {
	border-right: 1px solid #CCD2DB;
	border-bottom: 1px solid #CCD2DB;
}
table.borders td {
	border-top: 1px solid #CCD2DB;
	border-left: 1px solid #CCD2DB;
}
table.borders.print td { padding: 4px; }

ul.spaced-list{
	line-height: 2.5em;
}
