
/* --------- specific system styles --------- */
html {
	height: 100%;
}

body {
	height: 100%;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

hr {
	clear: both;
	float: none;
	display: block;
	margin: 11px 0 10px 0;
	height: 2px;
	border-top: 1px solid #005a9c;
	font-size: 1px;
	line-height: 1px;

}

/* hide from Mac IE \*/	
td {
	font-size: 76%;
	font-size/* */:/**/100%;
	font-size: /**/100%;	
}
/* end hide Mac IE */

/* hide accessibility links from visual browsers */
#access {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

/* --------- bug-fix & utility css --------- */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #005a9c;
	text-decoration: none;		
}

a:hover, a:active {
	color: #005a9c;
	text-decoration: underline;
}

/* --------- navigation styles --------- */
/* ---- main navigation, flowing text ---- */
.mainnav {
	/* common font face, size, formatting */
	position: absolute;
	z-index: 2;
	margin: 170px 0 0 0;
	width: 750px;
	padding: 0 0 0 12px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.mainnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainnav li {
	display: block;
	float: left;
	padding: 0 15px;
}

.mainnav a {
	display: block;
}

.mainnav a:link, .mainnav a:visited {
	/* normal link: colour, style */
	color: #58595b;
	text-decoration: none;
}

.mainnav a:hover, .mainnav a:active {
	/* normal link rollover: colour, style */
	color: #005a9c;
	text-decoration: underline;
}

.mainnavc a:link, .mainnavc a:visited {
	/* current link: colour, style */
	color: #005a9c;
	text-decoration: none;
}

.mainnavc a:hover, .mainnavc a:active {
	/* current link rollover: colour, style */
	color: #005a9c;
	text-decoration: underline;
}

li.mainnav {
	/* header text */
}

.mainnavd  {
	/* description text */
}

/* ---- sub navigation, level 1 ---- */
.subnav1 {
	/* common font face, size, formatting */
	padding: 0 0 20px 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.subnav1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.subnav1 li {
	display: block;
	padding: 4px 0;
}

.subnav1 a:link, .subnav1 a:visited {
	/* normal link: colour, style */
	color: #58595b;
	font-weight: normal;
	text-decoration: none;
}

.subnav1 a:hover, .subnav1 a:active {
	/* normal link rollover: colour, style */
	color: #005a9c;
	font-weight: normal;
	text-decoration: underline;
}

.subnavc1 a:link, .subnavc1 a:visited {
	/* current link: colour, style */
	color: #005a9c;
	font-weight: normal;
	text-decoration: none;
}

.subnavc1 a:hover, .subnavc1 a:active {
	/* current link rollover: colour, style */
	color: #005a9c;
	font-weight: normal;
	text-decoration: underline;
}

li.subnavh {
	font-size: 17px;
	font-weight: bold;
	color: #3d3e40;
}

/* ---- footer navigation, flowing text ---- */
.footernav {
	float: right;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #939598;
}

.footernavdivider {
	display: block;
	float: left;
	color: #939598;
}

.footernav ul, .footernav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footernav li {
	display: block;
	float: left;
}

.footernav a:link, .footernav a:visited {
	/* normal link: colour, style */
	color: #939598;
	text-decoration: underline;
}

.footernav a:hover, .footernav a:active {
	/* normal link rollover: colour, style */
	color: #939598;
	text-decoration: underline;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .pagetitle, .subheading, .slightlylargertext, .normaltext {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .pagetitle {
	display: block;
	color: #3d3e40;
	font-size: 20px;
	margin: 0;
	padding: 0 0 0 0;
}

h1 a:link, h1 a:visited, .pagetitle a:link, .pagetitle a:visited {
}

h1 a:hover, h1 a:active, .pagetitle a:hover, .pagetitle a:active {
}

/* --------- text style 1 --------- */
.heading {
	color: #3d3e40; 
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}


.subheading {
	color: #3d3e40; 
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
}

.subheading a:link, .subheading a:visited {
}

.subheading a:hover, .subheading a:active {
}

/* --------- text style 2 --------- */
.slightlylargertext {
	font-size: 12px;
	line-height: 19px;
}

.slightlylargertext a:link, .slightlylargertext a:visited {
}

.slightlylargertext a:hover, .slightlylargertext a:active {
}

/* --------- text style 3 --------- */
.normaltext {
	font-size: 11px;
	line-height: 19px;
}

.normaltext a:link, .normaltext a:visited {
}

.normaltext a:hover, .normaltext a:active {
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
}

.bold-text {
	font-weight:bold;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
    padding: 0 3px 1px 3px;
}

/* --------- custom style settings --------- */
/* --- list style 1, gray bullet --- */
ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ul.list1 {
	list-style-image: url(../templates/graphics/system/list_bullet_gray.gif);
	margin-left: 2em;
	padding: 0;
}

#column1 ul.list1 {
	margin-left: 1.24em;
}

/* --- list style 2, blue bullet --- */
ul.list2 {
	list-style-image: url(../templates/graphics/system/list_bullet_blue.gif);
	margin-left: 2em;
	padding: 0;
}

#column1 ul.list2 {
	margin-left: 1.24em;
}

/* --- quote box, side column only --- */
.sidequoteboxa {
	position: relative;
	clear: both;
	float: none;
	display: block;	
	margin: 0 0 18px -15px;
	width: 170px;
	background: url(../templates/graphics/system/quote_start.gif) no-repeat top left;
}

.sidequoteboxb {
	padding: 20px 5px 38px 25px;
	font-size: 12px;
	background: url(../templates/graphics/system/quote_end.gif) no-repeat bottom right;
}

.sidequoteboxb .subheading,
.sidequoteboxb .normaltext {
	font-size: 12px;
	color: #58595b;
}

/* --- divider line --- */
.bluehzdivider {
	clear: both;
	float: none;
	display: block;
	margin: 11px 0 10px 0;
	height: 2px;
	border-top: 1px solid #005a9c;
	font-size: 1px;
	line-height: 1px;
}

/* --- search results table --- */
.searchresults {
	width: 432px;
}

.searchresults td {
	padding: 2px 0;
}

.searchresults .refcolumn {
	padding-right: 6px;
	width: 40px;
}

.searchresults .postitlecolumn {
	padding-right: 8px;
	width: 170px;
}

.searchresults .citycolumn {
	padding-right: 8px;
	width: 69px;
}

.searchresults .statecolumn {
	padding-right: 6px;
	width: 30px;
}

.searchresults .closingdatecolumn {
	width: 95px;
}

/* --------- layout style settings --------- */
#pagebody {
	color: #58595b;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
	background: #FFF url(../templates/graphics/system/pagebg.jpg) no-repeat top center;
}

#toplevel {
	padding: 41px 0 0 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	width: 772px;
	text-align: left;
}

#main {
	width: 772px;
	background: url(../templates/graphics/system/mainbg_mid.png) repeat-y top left;
}

*html #main {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/graphics/system/mainbg_mid.png',sizingMethod='scale');
}

#headcell {
	vertical-align: top;
	background: url(../templates/graphics/system/mainbg_top.jpg) no-repeat top left;
}

#footcell {
	vertical-align: bottom;
	height: 60px;
	background: url(../templates/graphics/system/mainbg_btm.gif) no-repeat bottom left;
}

#header {
	padding: 7px 5px 0 5px;
	height: 216px;
}

#logo {
	position: absolute;
	z-index: 1;
	margin: 39px 0 0 29px;
}

#flashbanner {
	position: absolute;
	z-index: 2;
	margin: 18px 0 0 186px;
	width: 567px;
	height: 121px;
}

#decoborder {
	position: absolute;
	z-index: 3;
	margin: 196px 0 0 24px;
	width: 724px;
	height: 2px;
	border-top: 1px solid #005a9c;
	font-size: 1px;
	line-height: 1px;
}

#column1 {
	padding: 0 12px 0 28px;
	min-height: 450px;
	height:auto !important;
	height: 450px;
	width: 180px;
}

#column2 {
	padding: 0 100px 0 45px;
	width: 432px;
	border-left: 1px solid #005a9c;
}

#headcell a, #headcell a:link, #headcell a:visited, #headcell a:hover, #headcell a:active,
#column1 a, #column1 a:link, #column1 a:visited, #column1 a:hover, #column1 a:active,
#column2 a, #column2 a:link, #column2 a:visited, #column2 a:hover, #column2 a:active {
	position: relative;
}

#footer {
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 8px 56px 10px 9px;
	width: 699px;
	font-size: 11px;
	color: #939598;
	text-align: left;
}
.LeftPadding{
margin-left:15px;
}