@charset "utf-8";
/* CSS Document */

/* Color Guide 

Really Dark Brown (for text) #3c3625
Dark Brown #8e8468
Medium Brown #d5cbb0
Light Brown #e0d9c7
Really Light Brown #d7d0bd
Even lighter Brown #ebe8e0
Dark Blue #06222e
Red #b0250e

*/


body {
	background-color: #d7d0bd;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.75em;
}
p	{
	padding:0 15px;	
	text-align:left;
}
ul	{
	padding-right:15px;	
	text-align:left;	
}
a:link {
	color: #012c3f;
	font-weight:bold;
}
a:visited {
	color: #4e452e;
}	
h1	{
	color:#3c3625;	
	padding:0;
	margin:5px 15px 5px 15px;
	font-size:1.1em;
}
h1.alt	{
	color:#3c3625;	
	padding:0;
	margin:5px 15px 5px 15px;
	font-size:1.3em;
	border-bottom:#b0250e 1px solid;
}
h2	{
	color:#3c3625;	
	padding:0;
	border-left:#b0250e 15px solid;
	margin-left:15px;
	margin-top:25px;
	font-size:1.1em;
	padding-left:5px;
}
h3	{
	color:#3c3625;	
	padding:0;
	margin:5px 15px 5px 15px;
	font-size:1em;
	font-weight:bold;
}

#content	{
	margin:25px auto;
	width:800px;
	background-color:#FFF;
	border:#3c3625 solid 1px;	
}
#menu	{
	background-color:#06222e;
	border:#06222e solid 1px;
	color:#fff;
	padding:5px;
	text-align:center;	
	height:30px;
	font-weight:normal;
}
ul.menu	{
	color:#FFF;
	text-align:center;
	margin:0 auto;
	padding:0 0 0 35px;
	list-style-type: none;
	width:64em;
	font-weight:normal;
}
.menu li	{
	float:left;	
	padding-right:30px;
	padding-top:5px;
	text-align:center;
	font-weight:normal;
}
.menu a{
	color:#FFF;	
	text-decoration:none;
	text-align:center;
	font-weight:normal;
}
.menu a:hover{
	color:#FFF;	
	text-decoration:underline;
}

#header	{
	text-align:center;	
}
#footer	{
	background-color:#06222e;
	border:#06222e solid 1px;
	color:#CCC;
	padding:5px;
	text-align:center;	
	clear:both;
}
#footer a{
	color:#CCC;	
}
#footer1	{
	background-color:#d5cbb0;
	border-top:#8e8468 solid 1px;
	border-left:#d5cbb0 solid 1px;
	border-right:#d5cbb0 solid 1px;
	color:#000000;
	padding:5px;
	text-align:center;	
	clear:both;
}
#footer1 a{
	color:#000000;	
}


.box-med-large-short	{
	width:400px;
	background-color:#d5cbb0;
	float:left;
	height:260px;
}
.box-ltbrown-large-short	{
	width:400px;
	background-color:#ebe8e0;
	float:left;
	height:260px;
}
.box-white-large-short	{
	width:400px;
	background-color:#ffffff;
	float:left;
	height:260px;
}
.box-white-large-noheight	{
	width:400px;
	background-color:#ffffff;
	float:left;
}
.box-white-xlarge	{
	width:600px;
	background-color:#FFF;
	float:left;
	height:450px;
}
.box-white-xlarge-noheight	{
	width:600px;
	background-color:#FFF;
	float:left;

}
.box-white-large	{
	width:400px;
	background-color:#FFF;
	float:left;
}
.box-white-small	{
	width:200px;
	background-color:#FFF;
	float:left;
	height:450px;
}
.box-med-large	{
	width:400px;
	background-color:#d5cbb0;
	float:left;
	height:450px;
}
.box-med-large-noheight	{
	width:400px;
	background-color:#d5cbb0;
	float:left;
}

.box-med-small-noheight	{
	width:200px;
	background-color:#d5cbb0;
	float:left;
}
.box-light-large	{
	width:400px;
	background-color:#e0d9c7;
	float:left;
	height:450px;
}
.box-med-small	{
	width:200px;
	background-color:#d5cbb0;
	float:left;
	height:1000px;
}/*--change this to adjust height on homepage--*/
.box-light-small	{
	width:200px;
	background-color:#e0d9c7;
	float:left;
	height:1000px;
}/*--change this to adjust height on homepage--*/
.box-light-large-noheight	{
	width:400px;
	background-color:#e0d9c7;
	float:left;
}

.box-light-small-noheight	{
	width:200px;
	background-color:#d5cbb0;
	float:left;
}
.box-right-text	{
	width:200px;
	float:right;
}

th	{
	background-color:#8e8468;
	color:#000000;
}

.small	{
	font-size:.8em;	
}
.center	{
	text-align:center;	
}
.accent	{
	color:#b0250e;
	font-weight:bold;
		
}

