* { margin: 0; padding: 0; }

body {
	font-family: Arial;
	font-size: 14px;
background-color: #000;
color: #fff;
text-align: left;
}
a, a:hover, a:visited { color: #0cf; }
a img { border: none; }
.right li { margin-left: 15px; }

#logo {
	background: url('../images/cle_skyline.jpg') repeat-x top center #333;
	height: 143px;
border-bottom: 3px solid #bc9f13;
}

#logo #urology_logo {
	background: url('../images/logo.png') no-repeat top center transparent;
	height: 100px;
	width: 287px;
display: block;
}

#logo #wrapper {
padding-top: 5px;
}


#content {
	background-color: #000;
	padding-bottom: 15px;
}

.right {
	text-align: left;
	width: 65%;
	float: left;
	padding: 15px;
margin-left: 20px;
}

.right p {
	margin-bottom: 15px;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

#navigation {
	float: left;
clear: both;
margin-bottom: 15px;
width: 200px;
}

#navigation ul {
float: left;
	display: inline;
	list-style-type: none;
	margin: 10px 10px 0 10px;
clear: both;
width: 170px;
}

#navigation ul li {
display: block;
margin-bottom: 3px;
}

#navigation ul li a {
padding: 3px;
display: block;
padding: 7px 5px;
width: 100%;
color: #eee;
text-decoration: none;
background-color: #790131;
font-size: 12px;
font-weight: bold;
}

#navigation ul li a:hover, #navigation ul li.selected a {
background-color: #9b0541;
}

#navigation .second_level {
display:none;
}

#location {
padding-bottom: 10px;
}

#location #wrapper div.loc {
width: 161px;
float: left;
margin-right: 15px;
font-size: 14px;
text-align: center;
color: #bc9f13;
}

#location #wrapper div.link {
display: block;
padding-top: 38px;
}

#location #wrapper a, #location #wrapper a:active, #location #wrapper a:hover {
color: #fff;
height: 38px;
text-decoration: none;
font-weight: bold;
font-size: 15px;
display: block;
}

#location .beachwood {
background: url('../images/loc_warrensville_small.jpg') no-repeat transparent 0 0;
}

#location .garfield {
background: url('../images/loc_garfield_small.jpg') no-repeat transparent 0 0;
}

#location .cleveland {
background: url('../images/loc_cleveland_small.jpg') no-repeat transparent 0 0;
}

#location .westlake {
background: url('../images/loc_westlake_small.jpg') no-repeat transparent 0 0;
}

#location .middleburg {
background: url('../images/loc_middleburg_small.jpg') no-repeat transparent 0 0;
}

#footer {
	background: url('../images/footer_bg.jpg') no-repeat top center #790131;
	height: 24px;
	clear: both;
border-top: 2px solid #bc9f13;
}

.red { color: #f00; }