@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin: 0px auto;
	width: 1012px;
	background-color: #FFF;
}
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;
}
#left_column {
	float: left;
	height: 2900px;
	width: 699px;
	background-color: #e9e9e9;
	border: 2px solid #CCC; 
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
	text-align: center;
}
#right_column {
	float: right;
	height: 2900px;
	width: 300px;
	background-color: #e9e9e9;
	border: 2px solid #CCC; 
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
	text-align: center;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.urbangreymenu{
	width: 225px; /*width of menu*/
	padding-left: 35px;
}
.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: #FFF;
	background: #04a3fe url(links/girlicon.png) no-repeat 8px 2px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 0px; /*31px is left indentation of header text*/
	border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}
.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	text-align: left;
}
.urbangreymenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 13px Arial;
	color: black;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}
.urbangreymenu ul li a:visited{
	color: black;
}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background: #666;
	border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}