
body {
background: url(http://images.radcity.net/5147/3394393.jpg) repeat fixed 0 0;
}


#mainContent h3 {font-size:15pt;color:#cc0000;line-height:16px;}


#mainContent .containerPadding {
background:none repeat scroll 0 0 #152e4c;
padding:0px 5px 0px 5px;
}


.storyContainer {
background:none repeat scroll 0 0 white;
border:1px solid #CCCCCC;
float:left;
padding:5px;
width:540px;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}



code{ /*CSS for insructions*/
color: red;
}

/*Slider*/

#simplegallery1{
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
background: url(http://images.radcity.net/5147/3811185.jpg);border:1px solid #999999;
z-index: 1;

}


#simplegallery1 .gallerydesctext{ 
text-align: left;
padding: 2px 5px;
}

#secRow1 img, #secRow3 img, #secRow2Content img {float:none;}

/*End Slider*/


#secRow1 .even, #secRow2 .even, #secRow3 .even, #secRow3 .secondHalf, #secRow2, #secRow1 {clear:none;}

#secRow3 .even, #secRow1 .even {
float:left;
padding:0;
width:320px;
}

#mainContent #cubeAd, #cubeAd, .storyLink {display:none}

/* Navigation */
#navigation-div {
background:none repeat scroll 0 0 #CC0000;
border:1px solid white;
height:25px;
margin:0;
padding:0;
width:753px;
}
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
 
.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {

  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 1.22em/25px Arial, Helvetica, sans-serif;
background:none repeat scroll 0 0 #CC0000;
  color: #959595;
  display: block;
  padding: 0px 5px;
  margin:0px;
  text-transform: uppercase;
  text-decoration: none;
  text-indent:0px;
}
#nav-one .sub-nav  a, #nav-one .sub-nav  a:hover {width:200px;}

.nav li a:hover {
  background: #ccc;
  color: #000;	
 
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #cc0000;
  color: #fff;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}
 
.nav ul {
  background: #CC0000;
  
  list-style: none;
  margin: 0;
  width: 200px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
 
  border-bottom: 0;
  padding-right: 20px;
  width: 80px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}

