/*****************BASIC STYLES*****************/	
body {
	color:#000;
	font-family:Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	background:url(file:///Captain%20Action/Users/mario/Desktop/images/background.gif) repeat-y 50% 0;
	text-align:center;
	padding:0px;
	margin:0px;
	font-size:14px;
	}
	
p, li {line-height: 1.3em;}
p {
	margin: 0px 16 0px 0;
	padding-left: 0px;
	text-align: left;
}
h1, h2, h3 {line-height:1em;}

ul {list-style: decimal url(../../none); padding: 0 0 0 15px; margin-top:2px;}

ul.bullets {list-style: square; margin-top:2px;}

ul.no_bullets {list-style:none; padding-left:0;margin-top:2px;}

ul li {margin: 3px 0;}
	
h1 {
	color: #000066;
	font-size: 130%;
	border-bottom: 2px solid #7f9ac7;
	padding: 0 0 .1em 0;
	font-weight:bold;
	}


h2 {
	font-size: 115%;
	color: #2956a1;
	padding:0;
	text-align: center;
	}
	
h3 {
	font-size: 115%;
	color: #2956a1;
	padding:0;
	white-space:normal;
	margin: 0 0 5px 0;
	}
	
h4 {
	font-size: 105%;
	color:#036;
	padding:5px 8px 5px 52px;
	white-space:normal;
	margin: 0 0 15px 0;
	border: 2px solid #7f9ac7;
	clear:both;
	line-height:1.3em;
	background: #e7f0fa url(file:///Captain%20Action/Users/mario/Desktop/images/callouts/flag_callout.gif) no-repeat left center;
	}
	
a, a:visited  { 
	color: #C00;
	text-decoration:underline; 
	padding: 0;
	}
	
a:hover { color: #2956a1; text-decoration:none;}


/*****************LAYOUT STYLES*****************/	

#container {
	width: 970px;
	margin: 0 auto 0 auto;
	padding:0;
    /* height:688px; */
	/* background: url(../images/index_background.jpg) no-repeat;*/
	}
	
#content_left {
	width: 225px;
	margin: 104px 0 0 0;
	padding:0;
	float: left;
	text-align:center;
	/*text-align:left;
	background-color:#fff;*/
	}
	
#bodytext {
	width: 500px;
	float: left;
	padding:0;
	text-align:left;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	}
	
	/*M-bodytezt*/
	#bodytext-m {
	width: 500px;
	float: left;
	margin:110px 0 0;
	padding:0;
	text-align:left;
	list-style-type: square;
	}
	/* end M-bodytezt*/
	
#content_right {
	width: 233px;
	margin: 80px 0 0 0;
	padding:0;
	float: right;
	text-align:left;
	/*background-color:#fff;*/
	}
	


	
/*****************NAVIGATION*****************/	

#left_callouts {
	text-align:center;
	margin:0;
	padding:0;
	}
	
#nav {
	width: 192px;
	margin: 0 auto;
	padding:0;
	/*text-align:left;*/
	text-align: center;
	}
	

	
#nav ul {
	/*margin-left:0;
	margin-bottom: 4px;*/
	margin: 0;
	padding:0;
	}
	
#nav li {
	/*display: block;*/
	background: #265087 url(file:///Captain%20Action/Users/mario/Desktop/images/navigation/nav_bg.gif) no-repeat;
	border: 1px solid #2b5087;
	padding: 0;
	/*list-style: none outside;
	width:192px;
	margin-left:0;*/
	list-style:none;
	margin: 0;
	text-align:left;
	}
	
#nav li.mainnav {
	margin: 1px 0;
	}
	
html>body #nav li a {
		width: auto; /*then all non-IE browsers will ignore this but IE uses it. Hooray! */
		}
	
#nav li a {
	background: #265087 url(file:///Captain%20Action/Users/mario/Desktop/images/navigation/nav_bg.gif) no-repeat left 14%;
	color: #fff;
	font-weight:bold;
	font-size: 110%;
	text-decoration: none;
	padding: 3px 3px 3px 23px;
	display: block;
	/*width:100%; this is new 11.28.2006 works in everything BUT IE*/
	}

/* * html body #nav ul li a { 
   width:100%; 
	}*/

#nav a:hover {
	color:#900;
	text-decoration:none;
	background: url(file:///Captain%20Action/Users/mario/Desktop/images/navigation/nav_bg_over.gif) no-repeat  left 14%;	
	}
	
#utility {
	text-align:right;
	}

#utility, #utility a, #utility a:visited {
	color: #2956a1;
	font-size: 98%;
	padding:7px 0 0 0;
	margin:0;
	text-decoration:none;
	text-align: right;
	}
	
#utility a:hover {
	color: #903;
	text-decoration:underline; 
	}
	
/*****************NUMBERED LIST*****************/		
h3.bulleted {
	background:url(file:///Captain%20Action/Users/mario/Desktop/images/red_circle.gif) no-repeat left center;
	padding-left:30px;
	}
div.bullet_number {
	width:19px;
	height:19px;
	color: #fff;
	background:url(file:///Captain%20Action/Users/mario/Desktop/images/red_circle.gif) no-repeat center center;
	padding:0;
	float:left;
	margin:0px;
	position:relative;
	}
div.bullet_number .number {
	padding:0;
	font-size:15px;
	font-weight:bold;
	position:absolute;
	left:25%;
	top:7%;
	}
/*****************FOOTER*****************/		
#footer {
	width: 970px;
	padding:0;
	margin: 10px auto 0 auto;
	bottom:0;
	background: url(file:///Captain%20Action/Users/mario/Desktop/images/footer_tile.gif) repeat left top;
	height:auto;
	}
	
#footer_content {
	margin:5px auto 0 auto;
	padding:0 0 0 50px;
	background: url(file:///Captain%20Action/Users/mario/Desktop/images/footer_background.gif) repeat center top;
	}
	
#footer_content p {
	font-size: 75%;
	color: #2956a1;
	padding: 10px 15px 0 310px;
	text-align:left;
	line-height: 12px;
	}
	
/*****************TEXTSIZE*****************/	
#textsize {
	width: 321px;
	color: #666;
	height:10px;
	margin:0;
	padding:0 0 12px 0;
	position: relative;
	}
	
#textsize a {
	color:#666;
	text-decoration:underline;
	}
	
#textsize a:hover {
	color:#903;
	text-decoration:none;
	}
	
#textsize img {	
	border: 0;
	padding: 0;
	margin: 0 0 -6px 0;
	}
	
.text {
	position:absolute;
	left:0;
	top: 0;
	}
	
.print {
	position:absolute;
	left: 230px;
	top: 0;
	}
	
/*****************CALLOUTS*****************/	
/*#left_callouts {
	text-align:center;
	}*/

#callout_video {
	width: 223px;
	margin:0 0 .5em 0;
	padding:0;
	position:relative;
	}
	
#callout_resources {
	width: 223px;
	margin:0 0 .5em 0;
	padding:0;
	position:relative;
	}
	
#callout_questions {
	width: 223px;
	margin:0 0 .5em 0;
	padding:0;
	position:relative;
	}
	
#content_right p {
	display: block;
	background: #265087 url(file:///Captain%20Action/Users/mario/Desktop/images/callouts/callout_link_bg.gif) no-repeat left 14%;
	border-top: 1px solid #2b5087;
	border-bottom: 1px solid #2b5087;
	padding: 0;
	position:absolute;
	width:221px;
	margin: -3px 0 0 0;
	}
	

#callout_resources a, #callout_questions a, #callout_video a {
	color: #fff;
	font-weight:bold;
	font-size: 105%;
	text-decoration: none;
	padding: 3px 3px 3px 22px;
	display: block;
	background: #265087 url(file:///Captain%20Action/Users/mario/Desktop/images/callouts/callout_link_bg.gif) no-repeat left 14%;
	}
	
#callout_resources a:hover, #callout_questions a:hover, #callout_video a:hover {
	color: #fff;
	font-weight:bold;
	font-size: 105%;
	text-decoration: none;
	padding: 3px 3px 3px 22px;
	display: block;
	background: #265087 url(file:///Captain%20Action/Users/mario/Desktop/images/callouts/callout_link_bg_over.gif) no-repeat left 14%;
	}
	
#content_right a:hover {
	color:#903;
	text-decoration: none;
	/*background: #fff url(../images/callouts/callout_link_bg_over.gif) no-repeat left 14%;*/
	}
	
#content_right img {
	border:none;
	margin: 20px 0 0 0;
	}
	
#content_right img a, a:hover {
	background-image:none;
}
	
 /* * html body #content_right a { 
   width:100%; 
	}*/
	

/**********************************************************************/
/* ROLLOVER DESCRIPTION POP-UPS                                       */
/**********************************************************************/	

#detail { /* DO NOT CHANGE THIS NAME */
	background-color: #e7f0fa;
	border: 1px solid #2b5087;
	color: #000000;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 1px;
	position: absolute;
	text-align:left;
	width: 200px;
	z-index:101;
	left:0px;
	right:0px;
	}

#detail p {
	color:#000;
	margin: 5px;
	padding: 5px;
	font-weight:normal;
	}
	
/**********************************************************************/
/* PRINT VIEW ONLY INFO                                     */
/**********************************************************************/	
#print_view_only {display:none;}
	
/*****************GENERIC STYLES*****************/	
.small {font-size:80%;clear:both;}
.clear {clear:both;}
.hidden {display:none;}
.break { display:block; width:1px; height:1px; clear:both; }	 
#warninglabel {
	background-color: #FFFF00;
	font-weight: bold;
	color: #990000;
	padding-left: 3px;
	padding-right: 3px;
}
#Commercial {
}
/* Mario's stuff*/
#mheader {
	height: 113px;
	width: 970px;
	background-image: url(file:///Captain%20Action/Users/mario/Desktop/images/intpage-header.jpg);
	background-color: #001727;
	background-repeat: no-repeat;
}
#vid-menu {
	margin-left: 16px;
}
#container #bodytext-m .yellow {
	padding-left: 16px;
	background-color: #FFFF66;
}

