/* vanquish the defaults */

/* global */

html, body {
border: 0;
margin: 0;
padding: 0;
}

/* typography */

body {
font: 0.8em/1.5 Arial, Helvetica, sans-serif;
}

/* headings */

h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
}
 
h1 {
padding: 0 0 0 0;
font-size: 2.5em;
color: #695d46;
}
 
h2 {
padding: 0 0 0.3em 0;
font-size: 1.5em;
color: #404a0c;
font-variant: small-caps;
}
 
h3 {
font-size: 1em;
padding: 0 0 0.3em 0;
font-weight: bold;
}

/* common formatting */

p, ul, ol {
margin: 0;
padding: 0 0 1.25em 0;
}
 
ul, ol {
padding: 0 0 1.25em 2.5em;
}
 
blockquote {
margin: 0 1.25em 1.25em 0.5em;
padding: 1.25em 1.25em 0 2em;
background: url(imgs/blockquote.png) no-repeat;
font-family: Georgia;
font-style: italic;
color: #7d6857;
}

blockquote:first-letter {
	font-size: 2em;
}

blockquote p cite {
	float: right;
	font-size: 0.9em;
	color: #7e8666;
}

blockquote p cite:before {
	content: "— ";
}

small {
font-size: 0.85em;
}
 
img {
border: 0;
}
 
sup {
position: relative;
bottom: 0.3em;
vertical-align: baseline;
}
 
sub {
position: relative;
bottom: -0.2em;
vertical-align: baseline;
}
 
acronym, abbr {
cursor: help;
letter-spacing: 1px;
border-bottom: 1px dashed;
}

/* links */
a {
	color: #6e553c;
}

a:visited {
	color: #6e553c;
}

a:hover {
	color: #222;
}

/* form presentation */

form {
margin: 0;
padding: 0;
display: inline;
}
 
input, select, textarea {
font: 1em Arial, Helvetica, sans-serif;
}
 
textarea {
width: 100%;
line-height: 1.25;
}
 
label {
cursor: pointer;
}
 
/***** Tables *****/
 
table {
border: 0;
margin: 0 0 1.25em 0;
padding: 0;
}
 
table tr td {
padding: 2px;
}

/* global classes */

.clear         { clear: both; }
.float-left    { float: left; }
.float-right   { float: right; }
 
.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }
 
.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }
 
.wrap          { width: 716px; margin: 0 auto; }
 
.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }
 
.nopadding     { padding: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }

/* page structure */

body {
	/*background: #52656b url(imgs/background.jpg) top center;*/
	background: #52656b url(imgs/bgRepeat.png) repeat-x;
}

#wrap {
	width: 716px; 
	margin: 0 auto;
}

#header {
	letter-spacing: -1px;
}

#nav { clear: both; background: url(imgs/headerBackground.png) no-repeat bottom; width: 716px; height: 180px; margin: 10px 0 0 0; }
#nav ul { margin-left: 0; padding-left: 0; }
#nav ul li { list-style: none; list-style-image: none; float: left; }
#nav ul li a { display: block; width: 237px; height: 169px; text-decoration: none; }
#nav ul li a#first { background: url(imgs/firstNav.png) no-repeat 0px 0px; }
#nav ul li a#first:hover { background: url(imgs/firstNav.png) no-repeat 0px -169px; }
#nav ul li a#second { background: url(imgs/firstNav.png) no-repeat 0px 0px; margin: 0 0 0 2px; }
#nav ul li a#second:hover { background: url(imgs/firstNav.png) no-repeat 0px -169px; }
#nav ul li a#third { background: url(imgs/firstNav.png) no-repeat 0px 0px; margin: 0 0 0 3px; }
#nav ul li a#third:hover { background: url(imgs/firstNav.png) no-repeat 0px -169px; }

#nav ul li a .navLinkHeader { font-size: 2em; color: #fff; font-weight: bold; letter-spacing: -1px; font-variant: small-caps; float: left; margin: 10px 0 13px 10px; }
#nav ul li a .navLinkBody { color: #fff; width: 160px; margin: 0 10px 0 0; float: right; }

#content {
clear: both;
background: url(imgs/contentBackground.png) repeat-y; width: 690px;
padding: 0 13px 20px 13px;
}

#content ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 1em;
}

#content ul li {
	background: url(imgs/listIcon.png) no-repeat 0px 1px;
	padding-left: 2em;
}

#footer { background: url(imgs/footerBackground.png) no-repeat; width: 690px; padding: 35px 13px 0 13px; color: #fff; font-size: 0.9em; letter-spacing: -1px; }

#footer ul {
	margin-left: 0; padding-left: 0;
	height: 17px;
}

#footer ul li {
	list-style: none; list-style-image: none; margin-left: 22px;
	height: 17px;
	float: left;
}

#footer ul li:first-child {
	margin-left: 0px;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	float: left;
}

#footer ul li a:hover {
	color: #fff;
}

#prenav {
	font-size: 0.9em;
	margin: 10px 0 0 0;
	padding: 0 0 0 13px;
}

#prenav ul {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

#prenav ul li {
	display: inline;
	margin-right: 10px;
}

#prenav ul li a {
	color: #fff;
	text-decoration: none;
}

#prenav ul li a:hover {
	color: #fff;
}

#search {
	background: url(imgs/searchBox.png) no-repeat;
	height: 25px;
	width: 190px;
	float: right;
	margin: 0 0 0 10px;
}

#search #search_box {
	font-size: 1em;
	border: none;
	margin: 5px 12px 0 4px;
	width: 142px;
	padding: 0 0 0 3px;
	float: left;
}

#search #search_btn {
	float: left;
	height: 25px;
	width: 25px;
}