body {margin: 0;
padding: 0;
background-color: #848589;
text-align: center; }

p { color: black; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size: 12px;
text-align: left;
line-height: 15px; }

p.exp {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 9px;
}

p.home {
	font: 16px/14px "Times New Roman", Times, Georgia, serif;
	color: #ffffff;
	padding: 0 0 0 20px;
	text-align: left;
	margin: 0 0 4px;
}
#maincontent ul {
	color: black;
text-align: left; 
	list-style-type: disc;
	font: 12px/15px Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	margin-left: 0;
	padding-left: 0;
}

#maincontent ul li {
	margin-left: 15px;
	margin-top: 6px;
	padding-top: 0;
}

img.exp {
	float: right;
	margin-left: 10px;
}

div#navbar {
font: 12px/12px Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
color: #ffffff;
text-decoration: none;
text-align: left;
width: 159px;
position: absolute;
top: 20px;
left: 0;
}

#navbar ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

#navbar li {
display: list-item;
	margin: 0 0 6px;
}

#navbar ul li a:link, #navbar ul li a:visited {color: #ffffff;
border-left: 10px #848589 solid;
text-decoration: none;
padding-left: 5px;
}

#navbar ul li a:hover, #navbar ul li a.current {color: #ffffff;
border-left: 10px #cb6a2e solid;
font-weight: bold;
text-decoration: none;
}

#navbar ul li a.currentcomm {color: #ffffff;
border-left: 10px #cb6a2e solid;
font-weight: bold;
}


#navbarsub ul {
text-decoration: none;
padding: 0px;
list-style-type: none;
	}

#navbarsub li {
	padding: 0;
	display: list-item;
	font-size: 11px;
	text-indent: 15px;
	margin: 0 0 5px;
}

#navbarsub ul li a:link, #navbar ul ul li a:visited {
display: block;
border-left: 10px #848589 solid;
}

#navbarsub ul li a:hover, #navbar ul ul li a.current {
	color: #ffffff;
border-left: 8px solid #cb6a2e;
font-weight: bold;
text-decoration: none;
}

h1 {
font-family: Times, "Times New Roman", serif;
font-size: 18px;
color: #336666;
letter-spacing: +2px;
text-align: left;
margin-top: 2px;
font-weight: normal; }

a:link {
color: white;
	text-decoration: none;
}
a:visited {
	color: white;
}
a:hover { }
a:active { }

.linkspage a:link {
	color: gray;
	text-decoration: underline;
}

.linkspage a:visited {
	color: gray;
}

div#outside {
width: 751px;
background-color: #848589;
border: 1px #ffffff solid;
margin-top: 10px;
background-image: url(images/blueprint.jpg);
background-repeat: no-repeat;
background-position: center bottom;
height: auto;
margin-left: auto;
margin-right: auto;
padding-bottom: 10px; }



div#footer {
width: 751px;
background-color: #848589;
margin-top: 2px;
height: auto;
margin-left: auto;
margin-right: auto;
}



div#outsidehome {
width: 751px;
background-color: #848589;
border: 1px #ffffff solid;
margin-top: 10px;
background-image: url(images/blueprint_home.jpg);
background-repeat: no-repeat;
background-position: center bottom;
height: 552px;
margin-left: auto;
text-align: right;
margin-right: auto; }



div#outsidegallery {
width: 751px;
background-color: #848589;
border: 1px #ffffff solid;
margin-top: 10px;
background-image: url(images/blueprint_home.jpg);
background-repeat: no-repeat;
background-position: center bottom;
height: 725px;
margin-left: auto;
text-align: right;
margin-right: auto;
 }

div#header {text-align: center;
background-color: #848589;
width: 731px;
height: 132px;
background-repeat: no-repeat;
background-image: url(images/header.jpg);
margin-top: 10px;
margin-right: 10px;
margin-left: 10px;
position: relative; }

div#content {width: 716px;
position: relative;
left: 10px;
padding: 1%;
margin-bottom: 2px;
border: 1px;
height: 384px; }

div#maincontent {padding: 2%;
background-color: #ffffff;
color: #000000;
width: 528px;
background-image: url(images/content-footer.jpg);
background-repeat: no-repeat;
background-position: center bottom;
margin-left: 166px;
margin-top: -7px;
height: 372px; }



div#maincontentgallery {padding: 2%;
background-color: #ffffff;
color: #000000;
width: 528px;
margin-left: 168px;
margin-top: -7px;
height: auto; }



div#maincontenthome {padding: 2%;
color: #000000;
width: 528px;
margin-left: 168px;
margin-top: -7px;
height: 372px; }

/*Begin Form*/
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font: 12px arial, verdana, sans-serif;
  margin: 0;
  padding: 0;
  min-width: 200px;
  max-width: 339px;
  width: 335px; 
}

form fieldset {
  border-color: white;
  border-width: 1px;
	margin: 0;
	padding-bottom: 5px;
}

  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */


form fieldset legend {
	font-size:1.1em;
}

 /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 65px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
