/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #006600 fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #009900;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	margin: 0px;
	padding: 0px;
	background-image: url(background.gif);
}

h2{
 font: bold 90% Verdana, Arial, Helvetica, sans-serif;
 color: #009900;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 90% Verdana, Arial, Helvetica, sans-serif;
 color: #003300;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 90% Verdana, Arial, Helvetica, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 90% Verdana, Arial, Helvetica, sans-serif;
 color: #003300;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(spades.jpg);
	font-size: 100%;
	color: #006600;
}

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

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	left: 5%;
	right: 5%;
	width:80%;
	background-color: #FFFFFF;
	height: 1065px;
	padding: 0px;
	top: 129px;
	bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd2d2;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 5%;
	right: 5%;
	width:80%;
	padding: 0px;
	margin: 0px;
	background-image: url(play_back.gif);
	
}

#pageNav{
	float: left;
	width:191px;
	padding: 0px;
	background-color: #DCEAA6;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 80% Verdana, sans-serif;
	bottom: 0px;
	top: 2px;
	height: 1001px;
}


#content{
	margin:0px;
	border-left: 1px solid #ccd2d2;
	background-color: #FFFFFF;
	height: 991px;
	width: 45%;
	float: right;
	text-indent: 10px;
	left: 5px;
	right: 5px;
	bottom: 0px;
	padding-top: 10px;
}

#headlines{
	padding: 10px 0px 0px;
	background-color: #FFFFFF;
	height: 991px;
	width: 30%;
	right: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd2d2;
	top: 0px;
	float: left;
	text-indent: 10px;
	left: 5px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 9px 0px 0px;
	color: #ffffff;
	font-weight: normal;
}

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

#pageName{
	padding: 0px 0px 5px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	top: 0px;
}

#pageName h2{
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 23px;
color: #009900;
padding: 0px;
margin: 0px;
background-image:  url(green_bg.jpg);
}

#globalNav img{
 
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 80%;
}


a.glink, a.glink:visited{
	font-size: 70%;
	color: #006600;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 0px;
	border-right: 1px solid #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.glink:hover{
	text-decoration: none;
	background-image: url(glblnav_sel.gif);
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #006600;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	font-size: 80%;
	min-height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration: none;
	padding-left: 10px;
}

.feature h3{
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 0px;
	padding-left: 0px;
}


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

.story {
	padding: 0px;
	font-size: 80%;
	border: none;
}

.story h3{
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: none;
}

.story p {
	padding: 0px;
	border: none;
}

.story a.capsule{
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	display:block;
	padding-bottom: 0px;
	border: thin dotted;
}

.story a.capsule:hover{
	text-decoration: underline;
	border: none;
}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

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


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: none #E2ECAA;
	word-spacing: 0px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(bg_nav1.jpg);
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	color: #005900;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #83BF65;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 90%;
	line-height: 17px;
}

.relatedLinks h3{
	padding: 10px 0px 0px;
	color: #006600;
	font-size: 92%;
	line-height: 17px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 0px;
}

#advert img{
	display: block;
}

/********************* end **********************/
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #006600;
	font-style: italic;
	left: 10px;
	right: 10px;
	padding: 1px 0px 2px 10px;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-style: italic;
	font-weight: bold;
	color: #669900;
	bottom: 0px;
	text-align: center;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	color: #000000;
}
.gamefeature {
	font-size: 80%;
	height: 100px;
	padding-bottom: 2px;
	padding-left: 10px;
	top: 10px;
}
.gameimage {
	float: left;
	padding-right: 10px;
	padding-bottom: 1px;
}
.feature2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 3px;
	font-size: 100%;
	padding-top: 10px;
}
/* table styles */

#sidebar table{
	font-size: 85%;
	font-family: Arial, sans-serif;
	color: #666666;
	line-height: 1.3em;
	border: medium solid #999999;
	margin: 10px 0 1em 10px;
	float: left;
}

td, th{
padding: 3px 8px;
background: #ffffff;
white-space: nowrap;
}

th {
color: #ffffff;
background-color: #006600;
font-weight: bold;
border-bottom: 1px solid #999;
}

tbody td{
	border-left: 1px solid #D9D9D9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
}

tbody tr.even td{
background: #e8e8e8;
}

.style1 {font-size: 90%}
.style6 {font-size: 80%}
.style13 {font-size: 70%}
.style14 {font-size: 65%}
