/*******  Begin Page Defaults  *******/

/******* 
Background Blue: #84a2b5
Dark Blue: #0c365e
Light Gray: #e8e8e8
Dark Gray: #cccccc
Button Orange:  #d86e10 
*******/

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background-color: #84a2b5;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 155%;
	text-align: center;
	margin: 0px auto 0px auto;
}

#Wrapper {
	background-color: #fff;
	width: 854px;
	margin: 0px auto 0px auto;
	border: 1px solid #7f7f7f;
}

#Header {
	background-color: #fff;
	width: 968px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 0px 0px;
	display: table;
}

#HeaderLeft {
	float: left;
	width: 484px;
}

#HeaderLeft p {
	margin: -10px 0px 0px 150px;
	padding: 0px 0px 10px 0px;
	font-size: 22px;
	font-weight: bold;
	color: #0c365e;
}

#HeaderLeft ul {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#HeaderLeft li {
	display: inline;
	list-style-type: none;
	padding: 0px 6px 0px 6px;
}

#HeaderRight {
	float: left;
	width: 484px;
}

#Nav {
	background-color: #fff;
	width: 968px;
	height: 27px;
	font-size: 13px;
	font-weight: bold;
	color: #0c365e;
	margin: 0px auto 0px auto;
	padding: 15px 0px 0px 0px;
}

#ContentWrapper {
	width: 908px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 30px 0px 30px;
	background-color: #fff;
	text-align: left;
	display: table;
}

#Content {
	width: 906px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border-top: 3px solid #c4c4c4;	
}

#ContentLeft {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 10px 0px;
	/*background-color: #e8e8e8;*/
}

#ContentLeft p{
	margin: 0px 0px 4px 0px;
}

#ContentRight {
	float: left;
	width: 655px;
	margin: 0px 0px 0px 10px;
	padding: 40px 15px 0px 20px;
	border-left: 3px solid #c4c4c4;
	border-right: 3px solid #c4c4c4;
	font-weight: bold;
}

#ContentRight p{
	margin: 0px 0px 15px 0px;
}

#ContentRight a{
	color: #84a2b5;
}

#ContentRight ul {
	margin: -8px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

#ContentRight li {
	list-style-position: inside;
}

#GrayLine {
	clear: both;
	width: 906px;
	height: 3px;
	background-color: #c4c4c4;
	text-align: center;
}

#Footer {
	background: url(../images/footer.gif);
	width: 968px;
	height: 22px;
	font-size: 11px;
	line-height: 22px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	color: #4c4c4c;
}

#Footer a {
	text-decoration: none;
	color: #4c4c4c;
}

#Footer a:hover {
	color: #84a2b5;
}

	.AppTable {
		width: 100%;
	}

	.AppTable td {
		padding: 2px;
		font-weight: normal;
	}

	.ContactTable {
		width: 100%;
	}

	.ContactTable td {
		padding: 2px;
	}
	
	.AddressTable {
		width: 100%;
	}

	.AddressTable td {
		padding: 2px;
	}
/*******  End Page Defaults  *******/

/*******  Begin Forms  *******/
form { margin: 0px; }

.FormField {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	width: 170px; 
	border: 1px solid #d86e10;	
	padding: 2px;
	background: transparent;
}

.TextArea {
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px;
	width: 628px; 
	height: 80px;
	border: 1px solid #d86e10;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 4px;
	overflow: hidden;
	background: transparent;
}

.Submit { 
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px;
	background-color: transparent;	
	width: 80px; 
	height: 20px;
	border: 1px solid #d86e10;
	margin: 10px 0px 10px 0px;
	cursor: pointer;
}

.Submit:hover {
	background-color: #d86e10;
	border: 1px solid #000;
}

.SubmitApplication { 
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px;
	color: #fff;
	background-color: transparent;	
	width: 100px; 
	height: 20px;
	border: 1px solid #d86e10;
	margin: 10px 0px 10px 0px;
	cursor: pointer;
}

.SubmitApplication:hover {
	background-color: #d86e10;
	border: 1px solid #fff;
}
/*******  End Forms  *******/

/*******  Begin Page Styles  *******/
.ImgBorder {
	border: 1px solid #c4c4c4;
}

.Bold {
	font-weight: bold;
}

.BoldBlue {
	font-weight: bold;
	color: #0c365e;
}

.BoldBlueLight {
	font-weight: bold;
	color: #84a2b5;
}

.BoldBlueBig {
	font-size: 16px;
	font-weight: bold;
	color: #0c365e;
}

.BoldBlueLight {
	font-weight: bold;
	color: #84a2b5;
}

.HeaderGray {
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	color: #c4c4c4;
}

.HeaderOrange {
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	color: #d86e10;
}

.HeaderBlue {
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	color: #84a2b5;
}

.SmallText {
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
}

#CalcInfo {
	width: 550px;
	margin: 10px 0px 0px 0px;
}


table.CalcTable {
	width: 650px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #000;
}

table.CalcTable td {
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	text-align: center;
}

table.CalcTable tr {
	background-color: #a5a5a5;
}

/*******  End Page Styles  *******/

	/********  Button  ********/
	#Testimonials {
		margin: 0px 0px 0px 0px;
		height: 100px;
		color: #0c365e;
	}
	
	#Testimonials p {
		margin: 0px 0px 10px 0px;
	}

	a.Button {
	    background: transparent url(../images/bg_button_a.gif) no-repeat scroll top right;
	    display: block;
	    font: normal 12px arial, sans-serif;
	    height: 24px;
		width: 150px;
	    margin-right: 8px;
	    padding-right: 18px; /* sliding doors padding */
	    text-decoration: none;
		text-align: center;
	}

	a.Button span {
	    background: transparent url(../images/bg_button_span.gif) no-repeat;
	    display: block;
	    line-height: 14px;
	    padding: 5px 0px 5px 18px;
		font-weight: bold;
		color: #0c365e;
	}

	a.Button:hover {
	    background-position: bottom right;
	    outline: none; /* hide dotted outline in Firefox */
	}

	a.Button:hover span {
	    background-position: bottom left;
	    padding: 6px 0px 4px 18px; /* push text down 1px */
		color: #84a2b5;
	}
	/********  Button  ********/

/*******  Begin Forms  *******/
form { margin: 0px; }

.FormFieldQuick {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	width: 190px; 
	height: 20px; 
	border: 1px solid #0c365e;	
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 4px;
	padding-top: 2px;
	background: #e8e8e8;
}

.TextAreaQuick {
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px;
	width: 190px; 
	height: 80px;
	border: 1px solid #0c365e;
	margin: 8px 0px 0px 0px;
	padding: 2px 0px 0px 4px;
	overflow: hidden;
	background: #e8e8e8;
}

.SubmitQuick { 
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 10px;
	color: #fff;
	background-color: #84a2b5;	
	width: 80px; 
	height: 20px; 
	border: 1px solid #0c365e;
	margin: 4px 0px 0px 0px;
}

.SubmitQuick:hover {
	color: #0c365e;
}

.FormFieldCalc {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px; 
	width: 120px; 
	height: 20px; 
	border: 1px solid #0c365e;	
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 3px;
	background: #e8e8e8;
}

.SubmitCalc { 
	position: absolute;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #84a2b5;	
	width: 130px; 
	line-height: 20px;
	height: 24px;
	border: 1px solid #0c365e;
	margin: 1px 0px 0px -130px;
	cursor: pointer;
}

.SubmitCalc:hover {
	color: #0c365e;
}
/*******  End Forms  *******/

/*******  Begin Nav  *******/
#MainMenu {
	width: 906px;
	height: 27px;
	background: #FFF;
	margin: auto;
	border-bottom: 3px solid #84a2b5;
}

#tab {
	top: 0px;
	height: 0px;
	background: repeat-x top;
	margin: 0;
}

#tab ul {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

#tab li {
	display: inline;
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}

#tab a {
	background: url(../images/nav_right_02.gif) no-repeat right top;
	text-decoration: none;
	width: 150px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

#tab a span {
	display: block;
	background: url(../images/nav_left_02.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c365e;
	font-weight: bold;
	line-height: 27px;
	padding: 0px 22px;
}

#tab a:hover,#tab li.item_active a {
	background-position: right bottom;
}

#tab a:hover span,#tab li.item_active a span {
	background-position: left bottom;
	color: #000;
	font-weight: bold;
	color: #0c365e;
	font-style: normal;
	text-decoration: none;
}
/*******  End Nav  *******/