/* CSS Document */

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* enables you to easily size text with ems */
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1;
	height: 100%;
	/*overflow: auto;*/
}

h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { /* resets most browser styles to enhance cross-browser compatibility */
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.8em;
}

a:link {text-decoration: none; color: #cc6600;}
a:visited {text-decoration: none; color: #cc6600;}
a:hover {text-decoration: underline; color: #cc6600;}
a:active {text-decoration: none; color: #cc6600;}



#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto;
	width: 888px;
	text-align: center;
}



#top_bookmark {
	float: right;
	display: inline;
	margin: 4px 20px 1px 2px;
	text-transform: uppercase;
	font-size: 1.1em;
	display: none;
}



#top_links {
	float: right;
	display: inline;
	margin: 1px 20px 2px 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

	#top_links div {
		float: left;
		margin: 0px 4px 0px 4px;
	}



#logo {
	margin: 0;
	padding: 0;
	height: 194px;
	background-image:url(/images/logo.jpg);
}

	#logo .clear {
		float: left; display: inline;
		margin: 10px 0px 0px 14px;
	}



#nav_main {
	height: 26px;
	margin-left: 20px;
	padding: 0;
	float: left;
	display: inline;
}

	#nav_main .logo {
		background: #ffffff url(/images/nav_main_logo.jpg) no-repeat;
		float: right;
		margin: 0;
		width: 392px;
		height: 26px;
	}
	
	#nav_main div {
		float: left;
	}



#nav_sub {
	height: 20px;
	margin: 0px 0px 4px 20px;
	padding: 0;
	text-align: left;
	font-size: 1.1em;
	float: left;
	display: inline;
}
	
	#nav_sub div {
		float: left;
	}
	
	#nav_sub .logo {
		background: #ffffff url(/images/nav_sub_logo.jpg) no-repeat;
		float: right;
		margin: 0;
		width: 392px;
		height: 16px;
	}



#main {
	margin: 0px 20px 4px 20px;
}

	#main_left {
		float: left;
		width: 220px;
	}
	
		#main_left h2 {
			text-align: center;
		}
	
	#main_right {
		float: left;
		width: 628px;
	}
	
		#main_right h1 {
			font-size: 1.8em;
		}
		
		#main_right h2 {
			text-align: left;
		}
		
		#main_right p {
			text-align: left;
			font-size: 1.2em;
		}
		
		#main_right ul.bullets {
			list-style-type: none;
			text-align: left;
			font-size: 1.2em;
		}
		
		#main_right ul.bullets li {
			margin: 5px 0px 0px 0px;
			background: url(/images/orange_arrows.jpg) no-repeat;
			padding-left: 15px;
			line-height: 140%;
		}

	
	#main h2 {
		font-size: 1.4em;
		color: #CC5200;
	}



#states {
	clear: both;
	margin: 0px 20px 0px 20px;
	padding: 4px 8px 4px 8px;
	text-align: left;
	font-size: 1.2em;
}



#bottom {
	padding: 0px 20px 0px 20px;
	background-color: #E5DDD3;
}
	/*
	#bottom .links a {
		padding: 0px 5px 0px 5px;
		color: #666666;
		text-transform: uppercase;
		font-weight: bold;
	}
	*/


#news {
	float: right;
	margin-top: 8px;
	width: 330px;
}
	#news h2 {
		text-align: center;
		margin: 2px 0px 8px 0px;
		text-transform:uppercase;
	}
	
	#news h3 {
		font-size: 1.3em;
		margin-left: 4px;
	}
	
	#news p {
		
	}



.box_slim {
	width: 216px;
}

	.box_slim .top {
		background: #ffffff url(/images/box_slim_top.jpg) no-repeat bottom;
		height: 12px;
		width: 216px;
	}
	
	.box_slim .middle {
		background: #ffffff url(/images/box_slim_middle.jpg) repeat-y;
		padding: 0px 7px 0px 7px;
		text-align: right;
	}
	
	.box_slim .bottom {
		background: #ffffff url(/images/box_slim_bottom.jpg) no-repeat top;
		height: 12px;
	}


.box_fat {
	width: 268px;
}
	.box_fat .top_fat {
		background: #ffffff url(/images/box_fat_top.jpg) no-repeat bottom;
		height: 12px;
	}
	
	.box_fat .middle_fat {
		background: #ffffff url(/images/box_fat_middle.jpg) repeat-y;
		width: 268px;
	}
	
	.box_fat .bottom_fat {
		background: #ffffff url(/images/box_fat_bottom.jpg) no-repeat top;
		height: 12px;
	}


.box_wide {
	width: 564px;
	float: right;
}

	.box_wide .top {
		background: #ffffff url(/images/box_wide_top.jpg) no-repeat bottom left;
		height: 12px;
	}
	
	.box_wide .middle {
		background: #ffffff url(/images/box_wide_middle.jpg) repeat-y;
		text-align: left;
		position: relative;
	}
	
	.box_wide .middle p {
		font-size: 1.3em;
		padding: 4px 12px 4px 6px;
	}
	
	.box_wide .bottom {
		background: #ffffff url(/images/box_wide_bottom.jpg) no-repeat top left;
		height: 12px;
	}


.box_widest {
	width: 628px; /* 604px of usable space */ /* 86px more space than previously for rates */
	float: right;
}

	.box_widest .top {
		background: #ffffff url(/images/box_widest_top.jpg) no-repeat bottom left;
		height: 12px;
	}
	
	.box_widest .middle {
		background: #ffffff url(/images/box_widest_middle.jpg) repeat-y;
		text-align: left;
		width: 628px;
		/* position: relative; */ /* messes up calendar div */
	}
	
	.box_widest .middle h1 {
		font-size: 1.8em;
		font-weight: bold;
		padding-left: 8px;
	}
	
	.box_widest .middle h2 {
		font-size: 1.4em;
		font-weight: bold;
		padding-left: 8px;
	}
	
	.box_widest .middle p {
		font-size: 1.2em;
		padding: 4px 12px 4px 12px;
	}
	
	.box_widest .bottom {
		background: #ffffff url(/images/box_widest_bottom.jpg) no-repeat top left;
		height: 12px;
	}



span.style2 {
	/*color:#cc6600;*/
	font-weight: bold;
}

span.style5 {
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
}



#rate_select {
	color: #663300;
	font-weight: bold;
	font-size: 1.1em;
}
	
	#rate_select tr td select, #rate_select tr td input {
		font-size: 1.0em;
	}

	#rate_select .text {
		width: 78px;
	}
	
	#rate_select .select {
		width: 97px;
	}
	
	#rate_select .select_long {
		width: 170px;
	}


#right_info_box_only {
	margin: 0px 12px 0px 12px;
	border: 1px dashed #cc6600;
	width: 224px;
	float: right;
	font-size: 1.1em;
}

	#right_info_box_only p {
		margin: 4px;
	}

#states_bullet li {
	margin-left: 26px;
	padding: 6px 0px 6px 0px;
	font-size: 1.3em;
}



/* help - glossary styles */
#help_glossary_table th{
	padding:4px;
	/*background:#BAD5C2;*/
	border-bottom: 1px solid #cc6600;
}
#help_glossary_table td{
	padding:5px;
	border-right:1px solid #cc6600;
	border-bottom:1px solid #cc6600;
}
#help_glossary_table td.help_glossary_term{	
	border-left:1px solid #cc6600;
}
#help_glossary_table td.help_glossary_btt{
	border:0;
}
#help_glossary_table a.help_glossary_abc:hover {
	text-decoration: none;
}
#help_glossary_table a.help_glossary_abc {
	color:#cc6600;
}



.highlight {
	background-color:#FFFFCC;
}


/* styles for the sub navigation on the left of each subpage */
#sub_nav_container {
	margin: 15px 5px 40px 10px;
	color: #615851;
}

#sub_nav_container a:link {text-decoration: none; color: #615851;}
#sub_nav_container a:visited {text-decoration: none; color: #615851;}
#sub_nav_container a:hover {text-decoration: underline; color: #615851;}
#sub_nav_container a:active {text-decoration: none; color: #615851;}

#sub_nav_container h2 {
	padding-bottom: 4px;
	text-align: center;
}

#sub_nav {
	text-align: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#sub_nav h2 {
	padding-bottom: 4px;
	text-align: center;
}

#sub_nav li {
	background: url(/images/orange_square.jpg) no-repeat;
	padding-left: 15px;
	line-height: 140%;
}

#sub_nav2 {
	list-style-type: none;
	padding: 0px;
	padding: 5px 0px 5px 0px;
}

#sub_nav2 li {
	background: url(/images/orange_arrows.jpg) no-repeat;
	padding-left: 15px;
	line-height: 140%;
	padding-bottom: 5px;
}
