@charset "utf-8";
body {
	font: 90% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #999999 url(images/bkg-grayfloral.jpg) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:  #666666;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/header-fill.gif) no-repeat center top;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding: 0 35px;  /* 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. */
	text-align: left;
	z-index: 0;
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #container #mainContent {
	text-align: center;
	padding: 10px 35px;
}
.fill-1col {
	background-image: url(images/1col-box_middle.gif);
	background-repeat: repeat-y;
}
.fill-3col {
	background-image: url(images/middle-fill1.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.fill-3col-3 {
	background-image: url(images/home-boxes/middle-fill3.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 95px;
	background-position: center top;
}
.fill-3col-2 {
	background-image: url(images/home-boxes/middle-fill2.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 95px;
	background-position: center top;
}
.fill-3col-1 {
	background-image: url(images/home-boxes/middle-fill1.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 90px;
	background-position: center top;
}
.oneColFixCtrHdr #container #footer {
	padding: 0 40px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
}
.oneColFixCtrHdr #container #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 */
}
#header-buttons {
	display: block;
	float: right;
	padding-top: 20px;
	padding-bottom: 0px;
	z-index: 1020;
	padding-right: 35px;
}
#mainNav {
	text-align: center;
	z-index: 0;
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 10px;
}
.imgR {
	border: 0px;
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.imgL {
	border: 0px;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
#header .imgR {
	padding-top: 15px;
}
/* Lists and Lists with Links */
ul {
	margin:0px;
	padding:5px;
	display:block;
	}

.list1 li {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.list1 a {
	background-image: url(images/bullet-arrow.gif);
	background-position: 5px 9px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.list1 a:hover {
	background-image: url(images/bullet-arrow.gif);
	background-position: 5px 9px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.list2 {
	margin-left: 10px;
	padding: 5px;
	list-style: none;
}

.list2 li {
	padding-left: 15px;
	padding-right: 4px;
	margin-bottom: 5px;
	background: url(images/bullet-arrow.gif) no-repeat left 6px;
}

.list3 {
	margin-left: 0px;
	list-style: none;
	width: 100%;
}
.list3 li {
	padding-left: 15px;
	padding-right: 4px;
	margin-bottom: 5px;
	background: url(images/bullet-arrow.gif) no-repeat left 5px;
}
/* Links */
a {
	color: #346385;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}
.white {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
/* Main Nav Sections */
#apDiv1 {
	position:absolute;
	width:174px;
	height:auto;
	z-index:1000;
	left: 0px;
	top: 32px;
	background-color: #FFFFFF;
	overflow: visible;
	text-align: left;
	padding: 0px;
	font-size: 75%;
	visibility: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #0099CC;
}
#apDiv2 {
	position:absolute;
	width:174px;
	height:auto;
	z-index:1000;
	left: 175px;
	top: 32px;
	background-color: #FFFFFF;
	overflow: visible;
	text-align: left;
	padding: 0px;
	font-size: 75%;
	visibility: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #990000;
}
#apDiv3 {
	position:absolute;
	width:174px;
	height:auto;
	z-index:1000;
	left: 350px;
	top: 31px;
	background-color: #FFFFFF;
	overflow: visible;
	text-align: left;
	padding: 0px;
	font-size: 75%;
	visibility: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #CC6600;
}
#apDiv4 {
	position:absolute;
	width:174px;
	height:auto;
	z-index:1000;
	left: 525px;
	top: 32px;
	background-color: #FFFFFF;
	overflow: visible;
	text-align: left;
	font-size: 75%;
	visibility: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #009900;
}
#apDiv5 {
	position:absolute;
	left:834px;
	top:44px;
	width:182px;
	background-color: #FFFFFF;
	overflow: visible;
	text-align: left;
	padding: 5px 5px 5px 15px;
	font-size: 75%;
	visibility: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EFEFEF;
	border-bottom-color: #5D96C1;
	border-left-color: #EFEFEF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5D96C1;
	z-index: 3000;
}
#apDiv5 p {
	margin-top: 0px;
	margin-bottom: 5px;
}

#mainContent h1 {
	font-size: 150%;
}
#mainContent h2 {
	font-size: 120%;
}
#maincolumns {
	text-align: center;
}
.small {
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.footnotes {
	font-size: 10px;
}
.oneColFixCtrHdr #container #mainNav object {
	z-index: 1;
}
.main-content1col {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #DDDDDD;
}
.main-content1col #RightColumn {
	float: right;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.main-content1col #main-content {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0px;
}
h2 {
	font-size: 17px;
	margin-bottom: 0px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: sans-serif;
}
h4 {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-weight: normal;
	color: #333333;
	letter-spacing: .05em;
	word-spacing: .04em;
	font-size: 80%;
	font-variant: small-caps;
	margin-bottom: 0px;
	margin-top: 0px;
}
.blue {color:#5B96C2;}
.red {color:#990000;}
.orange {color:#CC6600;}
.green {color: #336600;}
.gray1 {color: #999999;}
.box1 {
	font-size: 90%;
	background-color: #F8F8F8;
	padding: 0px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
}
.box1green {
	font-size: 90%;
	background-color: #F8F8F8;
	padding: 0px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336600;
}
.box1orange {
	font-size: 90%;
	background-color: #F8F8F8;
	padding: 0px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
}
.fill-box-red {
	background-image: url(images/ministries/box200_r1_c1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 10px;
	padding-top: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.fill-box2 {
	background-image: url(images/ministries/box200_r2_c1.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	font-size: 11px;
	padding: 12px 12px 0px;
}
.fill-box3 {
	background-image: url(images/ministries/box200_r3_c1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#RightColumn .fill-box2 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.bkg-dkgray-180 {
	background-color: #990000;
	background-image: url(images/ministries/oneighty/bkg-dkgray-180.gif);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
.formbutton {
	font-family: sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
}

.hlt td{
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.hlt2 td{
	background-color: #EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#apDiv6 {
	position:absolute;
	left:220px;
	top:648px;
	width:259px;
	height:auto;
	z-index:1001;
	text-align: left;
	overflow: visible;
	visibility: hidden;
	font-size: 11px;
	background-color: #F7FBE1;
	padding: 10px;
	border: 1px solid #666666;
}
.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.border-bottom-orange {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#apDiv3 .menu3 {
	background-color: #FFFFFF;
}
.top {
	z-index: 2000;
	position: relative;
}
#main-content hr {
	text-align: left;
	width: 100%;
}
#apDiv8 {
	position: absolute;
	left: 580px;
	top: 480px;
	width: 327px;
	height: 219px;
}
.staff_name p {
	font-size: 11px;
	margin: 0px;
	line-height: 17px;
}
.staff_name p strong {
	color: #5B96C2;
}
