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

body {
	background-image: url(images/NEWBG.jpg);
	background-color:#000000;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 16px;}

h1 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
	
h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal; 
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #FF9900;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	}
	
h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	}

li {
	list-style: square;
	list-style-position: inside;
	text-indent: 5px;
	}
	
a, a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #669900;
	font-style: italic;
	text-decoration: none;
	}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #669900;
	font-style: italic;
	text-decoration: none;
	}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	font-style: italic;
	text-decoration: none;
	}

a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #669900;
	font-style: italic;
	text-decoration: none;
	}
	
input.btn {
	background-image: url(images/Submit.png);
	width: 36px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
  	color: #FFFFFF;
  	background-color: #000000;
  	border: 0px;
}

input.btnhov {
	background-image: url(images/SubmitO.png);
	width: 36px;
	height: 21px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
  	color: #FFCC00;
  	background-color: #000000;
  	border: 0px;
}

	
#wrapper {
    width: 1024px;
    margin: 0px auto 0px auto;
}

#header {
	width: 100%;
	}
	
#logo {
	float: left;
	width: 300px;
	}

#navbar {
	float: right;
	width: 724px;
	padding-top: 50px;
	text-align: right;
	}

#spacer {
	clear: both;
	width: 100%;
	height: 25px;
	}

#leftcol {
	float: left;
	width: 300px;
	}

#leftcoltop {
	background-image: url(images/NEWVarsityLayout_11.png);
	width: 288px;
	height: 17px;
	}

#leftcolmain {
	background-image: url(images/NEWVarsityLayout_13.png);
	background-repeat: repeat-y;
	width: 288px;
	padding: 10px 15px 10px 25px;
	}

#leftcolbot {
	background-image: url(images/NEWVarsityLayout_15.png);
	width: 288px;
	height: 19px;

	}
	
#main {
	float: right;
	width: 724px;
	}

#maintop {
	background-image: url(images/NEWVarsityLayout_12.png);
	width: 736px;
	height: 17px;
	}

#mainmain {
	background-image: url(images/NEWVarsityLayout_14.png);
	background-repeat: repeat-y;
	width: 681px;
	min-height: 800px;
	overflow: auto;
	padding: 10px 35px 10px 35px;
	vertical-align: top;
	text-align: left;
	}

#mainbot {
	background-image: url(images/NEWVarsityLayout_16.png);
	width: 736px;
	height: 19px;
	}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
	text-align: right;
	clear: both;
	width: 100%;
	padding: 3px 3px 3px 3px;
	}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:600px;
    height:400px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}

#slider {
	position:relative;
    width:600px;
    height:400px;
    margin-left:0px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
