@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2f3747;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2f3747;
}
.oneColFixCtr #container {
	background: #afb4a4;
}
.oneColFixCtr #mainContent {
	background: #FFF;
	width: 960px;
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

h1, h2, h3, h4, h5 {
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: 100;
	color: #2f3747;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

p {
	font-size: .8em;
	padding: 0 0 10px 0;
	margin: 0;
	color: #2f3747;
	line-height: 19px;
}

#mainContent ul {
	margin: 5px 0 15px 15px;
}

#mainContent ul li {
	font-size: .8em;
	margin: 8px 0 8px 0;
	color: #2f3747;
	line-height: 19px;
}

#mainContent ol {
	margin: 5px 0 15px 15px;
}

#mainContent ol li {
	font-size: .8em;
	margin: 8px 0 8px 0;
	color: #2f3747;
	line-height: 19px;
}

.clearFloat {
	clear: both;
	height: 1px;
}


a:link {color: #2f3747; text-decoration: underline}
a:visited {color: #2f3747; text-decoration: underline}
a:hover {color: #656f6c; text-decoration: underline}


/* ----------------------- HEADER --------------------------- */

#header {
	background: /* #f1ede8; */ #FFF;
	height: 94px;
}

#headerContainer {
	width: 960px;
	height: 50px;
	margin: 0 auto;
}

#logo {
	position: relative;
	top: 12px;
	float: left;
	width: 231px;
	height: 71px;
	background: url(../images/bg-logo.gif) no-repeat;
}

#logo h1 {
	display: none;
}

#headerContact {
	position: relative;
	top: 5px;
	float: right;
	width: 200px;
	height: 45px;
	text-align: right;
}

#headerContact h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 15px;
	color: #727e7a;
}

#headerContact p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: .7em;
	color: #bba890;
	margin: 0;
	padding: 0;
}

#headerBottom {
	background: /* #f1ede8; */ #FFF;
	height: 28px;
}

/* ----------------------- NAVIGATION --------------------------- */

#navContainer {
	width: 960px;
	margin: 0 auto;
}

ul.menu {
	list-style:none; 
	margin:0; 
	padding:0;
	position: relative;
	top: 7px;
}

ul.menu * {
	margin:0; 
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
}

ul.menu a {
	display:block; 
	color:#8c6c44; 
	text-decoration:none;
}

ul.menu li {
	position:relative; 
	float:left; 
	margin-right:2px;
}

ul.menu li.noPad {
	padding: 0;
	margin: 0;
}

ul.menu ul {
	position:absolute; 
	top:12px; 
	left: 0; 
	background: url(../images/bg-menu-top.gif) repeat-x #ece6de; 
	display:none; 
	opacity:0; 
	list-style:none;
	width: 190px;	
}

ul.menu ul li {
	position: relative; 
	border: none; 
	border-top: none; 
	width: 160px; 
	margin: 0 15px 0 15px;
	padding: 8px 0 8px 0;
	border-bottom: dashed 1px #afb4a4;
}

ul.menu ul li a {
	display:block; 
	padding:3px 7px 5px; 
}

ul.menu ul li a:hover {
	color:#2f3747;
	text-decoration: underline;
}

ul.menu ul ul {
	left:148px; 
	top:-1px;
}

ul.menu .menulink {
	border-right : 1px solid #000; 
	padding: 0 7px 0 5px; 
}

ul.menu .menulinkErase {
	border-right: none !important;
	padding: 0 7px 0 5px; 
}

ul.menu .menulink:hover, .menulinkErase:hover, ul.menu .menuhover {
	color: #2f3747;
}

ul.menu .sub {
	background:#f1ede8;
}

ul.menu .topline {
	border-top:1px solid #aaa;
}

ul.menu ul li.borderNone {
	border: none;
}

#donate {
	float: right;
	background: url(../images/bg-donate.gif) no-repeat;
	width: 112px;
	height: 24px;
}

#donate a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #2f3747;
	text-transform:uppercase;
	line-height: 24px;
	text-decoration: none;
}

#donate a:hover {
	color: #1a1f28;
	text-decoration: underline;
}


#middle {
	background: #bdc1b3;
}

#middleBottom {
	background: #858f8c;
	height: 186px;
}


/* ----------------------- END HEADER AND NAVIGATION - BEGIN BODY --------------------------- */


#mainCopy {
	float: left;
	display: inline;
	width: 480px;
	margin: 30px 0 0 35px;
	padding: 0;
}

#insideContainer {
	background: url(../images/bg-inside.gif) repeat-y #FFF;
}

#mainCopyInside {
	float: left;
	display: inline;
	width: 600px;
	margin: 28px 0 0 50px;
	padding: 0;
}

#internalNav {
	float: left;
	display: inline;
	width: 178px;
	padding: 30px;
}

.selected {
	width: 12px;
	height: 12px;
	float: left;
	display: inline;
	margin: 0 0 0 -16px;
	padding: 0;
	background: url(../images/bg-int-nav-selected.gif) no-repeat;
}

#internalNav p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	text-transform: uppercase;
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 15px;
}

#internalNav a:link {text-decoration: none}
#internalNav a:visited {text-decoration: none}
#internalNav a:hover {text-decoration: underline}

#rightSide {
	display: inline;
	width: 365px;
	float: left;
	margin: 25px 0 0 45px;
	padding: 0;
}

#rightSideImage {
	height: 238px;
	margin: 0;
	padding: 0;
	background: #FFF;
}

#rightSideImage img {
	margin: 17px 0 0 13px;
	padding: 0;
	border: 5px solid #afb4a4;
}

#rightSideImageInside {
	float: right;
	width: 249px;
	height: 239px;
	margin: 0 0 5px 10px;
	padding: 0;
	background: url(../images/bg-inside-photo.gif) no-repeat;
}

#rightSideImageInside img {
	margin: 17px 0 0 18px;
	padding: 0;
}

#rightSideImageInsideNoBG {
	float: right;
	width: 249px;
	height: 249px;
	margin: 0;
	padding: 0 0 0 10px;
	background: #FFF;
}




#news {
	padding: 10px 12px 0 12px;
}

#news h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333a4b;
	text-transform: uppercase;
	font-size: 1em;
	border-bottom: #8c6c44 4px solid;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	
}

#news p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.border {
	border-bottom: #8c6c44 1px solid;
	padding: 0 12px 0 12px;
	margin: 0 0 10px 0;
}

.borderThick {
	border-bottom: #8c6c44 4px solid;
	padding: 0 12px 0 12px;
	margin: 0 0 10px 0;
}

.redBorder {
	border: solid 5px #cc3333;
}

.brownBorder {
	border: solid 5px #8b6b44;
}

.orangeBorder {
	border: solid 5px #e1a963;
}

.greenBorder {
	border: solid 5px #626c69;
}

.greenBorderBody {
	border-bottom: #d1d4ca 1px solid;
	padding: 0 15px 10px 15px;
	margin: 0 0 15px 0;
}

#newsReadMore {
	float: right;
	width: 222px;
	height: 23px;
	margin: 0 10px 10px 0;
	padding: 0;
	background: url(../images/bg-home-readmore.gif) no-repeat;
}

#newsReadMore p {
	margin: 0 0 0 14px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .6em;
	line-height: 23px;
	text-transform: uppercase; 
	
}

#teaser {
	width: 980px;
	margin: 0 auto;
	padding: 16px;
}

.teaserBox {
	background: #727e7a;
	float: left;
	width: 450px;
	height: 134px;
	margin: 0 10px 0 10px;
	padding: 10px;
	text-align: left;
	overflow: hidden;
}

.teaserBox img {
	float: left;
	margin: 1px 10px 0 0;
}

.teaserBox h3 {
	font-size: 1em;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.teaserBoxText {
	float: left;
	width: 302px;
	height: 110px;
	padding: 0 5px 0 0;
	overflow: hidden;
}

.teaserBox p {
	color: #c7cbbf;
	margin: 0 0 5px 0;
	padding: 0;
}

.teaserBoxMore {
	float: right;
	width: 217px;
	height: 23px;
	background:url(../images/bg-teaser-box-more.gif) no-repeat;
	line-height: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .6em;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 0 0 12px;
}

.fltLeft {
	float: left;
	padding: 0 10px 20px 0;
}

.teaserBoxMore a:link {color: #FFF; text-decoration: none}
.teaserBoxMore a:visited {color: #FFF; text-decoration: underline}
.teaserBoxMore a:hover {color: #FFF; text-decoration: underline}


#footer {
	width: 960px;
	margin: 5px auto;
}

#footer p {
	color: #858f8c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	text-transform: uppercase;
	margin: 0 0 50px 0;
}

#footer a:link {color: #858f8c; text-decoration: none}
#footer a:visited {color: #858f8c; text-decoration: underline}
#footer a:hover {color: #858f8c; text-decoration: underline}


#internalNav span.label,#internalNav span.spacer,#internalNav span.multiple span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 15px;
	color: #2f3747;
} 

#internalNav span.multiple {
	float:left;
} 

#internalNav .button {
	margin:5px 0 5px 0;
	padding:5px 7px;
	background:#8b6b44;
	border:0px;
	width:100px;
	border-bottom: 1px double #CCC;
	border-top: 1px double #CCC;
	border-left:1px double #CCC;
	border-right:1px double #CCC;	
} 

#internalNav .input_text {
padding:5px 5px;
margin: 5px 0 5px 0;
width:138px;
background:#FFF;
border-bottom: 1px double #CCC;
border-top: 1px double #CCC;
border-left:1px double #CCC;
border-right:1px double #CCC;
color: #333;
}

div.clear {clear:both;padding-top:5px;} 

form,input,select,textarea{margin:0; padding:0; color:#000;}

div.box {
width:375px;
background:#d1d5cb;
position:relative;
top:10px;
border:1px solid #c1c5b6;
}

div.box h1 { 
color:#333;
font-size:18px;
text-transform:uppercase;
padding:5px 0 5px 5px;
border-top:1px solid #e5e9e0;
border-bottom:1px solid #e5e9e0;
}

div.box label {
width:100%;
display: block;
background:#d1d5cb;
border-top:1px solid #c1c5b6;
border-bottom:1px solid #e5e9e0;
padding:10px 0 10px 0;
}

div.box label span {
display: block;
color:#333;
font-size:12px;
float:left;
width:100px;
text-align:right;
padding:5px 20px 0 0;
}

div.box .input_text {
padding:10px 10px;
width:200px;
background:#FFF;
border-bottom: 1px double #c1c5b6;
border-top: 1px double #c1c5b6;
border-left:1px double #c1c5b6;
border-right:1px double #c1c5b6;
color: #333;
}

div.box .message{
padding:7px 7px;
width:206px;
background:#FFF;
border-bottom: 1px double #c1c5b6;
border-top: 1px double #c1c5b6;
border-left:1px double #c1c5b6;
border-right:1px double #c1c5b6;
overflow:hidden;
height:150px;
color: #333;
}

div.box .button
{
margin:0 0 10px 0;
padding:4px 7px;
background:#8b6b44;
border:0px;
position: relative;
top:10px;
left:120px;
width:100px;
border-bottom: 1px double #c1c5b6;
border-top: 1px double #c1c5b6;
border-left:1px double #c1c5b6;
border-right:1px double #c1c5b6;
}

#spiffyCorners.topMarg {
	margin: 35px 0 0 0;
}



.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#bcc0b5}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #c7cbc1;
  border-right:1px solid #c7cbc1;
  background:#c1c5ba}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #ced2c8;
  border-right:1px solid #ced2c8;
  background:#bfc3b9}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #bfc3b9;
  border-right:1px solid #bfc3b9;}
.spiffy4{
  border-left:1px solid #c7cbc1;
  border-right:1px solid #c7cbc1}
.spiffy5{
  border-left:1px solid #c1c5ba;
  border-right:1px solid #c1c5ba}
.spiffyfg{
  padding: 10px 15px 10px 15px;
  background:#bcc0b5}