/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #0099CC;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 250%;
 color: #417BD3;
}

h2{
 font-size: 114%;
 color: #FFFFFF;
}

h3{
 font-size: 100%;
 color: #FFFFFF;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #FFFFFF;
}

h5{
 font-size: 100%;
 color: #FFFFFF;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px 0px 3%;
	width: 90%;
}

#navBar{
	margin: 20px 3% 0 71%;
	padding: 0px;
	border-style: dotted;
	border-color: #417BD3;
	width: 260px;
	text-align: center;
}

#content{
  float:left;
	width: 65%;
	margin: 0;
	padding: 20px 3% 0 3%;
}

#newleft{
  float:left;
	width: 90%;
	margin: 0;
	padding: 20px 5% 0 3%;
}





/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 4%;
	border-bottom-color: #417BD3;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 3px 0px 0px 4%;
	font-size: 18pt;
	background-image: url(images/pacman.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 20px; 
}



/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 0px 10px;
}

.story img{
	padding: 0px 10px 10px 10px;
}

.storytitle{
	clear: both;
	padding: 0 0px 2px 10px;
	font-size: 14pt;
	border-bottom-color: #417BD3;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	font-weight: bold;
	background-image: url(images/space_invaders.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.story ul{
 list-style-type: square;
 font-size: 16pt;
}






/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 50px;
	margin-top: 0px;
	width: 90%;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}




/*********** .relatedLinks styles ***********/

.trailerBox{
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-size: 90%;
	color: #cccccc;
}

.trailerBox h3{
	padding: 10px 0px 2px 0px;
}
