/* 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; 
padding: 0; 
border: 0; 
}

body {
	font-size: 100.01%;/* 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: #9F9F9F url(images/bkgnd.jpg) repeat-x;
}

/***** 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: 3px solid #000;
	text-align: left;
	background-color: #666666;
}


/* Logo header and background across top of page */
#header {
	width: 773px;
}


	
/* 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: #ECEDF1;
}

/* wrappers for content areas */
#contentwrapper {
	margin: 0 auto;
	position: relative;
	width: 950px;
	background: #FFFFFF repeat-y;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

#maincontent {
	width: 575px;
	padding-bottom: 30px;
	color: #000;
}

/* the code below is all contained in the maincontent and secondarycontent div */
#maincontent h1 {
	padding-left: 50px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 1.15em;
	text-align: lef; 
}

#maincontent h2 {
	padding-top: 20px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.0em;
	font-style: italic;
	text-align: left; /* if you prefer your headers flush left change it to left */
}

#maincontent h3 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.0em;
	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: #666;
	font-size: 1.0em;
	font-style: italic;
	text-align: left; /* if you prefer your headers flush left change it to left */
}

#maincontent p {
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333;
	text-align: left;
}

#maincontent ul {
	font-size: 90%;
	margin: 10px 20px 5px 25px;
}

#maincontent li {
margin: 0 20px 5px 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
}

#maincontent a {
	text-decoration: underline;
	text-align: center;
	color: #000;
}

#maincontent a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#maincontent a:hover {
	text-decoration: none;
	color: #FD6CA7;
}

#maincontent a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #FD6CA7;
}

/* 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: 329px;
	float: right;
	padding-bottom: 0px;
	color: #000;
}


/* end styles for content areas */


/* The footer display and link states */

#footer {
	width: 100%; 
	padding-top: 5px;
	padding-bottom: 20px; /* adjust smaller or larger after copyright text */
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #000;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
}

.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;
}
.newnav {
	width: 1004px;
	height: 25px;
}

#nav_bright {
	margin: 0;
	padding: 5px 6px 0;
	border-radius: 5px;
	height: 25px;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	-webkit-box-shadow: 0 1px 3px #CCC;
	-moz-box-shadow: 0 1px 3px #CCC;

	background: #e3e3e3;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e3e3e3');
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e3e3e3));
	background: -moz-linear-gradient(top,  #ededed,  #e3e3e3);

	border: solid 1px #F2F2F2;
}
#nav_bright li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}

#nav_bright a {
	font-weight: bold;
	color: #737373;
	text-decoration: none;
	display: block;
	padding:  2px 20px;
	margin: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 0 1px 1px white;
}
#nav_bright small{
	font-size: 12px;
}

#nav_bright .active a, #nav_bright li:hover > a {
	background: #dedede;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#dedede'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#dedede));
	background: -moz-linear-gradient(top,  #e5e5e5,  #dedede);
	color: #444;
	border: solid 1px #ececec;
	margin-right: -3px;
	margin-left: 1px;
	-webkit-box-shadow: 0 0 1px #999;
	-moz-box-shadow: 0 0 1px #999;
	box-shadow: 0 0 1px #999;
}

#nav_bright ul li:hover a, #nav_bright li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav_bright ul li:hover > a {
	background: #dedede 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#dedede');
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#dedede)) !important;
	background: -moz-linear-gradient(top,  #e5e5e5,  #dedede) !important;
	color: #444;
	border: solid 1px #ececec !important;
	-webkit-box-shadow: 0 0 1px #999 !important;
	-moz-box-shadow: 0 0 1px #999 !important;
	box-shadow: 0 0 1px #999 !important;
	width: 240px;
	margin-left: -5px;
}

#nav_bright ul {
	background: #e3e3e3; 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e3e3e3');
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e3e3e3));
	background: -moz-linear-gradient(top,  #ededed,  #e3e3e3);

	display: none;
	margin: 0;
	padding: 0;
	width: 300px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #F2F2F2;
	-webkit-box-shadow: 0 1px 3px #CCC;
	-moz-box-shadow: 0 1px 3px #CCC;
}

#nav_bright li:hover > ul {
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#nav_bright ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav_bright ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px white;
}

#nav_bright ul ul {
	left: 156px;
	top: -3px;
}

