/*** Reset ***/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
/*** Reset End ***/

ul { list-style: none; }

#nav-container { background: #231f20; width:100%; }
#nav { margin: 0 auto; width:100%; background: #231f20; color: #FFF; }
#nav ul li { padding: 5px; color:#fff; float: left; vertical-align:middle;}
#nav ul li a:visited { color:#ccc; text-decoration:none; padding-left: 25px; }
#nav ul li a:link { color:#fff; text-decoration:none; padding-left: 25px; }
#nav ul li a:hover { color:#f60; font-weight:normal; padding-left: 25px; }

#links a:link { color:#f60; text-decoration:none; padding-left: 20px; }
#links a:visited { color:#dd5800; text-decoration:none; padding-left: 20px; }

#links { font-size:250%; }

#header {
  text-align:center;
}

.caption {
  font-size:11px;
  text-align:center;
}

.special-note {
  margin: 1em 2em;
  padding: 0 1em 0.5em;
  background-color:#F2F2E3;
  border:1px solid #DEDEC5;
}

h1 {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size:300%;
  font-weight:bold;
  line-height: 1.5em;
}

h2 {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size:200%;
  font-weight:bold;
  line-height: 1.5em;
}

h3 {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size:125%;
  line-height: 1.5em;
  font-weight:bold;
  margin-top: 1em;
  margin-bottom:0.5em;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	position: absolute;
	width: 100%;
}

blockquote {
  border-left-color:#dd5800;
  border-left-style:solid;
  border-left-width:3px;
  margin:1em 0 1em 3em;
  padding-left: 1em;
}

.content {
	padding: 0 20px 0 10px;
	font-size: 120%;
	margin: 0 238px 0 238px;
}
.pic {
	margin-left: 50px;
}
#sidemenu {
	float: left;
	width: 192px;
	border-right: 1px solid gray;
	padding: 0 10px 0 5px;
	
}

/*
#nav {
  list-style: none;
  margin: 0;
  padding:  0px 0 30px 0;
}
#nav li {
  font-size:  150%;
  padding: 5px 5px;
}

#nav li.selected {
	font-weight: bold;
}

#nav li a:link {
  color: #245185;
}

#nav li a:hover {
  color: #245185;
  font-weight: bold;
}

#nav li a:visited {
  color: #245185;
}
*/

/* image container, sets height so image can be vertically centered and the caption starts in the same vertical position regardless of image height, except WinIE does not apply line-height to images. oh well, most other browsers do... */
.gallery span {
	display: block;        /* fill container width, force a line break */
	height: 110px;         /* a bit larger than highest img */
	line-height: 110px;    /* same value as height */
	text-align: center;
/*	border: 1px dashed #f00; /* uncomment to show */
}

/* caption container, sets height (for 2 lines) so each outlined image/caption pair is the same height (except in WinIE) */
.gallery i {
	display: block;
	height: 2.5em;         /* makes each box a consistent height */
	padding: 5px 5px 0 5px;
	text-align: center;
	font-style: normal;
	line-height: 120%;     /* standard spacing */
/*	border: 1px dashed #00f; /* uncomment to show */
}

/* Owen hack, hides from WinIE, Opera versions 6- & some KHTML */
head:first-child+body .gallery a {
	display: table-cell;   /* gecko & Opera6- */
	display: inline-table; /* Safari & some other browsers */
	display: inline-block; /* WinIE & some other browsers */
}

/* star-html hack to show <a> rule(s) just to IE (Win and Mac) */
* html .gallery a {
	display: table-cell;   /* gecko & Opera6- */
	display: inline-table; /* Safari & some other browsers */
	display: inline-block; /* WinIE & some other browsers */
}
/* image is not clickable in WinIE with display:block :( \*/
* html .gallery span {
	display: inline;
}
* html .gallery a:hover i {
	cursor: hand; /* otherwise cursor doesn't change over block <i> */
} /* end WinIE hacks */

/* end hacks */

#footer {
  margin: 50px 5% 0px 5%;
  border-top: 1px solid #dd5800;
  clear: both;
}
#footer p {
	width:580px;
	margin: 0 auto;
  font-size: 90%;
  color: #256290;
  padding: 5.2em 0 0.2em 0;
	position: absolute;
	bottom: 0px;
	left: auto;
	right: auto;
}
