/* CSS Document */


/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 63.5%/1.6 "Arial", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background: #DFE4DA url(images/background.jpg) repeat-x left top; 
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}

a:link, a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #000000;
}

a:hover, a:active {
	text-decoration: underline;
}


#branding h1 {
  margin: 0;
}

#wrapper {
  background-color: #fff;
  margin: 0 auto;
}

#branding {
  height: 179px;
  background: url(images/branding_header.jpg) no-repeat left top;
  background-color:#ffffff;
}

#mainNav {
  list-style: none;
  background-color:#eee;
}

#footer {
  background-color:#E3E2C4;
  padding: 1px 20px;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 740px;
}

#wrapper {
  width: 682px; 
  margin-top: 34px;
  border: 9px #E3E2C4 solid;
  /*margin: 0 auto; */
  text-align: left; 
}

/* Navigation
======================================*/

#nav  {
	width 682px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	height: 23px;
	background: #E3E2C4;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 4px #D8D7AB;
	border-top: solid 4px #D8D7AB;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	width: 682px; 
	float: left;
	background:  #EAEAD3 url(images/nav.jpg) repeat-x;
}

#nav ul li {
	float: left;
}

#nav ul a {
	display: block;
	padding: 0 2.8em;
	line-height: 23px;
	background: url(images/nav_divider.jpg) repeat-y left top;
	text-decoration:none;	
	color: #333333;
}

#nav ul a:hover {
	background:#D8D7AB;
}


#content { 
  width: 670px;
  float: left; 
  margin-top: 10px;
   font-size: .85em;
}

#content h1, #content h2, #content p {
	padding-left: 20px;
} 

#content p {
	margin-top: 5px;
	text-align:justify;
}


#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.08em;
	font-size: 4em;
	color: #807734;
	margin-bottom: -10px;
	margin-top: 0px;
}

#content h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 2.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #807734;
}

#content img {
	border: 4px #E3E2C4 solid;
}

#content ul {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#mainNav { 
  width: 130px; 
  float: left; 
} 

#footer { 
  clear: both; 
  height: 33px;
  background: url(images/footer.jpg) no-repeat left top;
} 

#footer p { 
  color: #807735; 
  font-size: 2em;
  margin-left:150px;
  margin-bottom: -4px;
} 


#contentSub {
	float: right;
	width: 270px;
	margin-right: 10px;
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #807734;
}

#contentSub h2 {
	font-size: 1.7em;	
	margin-bottom: 0px;
}

#photodiv {
	width: 265px;
	height: 213px;
	border: 4px #E3E2C4 solid;
	/*height: 213px;*/

}

#photodivNav {
	width: 145px;
	text-align:right;
	float: right;
	margin-right: 0px;
	margin-top: 5px;
}

#photodivNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: .9em;
}

/* Add some padding 
================================== */

#mainNav {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav * {
  padding-left: 10px;
  padding-right: 8px;
}

#mainNav * * {
  padding-left: 0;
  padding-right: 0;
}

#content * {
  padding-right: 5px;
}

#content * * {
  padding-right: 0;
}

/* Classes 
================================== */

.imgfloatRight {
	float:right;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 10px;
}
