﻿/* layout */
body {
	background-color: #C8E1FF;	
	font: x-small Verdana, Arial, Helvetica,"sans-serif"; 
	color: #000000; 
	margin: 0px auto;
}
#portal_container {
	margin: 0px auto;
	text-align: center;
	width: 954px;
	border: solid 1px #173F70;
}	
#portal_header {
	height: 185px;
	width: 100%;	
	background-repeat: no-repeat;
	padding: 5px;
}
#portal_body {
	text-align: left;
	width: 100%;
	background-color: #FFFFFF;	
	padding: 0px 0px 0px 0px;
}
#portal_footer {
	height: 42px;
	width: 100%;
	background-color: #206080;
}
#portal_policy {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	font-size: xx-small;
}
#portal_top_cell { height: 17px; }
#portal_bottom_cell { height: 10px; }
#portal_pipe { color: #FFFFFF; }
#portal_agency  {
	width: 375px; 
	height: 90px; 
	display: block; 
	position: relative; 
	top: 5px;
}
#portal_state {
	width: 148px; 
	height: 30px; 
	display: block; 
	position: relative; 
	top: 32px;
}
/* html elements */
h1 {
	font-size: 26px;
	margin: 5px 0px 10px 0px;
	color: #018752;
}
h2 {
	color: #173F6E;
	font-size: medium;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	color: #173F6E;
	font-size: small;
	margin-bottom: 0px;
	margin-top: 0px;
}


small { font-size: 9px; }
img  
{
	border: none; 
	vertical-align:middle;
}
/* classes */
.seperator {
	color: #018752;
	height: 1px;
	margin: 10px 0px 10px 0px;
	background-color: #018752;
	border: none;
}
.error { color: #FF0000; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.clearBlock {
	clear: both;
    padding-top: 10px;
}
.row { margin-bottom: 10px; }
.block {
	background-color: #6886A4;
	width: 345px; 
	float: left; 
	border: solid 1px #6886A4; 
	margin-right: 5px;
}
.blockFull {
	background-color: #6886A4;
	width: 100%; 
	border: solid 1px #6886A4; 
	margin-bottom: 10px;
}
.blockHeader {
	color: #FFFFFF;
	padding: 3px;
}
.blockInner {
	background-color: #FFFFFF;
	padding: 3px;
}
.alternateRow { background-color: #FFFFFF; }
.nonAlternateRow { background-color: #EEEEEE; }
.center {
	margin: 0px auto;
	text-align: center;
}	
/* links */
.portal_header_link { float: right; font-size:xx-small; }
.portal_header_link a { color: #FFFFFF;}
.portal_header_link a:link, .portal_header_link a:visited, .portal_header_link a:active { text-decoration: none; font-size:xx-small;}
.portal_header_link a:hover { text-decoration: underline; }
#portal_policy a:link, #portal_policy a:visited, #portal_policy a:active, #portal_header_link a:hover { text-decoration: underline; }