/*
 * AUTHOR: Matt Giardina
 * DESCRIPTION: Style sheet for the University of Arizona Cycling Club
 */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url("images/20.gif") #5E5E5E repeat;
	margin: 0 auto; 
	padding: 0;
	text-align: center;
	color: #003366;
	height: 100%;
}

/*----------------*/
/*** HTML Items ***/
/*----------------*/
h1 {
	margin: 10px 0px 20px 75px;
	color: #CC0033;;
	font: bold 15px "Trebuchet MS", Arial, Sans-Serif;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 2px;
}


form {
	padding: 0px 0px 0px 75px;
}

a, a:visited {
	color: #CC0033;
	text-decoration: underline;
}

a:hover, a:active {
	color: #CC0033;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

.uacycling #mainContent p {
	margin: 0px 0px 15px 75px;
	line-height: 1.3em;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #003366;
	background: #CCCCCC;
	color: #CC0033;
	font-size: 90%;
}

input.submit {
	border: 1px solid #003366;
	background: #CCCCCC;
	color: #003366;
	font-weight: bold;
}

input.submit:hover {
	border: 1px solid #003366;
	background: #CC0033;
	color: #efefef;
	font-weight: bold;
}

img.wrap {
	margin: 0;
	padding: 0px 8px 0px 0px;
	border: 0;
	float: left;
}

img, a.img {
	border: none;
}

/*-------------------*/
/*** Divider Setup ***/
/*-------------------*/

.uacycling #container { 
	height: 100%;
	width: 879px;  
	background: url(images/content-background.jpg) repeat-y;
    margin: 0 auto;
	text-align: left; 
} 

.uacycling #navigation {
	text-align: center;
	margin: 0 auto;
	background: #003366;
	height: 30px;
	color: white;
	padding: 15px 0px 0px 0px;
}

.uacycling #divider {
	background: #003366;
	height: 15px;
}

.uacycling #club_logo { 
	height: 100px;
	background: url(images/club-header.jpg); 
	padding: 0 10px;
} 

.uacycling #sbar {
	float: left; 
	width: 179px;; 
	padding: 6px; 
	height: 100%;
}
.uacycling #sbar h3, .uacycling #sbar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


.uacycling #mainContent { 
	height: 100%;
	margin: 0 15px 0 15%; 
	padding: 0px 20px 20px 0px;
} 
.uacycling #foot { 
	height: 45px;
	text-align: center;
	padding: 0 230px; 
	background: url(images/footer-background.jpg);
} 
.uacycling #foot p {
	margin: 0;
	padding: 10px 0;
}

.uacycling #copyright {
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	color: #EFEFEF;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sponsor-page {
  width: 795px; 
  padding: 40px;
  border: 2px solid #003366;
  background: #F0F0F0;
}

/*---------------------*/
/*** Navigation Menu ***/
/*---------------------*/

.uacycling #navigation ul {
	text-align: center;
	margin: 0 auto;
	padding: 0px 0px 0px 75px;
	list-style-type: none;
}
.uacycling #navigation li {
	float: left;
	padding: 0px 15px 0px 15px;
}
.uacycling #navigation a.home {
	display: block;
	width: 52px;
	height: 15px;
	background: url(images/nav_home.jpg);
	text-decoration: none;
	border-bottom: none;
}
.uacycling #navigation a:hover.home {
	background-position: -52px 0;
}
.uacycling #navigation a.calendar {
	display: block;
	width: 92px;
	height: 15px;
	background: url(images/nav_calendar.jpg);
	text-decoration: none;
	border-bottom: none;
}
.uacycling #navigation a:hover.calendar {
	background-position: -92px 0;
}
.uacycling #navigation a.sponsors {
	display: block;
	width: 90px;
	height: 15px;
	background: url(images/nav_sponsors.jpg);
	text-decoration: none;
	border-bottom: none;
}
.uacycling #navigation a:hover.sponsors {
	background-position: -90px 0;
}
.uacycling #navigation a.media {
	display: block;
	width: 56px;
	height: 15px;
	background: url(images/nav_media.jpg);
	text-decoration: none;
	border-bottom: none;
}
.uacycling #navigation a:hover.media {
	background-position: -56px 0;
}
.uacycling #navigation a.contact {
	display: block;
	width: 81px;
	height: 15px;
	background: url(images/nav_contact.jpg);
	text-decoration: none;
	border-bottom: none;
}
.uacycling #navigation a:hover.contact {
	background-position: -81px 0;
}
.uacycling #navigation a.aboutus {
	display: block;
	width: 87px;
	height: 15px;
	background: url(images/nav_aboutus.jpg);
	text-decoration: none;
	border-bottom: none;
}
.uacycling #navigation a:hover.aboutus {
	background-position: -87px 0;
}
.uacycling #navigation a.ua-crit {
	display: block;
	width: 67px;
	height: 15px;
	background: url(images/nav_uacrit.jpg);
	text-decoration: none;
	border-bottom: none;
}
.uacycling #navigation a:hover.ua-crit {
	background-position: -67px 0;
}

#uacrit_table_header {
	text-align: center;
	background: #003366;
	font-size: 120%;
	font-weight: bold;
	color: white;
	border: none;
}
#uacrit_table {
	color: #efefef;
	border: 1px solid  #003366;
}

