﻿/* CSS layout */
#wrapper { width:960px;
margin-left:auto;
margin-right:auto;
border:1px black solid;
min-height:700px;
background-color:#329BD5
} 
#masthead {
}
#haaspitality {width:675px; float:right; text-align:center; padding-right:50px
}
#top_nav {
margin-top:20px
}
#page_content {
padding:30px
}
#footer {
}
body {
	background-color:#044071;
	font-family:"Times New Roman", Times, serif;
}
p, ul, li, th, td {
font-size:16px;
color:black;
}
a:link {
	color: #C0C0C0;
}
a:visited {
	color: #C0C0C0;
}
a:hover {
	color: #333333;
}
a:active {
	color: #124E83;
}

.background {
	background-color: #329BD5;
	background-image: url('background_top.jpg');
	background-repeat: no-repeat;
}
.haas_photo {
	margin-left: 30px;
	margin-right: 10px;
	border: 1px black solid;
}
.logoblock {
	border-bottom: 0px;
	border-bottom-color: #1761A1;
	border-bottom-style: solid;
}
.masthead {
	border-bottom: 0px;
	border-bottom-color: #1761A1;
	border-bottom-style: solid;
}
.banner_sm {
	font-style: italic;
	margin-left: 50px;
	margin-top: 3px;
	color: #FFFF00;
	font-size: 40px;
	width:600px
}
.banner_large {
	font-size: 60px;
	margin-top:10px;
}

.tagline {
	font-style: italic;
	margin-left: 60px;
	margin-top: 20px;
	color:#FFFF00;
}
.TheHaaspitalityGroup {
	margin-left: 50px;
	margin-top: 30px;
}

.content {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	font-size: 14px;
}
.pagetitles {
	font-size: 120%;
	font-weight: bold;
	color: #FFFF81;
	font-style:italic
}
h4 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFF81;
	font-style:italic
}
hr {
	width:80%
}
