@charset "utf-8";

.borderRight {
	border-right:1px solid #ccc;
}
.borderLeft {
	border-left:1px solid #ccc;
}
.noBorder {
	border:none !important;
}

.highlight {
	color:#DC022A !important;
}
.clr {
	clear:both;
	font-size:1px;
}
.linkUnderline {
	text-decoration:underline;
}
.hidden {
	display:none;
}


/*  General format definitions
************************************************************************************************************************/

* {
	color:#666;
	font-family:Tahoma, arial, helvetica;
}

p {
	font-size:0.9em;
}
	p.small {
		font-size:0.6em;
	}

a {
	text-decoration:none;
	line-height:14px;
}
	a:hover {
		text-decoration:underline;
	}
	
h1 {
	font-size:1.56em;
	font-weight:normal;
	color:#333;
	padding-bottom:0.2em;
}
h2 {
	font-size:1.25em;
	font-weight:normal;
	line-height:1em;
	color:#DC012A;
	padding-bottom:0.4em;
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#666;
}
h4 {
	text-transform:uppercase;
	font-size:0.7em;
	font-weight:normal;
	text-align:right;
	color:#000;
}
h5 {
	font-size:0.56em;
	font-weight:normal;
	padding-bottom:0.56em;
}

strong {
	font-weight:bold;
}


/*  Layout of body and main div's
************************************************************************************************************************/

body {
	background-color:#fff;
	text-align:center;
	font-size:1em;
	font-family:Tahoma, arial, helvetica;
}

div#wrapper {
	width:980px;
	margin:0 auto;
	text-align:left;
}

div#header {
	margin-top:2em;
}
	div#headerTitle {
		background:url(../images/headerBg.jpg) top left no-repeat;
		margin-top:0.8em;
		height:58px;
		min-height:58px;
	}
		/* Header Definitions */
		div#headerTitle p,
		div#headerTitle span,
		div#headerTitle a {
			color:#fff;
		}
		div#headerTitle p {
			float:right;
			padding:1.1em 24px 0 0;
			clear:both;
			font-family:helvetica, Tahoma, arial;
		}
		div#headerTitle p.small {
			padding:0.4em 24px 0.4em 0;
			font-family:Tahoma, arial, helvetica;
		}
		div#headerTitle span {
			font-size:1.25em;
			padding-left:0.1em;
		}
		div#headerTitle a,
		div#headerTitle a:hover {
			text-decoration:underline;
		}
		
div#main {
	background:url(../images/contentBg.jpg) top left repeat-y;
}
	div#naviBar {
		float:left;
		width:180px;
		margin:3em 0 0 0;
		min-height:290px;
		height:auto !important;
		height:290px;
	}
		div#naviBar.home {
			border-right:1px solid #ccc;
		}
		
	div#contentBanner {
		float:left;
		clear:right;
		width:760px;
	}
	div#contentWrapper {
		float:left;
		width:590px;
		min-height:300px;
		height:auto !important;
		height:300px;
		margin:2.8em 0 5em 0;
		
		border-left:1px solid #ccc;
	}
	div#contentWrapper.home {
		margin:1em 0 2em 0;
		border-left:none !important;
	}
		div#content {
			margin:0 0 0 1.2em;
		}
/*		div#content.home {
			background:url(../images/bannerBg.jpg) top left no-repeat;
		} */
		div#content.home h1 {
			padding:1.4em 0 1em 0.6em;
		}
	div#promoBar {
		float:left;
		width:186px;
		padding:1em 14px 0 0;
	}
	
div#footer {
	float:left;
	background:url(../images/contentBottom.jpg) top left no-repeat;
	font-size:0.8em;
	height:10px;
	min-height:10px;
}


/* Navigation Bar 
************************************************************************************************************************/
ul#mainNav {
	margin:0 0 0 1.2em;
	font-size:0.9em;
}
	ul#mainNav li {
		margin-bottom:0.4em;
	}
	
	
/* Content formatting 
************************************************************************************************************************/
div#content p,
div#content h1,
div#content h2 {
	margin-right:1.8em;
}
div#content p {
	color:#666;
	font-size:12px;
	margin-bottom:1.6em;
	line-height:16px;
}
	div#content p.contentTitle {
		font-weight:bold;
		margin-bottom:0em;
	}
	div#content p.lessPad {
		margin-bottom:0.2em;
	}

	div#content h1.noSubTitle {
		margin-bottom:0.8em;
	}
	
	h2.contentSubHeading {
		color:#666;
		margin-bottom:1em;
	}
	h2.contentSubtitle {
		margin-top:2em;
	}
	h2.contentSubtitleHome {
		margin:2em 0 0 0.7em;
	}
	
	h3.contentSubHeading {
		color:#666;
		padding:0.2em 0 2em 0;
		margin-right:1.8em;
	}
	h3.contentSubtitle {
		margin:0.1em 1.8em 0.2em 0;
	}	
	
div#content ul {
	font-size:0.75em;
}
	div#content ul li {
		background:url(../images/customBullet.gif) left 3px no-repeat;
		padding-left:16px;
	}
div#content ol {
	list-style-type:decimal;
	font-size:12px;
	margin:1em 0 0 1.6em;
}

div.contentListWrapper {
	float:left;
	display:block;
	padding-bottom:0.6em;
}
	div.contentListTitle {
		float:left;
		padding:0.6em 0;
		margin:0.6em 0;
		background-color:#ebebeb;
	}
		div.contentListTitle h3 {
			padding:0.4em 1.2em;
			width:246px;
		}
		
	div.faqListTitle {
		float:left;
		padding:0.6em 0;
		margin:0.6em 0;

		background-color:#ebebeb;
	}
		div.faqListTitle h3 {
			padding:0.4em 1.2em;
			width:246px;
		}

	
	ul.contentList {
		padding:1em 0 0 0.6em;
	}
	ul.contentList li {
		margin:0.4em 0;
	}
	
	ul.legalList {
		padding:1em 0 1em 0.6em;
		margin-bottom:1em;
		border-bottom:1px solid #e6e6e6;
	}
	ul.legalList li {
		margin:0.4em 0;
	}
	
	ul.sitemapList {
		padding:1em 0 1em 0.6em;
		margin-bottom:1em;
		border-bottom:1px solid #e6e6e6;
	}
	ul.sitemapList li {
		margin:0.4em 0;
	}
		ul.sitemapSubList {
			padding:0.4em 0 0.4em 0.6em;
		}
		ul.sitemapSubList li {
			margin:0.4em 0;
		}
	
	div.faqList {
		clear:both;
		margin:0.4em 0 0 0;
		background:#fff;
	}
		div.faqList ul {
			padding:0 0 0 1em;
		}
			div.faqList ul li {
				margin-bottom:0.4em;
				width:230px;
			}
			div.faqList ul li.last {
				margin:0;
			}
			
div.contactPhone {
	float:left;
	margin-right:2em;
}

/* Promo Bar formatting
************************************************************************************************************************/	

div.promoBox {
	width:186px;
	margin-bottom:10px;
	font-size:0;
	line-height:0px;
}
	div.promoBox img {
		padding:0;
		margin:0;
		font-size:0;
		line-height:0;
	}
	
	div.promoContentImage {
		background:url(../images/promoContent.jpg) top left repeat-y;
		text-align:center;
		font-size:0;
		padding:0;
		margin:0;
	}
		div.promoContentImage img {
			float:none;
			margin:0;
			padding:0;
		}
		div.promoContentImage a {
			font-size:0;
			line-height:0;
		}
		
	div.promoContentText {
		width:186px;
		background:url(../images/promoContent.jpg) top left repeat-y;
		padding:10px 0 10px 0;
	}
		div.altBg {
			background:url(../images/promoContent3.jpg) top left repeat-y;
		}
		div.promoContentText h2 {
			font-size:25px;
			line-height:25px;
			padding:0 12px 4px 12px;
		}
		div.promoContentText p {
			font-size:18px;
			line-height:18px;
			color:#fff;
			padding:0 12px 8px 12px;
		}
		div.promoContentText a {
			text-decoration:underline;
			font-size:13px;
			padding:0 12px 0 12px;
		}
		
div.promoFooter {
	width:186px;
}
	div.promoFooterContent {
		padding:0 0.4em 0.6em 0;
	}
		div.promoFooterContent h4 {
			padding-left:0.6em;
		}

/* Footer Styles 
************************************************************************************************************************/
	
div#footer ul {
	float:left;
	padding:1.4em 0 0 0;
}
	div#footer ul li {
		display:inline;
		padding:0.4em 1em 0.8em 0;
	}
		div#footer ul li a {
			line-height:16px;
		}
	
div#footer p.hallmark {
	float:right;
	text-align:right;
	line-height:14px;
	color:#ccc;
	padding:1.4em 0 0 0;
}

div#footer p.footerText {
	float:left;
	width:100%;
	padding:2em 0 0 0;
	color:#999;
	line-height:14px;
}


/* Form Styles 
************************************************************************************************************************/

form#contactForm {
	padding:1em 0 0 1em;
}
	form#contactForm fieldset {
	}
	form#contactForm legend {
		font-weight:bold;
		padding:0 0 1em 0;
		margin-top:0.8em;
	}
	form#contactForm ul {
		list-style:none;
		line-height:16px;
		overflow:auto;
	}
		form#contactForm li {
			background:none !important;
			padding-left:0 !important;
			clear:both;
			float:left;
			width:100%;
			margin:0 -3px 0.4em 0;
		}
			form#contactForm li.space {
				margin:0 0 2em 0;
			}
	form#contactForm img {
		float:left;
		margin:5px 12px 0 0;
	}
	
	form#contactForm label {
		width: 10em;
		float: left;
		text-align: right;
		margin:0.2em 0.4em 0 0;
		display: block;
	}
	form#contactForm input {
		width:280px;
	}
			form#contactForm input#submit {
				width:100px;
				position:relative;
				left:332px;
				color:#333;
			}
	form#contactForm select {
		float:left;
		width:120px;
	}
	form#contactForm textarea {
		width:280px;
		overflow:auto;
		font-size:13px;	
	}
	
/* FAQ page formatting
************************************************************************************************************************/

div#faqs {
	float:left;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:1em;
}
	div.faqSection {
		border-top:1px solid #e6e6e6;
		padding-top:1em;
	}
	div.faqSection ul {
		font-size:0.8em;
		line-height:14px;
		margin:0 0 1.4em 0;
	}
		div.faqSection li {
			margin:0 0 6px 0;
		}
			div.faqSection li div.listTitle {
				width:400px;
				display:inline;
			}
			div.faqSection li div.listFee {
				width:200px;
				display:inline;
			}
	div.faqSection h5.last {
		margin-bottom:2em;
	}

/* admin panel formatting
************************************************************************************************************************/
ul#adminOptions {
	list-style:none;
	margin:20px 20px 0 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:4px 0 4px 0;
}
ul#adminOptions li {
	background:none !important;
	padding:0 !important;
	margin:0;
	display:inline;
}

#dbTableHeader {
	width:500px;
	display:block;
	font-size:0.8em;
}

#dbTableHeader thead {
	width:500px;
}
	#dbTableHeader th {
		background-color:#DC022A;
		color:#fff;
		line-height:20px;
		padding-left:6px;
	}

#dbTableHeader tbody {
	width:500px;
	height:50px;
	min-height:50px;
	border:none;
	
}
	#dbTableHeader div {
		height:100px;
		width:498px;
		overflow:auto;
		border:1px solid #ccc;
	}
	#dbTableHeader div table {
		width:480px;
	}
		#dbTableHeader div table tr {
			
		}
		#dbTableHeader div table td {
			width:100px;
			border-right:1px solid #ccc;
			border-bottom:1px solid #ccc;
			padding:0 0 0 6px;
			margin:0;
			line-height:20px;
		}
			.narrow {
				width:20px !important;
			}
