@charset "utf-8";
/* CSS Document */

/* OVERRIDES */
* {
	padding: 0;
	margin: 0;
	
}

h1 {font-size:2.5em}
h2 {font-size:1.875em}

body {
	font-size:90%;
	font-family: arial, helvetica, sans-serif;
	background-color: #fff;
	text-align:center;
	height: 100%;
	color: #333333;
	position:relative;
	min-height:100%;
	height:auto !important;
}

img {
		border: 0;
		padding:0px;
}

#container {
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	height: auto;
	min-height:100%;
	
}

/*.twoColFixLtHdr #container {
	width: 900px;   using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar 
	background: #FFFFFF;*/
	/*text-align: left;  this overrides the text-align: center on the body element. 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} */

 /*.twoColFixLtHdr #header {
	background: #fff;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. 
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} */

#logo {
	margin-top: 0px;
	width: AUTO;
	float: left;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: left;
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#mainContent {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	min-height:600px;
	clear: right;
} 

#mainContent p {
	text-align:left;
	padding-right: 20px;
	padding-left: 10px;
	line-height: 20px;
}

#mainContent ul, li {
	list-style-type:square;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 20px;
}

#maintContent li {
	list-style-type:square;
	margin-left: 20px;
	padding:3px;
}

#mainContent a:link, #mainContent a:visited {
color:#3399cc;
text-decoration:none;
}

#mainiContent {
	width:620px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	min-height:600px;
	clear: right;
} 

#mainiContent p {
	text-align:left;
	padding-right: 20px;
	padding-left: 10px;
	line-height: 20px;
}

#mainiContent ul, li {
	list-style-type:square;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 20px;
}

#mainiContent li {
	list-style-type:square;
	margin-left: 20px;
	padding:3px;
}

#mainiContent a:link, #mainiContent a:visited {
color:#3399cc;
text-decoration:none;
}

#homeimage {
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	padding-left: 0px;
	padding-bottom: 15px;
}

#innerContent {
	padding-top:15px;
	margin-top: 0px;

}

#contact {
	width: 550px;
	text-align: right;
	height: 70px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#topbanner {
	background-color:#CCCCCC;
	height: 20px;
}

#bottombanner {
	padding-top:5px;
	background-color:#CCCCCC;
	height: 100%;
	overflow: hidden;
	color:#000000;
	font-size:13px;
	width: 100%;
	margin-top: 20px;
	clear: both;
	position:relative; /* negative value of footer height */
	height: 150px;
	clear:both;
}

#DOH {
	float:left;
	margin-top:20px;
	clear: left;
	margin-left: 0px;
}

.menu_bullets {
	list-style-type:circle;
	list-style-position:outside;
	list-style-image: url(squarebullet.gif);
	font-size: 100%;
	color: #333333;
	padding-left: 0px;
	margin-left: 5px;
	padding-bottom: 5px;

}
.menu_bullets a:link, .menu_bullets a:visited {
	padding-left:10px;
	text-decoration:none;
	color:#565656;
	font-weight: bold;
}

.menu_bullets a:hover {
	padding-left:10px;
	color:#3399cc;
	
}

.submenu_bullets {
	list-style-type:circle;
	list-style-position:outside;
	list-style-image: url(arrow.gif);
	font-size: 85%;
	
	padding-left: 0px;
	margin-left: 25px;
	padding-bottom: 5px;
}
.submenu_bullets a:link, .submenu_bullets a:visited {
	padding-left:0px;
	text-decoration:none;
	color: #666666;
	font-weight: bold;
}

.submenu_bullets a:hover {
	padding-left:0px;
	color:#3399cc;
	
}
#ul, #li {
list-style-type:circle;
}

#accessibility {
	float: left;
	clear: left;
	height: 85px;
	width: 230px;
	margin-bottom: 15px;
	background-image: url(glass.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	padding-top: 18px;
	margin-left: 5px;
}

#accessibility a:link, #accessibility a:visited{
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	margin-left:35px;
	text-decoration:none;
	color:#565656;
}

#accessibility a:hover{
text-decoration:none;
color:#3399cc;
}

#breadcrumb {
	background-color:#FFFFFF;
	color: #FFFFFF;
	padding:5px;
	margin-top: 0px;
	border-top-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#bluebanner {
	background-color:#FFFFFF;
	color: #3299CC;
	margin-top: 15px;
	height: 18px;
	font-size:11px;
	text-align:center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: both;
}

.photocredit {
	text-align:right;
	font-size:10px;
	float: right;
	clear: right;
	margin-top: 10px;
}

#footer {
	background-repeat: no-repeat;
	background-position: right center;
	height: 50px;
	clear: both;
}

.blueheading {
color: #3399cc;
font-weight:bold;
}

h1 {
	font-weight:bold;
	font-size:16px;
	padding-left:0px;
	color: #3299CC;
}

.skiplink {display:none}

.validicons {
	text-align:right;
	width: 200px;
	float: right;
	clear: right;
	margin-top: 10px;
	margin-right: 10px;
}

.toppage {
float:right;
padding-right:20px;
font-weight:bold;
}

.bold {
font-weight: bold;
}

#alert {
	background-repeat:no-repeat;
	padding-left: 25px;
	padding-top: 10px;
}
#alert p {
	font-size:13px;
	line-height:16px;
}

#alert a:link, #alert a:visited {
	color:#333333;
}

#alert a:hover {
	color:#000;
	text-decoration:underline;
}

.red {
	color:#CC0000;
	font-weight: bold;
}

.green {
	color:#009900;
	font-weight:bold;
}
