/* Sitewide/Generic */
body {
	margin: 5px 0 0 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background-color: #fff;
	background: url(images/bg_fade.jpg) repeat-x;
	text-align: center;
}
a:link {
	color: #b00d0e;
}
a:active {
	color: #b00d0e;
}
a:visited {
	color: #b00d0e;
}
a:hover {
	color: #041b4d;
}
#shell {
	text-align: center;
	width: 1000px;
}
.clear {
	clear: both;
}

/* Header */
#header {
	width: 1000px;
	background: #041b4d;
}
#header-logo {
	width: 181px;
	float: left;
	background: #fff;
	padding-top: 5px;
}
#header-bnr {
	width: 619px;
	float: left;
	padding-top: 5px;
}
#header-search {
	width: 200px;
	float: left;
	padding-top: 5px;
	text-align: right;
}
#header-search img{
	margin-left: 5px
}
.hdr-search {
	width: 100px;
	height: 20px;
	font-size: 10px;
	border: 1px solid #000;
}

/*  Buttons  */
.buttons {
    display: inline;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.button-search {
    background-image: url(images/bg_btn_search.gif);
    padding: 2px 10px 3px 10px;
    line-height: 20px;
    font-size: 11px;
	margin-left: 10px;
}
.button-donate {
    background-image: url(images/bg_btn_search.gif);
    padding: 3px 10px 3px 10px;
	float: left;
    line-height: 25px;
    font-size: 14px;
}

/* Navigation  */
#nav {
	background-color: #b00d0e;
	width: 100%;
	text-align: left;
	height: 24px;
}
#dmenu {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
}
.topmenuli{
	float: left;
	font-size: 12px;
}
.topmenuli a{
	display: block;
	text-decoration: none;
	padding: 3px 12px;
}
.topmenuli a#first{
	background-image: none;
}
.topmenuli a:link, .topmenuli a:visited{
	color: #ffffff;
	text-decoration: none;
}
.topmenuli a:hover{
	color: #041b4d;
	text-decoration: none;
}
.submenu{
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	display: none;
	background-color: #fff;
	border-top: 1px solid #b00d0e;
	font-size: 11px;
	z-index: 1000;
}
.submenu li a{
	display: block;
	width: 170px;
	background-color: #fff;
	line-height: 14px;
}
.submenu li a:link, .submenu li a:visited{
	padding: 3px 10px;
	text-decoration: none;
	color: #041b4d;
	border: 1px solid #041b4d;
	border-top: 0;	
}
.submenu li a:hover{
	text-decoration: none;
	background: #b00d0e;
	color: #fff;
}
li:hover ul, li.over ul{    /* lists nested under hovered list items */
	display: block;
}
#dmenu li>ul{ 
	top: auto;
	left: auto;
}

/* Main Content Area */
#main {
	width: 100%;
	text-align: left;
	background: #fff;
}
#main td {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
#main-container {
	width: 976px;
	padding: 15px 10px 15px 10px;
	font-size: 12px;
	line-height: 20px;
}
.main-lside {
	width: 12px;
	background: url(images/box_bg_lside.jpg) repeat-y;
}
.main-rside {
	width: 12px;
	background: url(images/box_bg_rside.jpg) repeat-y;
}
h1 {
	font-size: 20px;
	margin: 5px 0 20px 0;
	color: #041b4d;
	font-weight: bold;
}
#wt-container {
	padding: 0 0 10px 0;
	font-size: 12px;
	line-height: 20px;
}
.wt-directions-left {
	float: left;
	width: 300px;
}
.wt-directions-right {
	float: left;
	width: 300px;
}
.wt-directions-list {
	margin-top: 0;
}

/* Warrior Traditions Menu */
.menu-wt {
	font-weight: bold;
	width: 100%;
}
.menu-wt ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left;
}
.menu-wt ul li{
	display: inline;
}
.menu-wt ul li a{
	padding: 6px 3px 2px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid #ccc; /*bottom border is 3px*/
}
.menu-wt ul li a:hover {
	border-bottom-color: #b00d0e;
}

.menu-wt ul li a.selected {
	border-bottom-color: #c00;
	color: #041b4d;
}

/* Footer */
#footer {
	width: 1000px;
	text-align: center;
}
#footer-links {
	background-color: #3777a3;
	padding: 5px;
}
#footer-links td{
	font-size: 11px;
	color: #fff;
	text-align: left;
	vertical-align: top;
	line-height: 17px;
}
#footer-links a{
	color: #fff;
}
#footer-links a:hover{
	color: #041b4d;
}
#footer-sub {
	color: #333;
	text-align: center;
}
#footer .fivepage{
	margin-left: 590px;
	font-size: 10px
}

/* HP */
#hp-main {
	float: left;
	width: 75%;
	padding-right: 10px;
}
#hp-right {
	float: left;
	width: 23%;
}
#hp-right-box {
	border-left: 1px solid #657493;
	padding: 0 10px 0 10px;
	height: 100%;
	font-size: 11px;
}
#hp-right-box hr{
	border: 0;
	size: 1px;
	color: #657493;
	background-color: #657493;
	height: 1px;
	width: 90%;
	text-align: center;
}

/*  HP Center */
#hp-center {
	background: url(images/bg_hp.jpg) no-repeat;
	height: 327px;
}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0;
	width: 1000px; /*width of featured content slider*/
	height: 302px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0;
	width: 1000px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	color: #fff;
}
.pagination{
	width: 1000px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding: 0 0 7px 100px;
	
}
.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #c00;
	background: #fff;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #b00d0e;
	margin-right: 5px;
}
.pagination a:hover, .pagination a.selected{
	color: #fff;
	background-color: #b00d0e;
}
.slide-main {
	width: 100%;
}
.slide-copy {
	width: 42%;
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 50px 0 0 0;
}
.slide-copy a{
	color: #fff;
	text-decoration: none;
}
.slide-copy a:hover{
	color: #fff;
	text-decoration: underline;
}
.slide-copy h1{
	font-size: 23px;
	color: #fff;
	font-family: Times New Roman, verdana;
}
.slide-copy-txt {
	padding: 0 20px 0 30px;
	text-align: justify;
	color: #fff;
}
.slide-copy-txt a{
	color: #fff;
	text-decoration: none;
}
.slide-copy-txt a:hover{
	color: #fff;
	text-decoration: none;
}
.slide-img {
	width: 55%;
	float: left;
	text-align: right;
	padding: 15px 0 0 0;
}
.slide-img img{
	border: 1px solid #fff;
}

/* Switch (hide/show) Content */
.switch-hdr {
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
}
.wt-switch-hdr {
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
}

