﻿/*colors
background = r127 g160 b183 + image
border = tan = #ded5c6
content background = white = #ffffff
text color = 80% gray = #454545
headline color = brown = #755b45
h3 bold = green = #a3b11a
menu regular = gray/brown = #454648
menu active = orange = #e69415
menu onmouseover and links = blue = #47748f
*/

html { background: rgb(127,160,183) url(images/backgroundgradientblue.gif) repeat-x top right; color: #454545;}

/* * {margin: 10px; padding: 0px;}*/
img {/* border style for all images */ border: 0;}

/*note text really doesn't center - use to center page in IE */
body {font: 75%/1.5 verdana, helvetica, sans-serif; text-align:center; }

.firstpagebox, .contentpagebox {
  /*background: #ccc;*/
  background-image: url(images/grayshadow.png);
  position: relative;
  top: 5px;
  left: 5px;
  margin-top: 50px;
}

.firstpagebox {
  width: 714px;
  margin-left: auto;
  margin-right: auto;
}

.contentpagebox {
  margin-left: 50px;
  margin-right: 50px;
}

.firstpagebox2, .contentpagebox2 {
  background: #ffffff; 
  border: solid 7px #ded5c6; 
  position: relative;
  top: -5px;
  left: -5px;
  text-align: left;
}

#header {
	margin: 0px;
	padding: 0.3em 10px;
	background: url(images/topgradient.png) repeat-x top right;
	}

/*drop shaddow under menubar*/
#topgradient { height: 20px; margin: 0px; background: url(images/topgradient.png) repeat-x top right;}

/*provides margin area for main text*/
#content { padding: 0 2em 0 2em; }

#footer { clear: both; text-align: center; padding: 1em; border-top: solid 1px #999999; font: 80%/1.25 verdana, helvetica, sans-serif;}

/*use these instead of #content for 2 column layout with narrow column on left */

#leftcontent {
	float:left;
	position: relative;
	width: 14em;
	padding: 1.5em 1em 1em 1em;
	font: 90%/1.25 verdana, helvetica, sans-serif;
	color: #454545;
	border-right: 1px solid #e69415;
	}

/*border if used here will extend to bottom of page*/
#rightcontent { 
  position: relative;
	margin-left: 15em; 
	padding-right: 1.5em;
	padding-left: 1em;}
	/*border-left: 1px dashed #999;*/

/* TYPOGRAPHY */
p, ul, ol {
	margin: 0 0 1.5em;
	font-family: Verdana;
}
div.intro, h1, h2, h3, h4, h5, h6 {font-family: Georgia, serif; font-weight: normal; color: #755b45;  }
h1 {font-size: 196%; margin-top:.6em;}
h2 {font-size: 136%;}
h3 {font-size: 125%;}
div.intro, h4 {font-size: 116%;}
h5 {font-size: 106%;}
h6 {font-size: 96%;}

/* LISTS */
ul {margin: .3em 0 1.5em 1em;list-style-type:none;}
ul.related {margin-top: -1em;}
ol {margin: .5em .5em 1.5em 1em;}
ol li { margin-left: 1.4em; padding-left: 0; background: none; list-style-type: decimal;}
li {line-height: 1.4em; padding-left: 0px;}
li.doc {background-position: 3px -500px;}
ul.nomarker li {background:none; padding-left:0;}
dl {margin: 0 0 1em 0;}
dt {font-weight:bold;margin-top: 1.3em;}
dl dl {margin: 0 0 1.5em 30px;}

/* OTHER TEXT STYLES */
.highlight {color:#92c010}
.subdued {color:#999}
.error {color: red;font-weight:bold}
.success {color:#390;font-weight:bold}
.caption {color:#999;font-size:11px}
.date {font: bold 82% arial;color:#bbb;display:block;letter-spacing: 1px;}
.small {font-size: 95%;}
.code {font-family: courier; margin-left: 10px;}
.pullquote { font-size: 165%; font-style: italic; color:#e69415; text-align: center; line-height: 125%;} 
.featuretext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; color: #e69415;}

/*navigation - highlights active item */
#navigation {
	margin: 0px;
	/*padding:0.3em 10px;*/
	padding: 0; 
	font-size: 95%;
	height: 2em;
	background: #efece6 url(images/menugradient.png) repeat-x top left;}

#nav, #nav ul { /* all lists */
    font-family: Georgia, serif; 
	font-weight: normal;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: #efece6 url(images/menugradient.png) repeat-x top left;
}

#nav a {
	display: block;
	width: 9em;
	color: #454648;
	text-decoration: none;
    padding: .25em 0 .25em 0;
}

#nav a:hover { color: #47748f; }

#nav li { /* all list items */
	text-align: center;
	float: left;
	border-right: 1px solid #999999;
	width: 9em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists - z-index is not needed for menu function but to ensure menu items display over content */
	z-index: 100;
	position: absolute;
	background: #efece6;
	width: 9em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 9em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav #currentpage a {
	color: #e69415;
	width: 9em;
	}

/* LINKS */
a,a:link,a:link,a:link,a:hover { background:transparent; text-decoration:none; cursor:pointer} 
a:link {color:#47748f;} 
a:visited {color:#47748f;} 
a:hover,a:active {color:#8A250A;} 

/*other*/
.left { float: left; display: inline; /* fixes ie double margin-left bug */ }
.right { float: right; }

.shadowbox {
  background-image: url(images/grayshadow.gif);
  position: relative;
  top: 5px;
  left: 5px;
}
.shadowbox div {
  background: #daed87;
  border: 1px solid #92c010;
  color: #111111;
  padding: 10px;
  position: relative;
  top: -5px;
  left: -5px;
}	

/*photos and boxes with drop shadow*/
.photobox {
 float: right; 
  background-color: #eee;
  position: relative;
  top: 5px;
  left: 5px;
  margin: 10px;
}
.photobox div {
  padding: 0px;
  position: relative;
  top: -5px;
  left: -5px;
}
/*photos and boxes without drop shadow*/
.floatleft, .pullboxleft {  position: relative; float: left; margin: 1em 1em 2em 0em;}
.floatright, .pullboxright {  position: relative; float: right; margin: 1em 0em 2em 1em;}
.pullboxleft, .pullboxright { clear: both; width: 150px; font: 150%/1.5  Georgia, serif; font-style: italic; color:#e69415; text-align: center; } 

img.floatLeft { float: left;  margin: 1em 1em 2em 0em; }
img.floatRight { float: right; margin: 1em 0em 2em 1em; }