﻿body 
{
	background-color: #d1d1d1;
	width: auto;
	height:auto;
	font-family:Myriad web, Arial, Candara, Verdana;
	
}

#container
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:auto;
	background-color: white;
}

#header
{
	position:relative;
	height:146px;
	width:960px;
	background: url('images/headbg.jpg') repeat-x;
}

#nav
{
	position:relative;
	height:41px;
	width:960px;
	padding:0px;
	margin:0px;
	vertical-align:middle;
}

.navbtn
{
	display:block;
	border:none;
	position:relative;
	height:41px;
	width:auto;
	font-size: 11px;
	color: #FFF;
	background-image: url('images/navbtnbg.jpg');
	background-repeat:repeat-x;
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	/*padding-left:21px;
	padding-right:11px;*/
	padding-left:21.5px;
	padding-right:12px;
	line-height:41px;
}

#leftmain
{
	position:relative;
	width: 220px;
	height:auto;
	float:left;
	padding:10px;
	
}

#rightmain
{
	position:relative;
	width: 220px;
	height:auto;
	float:left;
	padding:10px 0px 10px 10px;
	font-size:10px;
	line-height:11px;
	color:#999;
	font:Arial !important;
}

.left
{
	width: 200px;
	min-height: 214px;
	background: url('images/newsgrad.jpg') top repeat-x;
	font-size:10px;
	line-height:13px;
	color:#000;
	padding:10px;
	clear:left;
}

.lefthead
{
	position:relative;
	height: 25px;
	width: 215px;
	background:url('images/leftHead.jpg') no-repeat;
	font-size:12pt;
	font-weight:bold;
	color: white;
	margin: 0px;
	padding:5px 0px 0px 5px;
}

.newsTicker p
{
	font-size:10px;	
	color:#000;
	line-height:13px;
	font:Arial;
}

.rightAd
{
	position:relative;
	width: 220px;
	height:70px;
	margin-bottom: 10px;
	/*background-color:#d1d1d1;*/
}

.checkout
{
	position:relative;
	width:200px;
	height:60px;
	margin-bottom:10px;
	background-color:#d1d1d1;
}

.credit 
{
	float:right;
	font-size:9px;
	color:#999;
	line-height:12px;
}

#main
{
	position:relative;
	width: 460px;
	height:auto;
	float:left;
	padding:10px;
	font:Arial;
	font-size:12px;
	line-height:19px;
}

#main h1
{
	margin-top:0px;
	font:Arial Bold;
	font-size:20px;
	line-height:19px;
	color:#4d206e;
	text-transform:uppercase;
}
#main h2
{
	font:Arial Bold;
	font-size:15px;
	line-height:19px;
	color:#4d206e;
}

#footer
{
	clear:both;
	width:100%;
	height:126px;
	background: #d1d1d1 url('images/footer.jpg') top repeat-x;
	text-align:center;
	padding-top:25px;
	color:#782b79;
	font-size:9pt;
	font-weight:bold;
}
#footer a
{
	text-decoration:none;
	color:#6e1f70;
}

/*-----PHOTO GALLERY----*/
#slideShow
{	
	height:450px;
	margin:20px auto;
	position:relative;
	width:450px;
}
#resultsHeading
{
    font-family: Arial;
    color: Aqua;
    font-size: 50px;
}
#control
{
	background-color:Black;
	color:White;
	font-size:8pt;
	font-weight:bold;
	height:30px;
	left:12%;
	padding:0 5px;
	position:absolute;
	top:300px;
	width:75%;
	z-index:100;
	
	/*--IE TRANSPARANCEY--*/
	filter:alpha(opacity=70);
	/*--MODERN BROWSER TRANSPARENCY--*/
	opacity:0.7;
	
	/*--ROUNDED CORNERS--*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}

#image
{
	height:350px;
	text-align:center;	
}


#currentImage
{
	display:none;
	z-index:0;
}

#nextImage, #previousImage
{
	position:absolute;
	top:-1000px;
	
}

#information
{
	text-align:center;
}

#prev, #next
{
	display:none;
}

#prev a:hover, #next a:hover
{
	color:Gray;
	cursor:pointer !important;
	cursor:wait;
}

.radioButton
{	
}


.hide
{
	display:none;
}

.newsHeader
{
	font:Arial Bold;
	color:#4d206e;
	font-size:14px;	
	font-weight:bold;
	padding-top:15px;
	padding-bottom:0px;
}

#Disciplines a:visited
{
	color: Blue;
}

img{border:0px}
