/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {
	margin: 0;
	border: 0;
}

body {
	font-size: 14px;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  Arial, Helvetica, sans-serif;
	color: #000;
	background: #cbcbcb url(images/bkgnd-cont.jpg) repeat-x;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.button_01 a {
	float: right;
	clear: both;
	display: block;
	width: 120px;
	height: 25px;
	padding: 5px 0 0 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(images/templatemo_button_01.png) no-repeat;
}

/***** Begin laying out the wrappers *****/
/* The main wrapper sets the width for the entire content area. Everything is wrapped inside this div */
#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 1004px;
	border: 1px solid #CCCCCC;
	text-align: left;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}


/* Logo header and background across top of page */
#header {
	width: 1004px;
}


	
/* This is the secondary content area at the bottom of the page */
#navmenu {
	width: 673px;
	padding-right: 50px;
	padding-left: 50px;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}

#navmenu a {
	text-decoration: none;
	color: #000;
}

#navmenu a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#navmenu a:hover {
	text-decoration: none;
	background: #DCC5BD;
}

#maincontent a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #009933;
}

/* wrappers for content areas */
#contentwrapper {
	margin: 0 auto;
	position: relative;
	width: 980px;
	background: #FFFFFF no-repeat;
	border-top: 0px none;
	border-bottom: thick solid #3AB648;
}

#maincontent {
	width: 965px;
	padding-bottom: 5px;
	color: #000;
	padding-right: 5px;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #FFFFFF;
	padding-top: 10px;
}

/* the code below is all contained in the maincontent and secondarycontent div */
.box {
	float: left;
	width: 320px;
	background: #E3E4F0 url(none) repeat-y;
}

.box_top {
	width: 300px;
	height: 5px;
	background:url(images/templatemo_box_01_top.jpg) no-repeat;
}

.box_bottom {
	width: 300px;
	height: 15px;
	background: url(images/templatemo_box_01_bottom.jpg) no-repeat;
}

.box .box_content {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.box h2 {
	color: #FF9900;
	font-size: 16px;
	margin-bottom: 20px;
}

.box .box_image_wrapper {
	display: block;
	text-align: left;
	margin-bottom: 10px;
}


#maincontent h1 {
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #009900;
	font-size: 24px;
	text-align: lef;
}

#maincontent h2 {
	padding-top: 2px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 16px;
	font-style: normal;
	text-align: left; /* if you prefer your headers flush left change it to left */
	font-weight: bold;
	font-variant: normal;
}

#maincontent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 10pt;
	font-style: italic;
	text-align: center; /* if you prefer your headers flush left change it to left */
}

#maincontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 20px 0 50px;
	color: #004D85;
	font-size: 1em;
	font-style: italic;
	text-align: left; /* if you prefer your headers flush left change it to left */
}

#maincontent p {
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

#maincontent ul {
	font-size: 90%;
	margin: 10px 20px 5px 25px;
}

#maincontent li {
	margin: 0 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
}

#maincontent a {
	text-decoration: underline;
	text-align: left;
	color: #006600;
}

#maincontent a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006633;
}

#maincontent a:hover {
	text-decoration: none;
	color: #00CC33;
}

#maincontent a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #009933;
}

/* This is a class set up to give you small or fine print text in either the main content or secondary conetent area */
#maincontent .smaller {
	font-size: 0.8em;
	text-align: center;
}

#maincontent .supersmall {
	font-size: 0.7em;
	text-align: center;
}

/* sidebar content */

#sidebar {
	width: 265px;
	float: right;
	padding-bottom: 0px;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-color: #CCCCCC;
	padding-left: 0px;
	margin: 3px;
	padding-right: 0px;
	border-left-width: thin;
	padding-top: 10px;
	background-color: #E8E8E8;
	background-image: url(images/sidebar_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


/* end styles for content areas */


/* The footer display and link states */

#footer {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #000;
	text-decoration: none;
}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

#footer a:hover {
	color: #FFFFFF;
	background-color: #003366;
}

.copyright {
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #FFF;
}

.whiteTxt {
	color: #FFF;
	font-weight: bold;
	font-size: 75%;
	}

	
.galleryborder {
	padding: 3px;
	border: 1px solid #666;
	margin: 3px 5px 3px 5px;
}
#Bottom-Content {
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
}
