/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */

/* MAIN styles
-------------------------------------------*/
body
{
 background-image: none;
 margin: 0px; 
}

body, p, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-transform:none;
}

p {
	margin: 0px;
	padding: 0px;
	
}
div, span, img, form, h1, h2, h3, h4, h5, h6, fieldset {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table{
	border: 0px;
}

body {
	background-color: #363630;
	margin: 0px;
	padding: 0px;
	background-image: url(/sitefiles/1056/images/varsityBkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

td{
	vertical-align: top;
}

hr {
	border: 0;
	width: 100%;
	color: #C9C4B3;
	background-color: #C9C4B3;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(/sitefiles/1056/images/bullet.gif) 0em .5em no-repeat;
	list-style: none;
}

input, select, textarea, checkbox {
	border: 1px solid #999999;
	padding: 2px;
	font-size: 11px;
	color: #666;
}

.heading {
	font-size: 15px;
	line-height: 20px;
	color: #363630;
	font-weight: normal;
	text-transform:normal;
}
.subheading {
	font-size: 15px;
	line-height: 20px;
	color: #FFF;
	font-weight: normal;
	text-transform:normal;
}
h1 {
	font-size: 22px;
	line-height: 25px;
	color: #363630;
	font-weight: normal;
	text-transform:uppercase;
}
h2 {
	font-size: 22px;
	line-height: 25px;
	color: #651E1C;
	font-weight: normal;
	text-transform:uppercase;
}
h3 {
	font-size: 14px;
	line-height: 20px;
	color: #A6A290;
	font-weight: normal;
	text-transform:normal;
}
h4 {
	font-size: 15px;
	line-height: 20px;
	color: #363630;
	font-weight: normal;
	text-transform:normal;
}
h5 {
	font-size: 15px;
	line-height: 20px;
	color: #651E1C;
	font-weight: normal;
	text-transform:normal;
}

a:link, a:visited{color: #651E1C; text-decoration:none;}
a:hover, a:active{color: #363630; text-decoration:underline;}

.swcredit {
	font-size:9px;
	color: #FFF;
	background: url(/sitefiles/1056/images/arrow.gif) no-repeat 2px;
	padding: 0 0 0 12px;
	margin: 0px;
}
a.swcredit:link, a.swcredit:visited{color: #FFF; text-decoration:none;}
a.swcredit:hover, a.swcredit:active{color: #FFF; text-decoration:underline;}

#breadcrumb {
	font-size: 9px;
	line-height: 13px;
	color: #999999;
	padding:0px;
	margin:0px;
	background-image:none;
	list-style-type:none;
}

#breadcrumb li {
    list-style-type:none;
    float: left;
    margin-right: 10px;
    background-image: url(/sitefiles/1056/images/breadcrumb.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:8px;
}

 #breadcrumb .bchome {
    list-style-type:none;
    float: left;
    margin-right: 0px;
    background-image: none;
}

#breadcrumb a:link, #breadcrumb a:visited{color: #84816D; text-decoration:none; display:block;}
#breadcrumb a:hover, #breadcrumb a:active{color: #999999; text-decoration:underline;}

.imgBorder {
	display: block;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background: #fff;
}

a.imgBorder:link, a.imgBorder:visited, a.imgBorder:active {
	display: block;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background: #fff;
}

a.imgBorder:hover {
	display: block;
	padding: 4px;
	border: 1px solid #666666;
	background: #fff;
}

.fullHeight {height:100%}

/* SEARCH FORM styles
-------------------------------------------*/
#search {
	margin-top: -18px;
	margin-right: 0px;
	float: right;
	text-align: right;
}
.searchField {
	font-size:9px;
	color: #666;
	width: 135px;
	padding: 3px;
	border: 1px solid #999999;
	background-color: #FFF;
}
.searchButton {
	font-size:9px;
	background-color: #A6A290;
	color: #FFF;
	border: none;
	padding-top: 3px;
}

/* CONTAINER styles
-------------------------------------------*/
#topContainer {
	width: 100%;
	float: left;
	text-align: left;
}
#flashContainer {
	width: 100%;
	float: left;
	text-align: left;
}
#contentContainer {
	width: 100%;
	float: left;
	text-align: left;
}
#footerContainer {
	width: 100%;
	float: left;
	text-align: left;
	border-top: 1px solid #9a846c;
}

/* TOP CONTAINER styles
-------------------------------------------*/
#top {
	margin: 0px auto;
	padding: 0px;
	height: 125px;
	position: relative;
	width: 760px;
	z-index: 400;
}
#logo {
	position: absolute;
	width: 213px;
	height: 61px;
	text-align: left;
	left: 40px;
	top: 45px;
}
#logo img a  {
	display: block;
	width: 0;
}
#topLinks  {
	position: absolute;
	width: 200px;
	text-align: right;
	right: 0px;
	top: 50px;
	font-size: 9px;
	color: #000000;
}
#topLinks a {
	font-size: 9px;
	color: #000000;
	text-decoration:none;
}
#topLinks a:hover {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration:none;
}
#flash {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	position: relative;
	z-index: 0;
}


/* MAIN NAVIGATION styles
-------------------------------------------*/
#navwrapper {
	position: absolute;
	width: 700px;
	text-align: left;
	top: 100px;
	right: 0px;
	height: 25px;
	color: #EDE9D4;
	padding-left: 60px;
	padding-top: 3px;
}


/* SUB NAVIGATION styles
-------------------------------------------*/
#contentClient {
	float:left;
	overflow:hidden;
	width:140px;
}

#contentClient h2 {
	color:#651E1C;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	margin-bottom:6px;
	text-transform:uppercase;
}

#subnavWrapper {
	width: 140px;
}

#subnavWrapper p {display:none;}

#subnavWrapper h2 {
	font-size: 12px;
	line-height: 25px;
	color: #651E1C;
	font-weight: normal;
	text-transform:uppercase;
}

#subnav {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#subnav li {
	list-style-type:none;
	padding:0px;
	margin:0px;
	width: 140px;
	background-image: none;
}
#subnav a:link {
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	font-weight: normal;
	text-decoration:none;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C4B3;
	display:block;
}
#subnav a:active {
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	font-weight: normal;
	text-decoration:none;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C4B3;
	display:block;
}
#subnav a:visited {
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	font-weight: normal;
	text-decoration:none;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C4B3;
	display:block;
}
#subnav a:hover {
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	font-weight: normal;
	text-decoration:none;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C4B3;
	display:block;
	background-color: #C9C4B3;
}

/* CONTENT styles
-------------------------------------------*/
#content {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 760px;
}

#contentLeft {
	margin: 0px;
	padding: 0px;
	width: 580px;
	float:left;
	overflow: hidden;
	background: #fff;
}
#contentLeftin {
	margin: 0px;
	padding: 0px 20px 10px;
	width: 540px;
	float:left;
	overflow: hidden;
	background: #fff;
}
#breadCrumbs {
	margin: 0px;
	padding: 10px 20px;
	width: 540px;
	height: 16px;
	float:left;
	overflow: hidden;
	background: #fff;
	border-top: 1px dashed #999999;
}
#contentRight {
	margin: 0px;
	padding: 0px 20px 10px;
	width: 140px;
	background: #A6A290 url(/sitefiles/1056/images/contentRightvarsity.jpg) repeat-y;
	float: right;
}
#content img {
	padding-right: 10px;
}

/* FOOTER styles
-------------------------------------------*/
#footer {
	margin: 0px auto;
	padding: 10px 0px 0px;
	position: relative;
	width: 760px;
}
#footer p, #footer span {
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/* LAUNCH PAGE styles
-------------------------------------------*/
#launchlogo {
	position: absolute;
	width: 133px;
	height: 134px;
	text-align: left;
	left: 0px;
	top: 15px;
}
#launchlogo img a  {
	display: block;
	width: 0;
}
#launchFlash {
	margin: 0px auto;
	padding: 33px 0px 0px;
	width: 800px;
	position: relative;
}
#launchContentContainer {
	width: 100%;
	height: 250px;
	background: url(/sitefiles/1056/images/launchContentBkgd.jpg) repeat-x;
	float: left;
	text-align: left;
}
#launchSearch {
	margin-top: 10px;
	padding: 0px;
	float: right;
	text-align: right;
}
#launchSitecredit {
	margin-top: -18px;
	padding: 0px;
	float: right;
	text-align: right;
}
/* LAUNCH PAGE styles
-------------------------------------------*/
.iframe {
	margin: 0px;
	padding: 0px 20px 10px;
	width: 540px;
	min-height: 375px;
	float:left;
	overflow: hidden;
	background: #fff;
}
#back {
	height: 13px;
	width: 96px;
	position: absolute;
	top: 108px;
	right: 5px;
	z-index: 400;
}
