/* General Style Info */
html { min-height: 100%; margin-bottom: 1px; }

body{
	background-color: #26132B;
	background-image: url('/img/main-bg.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #444444;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	letter-spacing: .015em;
	line-height: 1.25em;
	

}

h1{
	color: #336633;
	margin: 0;
	padding-top: 1em;
	padding-bottom: .5em;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

h2{
	color:#336633;
	padding-top: 0em;
	padding-bottom: .5em;;
	margin:0 0;
	font-size: 11px;
	font-weight: bold;
}

h3{
	color:#000000;
	padding-top:2em;
	font-size: 11px;
	font-weight: bold;
}


/* GENERAL LINK STYLES */
a{
	color:#794365;
	font-weight: normal;
	text-decoration:none;
}

a:active {
	color:#794365;
	font-weight: normal;
	text-decoration:none;
}

a:visited {
	color:#794365;
	font-weight: normal;
	text-decoration:none;
}

a:hover{
	color:#B18EA3;
	font-weight: normal;
	text-decoration:underline;
}

a img{
	border:none;
}


/* LAYOUT STYLES */

#container{
	width: 778px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}


#header{
	background-image: url('/img/main-header.jpg');
	background-repeat: no-repeat;
	width: 778px;
	height: 146px;
	margin: 0;
	padding: 0;

}

#footer{
	width: 100%;
	margin: 0;
	padding: 0;
}

#top-menu{
	height: 26px;
	background-image: url('/img/menu-bg.jpg');
	background-repeat: no-repeat;
	
}

#content{
	background-color: #FFFFFF;
	height: 400px;
	text-align: left;

}

#content-container{
	padding: 4px;
}

#footer-content{
	background-color: #FFFFFF;
}

.bottom-info{
	color: #716662;
	letter-spacing: .015em;
	line-height: 1.5em;
}

.bottom-info a:link { text-decoration: none; font-weight: normal; color: #716662;  }
.bottom-info a:visited { text-decoration: none; font-weight: normal; color: #716662;  }
.bottom-info a:active { text-decoration: none; font-weight: normal; color: #716662;  }
.bottom-info a:hover { text-decoration: underline; font-weight: normal; color: #716662  }

.copyright-info{
	color: #716662;
	font-size: 10px;
	letter-spacing: .015em;
	line-height: 1.5em;

}

.bottom-nav{
	color: #336633;
	font-size: 12px;
	font-weight: bold;

}
.bottom-nav a:link { text-decoration: none; font-weight: normal; color: #336633;  }
.bottom-nav a:visited { text-decoration: none; font-weight: normal; color: #336633;  }
.bottom-nav a:active { text-decoration: none; font-weight: normal; color: #336633;  }
.bottom-nav a:hover { text-decoration: underline; font-weight: normal; color: #336633  }



/*MAIN NAVIGATION */
#main-nav{
	letter-spacing: .015em;
	font-weight: bold;
	font-size: 11px;
	width: 716px;
	height: 28px;
	
}

#nav-menu ul
{
	background-image: none;
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 0px;
	margin-left: 0px;
}

#nav-menu li
{
	background-image: none;
	padding-left: 0px;
	margin-left: 0px;
	float: left;
	margin: 0 0;
}

#nav-menu li a
{
	
	height: 2em;
	line-height: 28px;
	float: left;
	/*width: 100px;*/
	padding-left: 1.25em;
	padding-right: 1.25em;
	display: block;
	/*border-right: 1px solid #B1BAB1;*/
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#nav-menu li.active a{
	font-weight: bold;
}

#nav-menu li a:hover
{
	
	height: 2em;
	line-height: 28px;
	float: left;
	/*width: 100px;*/
	padding-left: 1.25em;
	padding-right: 1.25em;
	display: block;
	/*border-right: 1px solid #B1BAB1;*/
	color: #716662;
	text-decoration: none;
	text-align: center;
}

/* COLUMNS */

.left-col{
	width: 319px; 
	float: left;
}

.right-col{
	width: 379px; 
	float: left;

}

.full-col{
	width: 100%;
	float: left;
}

.affil{
	width: 708px;
	height: 127px;
	background-image: url('/img/affil_box.jpg');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.affil-title{

	line-height: 25px;
	color: white;
	text-transform: uppercase;
	margin-left: 13px;

}

.affil-text{
	color: #CDCDCD;
	margin-top: 14px;
	margin-left: 160px;
	margin-right: 20px;

}

.affil-title a:link{text-decoration: none; font-weight: normal; color: #FFFFFF; }
.affil-title a:active{text-decoration: none; font-weight: normal; color: #FFFFFF; }
.affil-title a:visited{text-decoration: none; font-weight: normal; color: #FFFFFF; }
.affil-title a:hover{text-decoration: none; font-weight: normal; color: #FFFFFF; }

.v-spacer-col{
	width: 10px; 
	float: left;
}

.h-spacer-line{
	height: 5px; 
	width: 100%; 
	background-color: #336633; 
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;

}

.h-spacer{
	height: 10px; 
	width: 100%; 
	float: left;

}


/* CALL OUT BOXES */

.callbox{
	padding-top: 10px;
	height: 140px;

}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.clear-left{
	clear: left;
}

.clear-right{
	clear: right;
}

.clear-both{
	clear: both;
}

.left-callbox{
	width: 319px;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}


.right-callbox{
	width: 379px;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}


.full-callbox{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}


.box-grey-left{
	width: 13px;
	background-image: url('/img/left-grey.gif');
	background-repeat: repeat-y;

}

.box-grey-right{
	width: 13px;
	background-image: url('/img/right-grey.gif');
	background-repeat: repeat-y;

}

.box-grey-bot{
	width: 100%;
	height: 12px;
	background-image: url('/img/bot-grey.gif');
	background-repeat: repeat-x;

}

.box-grey-title{

	background-color: #716662;
	line-height: 25px;
	color: white;
	text-transform: uppercase;

}

.box-grey-title a:link{text-decoration: none; font-weight: normal; color: #FFFFFF; }
.box-grey-title a:active{text-decoration: none; font-weight: normal; color: #FFFFFF; }
.box-grey-title a:visited{text-decoration: none; font-weight: normal; color: #FFFFFF; }
.box-grey-title a:hover{text-decoration: none; font-weight: normal; color: #FFFFFF; }



.box-mauve-left{
	width: 13px;
	background-image: url('/img/left-mauve.gif');
	background-repeat: repeat-y;

}

.box-mauve-right{
	width: 13px;
	background-image: url('/img/right-mauve.gif');
	background-repeat: repeat-y;

}

.box-mauve-bot{
	width: 100%;
	height: 12px;
	background-image: url('/img/bot-mauve.gif');
	background-repeat: repeat-x;

}

.box-mauve-title{

	background-color: #4D4051;
	line-height: 25px;
	color: white;
	text-transform: uppercase;

}

.box-mauve-title a:link{text-decoration: none; font-weight: normal; color: #FFFFFF; }
.box-mauve-title a:active{text-decoration: none; font-weight: normal; color: #FFFFFF; }
.box-mauve-title a:visited{text-decoration: none; font-weight: normal; color: #FFFFFF; }
.box-mauve-title a:hover{text-decoration: none; font-weight: normal; color: #FFFFFF; }


.pad-right{
	margin-right: 5px;
	float: left;

}

.pad-extra-right{
	margin-right: 20px;
}


.pad-left{
	margin-left: 5px;
	float: right;
}

.pad-bottom{
	padding-bottom: 20px;



}

.odd{
	background-color: #F7F7F7;
}

.even{
	background-color: #FFFFFF;

}


ul.list li{
	list-style-type: square;
	line-height: 1.5em;


}

tr.top-bord td{
	border-top: 1px solid #716662;
}

.fine{
	font-size: 90%;

}

.emphasize{
padding-top: 10px;
font-style: italic;

}



 a.hidden:link { text-decoration: none; font-weight: normal; color: #444444;  }
 a.hidden:visited { text-decoration: none; font-weight: normal; color: #444444;  }
 a.hidden:active { text-decoration: none; font-weight: normal; color: #444444;  }
 a.hidden:hover { text-decoration: none; font-weight: normal; color: #444444;  }

 h2 a:link { text-decoration: none; font-weight: bold; color: #336633;  }
 h2 a:visited { text-decoration: none; font-weight: bold; color: #336633;  }
 h2 a:active { text-decoration: none; font-weight: bold; color: #336633;  }
 h2 a:hover { text-decoration: underline; font-weight: bold; color: #336633;  }


.photoalbum{
	text-align: center;
}

.photoalbumcontrols{
	text-align: center;
}