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

/* Sticky footer- these styles makes the footer of the page stick to the bottom of the window even if there's not enough content in the window to push the footer down. */
html, body {height: 100%;}
#wrapper { min-height: 100%;	height: auto !important;	height: 100%;	margin: 0 auto -140px; /* the bottom margin is the negative value of the footer's height */}
#footer, .push { height: 140px; /* .push must be the same height as .footer */}
#footer {background:url(../img/foot_bg.jpg) top repeat-x; text-align: center; padding-top: 1em;}

#wrapper {background:url(../img/head_bg.jpg) top repeat-x #FFFFFF; text-align: center;}
#content_wrapper {width: 800px; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 40px;}
#header {text-align: left; background:url(../img/head_bg_right.jpg) top right no-repeat;}
#header #victoryLogo {margin:0;padding:0;border:0;float:left;}
#main { padding: 0 20px 0 20px; text-align: left; margin: 0;}

#secondary_header{ width: 800px; height: 86px; background:url(../img/secondary_head_bg.jpg) top left no-repeat; clear: both;}
#secondary_nav{ width: 800px; height: 121px; background:url(../img/secondary_head_bg.jpg) top left no-repeat; clear: both;}



/* column rigging */
.col_container {
width: 100%; clear: both; margin: 0 0 2em 0;}

/* advantage nav column rigging */
.col_container_advantage {
width: 100%; clear: both; margin: -2.5em 0 2em 0;}

/* one 1/2 left, two 1/4's right */
.col_left_half {clear: none; width: 370px; float: left;  margin: 0 20px 0 0;}
.col_right_quart {clear: none; width: 170px; float: right; margin: 0 20px 0 0; }

/* one 3/4 left, one 1/4 right */
.col_left_3quarts {clear: none; width:560px; float: left; margin: 0; }

/* two 1/2's */
.col_left_half {}
.col_right_half {clear: none; width: 365px; float: right; }

/* two 1/2's */
.col_left_half_adv {width: 370px; float:left; margin: -0.8em 0 -1.5em; }
.col_right_half_adv {width: 365px; float: right; margin: -0.8em 0 -1.5em; }

/* three 1/3's */
.col_left_thirds {clear: none; width: 240px; float: left; margin: 0 20px 0 0; }

/* one 1/3 left, one 2/3 right */
.col_left_thirds {}
.col_right_2thirds {clear: none; width: 480px; float: right; margin: 0; }

/* one 2/3 left, one 1/3 right */
.col_left_2thirds {clear: none; width: 480px; float: left; margin: 0 20px 0 0; }
.col_right_thirds {clear: none; width: 240px; float: right; margin: 0; }

/* four 1/4's, one 3/4 right */
.col_left_quarts {clear: none; width: 174px; float: left; margin: 0 20px 0 0; }
.col_right_3quarts {clear: none; width: 560px; float: right; margin: 0; }

/* five 1/5's */
.col_left_quints {clear: none; width: 135px; float: left; margin: 0 20px 0 0; }

/* one 1/2 and three 1/6's */
.col_right_sixth {clear: none; width: 110px; float: right; margin: 0 20px 0 0; }

.col_inside {padding: 0.8em 8px;}
.no_rightmargin {margin: 0;}
.small_text p {font-size:1.1em;}
.right_divider {border-right: 1px solid #aaaaaa;}

.breaker {clear: both; float: none;}

.col_bg_purple {background:url(../img/sidebar_bg_purple.jpg) top left no-repeat;}

.wiki_entry {width: 100%; clear: both; margin: -1em 0 2em 0;}

/*slideflow styles*/
#navigation {
	clear:both;
	border-top:1px solid #d6d6dd;
	margin-left:15px;
	margin-right:15px;
	padding:10px 0 10px 0;
	height:120px;
	cursor: default;
}

#photo {
	width: 500px;
	height: 375px;
	margin: 10px 130px;
	display: inline;
}
#frame {
	
}

.slider {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	border:0;
}
.slider .sliderbutton {
	margin-top: 0 !important;
}

#sl0base {
	background: url(../images/slideflowslider-bg.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#sl0slider {
	background: url(../images/seekslider.gif) no-repeat;
	margin-top: 6px;
	float :left;
	cursor: default;
}

#sl0slider:hover, #sl0slider.hover {
	background: url(../images/seekslider-hover.gif) no-repeat;
}



