body {
  text-align: center;
	float: none;
	clear: both;
	letter-spacing: 1px;
	font: 13px/18px "Trebuchet MS", Georgia, sans-serif;
	background-color: #69839c;
}

#outside_wrapper {
	margin-right: auto;
	margin-left: auto;
	min-width: 950px;
	max-width: 1100px;
	clear: both;
}

#wrapper {
	background-color: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: left;
	float: left;
	clear: both;
	width: 98%;
	margin: 9px 1%;
	border: 6px none #105804;
	padding: 20px 0 10px;
}

#banner {
	position: relative;
	width: 892px;
	height: 194px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/banner.png);
}

#content {
	width: 900px;
	margin: 10px auto;
	color: #2e2e2e;
}

.site a { color: blue; }

a {
	color: #585858;
}
a:visited { color: #666; }
a:hover { background-color: transparent; }
a:active {
  outline:none;
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h1, h2, h3, h4, h5, h6 {
	font-variant: small-caps;
}
#admin_notes_top p, #admin_notes_top h1, #admin_notes_top h2, #admin_notes_top h3 {
	text-align: center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	color: white;
	font-size: medium;
	border: 1px solid red;
	background-color: maroon;
}
.admin, span.admin a {
	color: maroon;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	border-color: maroon;
	border-width: 2px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

.admin_border {
	border: 1px solid maroon;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 50%;
	padding: 5px;
}

#footer {
	padding-top: 25px;
	width: 220px;
}

.title_heading {
	padding: 15px 15px 15px 0;
	letter-spacing: 11px;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	font-size: 18pt;
	color: black;
	margin-bottom: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-bottom: 2px solid black;
	text-decoration: none;
	line-height: 28px;
}

form#new_contact {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.subheader {
	color: #949494;
	font-weight: normal;
	font-style: normal;
	font-size: 17pt;
}

.hide_links {
	font-size: 1px;
	color: white;
	margin-left: -2000px;
}

/*#background_shaded_nav {
	height: 44px;
	
	position: relative;
	background: url(../images/shaded_background_nav.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	right: 5px;
	bottom: 10px;
}*/

#nav_bar {
	width: 900px;
	height: 32px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px 0 0;
	position: relative;
	top: 152px;
	text-align: center;
}

#nav_bar li {
	padding: 5px 25px;
	width: 100px;
	display: inline;
	letter-spacing: 3px;
}

/*#nav_bar li, #nav_bar a {
	height: 32px;
	display: block;
}*/

#nav_bar li a {
	color: black;
}

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, blockquote, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.site p {
	line-height: 25px;
}

.site h3 {
	text-align: center;
}

.site_portfolio_preview {
	height: 500px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.site_portfolio_preview_info {
	text-align: center;
}

.site_portfolio_preview img {
	float: left;
}

.site_portfolio_preview h2 {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 20px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 6px;
}

.site_portfolio_preview h2 a {
	text-decoration: none;
}