@charset "utf-8";
/* CSS Document */

html, body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #0d3e61;
	font-family: Verdana, Geneva, sans-serif;
}

/* WRAPPER */

#dannyhoWrapper {
	margin: 0px auto;
	padding-bottom: 20px;
	width: 100%;
	background-color: #ffffff;
	background-image: url(../images/dannyho_citybg_ffffff.jpg);
	background-position: 0px -150px;
	background-repeat: no-repeat;
}
#dannyhoContentWrapper {
	margin: 0px auto;
	width: 960px;
}

/* CONTENT */

#dannyhoContent {
	font-size: 12px;
	color: #1f1f1f;
	line-height: 150%;
}
#dannyhoContent a {
	color: #2794e1;
}

/* FOOTER */

#dannyhoFooter {
	margin: 0px auto;
	padding-top: 10px;
	width: 960px;
	text-align: right;
	color: #ffffff;
	font-size: 11px;
}
#dannyhoFooter a {
	color: #ffffff;
}

/* HEADER */

#dannyhoHeaderBox {
	margin: 0px auto;
	width: 240px;
	height: 310px;
	background-image: url(../images/dannyho_dannyho.png);
	background-position: center;
	background-repeat: no-repeat;
}
#dannyHeaderLink {
	width: 230px;
	height: 174px;
	position: relative;
	left: 5px;
	top: 129px;
}
#dannyHeaderLink a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/* MENU */

#dannyhoMenu {
	margin: 0px auto;
	margin-top: 20px;
	padding-right: 10px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-right: 1px solid #cccccc;
}
#dannyhoMenu ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#dannyhoMenu li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 6px;
	margin-bottom: 5px;
	display: block;
	color: #1a1a1a;
	text-decoration: none;
	text-align: right;
	border-bottom: 1px dotted #cccccc;
}
#dannyhoMenu li a:hover {
	background-color: #32b8db;
	color: #ffffff;
}
#dannyhoMenu li a.current {
	background-color: #1f1f1f;
	color: #ffffff;
}
#dannyhoMenu li a.current:hover {
	background-color: #32b8db;
	color: #ffffff;
}
#dannyhoMenu li a.nobottomborder {
	border-bottom: none;
}

/* TEXT CLASSES */

.title1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	background-color: #1f1f1f;
	color: #ffffff;
}
.title2 {
	font-size: 18px;
	font-weight: bold;
	color: #0d3e61;
}
.title3 {
	font-size: 14px;
	font-weight: bold;
	color: #1f1f1f;
}

/* DECO */

.bottomdashborder {
	padding-bottom: 15px;
	border-bottom: 1px dashed #999999;
}
#dannyhowebdesign img {
	border: 1px solid #cccccc;
}
#dannyhowebdesign img a {
	border: 1px solid #cccccc;
}