/*
COLORS
Red:		#E80000
Red_light:	#FFA0A0
Blue:		#0000FF
Blue_light	#CCCCFF
Gray_med	#606060
Gray_light	#C0C0C0
*/
* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: 1em/1.5em Georgia, serif;
	margin-bottom: 1.25em;
}
P{
	margin-bottom: 1.25em;
	text-align:left;
}

a {
	color: #0000ff;
	text-decoration: none;
	border-bottom: 1px solid #CCCCFF;
}

a:hover {
	border-bottom: 1px solid #0000FF;
}
img{
	border:none;
}
address{
	font-style: normal;
	margin-bottom: 1.5em;
}
table{
	width: 80%;
}
td{
	vertical-align: top;
}
hr{
	height:1px;
	border:none;
	border-top:1px solid #CCCCFF;
	margin: 0.5em 0 0.5em 0;
}

#wrap {
	margin: 20px auto;
	width: 724px;
	background: #fff url('images/ui/midbg.jpg') repeat-y;
	margin-bottom:0px;
}

#top { 
	background: #fff url('images/ui/topbg.jpg');
	height: 30px;
}

#content {
	margin: 0px 16px 0 16px;
	position:relative;
}

.header {
	height: 80px;
	background: #ffffff url('images/ui/dachead.jpg') no-repeat;
	text-indent: -1000px;
	overflow:hidden;
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none; border:none;}

.tagline { 
	border-bottom: 1px solid #E1E1E1; 
	padding: 0px 5px 5px 0px;
	text-align:right;
	color:#606060;
	font: italic 1.2em/1em Georgia;
	position: relative;
	top:-0.5em;
}
	
.menu {
	float: left;
	width: 18%;
	padding: 8px 20px;
	text-align: right;
}

.right {
	float: left;
	width: 69%;
	padding: 5px 20px;
}

/* ====================== LEFT MENU ============================== */
.menu h2 {
	color: #606060;
	font-size: 14px;
	margin-top: 15px;
}

.menu ul {
	padding: 0px 0 15px 0px;
	line-height: 0.9em;
}

.menu li {
	margin-bottom:5px;
	list-style-type: none;
	font-style: italic;
	padding: 0.25em 0em 0.75em 0em;
}
.menu a{
	color: #e80000;
	text-decoration: none;
	border:none;
}
.menu a:hover{
	border:none;
	color:#ffa0a0;
}
.sep{
	border:none;
	border-bottom: 1px solid #c0c0c0;
}


/* ====================== RIGHT CONTENT ============================== */
.right h2, h3 { 
	font-weight: normal;
	font-size: 1.3em;
	color: #0000ff;
	margin: 0.5em 0 0.75em 0;
}
.right h3{
	font-size: 1.1em;
	margin: 1em 0 0.5em 0;
}

.right ul{
	padding-left: 20px;
	margin: 0.75em 0 0.75em 1.25em;
	list-style: square outside url(images/ui/bullet.gif);
	color: #000000;
}

.right li{
	line-height:1.25em;
	padding-bottom:0.5em;
}

.icon{
	padding: 0px 8px 0px 0px;
}

.framed{
	padding: 0px 0px 8px 40px;
	float:right;
	line-height:1px;
	clear:right;
}
.noclear{
	clear:none;
}

img.frame{
	padding: 2px;
	border: 2px solid #c0c0c0;
	width:180px;
}

img.shadow{
/*	margin: 2px 0 20px 0;*/
	margin: 2px 0 0px 0;
	display:block;
	height:20px;
	width:188px;
}
img.staffphoto{
	padding: 2px;
	border: 2px solid #c0c0c0;
}

.callout{
	width:50%;
	width:188px;
	float:right;
	border-top:3px solid #c0c0c0;
	border-bottom:3px solid #c0c0c0;
	margin: 0.7em 0px 0.5em 30px;
	padding: 20px 0px 20px 0px;
	font-size:1.3em;
	line-height:1.2em;
	color:#0000ff;
	clear:right;
	text-align:left;
}

#bottom {
	background: #fff url('images/ui/botbg.jpg');
	height: 30px;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	width: 724px;
	margin: 0px auto;
	font: 0.7em/1em arial, sans;
	text-align: center;
	color:#bbb;
}

#footer a{
	color:#bbb;
	border:none;
}
.cancellation{
	font-style:italic;
	padding:4px;
	background-color:#ddddff;
}
#staff td{
	vertical-align:middle!important;
	color:#606060;
	line-height:1em;
	padding-right:20px;
}