@charset "utf-8";
/* basic styling */

body {
	font-family:Arial, Helvetica, sans-serif;
	/* font-size:85%; */
	background-color: #FFFFFF; 
	margin: 0;
	padding: 0;
}
.bigger {font-size:large;}
.smaller {font-size:24px;}

#wrapper {
	position:relative;
	width:930px;
	height:790px; 
	margin: 0 auto;	
	text-align:left;
}

#clear {
	clear: both;
	}
			
#header {
	/*position: relative;*/
	height: 233px;
	margin: 0;	
}

#header #logoimage {
	position:absolute;
	width: 900px;
	height: 180px;
	background:url(images/mc_logobar_900x180.jpg) no-repeat top;
}
#header #logowords2 {
	position:absolute;
	top: 118px; 
	left: 238px;
	width:270px;
}

#header #nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top:180px;
	left:40px;
	bottom:0;
	width: 850px;
	height:53px;
	list-style: none;
	background: url(images/navbar_850x53.jpg) repeat-x top left; 
	/* background: url... repeatx top left */
}

#header #nav ul li {
	float: left;
}

#header #nav ul a {
	padding: 0 2.6em;
	padding-top:20px;
	padding-bottom:8px;
	font-size: 12px;
	line-height: 1.6em;
	text-decoration: none;
	color:#000000; 
	float: left;
	display: block;
	background: url(images/navbarsep_2x24.jpg) no-repeat left bottom; 
	/* background: url... norepeat left top; */
}

#header #nav ul a.first {
	background: none;
}

#header #nav ul a:hover {
	color: #FF3333; 	
}

#header #nav ul li a#current {
	color: #0099FF;
	/*background-color: #CCCCCC; */
	text-decoration:none;
}
#header #vertbar {
	position:relative;
	height:53px;
	top:180px;
	width:30px;
	left: 0px;
	margin: 0; 
	background: url(images/vertbar_25x2.jpg) repeat-y left;	
}
#content { 
	position:relative;
	width: 930px; 
	height:490px;
	top:0px; 
	margin: 0 auto; 
	font-size:12px;
	color: #005A7C;
	/* Add image along Y axis of whole image for the sidebar background color*/
	background: url(images/vertbar_25x2.jpg) repeat-y left;
}
#content #sidebar {
	float:left; 
	width:300px;
	height:485px;
	top: 0px;
}
#content #sidebar p {
	margin:8px;
	margin-left:50px;
}
#content #sidebar img {
	margin-left:27px;
}

#content #sidebar a:link{
	color: #0099FF;	
	text-decoration:none;
}
#content #sidebar a:visited {
	color: #0099FF;
	text-decoration:none;
}
#content #sidebar a:hover {
	color: #FF3333;
}

#rightside {
	float:right;
	top:0px;
	width:620px;
	height:485px;
	background-color:#FFFFFF; 
	text-align: left;
	/*overflow:auto; */
}

#rightside p {
	padding-right:5px;
}
#rightside ul li {
	padding-top: 30px;
	padding-bottom: 8px;
	list-style-position:outside;
	margin:-25px;
}
#rightside #map {
	position: absolute;
	top:20px;
	left:735px;
}
#rightside #chart {
	position: absolute;
	top:175px;
	left:710px;
	width:205px;
	height:310px;
	margin-left:10px;
	background:url(images/chartv2_215x310.jpg) no-repeat right;	
}
#rightside #clock {
	margin-right:45px;
	margin-left:15px;
	margin-top:20px;
}
#rightside a:link {
	text-decoration:none;
	color:#0099FF;
}
#rightside a:visited {
	text-decoration:none;
	color:#0099FF;
}
#rightside a:hover {
	color: #FF3333;
}
#rightside a:link img{
	padding: 0px;
	text-decoration:none;
	color:#0099FF;
	border-color: #0099FF;
	border-style: solid;*/
	/*border-style: none;*/
}
#rightside a:visited img{ 
	padding: 0px;
	text-decoration:none;
	color:#0099FF;
	border-color: #0099FF;
	border-style:solid;
	/*border-style: none;*/
}
#rightside a:hover img{
	color: #FF3333;
	border-color: #FF3333;
	border-style:solid;
	text-decoration:none;
}
#content #rightsidep {
	/*float:right;*/
	top:0px;
	width:900px;
	height:485px;
	margin-left:30px;
	background-color:#FFFFFF; 
	text-align: left;
	/*overflow:auto; */
}
#content #rightsidep #words {
	width:670px;
	height:485px;
	overflow:auto;
	top:0px;
}
#content #rightsidep #words #blueguy {
	padding-left:150px;
	margin: 8px;	
}
#content #rightsidep #words img {
	padding-left:25px;
	margin: 10px;
}
#content #rightsidep #words ul li {
	padding: 7px;
	margin-left:10px;
}
#content #rightsidep p {
	padding:3px;
	margin-left:30px;
}
#content #rightsidep h1 {
	margin-left:30px;
	margin-top: 30px;
}
#content #rightsidep h3 {
	margin-left:30px;
}		

#rightsidep #map {
	position: absolute;
	top:20px;
	left:735px;
}
#rightsidep #chart {
	position: absolute;
	top:175px;
	left:710px;
	width:215px;
	height:310px;
	background:url(images/chartv2_215x310.jpg) no-repeat right;
}

#rightsidep a:link {
	text-decoration:none;
	color:#0099FF;
}
#rightsidep a:visited {
	text-decoration:none;
	color:#0099FF;
}
#rightsidep a:hover {
	color: #FF3333;
}
#rightsidep a:link img{
	padding: 0px;
	text-decoration:none;
	color:#0099FF;
	border-color: #0099FF;
	border-style: solid;
	/*border-style: none;*/
}
#rightsidep a:visited img{ 
	padding: 0px;
	text-decoration:none;
	color:#0099FF;
	border-color: #0099FF;
	border-style:solid;
	/*border-style: none;*/
}
#rightsidep a:hover img{
	color: #FF3333;
	border-color: #FF3333;
	border-style:solid;
	text-decoration:none;
}
#footer {
	color: #4B5534;
	font: .8em Arial, Helvetica, sans-serif;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:8px;
	text-align:center;	
}	
/*---rollovers need to be in the order of link, visited, hover, active ---*/	
#footer a:link {
	color: #000000;	
	text-decoration:none;
}
#footer a:visited {
	color: #000000;	
	text-decoration:none;
}
#footer a:hover {
	color: #FF3333;	
}
