/* =BODY
-----------------------------------------------------
Also see default.css for font sizes and colors.
-----------------------------------------------------*/

body {
	margin: 0;
	background: #9D9879 url(../img/body_bg.jpg) repeat-x top left;
	}

/* =PAGE WRAPPERS
-----------------------------------------------------

-----------------------------------------------------*/

#page-wrapper1 {
	background: transparent url(../img/page_wrapper1.gif) repeat-y top center;
	}

#page-wrapper2 {
	height: 100%; /* The old standby. Keeps the background on this div from disappearing in IE 6 and 7. */
	background: transparent url(../img/page_wrapper2.jpg) no-repeat top center;
	}

#page-wrapper3 {
	background: transparent url(../img/page_wrapper3.jpg) no-repeat bottom center;
	}

#page-wrapper4 {
	background: transparent none;
	}

/* Page Wrapper tweaks for Fluid templates */

.fluid #page-wrapper1,
.fluid #page-wrapper2, 
.fluid #page-wrapper3,
.fluid #page-wrapper4 {
	background: none;
	}

/* =PAGE AREA
-----------------------------------------------------

-----------------------------------------------------*/

#page-area {
	margin: 0 auto;
	padding: 0;
	border: 3px solid #fff;
	border-top: 0;
	width: 758px;	
	background: #f5f5eB url(../img/pgarea_vnav.gif) repeat-y top left;
	}

/* Page Area tweaks for Home Horizontal template */

#home-horizontal #page-area {
	background: #f5f5eB url(../img/pgarea_hnav_home.gif) repeat-y top left;
	}

/* Page Area tweaks for Horizontal templates */

.horizontal #page-area {
	background: #f5f5eB url(../img/pgarea_hnav.gif) repeat-y top left;
	}

/* Page Area tweaks for Fluid templates */

.fluid #page-area {
	background: #f5f5eB url(../img/pgarea_hnav.gif) repeat-y top left;
	width: 90%;
	}

/* For another time perhaps... */
/*
.fluid #page-wrapper4>#page-area {
	min-width: 758px;
	max-width: 1280px; 
	}
*/

/* =HEADER
-----------------------------------------------------

-----------------------------------------------------*/

#header {
	position: relative;
	height: 97px; /* For IE 6 */
	border-bottom: 1px #fff solid;
	font-size: 95%;	
	background: transparent url(../img/vt_header_screen.jpg) repeat-y top left;	
	color: #fff;
	}

#page-area>#header {
	min-height: 97px; /* For all but IE 6 (Including IE 7) */
	}

/* Header tweaks for Fluid templates */

.fluid #header {
	width: 100%;
	height: auto;
	background: #5e0000 url(../img/unit_header_fluid_bg.jpg) repeat-x 105px 0;
	overflow: hidden;
	}

.fluid #header-inside {
	width: 100%;
	height: 97px; /* For IE 6 */
	background: transparent url(../img/vt_header_screen.jpg) repeat-y top left;	
	}

.fluid #header>#header-inside {
	min-height: 97px; /* For all but IE 6 (Including IE 7) */
	}

/* HEADER LISTS, ANCHORS, and IMAGES */

#header ul {
	margin: 0;
	padding: 0;
	}

#header ul li {
	list-style-type: none;
	list-style-image: none;
	}

#header a,
#header a:visited {
	color: #fff;
	}

#header ul li a {
	padding-left: 10px;
	background: transparent url(../img/nav_bullet_fw.gif) no-repeat 0 50%;
	}

#header img {
	padding: 0;
	border: 0;
	background: none;
	}

/* VT HEADER and UNIT HEADER */

#vt-header,
#unit-header {
	position: absolute;
	overflow: hidden;
	background: #5e0000;
	}

#vt-header a,
#unit-header a {
	color: #600;
	}

#vt-header-screen,
#unit-header-screen {
	display: block;
	position: absolute;
	}

/* VT HEADER (VT logo and link to VT home page) */

#vt-header {
	top: 33px;
	left: 30px;
	width: 172px;
	height: 39px;
	}

#vt-header-screen {
	top: -33px;
	left: -30px;
	}

/* UNIT HEADER (Parent unit graphic and link to parent unit) */

#unit-header {
	top: 22px;
	left: 224px;
	width: 496px;
	height: 63px;
	}

#unit-header-screen {
	top: 183px;
	left: -250px;
	}

#unit-header-print {
	display: none;
	}

/* HEADER LINKS (VT Home, MyVT, etc.) */

#header-links {
	float: right;
	width: 500px;
	padding: 43px 12px 0 50px;
	text-align: right;
	}

#header-links li {
	display: inline;
	}

/* =SUB-HEADER
-----------------------------------------------------

-----------------------------------------------------*/

#sub-header {
	border-bottom: 1px #fff solid;
	background: #666;
	color: #fff;
	}

#sub-header {
	height: 1px; /* The old standby. Keeps the background on this div from disappearing in IE 6. */
	}

#content>#sub-header,
#main>#sub-header {
	height: auto; /* For all other browsers, including IE 7. */
	}

#sub-header p {
	margin: 0;
	padding: .6em 15px;
	letter-spacing: 1px;
	text-align: right;
	font-size: 2.0em;
	font-family: Times, 'Times New Roman', serif;
	font-weight: normal;
	}

#sub-header a {
	color: #fff;
	}

#sub-header img {
	border: 0;
	padding: 0;
	display: block;
	}

/* Sub Header tweaks for Horizontal templates */

.horizontal #sub-header {
	float: left;
	display: inline;
	background: #3c5b6f url(../img/search_bg.jpg) repeat-y top left;
	}

.horizontal #sub-header-inside {
	border-left: 1px solid #fff;
	float: right;
	}

/* Sub Header tweaks for Fluid templates */

.fluid #sub-header {
	float: none;
	display: block;
	width: 100%;	
	padding-bottom: 10px;
	border: 0;
	background: transparent url(../img/sub_header_fluid_shadow.gif) repeat-x bottom left;	
	}

.fluid #sub-header-inside {
	float: none;
	border-left: 0;
	border-bottom: 1px #fff solid;
	background: #666 url(../img/sub_header_fluid_bg.jpg) repeat-x top left;
	}

/* =SEARCH BOX (See search-box.css.) */

/* =NAV (See nav.css.) */

/* =CONTENT and MAIN CONTENT
-----------------------------------------------------

-----------------------------------------------------*/

#content {
	width: 566px;
	float: right;
	}

#main-content {
	clear: both;
	width: 566px;
	overflow: hidden;
	padding-top: 1px; /* Makes Firefox and Netscape 7 happy. */
	background: transparent url(../img/mainc_top.gif) no-repeat top left;
	}

/* Content and Main Content tweaks for Home Vertical template */

#home-vertical #main-content {
	padding-top: 5px;
	}

/* Content and Main Content tweaks for Home Horizontal template */

#home-horizontal #main-content {
	clear: both;
	background: transparent url(../img/mainc_hnav_home_top.gif) no-repeat top left;
	}

/* Content and Main Content tweaks for Horizontal templates */

.horizontal #content {
	float: none;
	clear: both;
	width: 758px;
	}

.horizontal #main-content {
	width: 758px;
	}

/* Content and Main Content tweaks for Fluid templates */

.fluid #main-content {
	width: 100%;
	background: none;
	}

#fluid-vertical #content {
	width: 73%;
	float: right;
	clear: none;
	border-left: 1px #ccc solid;
	}

#fluid-horizontal #content {
	float: none;
	clear: both;
	width: 100%;	
	}

/* =SUB-CONTENT (See sub-content.css.) */

/* =FOOTER and SUB FOOTER
-----------------------------------------------------

-----------------------------------------------------*/

#footer,
#sub-footer {
	clear: both;
	font-size: 90%;		
	}

#footer p,
#sub-footer p {
	margin: 0;
	line-height: 1.7em;
	}
	
#footer a,
#sub-footer a {
	font-weight: bold;
	}

/* FOOTER */

#footer {
	width: 782px;
	margin: 0 auto;
	padding: 1em 0;
	background: transparent url(../img/footer_top.jpg) no-repeat top left;
	color: #333;
	}

#footer .copyright {
	float: left;
	padding-left: 10px;
	width: 180px;
	text-align: right;
	}

#footer .links {
	margin-left: 220px;
	}

#footer a {
	font-weight: bold;
	color: #333;	
	}

/* Footer tweaks for Fluid templates */

.fluid #footer {
	width: 90%;
	background: none;
	}

.fluid #footer .copyright {
	padding-left: 0;
	width: 23%;
	}

.fluid #footer .links {
	margin-left: 31%;
	}

/* SUB FOOTER */

#sub-footer {
	padding-top: 5px;
	width: 566px;
	text-align: center;
	background: #edeada url(../img/related_links_top.gif) no-repeat top left;
	color: #666;
	}

#sub-footer-inside {
	padding: 1em 0;
	background: transparent url(../img/related_links_left.gif) repeat-y top left;
	}

#sub-footer a {
	color: #666;
	}

/* Sub Footer tweaks for Horizontal templates */

.horizontal #sub-footer {
	width: 758px;
	}

/* Sub Footer tweaks for Fluid templates */

.fluid #sub-footer {
	width: 100%;
	padding-top: 0;
	border-top: 1px #ccc dashed;
	background: none;
	}
	
.fluid #sub-footer-inside {
	padding: .7em;
	background: none;
	}
