/*-----------------------------------------------------------------------------
author:    www.visityakima.com
		   10 N. 8th Street
		   Yakima, WA 98901
		   800.221.0751
-----------------------------------------------------------------------------*/


/* =Volleyball Global
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	}

/* Put it back on certain elements */


/* Class for clearing floats */
.clear
{
		clear:both;
		height:0px;
	}

/* Remove border around linked images */
img {
	border: 0;
	display:block;
	}

body {
	background:#e9dfcc;
	color:#0e4255;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	}
	
#containerOuter {
	background:#ffffff url(../img/containerBgNew.jpg) top center no-repeat;	
	}
	
#bannerNav {
	width:900px;
	padding:79px 0 0 0;
	margin:0 auto 30px auto;
	position:relative;
	}
	
#content {
	width:900px;
	margin:0 auto;
	padding:259px 0 0 0;
	}
	
/* =slide show details
-----------------------------------------------------------------------------*/
.slideShow {
	margin:0 0 30px 0;
	padding:0;
	width:561px;
	height:313px;	
	border:#fff solid 2px;
	float:left;
	overflow: hidden;
	}
	
.slideShow img {
	top:0;
	left:0;
	width:561px;
	height:313px;
	z-index:100;
	}	
	
/* ---- */
	

	
.imgFloatRight {
	float:right;
	border:#000000 solid 1px;
	margin:0 0 20px 20px;
	}
	
#sponsorsHome {
	float:right;
	margin:0 0 15px 15px;
	}
	
.rightCol {
	width:250px;
	float:right;
	margin:0 0 20px 20px;
	}
	
.highlight {
	width:200px;
	padding:16px;
	background:#92b8d7;
	border:#ffffff solid 1px;
	color:#0f3e52;
	margin:0 0 24px 0;
	text-align:center;
	}
	
.highlight:hover, .highlight:active {
	background:#d3c2a6;
	}
	
.highlight h2 {
	font-size:130%;
	margin:0 0 0 0;
	color:#8c182d;
	}

/* =Typography
-----------------------------------------------------------------------------*/	
h1 {
	font-size:250%;
	color:#ffffff;
	margin:0 0 0 0;
	font-weight:normal;
	text-align:center;
	}

h2 {
	font-size:170%;
	margin:0 0 0 0;
	}
	
h3 {
	font-size:150%;
	margin:0 0 0 0;
	color:#8c182d;
	font-weight:normal;
	}	
	
h4 {
	font-size:125%;
	margin:0 0 0 0;
	font-weight:bold;
	}
	
h5 {
	font-size:150%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#0f3e52;
	font-weight:normal;
	}
	
h5 a {
	color:#766641;
	}

h5 a:link, h4 a:visited {
	text-decoration:underline;
	}

h5 a:hover, h4 a:active {
	text-decoration:none;
	}
	
h6 {
	font-size:115%;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	color:#8c182d;
	}
	
h5 a {
	color:#8c182d;
	}

h5 a:link, h5 a:visited {
	text-decoration:underline;
	}

h5 a:hover, h5 a:active {
	text-decoration:none;
	}
	
#content p {
	padding:0 0 20px 0;
	}
	
/* Links */	
		
#content p a {
	color:#eb6d24;
	padding:1px 1px;
	font-weight:bold;
	}

#content p a:link, #content p a:visited {
	text-decoration:underline;
	}

#content p a:hover, #content p a:active {
	color:#ffffff;
	background:#eb6d24;
	}
	
/* =Footer
-----------------------------------------------------------------------------*/	
#footerVolleyball {
	text-align:center;
	color:#78b0c5;
	}
	
#footerVolleyball  p a {
	color:#78b0c5;
	font-weight:normal;
	}

#footerVolleyball  p a:link, #footerVolleyball  p a:visited {
	text-decoration:none;
	}

#footerVolleyball  p a:hover, #footerVolleyball  p a:active {
	text-decoration:underline;
	}
	

	
/* =Main Nav
-----------------------------------------------------------------------------*/

#mainNav {
	width:900px;
	height:40px;
	}
	
#mainNav ul {
	list-style:none;
	padding:0;
	margin:0;
	}
	
#mainNav ul li {
	list-style:none;
	float:left;	
	}
	
#mainNav ul li a {
	text-indent:-5000px;
	}
	
#mainNav ul li a:link, #mainNav ul li a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:top;
	}

#mainNav ul li a:hover, #mainNav ul li a:active, /* for IE 'flicker' on rollover */ #navReg, #navAbout, #navSponsors, #navRules #navResults, #navHome {
	display:block;
	background-repeat:no-repeat;
	background-position:bottom;
	}

#navReg a, #navReg {
	height:40px;
	width:142px;
	background:url(../img/navRegister.jpg) no-repeat;
	}
	
#navAbout a, #navAbout {
	height:40px;
	width:116px;
	background:url(../img/navAbout.jpg) no-repeat;
	}
	
#navSponsors a, #navSponsors {
	height:40px;
	width:279px;
	background:url(../img/navSponsors.jpg) no-repeat;
	}
	
#navRules a, #navRules {
	height:40px;
	width:119px;
	background:url(../img/navRules.jpg) no-repeat;
	}
	
#navResults a, #navResults {
	height:40px;
	width:128px;
	background:url(../img/navResults.jpg) no-repeat;
	}
	
#navHome a, #navHome {
	height:40px;
	width:116px;
	background:url(../img/navHome.jpg) no-repeat;
	}
	
	
	
