@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin: 0px auto;
	width: 1012px;
	background-color: #FFF;
}
p {
	margin: 0px;
}
img {  
	border-style: none;
}
.pics1 { 
	border: 1px solid #999;
	border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}
.roundblue {
	border: 1px solid #09F;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}
.roundtext {
	text-align: justify;
	border: 2px solid #CCC;
	padding: 0px 8px;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}
#wrapper { 
	margin: 0px auto; /*center hack*/
	background-color: #FFF;
}
#topbar {
	position: static;
	top: 0px;
	width: 100%;
	height: 52px;
}
#topbar-left {
	color: #FFF;
	margin-top:1px;
	margin-left:0px;
	font: 12px Arial, Helvetica, sans-serif;
}
#topbar-right {
	color:#FFF;
	margin-top:8px;
	margin-right:0px;
	font: 12px Arial, Helvetica, sans-serif;
}
.alignleft { 
	float: left;
}
.alignright { 
	float: right;
}
#header {
	height: 250px;
	border: 2px solid #CCC;
    padding: 4px; 
    background: #FFF;
}
#menu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0;
	padding: 0;
	list-style-type: none;
	background-color: #eee;
	font-size: 13px;
	height: 40px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #ccc;
}
#menu li {
	float: left;
	margin: 0;				
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #666;
}
#menu li a:hover, #menu li.active a {
	background-color: #f5f5f5;
	border-bottom: 2px solid #DDD;
	color: #999;
}
#menu_wrapper ul {margin-left: 12px;}
#menu_wrapper {padding: 0 16px 0 0; background: url(images/grey.png) no-repeat right;}
#menu_wrapper div {float: left; height: 44px; width: 12px; background: url(images/grey.png) no-repeat left;}
			
/* Black Menu */
#menu_wrapper.black ul {
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	background: #FFF;}
#menu_wrapper.black a {color: #000;}
#menu_wrapper.black li a:hover, #menu_wrapper.black li.active a {color: #FFF; background: #04a3fe; border-bottom: 2px solid #FFF; border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */}
#menu_wrapper.black {background: url(/grey.png) no-repeat right;}
#menu_wrapper.black div {background: url(/grey.png) no-repeat left;}
#main {
	background-color: #FFF;
	border: 2px solid #CCC;
    padding: 4px; 
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}