@charset "UTF-8";
/* CSS Document */

/* Tags */

body{
	margin:0px;
	background-color:#504831;
	font:11px Arial, Helvetica, sans-serif;
	color:#504831;
	line-height: 15px;
}

input[type="text"]{
	background-color:#ddd5c4;
	border: 1px solid #504831;
	padding: 3px;
}
textarea {
	background-color:#ddd5c4;
	border: 1px solid #504831;
	padding: 3px;
}

h1 {
	font:31px Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:3px 0px 15px 0px;
	color:#FFF;
	
}

a {color:#504831; text-decoration:underline;}
a:hover {color:#ddd5c4; text-decoration:none;}

/* IDs */

div#container {
	text-align:left;
	background-image:url(images/bg2.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#7d7057;
}
div#content {
	margin:0px auto;
	width:897px;
}
#vertical_nav {
	float:right;
	
}
div#top {
	float:left;
	background-image:url(images/bg_bottom.jpg);
	background-repeat:repeat-y;
	border-top:1px solid #655c45;
	border-right:1px solid #655c45;
	width:862px;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

div#top_bottompad {
	background-image:url(images/bg_bottom.jpg);
	background-repeat:repeat-y;	
}
div#middle {
	background-image:url(images/bg_bottom.jpg);
	background-repeat:repeat-y;
	width:863px;
	color:#504831;
	clear:both;
}
div#sec_middle {
	background-image:url(images/bg_bottom.jpg);
	background-repeat:repeat-y;
	color:#504831;
}

/* secondary page width equals 852 divided amongst the cols */
/* sec_leftcol and sec_rightcol are pages setup up with one col of boxes with borders top and right and another main col */

div#sec_leftcol {
	width:285px;
	float:left;
	padding-top:10px;
}
div#sec_rightcol {
	width:550px;
	float:left;
	padding-top:10px;
}

/* right_col and left_col are pages without left col boxes w/bordering */ 

div#right_col {
	width:400px;
	float:left;
	padding:12px 0px 10px 20px;
	
}
div#right_col p {
	margin:0px;
	padding:4px;
}
div#right_col img {
	float:left;
	border:1px solid #4c5023;
	margin:0px 12px 10px 0px;
}
div#left_col {
	width:400px;
	float:left;
	padding:12px 0px 10px 0px;
}
div#left_col p {
	margin:0px;
	padding:4px;
}
div#left_col img {
	float:left;
	border:1px solid #4c5023;
	margin:0px 12px 10px 0px;
}

#boxes {
	width:253px;
	border-top:1px solid #655c45;
	border-right:1px solid #655c45;
}
#boxes img {
	border:1px solid #4c5023;
	margin-bottom:8px;
}
#verybottom_boxes img {
	float:left;
	border:1px solid #7e7158;
	margin-right:7px;
}

/* margin moves box including border: padding moves within border */
.box1 {
	padding:13px 10px 0px 0px;	
	margin:25px 35px 25px 0px;
	float:left;
	height:202px;
	overflow:hidden;
}
.box3 {
	padding:13px 10px 0px 0px;
	margin:25px 0px 25px 0px;
	float:left;
	height:202px;
	overflow:hidden;
}

/* .secbox1 are the class rules for the seondary version of the home page boxes */
.secbox1 {
	padding:13px 10px 0px 0px;	
	margin:8px 20px 35px 0px;
}

/* margin moves box including border: padding moves within border */
.box11 {
	padding:8px 10px 0px 0px;	
	margin:8px 35px 25px 2px;
	float:left;
}
.box33 {
	padding:8px 10px 0px 0px;
	margin:8px 0px 25px 2px;
	float:left;
}

#verybottom_boxes {
	width:253px;
	color:#ddd5c4;
}

#bottom {
	background-color:#504831;
	clear:both;
	width:897px;
	margin:0px auto;
}
#footer_box {
	clear:both;
	width:897px;
	margin:0px auto;	
	color:#776b53;
}

#footer_content a {color:#776b53; text-decoration:none;}
#footer_content a:hover {color:#ddd5c4; text-decoration:none;}

/* margin right = 897 full width - 861 width of content = 36 */
#footer_content {
	border-top:1px solid #a69b83;
	margin-right:36px;
	margin-top:20px;
}
#footer_content p {
	margin:0px;
	padding:4px 0px 0px 0px;
}
#one_col {
	padding:0px 20px 0px 0px;
}

.title {
	font:20px Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:3px 0px 4px 0px;
	color:#FFF;
	
}
.subtitle {
	font:18px Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:1px 0px 2px 0px;
}
.clean_img {
	border:none;
	text-decoration:none;
}


/* Classes */