/* CSS Document */

/* Main Stylesheet*/

/* to zero margins*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
/* to set font for body, background, and text-align center for IE5 fix to ignoring auto in wrapper*/
body {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
	background-image: url(/images/background.jpg);
	background-repeat: repeat;
}
/* to set container element for all elements in page, to position body element,and to reset text align to the left to fix IE5 aligning to center due to property above*/

/* wrapper for home page*/
#wrapper {
	width: 759px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
	background-image:url(/images/home_bodyback.gif);
	background-repeat:repeat-y;
	padding:0;
}

/*inner wrapper for nav and content*/
#inner_wrapper {
	width: 759px;
	margin: 0px;
	text-align:left;
	background-image:url(/images/home_bodyback.gif);
	background-repeat:repeat-y;
	padding:0;
	position:relative;
}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
/* actually IE Mac 5 needs it */
* html #inner_wrapper
	{
	float: left;
	}
/* easy clearing */
#inner_wrapper:after
	{
	content: "."; 
	display: block; 
	height: 0;
	font-size:0; 
	clear: both; 
	visibility: hidden;
	}
#inner_wrapper
	{
	/*display: inline-block;*/
	}
/*\*/
#inner_wrapper
	{
	display: block;
	/*zfloat: left;  experimental values to fix Opera */
	/*zwidth: 100%;  experimental values to fix Opera */
	}
/* end easy clearing */

/* Hides height from IE-mac, but shows for IE so positioning of #badge works properly \*/
* html #inner_wrapper {height: 1%;}
/* End hide from IE-mac */

/* banner*/
#banner {
	height: 220px;
	width: 759px;
	margin: 0;
	padding: 0;
	background-image:url(/images/background.jpg);
	background-repeat:repeat;
}

#banner_left {
	height: 220px;
	float:left;
	background-color: #FFFFFF;
	width: 575px;
	margin: 0;
	padding: 0;

}

#banner_right {
	padding: 0;
	margin: 0;
	height: 220px;
	background-color: #FFFFFF;
	float: left;
}

/* container for navigation*/
#leftcol{
	width: 176px;
	float: left;
	padding: 0;
	margin: 0;
	display:block;
}

/* background of navigation*/
#navbackground {
	margin: 0;
	padding: 0;
	width: 176px;
	display: block;
}

#navtop {
	margin:0;
	padding:0;
	width: 176px;
	background-image:url(/images/home_menutop.jpg);
	background-repeat:no-repeat;
}
/*////////////////////////////////////////// changed this from 16 to 8*/
/* navigation div for home page*/
#navmain {
	margin: 0;
	padding: 20px 0 0 8px;
	width: 126px;
}

#content {
	padding: 0;
	margin: 0 0 0 176px;
}

/* container and margins for content--home and module*/
.container {
	width: 100%;
	float: right;
	margin: 0 0 20px 0;
	padding: 0;
}

#pageheader {
	background-image: url(/images/home_pagehead.gif);
	background-repeat: no-repeat;
	height: 108px;
	width: 583px;
	margin: 0;
	padding: 0;
}

#pageheader h2 {
	display: none;
}

#content_photo {
	text-align: left;
	margin: 0;
	background-image:url(/images/home_body.gif);
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 115px;
}

#content_photo_border {
	text-align: center;
	margin: 0;
	width: 320px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding: 0px;
}

#content_photo img{
	padding: 0;
	text-align: center;
	margin: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

#content_main {
	position:relative;
	margin: 0;
	padding: 0 30px 0 0;
	z-index:10;

}
.boxtop {
	background-image: url(/images/dashed_line.gif);
	background-repeat:no-repeat;
	width: 250px;
	background-position: left top;
	padding:0;
	float:left;
	margin:20px 0 10px 0;
}

.boxbottom {
	background-image: url(/images/dashed_line.gif);
	background-repeat:no-repeat;
	width: 250px;
	background-position: left bottom;
	padding:6px 0 8px 0;
}

.boxtopNAWEOA {
	background-image: url(/images/dashed_line.gif);
	background-repeat:no-repeat;
	width: 180px;
	background-position: left top;
	padding:0;
	float:left;
	margin:28px 0 10px 0;
}

.boxbottomNAWEOA {
	background-image: url(/images/dashed_line.gif);
	background-repeat:no-repeat;
	width: 180px;
	background-position: left bottom;
	padding:6px 0 8px 0;
}

#badge {
	/*float:right;*/
	width:160px;
	height:137px;
	/*background-image:url(/images/home_badge.jpg);
	background-repeat:no-repeat;*//* comment out if image is used in div*/
	position: absolute;
	right: 0px;
	bottom: 0px;
	/*z-index:0;*/
	margin:0;
	padding:0;
}
* html #badge {
	right: -1px;
}
/* to clear elements to left and right of blocks - so images appear with respective headings and paragraphs--might not need the font size and line heitht*/
.clearit {
	display: block;
	clear: both;
	padding:0;
    margin:0;
    font-size: 1px!important;
    line-height: 1px;
}
/* for home page footer background*/
#footer {
	background-image:url(/images/home_footer1right.gif);
	background-repeat:no-repeat;
	margin:0px;
	height: 45px;
	padding:0;
}
#footer_left {
	height: 45px;
	float:left;
	margin: 0;
	width:146px;
	background-image:url(/images/home_footer1left.jpg);
	background-repeat:no-repeat;
}

#footer_right {
	margin: 0;
	height: 45px;
	float: left;
	width:613px;
	background-image:url(/images/home_footer1right.gif);
	background-repeat:no-repeat;
}
#footer_right div {
	margin: 6px 0 0 0;
	padding:0;
}

/* for footer styles for home and module pages*/
#footerbottom {
	margin:0;
	padding:0;
	height: 24px;
	background-image: url(/images/home_footer2text.gif);
	background-repeat: no-repeat;
}

/*#footerbottom_left {
	height: 24px;
	float:left;
	margin: 0;
	width:146px;
	background-image:url(/images/home_footer2left.jpg);
	background-repeat:no-repeat;
}

#footerbottom_right {
	padding: 0;
	margin: 0;
	height: 24px;
	float: left;
	width:613px;
	background-image:url(/images/home_footer2text.gif);
	background-repeat:no-repeat;
}*/

#content_main {
	font-size:1.2em;
}
.body_text {
	font-size:1.2em;
}
.image_alignright {
	float: right;
	margin: 2px 0 10px 12px;
}

.image_alignleft {
	margin: 2px 8px 8px 0;
	float: left;
}