/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color:#003399;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	line-height:1.4em;
	background-image:url(../images/bg-02.gif);
}
p, ul, ol, dl {font-size: 75%;}
h1, h2, h3, h4, h5 {color:#666666;}
h1, h2, h3 {font-weight: normal;}
h2 {padding-top: .7em; margin-bottom: -.3em; border-top: 1px dotted #cccccc;}

li {margin-bottom: .5em;}

a {color:#0000FF;}

.bold {font-weight:bold;}

.twoColLiqRtHdr #container { 
	width: 760px;  /* this will create a container 96% of the browser width */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColLiqRtHdr #header {
	padding: 0 0 0 0;
	height: 75px;
	border-bottom: 1px solid #ffffff;
	background-color:#0099CC;
	background-image: url(../images/image-header-00.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.twoColLiqRtHdr #header-home {
	padding: 0 0 0 0;
	height: 75px;
	border-bottom: 1px solid #ffffff;
	background-color:#FFFFFF;
	background-image: url(../images/image-header-01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
.twoColLiqRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Main navigational styles that live under the main header--------------- */
.twoColLiqRtHdr #nav {
	clear: both;
	padding: 0 0 0 0;
	min-height: 14px;
	height: auto;
	border-top: 0px solid #CCCCCC;
	border-bottom: 4px solid #ffffff;
	text-align: right;
	background-color: #CCCCCC;
	background-image: url(../images/bg-nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColLiqRtHdr #nav ul {
	list-style-type:none;
	font-size: 75%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	float: right;
	}
.twoColLiqRtHdr #nav li { 
	list-style-type:none;
	float: left;
	line-height: 1.8em;
	background:#cccccc; 
}
.twoColLiqRtHdr #nav li a { 
	text-decoration: none; 
	padding: .3em 1em .3em 1em;
	color: #000000; 
}
.twoColLiqRtHdr #nav li a:hover { 
	background-color: #ffffff;
	color:#FF6600;
	text-decoration:underline; 
	border-bottom: 2px solid #ffffff;
}
.twoColLiqRtHdr #nav li a.selected { 
	background-color: #ffffff;
	color:#FF6600;
	text-decoration:none; 
	border-bottom: 2px solid #ffffff;
}

/* End main navigational styles --------------- */

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#homecontainer { padding: 0; margin: 0; background-color:#666666; }
.twoColLiqRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 24%; 
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.twoColLiqRtHdr #sidebar1.home {
	width: 26%; 
	background:#FFCC99; 
	padding:  0 0;
	min-height: 380px;
	height: auto;
}
.twoColLiqRtHdr #sidebar-bottom {
	padding:  0 0;
	min-height: 22px;
	height: auto;
	border-left: 2px solid #ffffff;
}

.twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-top: 1.6em;
}
.twoColLiqRtHdr #sidebar1.home h3, .twoColLiqRtHdr #sidebar1.home p {
	margin-right: 0px;	margin-top: 0;
}
.date { 
	font-size: 70%;
}

/* Subnav styles --------------- */
.twoColLiqRtHdr #sidebar1 ul {
	list-style-type:none;
	font-size: 75%;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	}
.twoColLiqRtHdr #sidebar1 li { 
	list-style-type:none;
	line-height: 1.8em;
	background:#ffffff; 
	border-bottom: 1px dotted #ccc;
}
.twoColLiqRtHdr #sidebar1 li a { 
	text-decoration: none; 
	padding: 0;
}
.twoColLiqRtHdr #sidebar1 li a:hover { 
	background-color: #ffffff;
	color:#FF6600;
	text-decoration:underline; 
	/*border-bottom: 2px solid #ffffff;*/
}
.twoColLiqRtHdr #sidebar1 li a:active { 
	background-color: #ffffff;
	color:#FF6600;
	text-decoration:underline; 
	/*border-bottom: 2px solid #ffffff;*/
}
.twoColLiqRtHdr #sidebar1 ul li ul{
	list-style-type:none;
	font-size: 100%;
	margin: .3em 0 0 2em;
	padding: 0;
	line-height: 1.4em;
	}
.twoColLiqRtHdr #sidebar1 li ul li{ 
	list-style-type:none;
	line-height: 1.4em;
	background:#ffffff; 
	border-bottom: 0px dotted #ccc;
}
.twoColLiqRtHdr #sidebar1 li ul li a { 
	text-decoration: none; 
	padding: 0;
	font-style:italic;
}
.twoColLiqRtHdr #sidebar1 li a:hover { 
	background-color: #ffffff;
	color:#FF6600;
	text-decoration:underline; 
	border-bottom: 2px solid #ffffff;
}
.twoColLiqRtHdr #sidebar1 li a:active { 
	background-color: #ffffff;
	color:#FF6600;
	text-decoration:underline; 
	border-bottom: 2px solid #ffffff;
}




.twoColLiqRtHdr #sidebar1.home h3 {
	color:#ffffff;
	background-color:#FF6600;
	border-left: 2px solid #ffffff;
	padding: 20px 10px 0px 10px;
	margin: 0;
}
	
/* End subnav styles --------------- */

.twoColLiqRtHdr #mainContent { 
	margin: 0 26% 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	border-right: 1px dotted #ccc;
	padding: 0 20px 20px 0;
	min-height: 400px;
	height: auto;
} 
.twoColLiqRtHdr #mainContent.home { 
	margin: 0 26% 0 0;
	border-right: 0px dotted #ccc;
	border-top: 3px solid #fff;
	padding: 0 0 20px 0;
	background-image:url(../images/image-00.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.twoColLiqRtHdr #mainContent.home h1.home { 
	color: #fff;
	padding: 300px 20px 20px 20px;
	text-shadow: 2px 2px 3px #000000;
filter: dropshadow(color=#000000, offx=2, offy=2);
	}
.twoColLiqRtHdr #mainContent.home p.home { 
	padding: 0px 20px 0px 20px;
	}
.notice { 
	padding: 0 10px 0 20px;
	background-color:#FFFF33;
	border: 1px solid #999;
}
.notice h2 {
	margin-top: 0;
	color:#000;
	border: 0;
	}
	.notice ul {
		margin-top: 20px;
	}
	.notice li {
		line-height: 1.4em;
	}




table {
	font-size:75%;
	line-height: 1.2em;
	border: 1px solid #ccc;
	}
th {
	background-color:#d7ecfd;
	text-align:left;
	}
tr {
	background-color: #f7f7f7;
	}
tr.odd {
	background-color: #e9e9e9;
	}
td {
	text-align:left;
	vertical-align:top;
	}
.oddRow{
	background-color:#e9e9e9;
}
.hoverRow, .selectRow{
	background-color: #FFCC99;
}
table { width: 100%;
}
td, th{ padding: 10px; }
th { text-align: right; width: 168px;
}
th.name { text-align: left; width: auto;
}
th.title { width: 168px;
}



 





.twoColLiqRtHdr #footer { 
	padding: 10px 0 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border-top: 1px dotted #ccc; 
} 
.twoColLiqRtHdr #footer.home { 
	padding: 10px 0 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border-top: 0px dotted #ccc; 
} 
.twoColLiqRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Footer Nav styles --------- */
.twoColLiqRtHdr #footer ul {
	list-style-type:none;
	font-size: 70%;
	margin: 0;
	padding: 10px 0px 0px 0px;
	line-height: 1.6em;
	float: left;
	}
.twoColLiqRtHdr #footer li { 
	list-style-type:none;
	float: left;
	line-height: 1.0em; 
}
.twoColLiqRtHdr #footer li a { 
	text-decoration: none; 
	padding: 0 1em 0 1em; 
	border-right: 1px solid #ccc;
}
.twoColLiqRtHdr #footer li a:hover { 
	background-color: #ffffff;
	color:#FF6600;
	text-decoration:underline; 
	border-bottom: 2px solid #ffffff;
}
.twoColLiqRtHdr #footer li a.selected { 
	background-color: #ffffff;
	color:#FF6600;
	text-decoration:none; 
	border-bottom: 2px solid #ffffff;
}
/* end footer nav styles ------- */

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin: 7px 13px 10px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}
.clearfloat-left { 
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0;
}
/* = = = = = = FORMS!!!! ----- = =  === = */
fieldset {border:1px solid #999;}
form {font-size:75%;}
.formrow {display:block; clear:both; padding: .5em 0 .5em 0;min-height:2em;height:auto;}
label {float:left;width:27%;text-align:right;}
input {float:left;margin-left: 5px;}
textarea {float:left;margin-left: 5px;}

.footerlogo { 
	float: left;
	margin-right: 10px;
}
