/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
html {
	overflow-y: scroll
}
body{
	background: url(../images/bgr.gif) #2d4700;
	color: #655c44;
	font: .8em Tahoma,Arial,Verdana,Helvetica,Sans-Serif;
	padding: 25px 0 20px
}
a{
	color: #2d4700;
	text-decoration: underline
}
a:hover{
	color: #873b02;
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 1em;
	padding: 2px
}
li{
	list-style: none
}
h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase
}
/*=== Layout ===*/
#page, #header, #footer{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 19px 0 10px;
	width: 644px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.png) no-repeat top;
	height: 82px
}
/*- Logo -*/
#header h1{
	text-indent: -9999px
}
#header h1 a{
	display: block;
	height: 82px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: url(../images/nav1-bgr.png) no-repeat top left;
	height: 61px;
	text-indent: -9999px
}
#nav1 ul{
	padding: 21px 0 0 59px
}
#nav1 li{
	float: left
}
#nav1 li a{
	background: url(../images/nav1-li-bgr.png) no-repeat top;
	display: block;
	height: 19px
}
#nav1 li a:hover{
	text-decoration: none
}
#nav1 li#n01 a{
	background-position: 0 0;
	text-decoration: none;
	width: 44px
}
#nav1 li#n01 a:hover{
	background-position: 0 -19px
}
#nav1 li#n02 a{
	background-position: -44px 0;
	width: 132px
}
#nav1 li#n02 a:hover{
	background-position: -44px -19px
}
#nav1 li#n03 a{
	background-position: -176px 0;
	width: 63px
}
#nav1 li#n03 a:hover{
	background-position: -176px -19px
}
#nav1 li#n04 a{
	background-position: -239px 0;
	width: 72px
}
#nav1 li#n04 a:hover{
	background-position: -239px -19px
}
#nav1 li#n05 a{
	background-position: -310px 0;
	width: 45px
}
#nav1 li#n05 a:hover{
	background-position: -310px -19px
}
#nav1 li#n06 a{
	background-position: -355px 0;
	width: 99px
}
#nav1 li#n06 a:hover{
	background-position: -355px -19px
}
#nav1 li#n07 a{
	background-position: -453px 0;
	width: 114px
}
#nav1 li#n07 a:hover{
	background-position: -453px -19px
}
/*=== Title ===*/
#title img{
	display: block
}
/*=== All Columns ===*/
#columns{
	color: #4f4836;
	height: 1%;
	margin: 15px 0 0;
	padding: 0 23px
}
#columns h2{
	color: #2d4700;
	font-size: 1.6em
}
#columns h3{
	color: #503b29;
	font-size: 1.1em;
	margin: .1em 0 .5em;
	clear:left;
}
#columns h4{
	font-size: 1em;
	margin: 0 0 .1em .1em
}
#columns p{
	padding: 0 0 1em .1em
}
/*=== Center Column ===*/
#centercol{
	float: left;
	text-align: justify;
	width: 345px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 230px
}
#rightcol h3{
	background: url(../images/hl.gif) no-repeat bottom left;
	padding: 0 0 8px 5px
}
/*=== Wide Column (Level 2) ===*/
#widecol{
	float: left;
	text-align: justify;
	width: 575px
}
#widecol h3{
	margin: .1em 0 .7em;
}
#bio{
	float:left;
	margin: .7em 0
}
#bio-left{
	float:left
}
#bio-right{
	width: 600px;
	float:left
}
#bio h4{
	padding: 0 0 .7em 0
}
#office{
	width: 350px;
	float:left;
	margin: .7em 0
}
#office-left{
	float:left
}
#office-right{
	float:left
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 .8em
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat 0 4px;
	padding: 0 0 0 20px
}
ol {
	margin: 0 0 .8em 23px
}
ol li{
	list-style: decimal;
	padding: 0 0 0 20px
}
/*=== Table Styling ===*/
tr td.cat{
	text-align: right;
	padding: 0 11px 0 0;
}
/*=== Email Form ===*/
#contact-area{
	width: 340px;
	margin: 12px 0 12px 0px;
	font-size: 12px;
	line-height: 11pt
}
#contact-area input, #contact-area textarea{
	width: 245px;
	font-size: 12px;
	margin: 0px 0px 8px 0px; 
	border: 1px solid #AFA079
}
#contact-area textarea{
	height: 90px
}
#contact-area textarea:focus, #contact-area input:focus{
	border: 1px solid #AFA079
}
#contact-area input.submit-button{
	width: 96px;
	height: auto;
	float: right;
	font-size: 12px;
	padding: 2px 12px 2px 12px;
	margin-right: 9px
}
#contact-area input.submit-button:hover{
	width: 96px;
	height: auto;
	float: right;
	font-size: 12px;
	padding: 2px 12px 2px 12px;
	background: #AFA079
}
label{
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 65px;
	padding-top: 2px
}
/*=== Footer ===*/
#footer{
	background: url(../images/page-bot.png) no-repeat top;
	clear: both;
	color: #8c6241;
	height: 40px;
	padding-top: 40px;
	text-align: center
}
#footer a{
	color: #8c6241;
	text-decoration: underline
}
#footer a:hover{
	color: #372619;
	text-decoration: underline
}
/*- Copyright -*/
#copyr{
	color: #8a9064;
	font: .9em Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: right;
	width: 640px
}
#copyr a{
	color: #8a9064
}
#copyr a:hover{
	color: #acaf87
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
hr{
	border-top: 1px solid #cccccc;
	clear: both;
	height: 1px;
	margin: 0 0 .8em;
	width: 100%
}
.fl{
	float: left
}
.fr{
	float: right
}
.pic.fl img{
	background: #ffffff;
	border: 1px solid #b0a27b;
	display: block;
	margin: 0 .8em 1em 0;
	padding: 1px
}
.pic2.fl img{
	background: #ffffff;
	border: 1px solid #b0a27b;
	display: block;
	margin: 0 .8em .8em 0;
	padding: 1px
}
img.adobe{
	border: 1px solid #b0a27b;
	display: block;
	margin: 1em 20px 0 0;
	padding: 1px;
	clear: both;
	float: left
}
#spaced{
	float: right;
	margin-top: 1em;
	width: 439px;
}
/*=== Pop-Up Container ===*/
#pop-up-container {
	width: 470px;
	height: auto;
	min-height: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #ffffff;
	text-align: left;
}

* html #pop-up-container {
	height: 860px;
}

#pop-up-container-padding {
	padding: 0px 20px 0px 20px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 11pt;
	color: #5b5b5b;
}

#pop-up-container h1 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 14pt;
	color: #5b5b5b;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 10px 0;
}

#pop-up-container h2 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	color: #5b5b5b;
	font-weight: bold;
	text-align: left;
	padding: 5px 0 10px 0;
}

#pop-up-container ol {
	list-style-type: decimal;
	padding: 0 20px 0 20px;
}

#pop-up-container hr {
	width: 100%;
	size: 1px;
	color: #000000;
}

#pop-up-container .floatright {
	float: right;
}

#pop-up-container a:link {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}

#pop-up-container a:visited {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}

#pop-up-container a:hover {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

#pop-up-container a:active {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
