/* CSS Document */
@import url(_fonts.css);
@import url(_forms.css);

/* ********Global Structure******** */

* html body { behavior: url(../assets/css/csshover.htc); }

.clearer {
	padding: 0px;
	line-height: 0px;
	clear: both;
	height: 1px;
	margin-top: -1px;
	font-size: 0px;
}

/* Background & Wrapper */
body {
	margin:0px auto; padding:0px;
	text-align: center;
	background-color:#F7E0A9;
}

div.GlobalWrapper {
	position: relative;
	margin: 0px auto;
	width: 800px;
	text-align: center;
	background-image: url("../images/global/background.jpg");
	background-repeat: repeat-y;
}

div#leftcol {
	float: left;
	width: 183px;
	overflow: hidden;
	}
	
	div#leftcolcontent {
		padding: 5px 15px 20px 20px;
		text-align:left;
		}
		
		div#leftcolcontent p {
			line-height: 1.0em;
			}
			
		div#leftcolcontent a {
			color: #151d71;
			text-decoration: none;
			}
			
			div#leftcolcontent a:hover {
				text-decoration: underline;
				}
		
		div#leftcolcontent ul {
			margin: 0; padding: 0;
			list-style: none;
			}
				
			div#leftcolcontent li {
				padding: 0; margin: 0;
				line-height: 1.4em;
				}
				
				div#leftcolcontent li a {
					margin: 0; padding: 0;
					color: #151D71;
					text-align: left;
					text-decoration: none;
					}
				
				div#leftcolcontent li a:hover {
					color: #151D71;
					text-decoration: underline;
					}
					
					div#leftcolcontent li ul {
						padding: 0 0 0.5em 1.2em;
						}
					
					#leftcolcontent li li {
						line-height: 1.4em;
						list-style-image: url(../images/global/nav-dot.gif);
						padding: 0; margin: 0;
						}
					
					#leftcolcontent li li a {
						color: #151D71;
						text-decoration: none;
						}
					
					#leftcolcontent li li a:hover {
						text-decoration: underline;
						color: #151D71;
						}
						
			.leftNavSelected {
				font-weight: normal;
				}


/*Header*/
div#Header {
	margin: 0px auto;
	width: 770px;
	height: 94px;
}

/* ******** Menu ******** */	
#menu {
	position: absolute;
	top: 94px; left: 15px;
	width: 770px; height: 22px;
	background-color: #151d71;
	text-align: left;
	z-index: 10;
	}
		
	/* Dropdown Navigation */		
	#menu ul {
		position: relative;
		padding: 0; margin: 0;
		list-style: none;
		float: left;
		width: 499px; height: 22px;
		background-color: #f2af0d;
		}
	
		#menu li {
			float: left;
			position: relative;
			text-align: left;
			width: auto;
			}
		
		#menu li a {
			float: left;
			display: inline-block;
			text-align: left;
			line-height: 22px;
			color: #fff;
			padding: 0 18px;
			text-decoration: none;
			font-size: 14px;
			letter-spacing: 0.2em;
			border-left: 2px solid #fff;
			}
	
			#menu li a:hover {
				color: #fff;
				background-color: #000066;
				}
	
	#menu li ul {
		display: none;
		position: absolute;
		top: 22px; left: 2px;
		width: 180px;
		padding: 0;
		}
	
		#menu li:hover ul, #layTopNav li.over ul{ 
			display: block; 
			background-color: #2e333d;	
			border-top: 1px solid #B1C8E9;
			background-color: #fff;
			}
		
			#menu li li {
				display: block;
				width: 178px;
				float: none;
				text-align: left;
				border-left: 1px solid #B1C8E9;
				border-right: 1px solid #B1C8E9;
				border-bottom: 1px solid #B1C8E9;
				padding: 0; margin: 0;
				}
			
				#menu li li a {
					float: none;
					display: block;
					padding: 0 0 0 5px; margin: 0;
					width: 171px;
					text-align: left;
					color: #333;	
					font-size: 11px;
					letter-spacing: normal;
					background-color: #fff;
					text-transform: none;
					}
				
					#menu li li a:hover {
						color: #333;
						background-color: #DBE7FD;
						}
							


	#askaquestion {
		position: absolute;
		top: 94px; left: 515px;
		width: 265px; height: 22px;
		margin: 0; padding: 0;
		text-align: left;
		overflow: hidden;
		z-index: 11;
		}
		
		#askaquestion form{
			margin: 0; padding: 0;
			line-height: 0px;
			height: 22px;
			overflow: hidden;
			}
			
		#askaquestion input{
			margin: 0; padding: 0;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			}



/* ********HomePage Structure******** */

/*Homepage*/

div#homefeature {
	position: relative;
	width: 770px; height: 239px;
	margin: 0px auto;
	}

	div#homefeatureMask {
		position: absolute;
		top: 161px; left: 0;
		width: 770px; height: 78px;
		margin: 0; padding: 0;
		}
		
	div#homefeatureMask img{
		behavior: url("../assets/css/iepngfix.htc");
		}
		
div#homecontentWrapper {
	margin: 0px auto;
	width: 770px;
}

div#middlecol {
	float: left;
	width: 383px;
	overflow: hidden;
}

div#homecontent {
	padding: 15px 25px;
	text-align:left;
}
div#homecontent p{
	font-size: 11px;
}
div#homecontent a{
	/*color: #D39B1F;*/
	color: #006699;
	text-decoration: none;
}
div#homecontent a:hover{
	/*color: #D39B1F;*/
	color: #006699;
	text-decoration: underline;
}

div#rightcolhomepage {
	position: absolute;
	top: 236px; left: 581px;
	width: 204px;
}
div#rightcolhomepage img{
	display: block;
	behavior: url("../assets/css/iepngfix.htc");
}

div#rightcolcontent {
	padding: 5px 15px 15px 15px;
	text-align:left;
	color:#FFFFFF;
	background-color: #151D71;
}
div#rightcolcontentpod {
	width: 180px;
	margin: 0px auto;
	text-align:center;
	}


/* ********Pages Structure******** */
div#pagefeature {
	width: 770px; height: 150px;
	margin: 0px auto;
	position: relative;
	}

	div#pagefeatureMask {
		position: absolute;
		top: 72px; left: 0;
		width: 770px; height: 78px;
		margin: 0; padding: 0;
		background-repeat: no-repeat;
		}
		
	div#pagefeatureMask img{
		behavior: url("../assets/css/iepngfix.htc");
		}

div#rightcol {
	position: absolute;
	top: 147px; left: 581px;
	width: 204px;
}
div#rightcol img{
	display: block;
}

div#contentWrapper {
	margin: 0px auto;
	width: 770px;
	min-height: 350px;
	height:auto !important;
  	height:350px;
}

div#pageContent {
	padding: 7px 25px 7px 15px;
	text-align:left;
}

	/*Rates*/
	.rateTable { width: 335px; padding: 0 0 15px 0; }
	.rateTable th{ font-size: 12px; font-weight: bold; padding: 3px; border-bottom: 2px solid #999; }
	.rateTable td{ font-size: 12px; padding: 3px; border-bottom: 1px solid #999; }
	.rateFooter {font-size: 11px; color: #333; margin-bottom: 15px; }

/*Footer Pod*/
div#layFooterPod {
	width: 770px; height: 120px;
	overflow: hidden;
	font-size: 0; line-height: 0;
	margin: 0px auto; padding: 0;
}

/*Footer*/
#Footer {
	margin: 0px auto;
	width: 800px;
	text-align: center;
	background-image: url("../images/global/footer-background.jpg");
	background-repeat: repeat-y;
}

#Footer img {
	display: block;
}

#footerText {
	width: 770px;
	text-align:left;
	margin: 0px auto; padding: 8px 20px 0px 20px;
	border-top: 1px solid #B3B3B3;
	/* Box Model Hack for older IE browsers */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 740px;
}

/* Box Model Hack for older IE browsers - Junk Style */	
.junk {color: #FF0000;}

#footerText p {
	color: #151D71;
	margin: 0px; padding: 0px;
}

#footerText a {
	color: #151D71; 
	text-decoration: none;
}

style="font-family: Tahoma,Verdana; color: rgb(255, 255, 255); font-size: 10px; font-weight: bold;"

