@charset "utf-8";
/* CSS Document */

body {
	
	background-color: #333333;
	font-family: "Myriad Pro", "Trebuchet MS";
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin:0 auto;
  	width:900px;

	
}

h1{ color:#4069E9;
font-size:23px;
font-weight:150; 
padding: 15px 0px 0px 50px;
}

p {
font-size:14px;
font-weight:400;
color:#444444;
padding: 0px 0px 0px 50px;
}

#content{ background-color:#FFFFFF;
width:900px;
height:249px;

}


#logo{
	background: #000000 url(../images/logo.gif) no-repeat;
	height: 57px;
	background-position: 5% 5%;
	width: auto;

}


ul#menu{
	margin:0;
	padding:0;	
	list-style-type:none;
	position:relative;
	display:inline-block;
	height:36px;
	background:#000000;

}

ul#menu li{
	height:36px;
	float:left;
	border-left:2px solid #000000;
}	
*+html ul#menu li{height:34px;}

/* variations of menu items */
	
.other{ background: url(../images/menu_bg.jpg) repeat-x top left;
}
*+html .other{border-bottom:2px solid #000000;}

.more{background: url(../images/menu_more-info.jpg) repeat-x top left;
}
.side{ (border-bottom:1px #4069E9);}


*+html .more{border-bottom:2px solid #000000;}
.current{
	background: url(../images/menu_current.jpg) repeat-x top right;
	border-bottom:2px solid #3F63E0;
}
	

ul#menu li a{
	display:block;
	float:left;
	color:#FFFFFF;
	font-size:15px;
	text-decoration:none;
	padding:9px 20px 0px 20px;
	height:27px;
	width:auto;
	font-weight:100;
	}
ul#menu li a:hover{background:transparent url(../images/menu_current.jpg) repeat-x top right;}



#foot{	
	background-image: url(../images/footer_seperator.jpg);
	background-repeat: repeat-x;
	height:49px;
	}
.footer{
	font-style:italic;
   	font size:12px   ;
	color: #B2B2B2;
	padding: 0px 16px 0px 10px;
	}