/* CSS Document */

body {
	background-color:#051953;
	background-image:url(../img/bg_tone.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	}
#shell {
  	margin:0 auto;
  	width:1000px;
	height:auto;
	background-color:#fff;
	}
#innershell {
	height:2000px;
	width:1000px;
	background-color:#fff;
	overflow:hidden;
	}
	
	
#logotop {
	width:1000px;
	height:90px;
	margin:0;
	background-image:url(../img/logotop.jpg);
	background-repeat:no-repeat;
	}
	
#menu {
	height:30px;
	background-image:url(../img/bg_1pxgreyblue.gif);
	background-repeat:repeat-x;
	}
#menu ul {
	margin:0 0 0 25px;
	padding:0;
	} 
#menu li { 
	display: inline;
	font-size:10px;
	letter-spacing:1px;
	}
#menu a:link, #menu a:visited {
	padding: 12px 12px 8px 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:10px;
	color:#444444;
	text-decoration: none;
	float:left;
	}
#menu ul li a:hover {
	color:#ff6600;
	}
#menu ul li a#selected {
	color: #00427D;
	background-image:url(../img/bg_1pxwhite.gif);
	background-repeat:repeat-x;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}
	
#content {
	width:1000px;
	height:auto;
	background-color:#fff;	
	}
#left {
	width:375px;
	height:auto;
	margin:25px 0 0 25px;
	float:left;
	}
#right {
	width:575px;
	height:auto;
	border-left:1px solid #cccccc;
	margin:25px 0 0 15px; 
	display:inline;
	float:left;
	}
#right-col-1 {
	width:265px;
	height:auto;
	padding-left:10px;
	margin-right:10px;
	display:inline;
	float:left;
	}
#right-col-2 {
	width:265px;
	height:auto;
	border-left:1px solid #cccccc;
	padding-left:10px;
	margin-right:10px;
	display:inline;
	float:left;
	}
#right-col-2-blue {
	width:245px;
	height:auto;
	padding:10px;
	background-color:#EEF7FF;
	float:left;
	}
#right-full {
	width:550px;
	height:auto;
	margin-left:10px;
	margin-right:10px;
	display:inline;
	float:left;
	}
	
/*sidemenu*/

#sidemenu { 
	width: 375px;
	height:auto;
	margin:0px 7px 15px 0px; 
	display:inline;
	}

#sidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	border-top:1px solid #cccccc;
	}

#sidemenu a {
	display: block;
	padding: 7px;
	margin:0;
	height:50px;
	width: auto;
	overflow:hidden;
	background-color: #fff;
	border-bottom: 1px solid #cccccc;
	}

#sidemenu a:link {
	color: #444444;
	text-decoration: none;
	}
 #sidemenu a:visited {
 	color:#cc0000;
	}
#sidemenu a:hover {
	background-color: #f0f0f0;
	color: #444444;
	text-decoration:none;
	}
	
#sidemenu a#selected {
	background-color: #fff;
	color: #444444;
	}
	
#sidemenu-item {
	display:inline;
	}
#sidemenu-pic {
	width:50px;
	height:50px;
	margin-right:10px;
	float:left;
	}
#sidemenu-text {
	width:300px;
	float:left;
	}
	
#footer {
  	width:1000px;
  	height:25px;
/*	background-color:#f1f1f1;*/
  	margin: 0 auto 0 auto;
	}
	
#player {
	width:550px;
	height:415px;
	text-align:center;
	background-color:#000;
	margin:0 0 25px 10px;
	}
#flashplayer {
	width:550px;
	height:410px;
	margin:0 0 10px 10px;
	}
#contactbox {
	width:265px;
	height:125px;
	margin:0 0 10px 0;
	}

	

	
