﻿/******************************************************************/
/* Typography */
/******************************************************************/

html, body {
	font: 13px/1.6 "Trebuchet MS",Helvetica,Arial,sans-serif;
	color: #455865;
}

p {
	padding-bottom: 15px;
}

table {
	margin-bottom: 15px;
}

h1 {
	font-size: 20px;
	font-weight: 900;
	color: #e48024;
	margin: 8px 0 5px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	font-weight: 900;
	color: #485775;
	margin: 25px 0 5px 0;
	border-bottom: 1px #485775 dotted;
}

h3 {
	font-size: 18px;
	font-weight: 900;	
	color: #293a45;
	margin: 10px 0 10px 0;
	border-bottom: 1px #293a45 solid;
	text-transform: uppercase;	
}

h4 {
	font-size: 12px;
	font-weight: 900;	
	color: #fff;
	margin: 10px 0;
	padding: 3px;
	background-color: #0093d8;
}

a {
	color: #0e82c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/******************************************************************/
/* Lists */
/******************************************************************/

ul.basicList {
                margin: 0;
                padding: 0;
                list-style: none;
}

ul.basicList li {
                margin: 0;
                padding: 5px 0;
}

ul.arrowList {
                margin: 0;
                padding: 0;
                list-style-position: outside;
}

ul.arrowList li {
                list-style: none;
                background: url(../img/bullet.png) 0px 5px no-repeat;
                margin: 0 0 10px 10px;
                padding-left: 20px;          
}

ol.numList {
	font: italic 20px Georgia, Times, serif;
	color: #999999;
}

ol.numList li {
	list-style: decimal;
	margin-left: 34px;	
}

ol.numList li p {
	font: normal 13px "Trebuchet MS",Helvetica,Arial,sans-serif;
	color: #455865;
}



/******************************************************************/
/* Homepage Services */
/******************************************************************/

ul.homeServices {
	margin: 0;
	padding: 0;
	list-style: none;
}

	ul.homeServices li {
		list-style: none;
		background: #fff url(../img/bg_services.png) no-repeat 0px 0px ;
		margin: 0;
		padding: 0;   
		height: 92px;
		width: 343px;  
		cursor: pointer;				     
	}
	
	ul.homeServices li:hover {
		background: #fff url(../img/bg_services.png) no-repeat 0px -92px;
		color: #0e82c7;		
	}
	
	ul.homeServices h3 {
		font-size: 12px;
		font-weight: 900;
		margin: 0;
		padding: 2px 0 0 25px;
		border-bottom: none;
	}

	ul.homeServices p {
		font-size: 11px;
		line-height: 1.4;
		font-weight: normal;	
		padding: 7px 10px 0 25px;		
	}

	ul.homeServices a {
		text-decoration: none;
		color: #fff;
	}	
	
/******************************************************************/
/* Right Column Sub-Navigation Links */
/******************************************************************/

ul.subNavBar {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

	ul.subNavBar li {
		list-style: none;
		margin: 0;
		padding: 0;   
		height: 36px;
		line-height: 36px;
		width: 225px;  
		cursor: pointer;				     
	}
	
	ul.subNavBar li.activePage {
		background: url(../img/bg_rightColumnActive.png) no-repeat 5px 0px ;	
		color: fff;			     
	}	
	
	ul.subNavBar a {
		margin: 0 0 0 30px;
		text-decoration: none;
		color: #717171;
	}
	
	ul.subNavBar a.sub {
		margin: 0 0 0 40px;
	}	
	
	ul.subNavBar li.activePage a  {
		font-weight: 900;
		color: #fff;	
	}					

/******************************************************************/
/* News & Annoucements */
/******************************************************************/

#tblNews {
	border: 0;
}

#tblNews td {
	padding: 17px 5px 16px 0;
	border-bottom: 1px #476374 dotted;
	background: #fff;
	text-align: left;
}

#tblNews a {
	color: #0e82c7;
	text-decoration: none;
}

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

#tblNews td.altRow {
	background: #f5f5f5;
}	

#tblNews td.dates, #tblNews td.datesAlt {
	color: #4f4f4f;
	font-size: 11px;
	font-weight: 900;
	vertical-align: middle;
	text-align:center;
	padding-top: 25px;
	width: 83px;
}	

#tblNews td.dates {
	background: #fff url('../img/bg_calendar.png') no-repeat 0% 50%;		
}	

#tblNews td.datesAlt {
	background: #f5f5f5 url('../img/bg_calendar2.png') no-repeat 0% 50%;	
}	

/******************************************************************/
/* Form Styles */
/******************************************************************/

form {
	/*width: 400px;*/
	margin: 0;
	padding: 0;
}

label {  
	display: block; 
	margin: 12px 0 0 0;
}

.labelTitleHighlight { color: #999999; }

/******************************************************************/
/* Landing Pages Form Styles */
/******************************************************************/
#contactForm {
	background: #fff url('../img/bg_form_help.jpg') no-repeat 0px 0px;	
	width: 707px; height: 172px;
	padding: 0; margin: 0 0 20px 0;
	position: relative;
}

	.contactFormBlank {
		background: #fff url('../img/bg_form_blank.jpg') no-repeat 0px 0px;	
	}

#cfmQ1 input, #cfmQ2 input, #cfmQ3 input, #cfmQ4 input {
	height: 16px; width: 104px;
	background-color: transparent;
	border: none;
	font-size: 11px;
	font-weight: normal;
}

#cfmQ5 textarea {
	font: 11px/1.6 Arial;
	height: 45px; width: 161px;
	background-color: transparent;
	border: none;
	font-size: 11px;
	font-weight: normal;
	overflow: auto;
}

#contactFormMessage, #successMessage, #cfmQ1, #cfmQ2, #cfmQ3, #cfmQ4, #cfmQ5, #cfmQsend {
	padding: 0; margin: 0; position: absolute;
}

#contactFormMessage {
	top: 67px; right: 20px;
	text-align: right;
}

#cfmQ1 {
	top: 102px; left: 190px;
}

#cfmQ2 {
	top: 102px; left: 310px;
}

#cfmQ3 {
	top: 132px; left: 190px;
}

#cfmQ4 {
	top: 132px; left: 310px;
}

	#cfmQ4b {
		display: none;
		visibility: hidden;
	}

#cfmQ5 {
	top: 102px; left: 433px;
}

#cfmQsend {
	top: 95px; right: 20px;
	width: 76px; height: 60px;
}

#successMessage {
	top: 76px; right: 20px;
	width: 480px; height: 55px;
	color: #E48024;
	text-align: right;
	padding: 6px 10px 2px;
	/*background: url('../img/tranparency-white.png');	*/
	background-color: #fff;
	border: 1px #ccc solid;
	font-size: 16px;	
}

/******************************************************************/
/* Articles */
/******************************************************************/
.articleSubText {color:#666666}


/******************************************************************/
/* Misc Styles */
/******************************************************************/

hr.thin {
	height: 1px;
	border: 0;
	color: #ccc;
	background-color: #ccc;
	width: 100%;
}

.clearBoth {clear:both}

.boldType {
	font-weight: bold;
}	

.strongP {
	font-size: 14px;
	font-weight: 900;
	color: #485775;
	text-transform: uppercase;
	margin: 10px 0 -10px 0;
}

/******************************************************************/
/* Alignment */
/******************************************************************/

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.fltRight {
	float: right;
}

.fltLeft {
	float: left;
}

.fltLeftPhoto {
	float: left;
	margin-right: 10px
}