/* - - - - - - - - - - - - - - - - - - - - -
Title : cisinsurance.com
Author: Eric Robbins
- - - - - - - - - - - - - - - - - - - - - */

/* Basic Styles */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dd, dt, form, img{ margin: 0; padding: 0; }

/* IE6 */
* html ul li a {
   height:1em;
}

body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", verdana, helvetica, sans-serif;
 	font-size: 72%;
	color: #292929;
	background-color: #fff;
	text-align: center; /* making IE5 submit */
}

h1 {
 	font-size: 1.8em;
	font-weight: normal;
	color: #0063a0;
	margin: 0 0 6px 0;
}

h2 {
 	font-size: 1.2em;
	font-weight: bold;
	color: #0063a0;
	margin: 15px 0 3px 0;
}

p {
	line-height: 1.3em;
	margin-bottom: 10px;
}

b {
	color: #000000;
	font-weight: boldest;
}

a {
	color: #0063a0;
}

a:hover {
	color: #0063a0;
	text-decoration: none;
}

a.quote {
	color: #ecce65;
	text-decoration: none;
}

/*
a:visited {
    color: #333;
    text-decoration: underline;
}
*/

a img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* STRUCTURAL STYLES */

#container {
	background: #fff;
	width: 901px;
	margin: 0 auto;
}


/* HEADER */

#header {
	width: 901px;
	height: 80px;
}

#header .logo {
	float: left;
}

#header .image {
	float: right;
}

#header .text {
	float: left;
	text-align: left;
	padding: 15px 0 0 100px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.0;
	color: #0063a0;
}

#header h1.textBIG {
	font-size: 2.0em;
	font-weight: normal;
	padding-left: 20px;
	color: #333;
}



/*** NAVIGATION AND DROPDOWNS ***/

#navbar {
	background: url(../images/navBkgrd.jpg) top left no-repeat;
	width: 901px;
	height: 41px;
	margin-bottom: 10px;
}

#navbar ul {
	padding: 0 10px 0 10px;
	margin: 0;
	list-style-type: none;
}

#navbar ul li {
	float: left; 
	position: relative; 
}

#navbar ul li.right {
	float: right;
	position: relative;
}

#navbar ul li a, .menu ul li a:visited, #navbar ul li.linkLeader {
	float: left; 
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 10px; 
	line-height: 41px; 
	height: 41px; 
}

#navbar ul li:hover {width:auto;}

#navbar ul li a.menuhover:hover {
	color: #bdbdbd;
	text-decoration: underline;
}

#navbar ul li:hover a.menuhover {
	color: #bdbdbd;
	text-decoration: underline;
}

#navbar ul li a.current {
	color: #ccc;
	text-decoration: underline;
}

.highlight {
	color: #ecce65;
	font-size: 1.1em;
}

#navbar .left {
	float: left;
} 

#navbar .right {
	float: right;
}

/*** END MAIN NAVIGATION ***/


/* Begin HOME PAGE Content */

#homePhoto {
	position: relative;
	margin-top: 20px;
	height: 305px;
	background: url(../images/homeMainImage2.jpg) bottom left no-repeat;
}

.homeText {
	position: absolute;
	top: 140px;
	right: 0;
	width: 420px;
	font-size: 1.5em;
	text-align: right;
}

.homeTextBlue {
	color: #0063a0;
	font-weight: bold;
}


#homeBottom {
	background: #0078c1 url(../images/homeBottomBkgrd.jpg) repeat-x top left;
}

#homeBottomContent {
	width: 901px;
	margin: 0 auto;
	padding-top: 15px;
}

#homeBottomContent .threeCol {
	width: 901px;
	text-align: left;
	color: #fff;
}

#homeBottomContent .threeCol .homeColHead {
	background: url(../images/homeColumnBkgrd.jpg) no-repeat top left;
	width: 270px;
	height: 37px;
	padding: 10px 0 0 15px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	text-transform: uppercase;
}

#homeBottomContent .threeCol .homeColSubHead {
	padding: 0 20px 0 15px;
	margin-top: -8px;
	margin-bottom: 8px;
	color: #fff;
}


#homeBottomContent .threeCol .col {
	float: left; 
	padding: 0 20px 0 0;
}

#homeBottomContent .threeCol .col {
	width: 280px;
}

#homeBottomContent .threeCol .col p {
	padding: 0 18px 0 15px;
	
}

#homeBottomContent .threeCol .colLast {
	float: left; 
	padding: 0;
}

#homeBottomContent .threeCol .colLast {
	width: 280px;
}

#homeBottomContent .threeCol .colLast p {
	padding: 0 20px 0 15px;
}

#homeBottomContent .threeCol .colLast h2 {
	padding: 0 20px 0 15px;
	margin-top: 0;
}

#homeBottomContent .threeCol a {
	color: #fff;
}

ul.homeBullets {
	list-style-type: none;
	padding-left: 0;
	margin-left: 15px;
	margin-bottom: 20px;
}

ul.homeBullets li {
	background: url("../images/bulletHome.gif") 2px 7px no-repeat;
	padding-left: 12px;
	margin-bottom: 5px;
	line-height: 1.3em;
}

ul.homeBullets li ul {
	list-style-type: disc;
	margin-left: 30px;
}

ul.homeBullets li ul li {
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}


/* CONTENT PAGE STYLES */

#contentContainer {
	width: 901px;
	margin: 0 auto;
	padding-top: 15px;
}

#sidebar {
	width: 284px;
	padding: 30px 20px 0 0;
	text-align: left;
	float: left;
}

#sidebar .header {
	background: url(../images/sidebarTitleBkgrd.jpg) no-repeat top left;
	width: 284px;
	height: 31px;
	padding: 7px 0 5px 12px;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	text-transform: uppercase;
}

#sidebar p {
	padding: 0 12px 0 12px;
}

#mainContent {
	width: 580px;
	margin-top: 10px;
	text-align: left;
	float: right;
}

#mainContentWide {
	width: 100%;
	margin-top: 10px;
	padding-left: 15px;
	text-align: left;
}

ul.bodyList {
	list-style-type: none;
	padding-left: 0;
	margin-left: 6px;
	margin-bottom: 20px;
}

ul.bodyList li {
	background: url("../images/bullet.gif") 2px 5px no-repeat;
	padding-left: 12px;
	margin-bottom: 5px;
	line-height: 1.3em;
}

ul.bodyList li ul {
	list-style-type: disc;
	margin-left: 30px;
}

ul.bodyList li ul li {
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}


/* FORM ELEMENTS */

form.eform {
	margin: 0px;
	width: 95%;
	color: #333;
	padding-top: 10px;
}

form.eform input {
	/* width: 250px; */
	width: auto;
	border: 1px solid #333;
}

form.eform input.radio {
	width: auto;
	border: 1px solid #BBB;
}

form.eform input:focus {
	background-color: #eee;
	border: 1px solid #0063a0;
}

form.eform select {
	border: 1px solid #333;
}

form.eform input.submit {
	width: auto;
	padding: 2px 5px;
	color: #fff;
	background-color: #0063a0;
	border: 1px solid #333;
}

form.eform fieldset { 
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #0063a0;
	background: url(../images/fieldsetBkgrd.jpg) left bottom repeat-x;
}
	
form.eform legend {
	margin: 0;
	padding: 0 5px;
	padding-left: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #0063a0;
	text-transform: uppercase;
	_margin: 0 -7px; /* IE Win */
}
	
form.eform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	color: #333;
	width: 160px;
}

form.eform table tr td label {
	width: auto;
}

form.eform table tr.separator td {
	border-top: solid 1px #ccc;
}

form.eform table tr.noBorder td {
	border-bottom: 0px;
}

form.eform fieldset ol {
	margin: 0;
	padding: 0;
}
	
form.eform fieldset li {
	list-style: none;
	margin: 0;
	padding: 5px 10px 7px;
	background: url(../images/fieldsetBorder.jpg) left bottom repeat-x;

}

form.eform fieldset ol li {
	list-style: decimal;
	margin-left: 2em;
	padding: 6px;
	background: none;
}


form.eform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	background: none;
}
	
form.eform fieldset fieldset legend {
	padding: 0 0 5px;
	font-size: 1.0em;
	font-weight: normal;
}
	
form.eform fieldset fieldset label {
	display: block;
	width: auto;
	margin-left: 143px;
}

form.eform em {
	font-weight: normal;
	font-style: italic;
	color: #000;
}








/* Table Data */

div.calendar table {
	margin: 0;
	width: 100%;
}

table {
	font-size: 1em;
	margin: 10px 0 10px 10px;
	width: 95%;
}

table.data {
	border-collapse: collapse;
}

table thead tr th {
	background-color: #0063a0;
	color: #fff;
	padding: 6px;
}

form.eform table thead tr th label {
	display: inline;
	line-height: 1em;
	vertical-align: top;
	color: #fff;
	width: auto;
}

table thead tr th.actions {
	text-align: right;
}

table thead tr th a {
	color: #fff;
	text-decoration: none;
}

table thead tr th a:hover {
	color: #fff;
	text-decoration: underline;
}

div.adminSearch form a, input#adminSearchBtn {
	color: #2083c0;
	border: solid 1px #2083c0;
	padding: 2px 4px 2px 4px;
	background-color: #eee;
	text-decoration: none;
}

div.adminSearch form a:hover, input#adminSearchBtn:hover {
	color: #eee;
	border: solid 1px #2083c0;
	padding: 2px 4px 2px 4px;
	background-color: #2083c0;
}

table thead tr th.actions a {
	border: solid 1px #fff;
	padding: 2px 4px 2px 4px;
	background-color: #2083c0;
}

table thead tr th.actions a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #0063a0;
}

table tfoot tr th {
	background-color: #cccccc;
	text-align: center;
	padding: 4px;
}

table tfoot tr th.first {
	text-align: left;
}

table tfoot tr th.last {
	text-align: right;
}

table tr.footer td {
	border-top: solid 2px #0063a0;
}

table caption {
	font-size: 1.2em;
	padding-bottom: 0;
	text-align: left;
}

table tbody td, tbody th {
	padding: 4px;
	border: 1px #e5e5e5 solid;
	
}

table.noBorder tbody td, tbody th {
	padding: 4px;
	border: 0px #e5e5e5 solid;
	
}

table tbody td.rowhead, tbody th.rowhead {
	text-align: left;
	white-space: nowrap;
}

table tbody tr.altRow th, tbody tr.altRow td {
	background-color: #e5e5e5;
}






/* Footer */
#footer {
	background: url(../images/footerBkgrd.jpg) top left repeat-x;
	margin-top: 40px;
}

#footerContent {
	width: 901px;
	margin: 0 auto;
	padding: 8px 0 40px 0;
	font-size: 0.95em;
}

#footerContentHome {
	width: 901px;
	margin: 0 auto;
	padding: 8px 0 40px 0;
	font-size: 0.95em;
	color: #fff;
}

#footerContentHome a {
	color: #fff;
}





/* Clearfixorama */

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}  

.clearfix { 
	_height: 1px; 
}

br {
	clear: both;
}

a.reverseLink {
	text-decoration: none;
}

a.reverseLink:hover {
	text-decoration: underline;
}

a.sortable, a.sortableDown {
	color: #ecce65;
}

.unread, table.data tr.unread td {
	font-weight: bold;
	background-color: #ecce65 !important;
}

.noWrap {
	white-space: nowrap;
}

.blockHighlight {
	color: #fff;
	background-color: #3391C5;
	border: 1px solid #0063a0;
	padding: 2px 4px;
	font-weight: bold;
}

.blockHighlight a {
	color: #ecce65;
}

.disabled {
	color: #999999;
}

.required, .required label {
	color: #0063a0 !important;
	font-weight: bold;
}

label.error {
	color: #ff0000 !important;
}

.Error, .error {
	color: #ff0000 !important;
}

.noResults {
	font-style: italic;
	text-align: center;
	padding: 10px;
}

dfn {
	border-bottom: 1px dashed #000000;
	font-style: normal;
	cursor: help;
	position: relative;
}

.required dfn {
	border-bottom: 1px dashed #0063a0;
}

dfn span.dfnText {
	display: none;
	border: 1px solid #000000;
	background-color: #ddd;
	color: #000;
	padding: 4px;
	float: left;
	width: 300px;
	position: absolute;
	top: 15px;
	right: -295px;
	z-index: 25;
	font-weight: normal;
	white-space: normal;
	text-align: left;
	line-height: normal;
}

dfn:hover span.dfnText {
	display: block;
}

.comparisonAddition {
	color: #00aa00;
}

.comparisonSubtraction {
	color: #ff0000;
}

.comparisonModification {
	color: #0000ff;
}

table.data tr td, table.data tr th {
	vertical-align: top;
}

