@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #000000;
	background-image:url(../images/bkg-header-side.gif);
	background-repeat:repeat-x;
	margin:0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	margin:0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(../images/bkg-movie-side.gif)
}

.oneColLiqCtrHdr #eventContent {
	margin:0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColLiqCtrHdr #supplementalContent {
	margin:0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	background-image:url(../images/bkg-supplemental-bar-top.gif);
	background-repeat:repeat-x;
}

.oneColLiqCtrHdr #supplementalContentBottomBkg {
	margin:0;
	height:2px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	background-image:url(../images/bkg-supplemental-bar-bottom.gif);
	background-repeat:repeat-x;
}

.oneColLiqCtrHdr #footer {
	text-align:left;
	padding: 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColLiqCtrHdr #footerSponsors {
	text-align:left;
	padding: 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#990000;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.headerContent {
	margin: 0 auto;
	width: 950px;
	height: 129px;
	background-image:url(../images/bkg-header.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	}
	
.headerContent #mainNav {
	padding: 5px;
	margin:55px 0 0 0;
	list-style: none;
	float: right;
}

.headerContent #mainNav li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 5px;
	padding-left:2px;
}

.headerContent #mainNav li a {
	text-decoration: none;
	float:left;
	color: #999;
	cursor: pointer;
	font: normal 12px/22px "Arial", Helvetica, sans-serif;
}

.headerContent #mainNav li a span {
	margin: 0 10px 0 -10px;
	padding: 1px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

#mainNav.grey li a.current, #mainNav.grey li a:hover {
	background: url(../images/grey.gif) no-repeat top right;
}

#mainNav.grey li a.current span, #mainNav.grey li a:hover span {
	background: url(../images/grey.gif) no-repeat top left;
}

	
/*.headerContent #mainNav {
	margin:65px 25px 0 0;
	padding:0;
	float:right;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:11px;
	
		}	
.headerContent #mainNav li {
	margin-left:5px;
	display:inline;
	

	}		
.headerContent #mainNav a {
	padding:8px;
	margin:0;
	width:100px;
	text-decoration:none;
	color:#ffffff;
	}	
.headerContent #mainNav a:hover {
	background-color:#CCCCCC;
	color:#CC0000;
	}	*/
	
.movieContent {
	margin: 0 auto;
	width: 925px;
	padding: 0 0 22px 25px;
	background-image:url(../images/bkg-movie.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	}	
.movieContent #video {
	padding:0;
	margin:0;	
	 width:400px;
	 float:left;
	 }
.movieContent #copy {
	width:870px;
	margin:25px 0 0 0;
	float:left;
	text-align:left;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:35px;
	line-height:35px;
	}	 
.movieContent #copy #nav, .supplementalContentContainer #nav {
	margin-top:20px;
	padding:0;
	list-style-type:none;
	}
	
.movieContent #copy #nav li, .supplementalContentContainer #nav li {
	float:left;
	margin-right:10px;
	display:block;
	width:123px;
	height:45px;
	text-align:center;
	padding:0;
	background-image:url(../images/btn-movie-contest.gif);
	background-repeat:no-repeat;
	background-position: 0 -45px;
	}
.movieContent #copy #nav a, .supplementalContentContainer #nav a {
	display:block;
	width:123px;
	height:45px;
	margin:0;
	padding:0;
	text-decoration:none;
	
	
	}
	
.movieContent #copy #nav a:hover, .supplementalContentContainer #nav a:hover {

	display:block;
	width:123px;
	height:45px;
	padding:0;
	background-image:url(../images/btn-movie-contest.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	
	}	
	
.movieContent #copy #nav a div, .supplementalContentContainer #nav a div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:14px;
	
	}
	
.bodyContent {
	margin: 0 auto;
	width: 900px;
	padding: 0 25px 12px 25px;
	background-color:#ffffff;
	
	}	
	
.bodyContent a{
	text-decoration:none;
	color:#CC0000;
	font-weight:bold;
	}	
	
.bodyContent a:hover{
	text-decoration:underline;
	}			
	
.bodyContent #leftColumn {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	width:519px;
	text-align:left;
	margin:20px 0 20px 0;
	padding:0 20px 0 0;
	float:left;
	border-right:#999999 1px dotted;
	}
	
.bodyContent #leftColumn span {
float:left;
}	

.bodyContent #leftColumn h1 {
	font-size:25px;
	line-height:27px;
	padding:0;
	margin:0;
	font-weight:normal;
}

.bodyContent #leftColumn h2 {
	font-size:20px;
	line-height:22px;
	padding-top:10px;
	margin:0;
	font-weight:bold;
}

.bodyContent #leftColumn h3 {
	font-size:16px;
	line-height:18px;
	padding-top:10px;
	margin:0;
	font-weight:bold;
}

.bodyContent #leftColumn ol {
	padding: 0;
	margin:5px 0;
	list-style-type:decimal;
}


.bodyContent #leftColumn ol li{
	 /*For ignore double margin in IE6*/
	margin-left: 20px;
	padding:5px 0;
	}

.bodyContent #leftColumn ol li a {
	padding:0;
	margin:0;
	text-decoration:none;
	color:#cc0000;
	}
.bodyContent #leftColumn ol li a:hover {
	text-decoration:underline;
	}	
	
.bodyContent #leftColumn #featuredEvents {
	margin:10px 0;
	padding:0;
	list-style: none;
	float: left;
	}

.bodyContent #leftColumn #featuredEvents #liSlider {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0;
	padding:0px;
	border-right:#ffffff solid 1px;
}

.bodyContent #rightColumn {
	float:right;
	width:310px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	margin:20px 30px 20px 20px;
	padding:0;
	}
	
.bodyContent #rightColumn h1 {
	font-size:20px;
	line-height:22px;
	padding:0;
	margin:0;
	font-weight:bold;


}	

.supplementalContentContainer {
	margin: 0 auto;
	width: 900px;
	padding: 18px 25px 17px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}
	
.supplementalContentContainer #promoRotator {
	width:345px;
	height:140px;
	padding:0;
	margin:0 0 25px 0;
	background-color:#000000;
	float:left;
	}	
	
.supplementalContentContainer #aboutSDSUMonth {
	width:200px;
	padding:0;
	margin:0 0 0 20px;
	float:left;
	text-align:left;
	}	
	
.supplementalContentContainer #aboutSDSUMonth span, .supplementalContentContainer #gettingAround span{
	font-weight:bold;
	color:#CCCCCC;
	font-size:14px;
	}
	
.supplementalContentContainer #gettingAround {
	width:150px;
	padding:0;
	margin:0 0 0 20px;
	float:left;
	text-align:left;
	}
	
.supplementalContentContainer #gettingAround ul {
	padding:13px;
	margin:0;
	}		
	
.supplementalContentContainer #gettingAround a{
	text-decoration:none;
	color:#CC0000;
	}	
	
.supplementalContentContainer #nav {
	margin-top:20px;
	padding:0;
	list-style-type:none;
	}
	
.supplementalContentContainer #nav li {
	float:left;
	margin-right:10px;
	display:block;
	width:123px;
	height:45px;
	text-align:center;
	padding:0;
	background-image:url(../images/btn-give.gif);
	background-repeat:no-repeat;
	background-position: 0 -45px;
	}
.supplementalContentContainer #nav a {
	display:block;
	width:123px;
	height:45px;
	margin:0;
	padding:0;
	text-decoration:none;
	
	
	}
	
.supplementalContentContainer #nav a:hover {

	display:block;
	width:123px;
	height:45px;
	padding:0;
	background-image:url(../images/btn-give.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	
	}	
	
.supplementalContentContainer #nav a div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:14px;
	
	}	
	
.socialNetworkContainer {
	margin: 0 auto;
	width: 925px;
	padding: 0 0 0 25px;
	}	
.socialNetworkContainer #socialNetworkBar {
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
.socialNetworkContainer #socialNetworkBar li {
	float:left;
	margin-right:10px;
	display:block;
	text-align:center;
	padding:0;
	}
		

.footerSponsorsContainer {
	margin: 0 auto;
	width: 925px;
	padding: 0 0 0 25px;
	text-align:left;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color:#FFFFFF;
	}

.footerSponsorsContainer a{
	text-decoration:none;
	color:#FFCC66
	}
	
.footerSponsorsContainer a:hover{
	text-decoration:underline;
	}	
	
.footerSponsorsContainer table{
	width:875px;
	padding:0;
	margin:20px 0;
	}


/* EVENT SLIDERS */


		
	.boxgrid h3{ margin: 10px 10px 0 10px; color:#FFF; line-height:17px; font:14pt Arial, sans-serif; letter-spacing:0px; font-weight: bold;  }
			
			.boxgrid{ 
				width: 178px; 
				height: 259px; 
				margin:0; 
				float:left; 
				background:#161613; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 259px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
 			}
 				.captionfull .boxcaption {
 					top: 259;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 259;
 					left: 0;
 				}


	
	