/* CSS Document */

* {
	outline: 0;
	padding: 0;
	margin: 0;
}

img { border: 0; }

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #222222;
	background-color: #fff;
	margin: 0;
	text-align: center;
}

#container-wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: .8em;
	padding: 15px 0;
}

#masthead {
	width: 1000px;
}

#masthead #logo {
	width: 254px;
	height: 36px;
	float: left;
	padding: 0 10px 0 21px;
}

#masthead #logo a {
	text-indent: -9000em;
	display: block;
	width: 254px;
	height: 36px;
	background: url(../images/logo_william-bernhardt.gif) no-repeat 0 0;
}

#masthead #navigation {
	width: 715px;
	float: left;
	font-size: 1em;
	padding: 10px 0 0 0;
}

#masthead #navigation li {
	list-style-type: none;
	float: left;
	padding: 0 12px;
	border-right: 1px solid #222222;
	text-transform: uppercase;
	line-height: 1em;
	height: 1em;
}

#masthead #navigation li.last {
	border: 0;
}

#masthead #navigation li a {
	color: #222222;
	text-decoration: none;
}

#masthead #navigation li a:hover {
	color: #5f798d;
}

#container {
	background: #fff url(../images/bg_homepage.jpg) no-repeat 0 0;
	width: 1000px;
	height: 550px;
	clear: both;
}

#sub #container {
	background: #fff url(../images/bg_subpage.jpg) no-repeat 0 0;
}

#container a {
	color: #5f798d;
	text-decoration: none;
}

#container a:hover {
	color: #666;
}

#callout1 {
	width: 250px;
	padding: 29px 0 0 24px;
	float: left;
}

#callout1 h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 0 30px 10px 30px;
}

#callout1 p {
	padding: 0 30px;
	line-height: 1.5em;
	font-size: .9em;
}

#callout1 h3 {
	font-size: 2em;
	text-transform: uppercase;
	padding: 15px 30px 0 30px;
	background: url(../images/icon_arrow.gif) no-repeat 205px 18px;
}

#callout2 {
	float: left;
	width: 188px;
	padding: 53px 18px 0 23px;
}

#callout2 h2 {
	font-size: .9em;
	padding: 0 0 10px 0;
}

#callout2 p {
	line-height: 1.6em;
	font-size: .9em;
	padding: 5px 0 0 0;
}

#callout2 #follow-us {
	width: 100px;
	padding: 30px 0 0 0;
}

#callout2 #follow-us img {
	margin: 5px 5px 0 0;
}

#event {
	padding: 304px 0 0 23px;
	width: 160px;
	float: left;
	font-size: .85em;
	line-height: 1.4em;
}

#event a {
	color: #5f798d;
}

#facebook {
	float: left;
	width: 235px;
	position: relative;
	top: 410px;
	left: -240px;
	font-size: 1.1em;
}

#twitter li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: .85em;
	font-style: italic;
}

#facebook #link {
	display: block;
	padding: 6px 0 0 0;
	font-size: .9em;
}

#twitter-link {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	position: relative;
	top: 505px;
	left: -245px;
	cursor: pointer;
}

#footer {
	clear: both;
	color: #898989;
	font-size: .85em;
	padding: 5px 24px;
}

#footer #copyright {
	float: left;
}

#footer #footer_nav {
	float: right;
}

#footer #footer_nav li {
	list-style-type: none;
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #898989;
}

#footer #footer_nav li.last {
	border: 0;
	padding-right: 0;
}

#footer #footer_nav a {
	color: #898989;
	text-decoration: none;
}

#footer #footer_nav a:hover {
	text-decoration: underline;
}

#sub-content {
	width: 588px;
	padding: 28px 20px 0 54px;
	float: left;
	height: 522px;
	overflow-y: scroll;
	line-height: 1.4em;
}

#sub-content h2 {
	font-size: 1.7em;
	text-transform: uppercase;
	padding: 0 0 7px 0;
	font-weight: normal;
}

#sub-content h4 {
	font-size: 1.2em;
}

#sub-content p {
	margin: 0 0 15px 0;
}

#sub-content ul, #sub-content ol {
	margin: 0 0 15px 0;	
}

#sub-content li {
	padding: 0 0 0 4px;
	margin: 0 0 0 20px;
	list-style-type: square;
}

#sub-content #sub-navigation {
	background: url(../images/bg_sub-navigation.png) repeat 0 0;
	width: 170px;
	padding: 15px;
	float: right;
	margin-left: 10px;
	font-size: 1.1em;
}

#sub-content #sub-navigation li {
	list-style-type: none;
	background: url(../images/icon_bullet.gif) no-repeat 0 10px;
	padding: 3px 0 0 8px;
	margin: 0;
}

#sub-content #sub-navigation ul ul li {
	font-size: .85em;
	padding: 3px 0 0 8px;
	background: none;
	margin: 0;
}

#sub #facebook {
	float: left;
	width: 245px;
	position: relative;
	top: 414px;
	left: 60px;
	font-size: 1.1em;
}

img.align-left {
	float: left;
	padding: 4px;
	background: #fff;
	border: 1px solid #3c5971;
	margin: 0 13px 0 0;
}

img.align-right {
	float: right;
	padding: 4px;
	background: #fff;
	border: 1px solid #3c5971;
	margin: 0 0 0 13px;
}

img.align-left-no-border {
	float: left;
	margin: 0 13px 10px 0;
}

img.align-right-no-border {
	float: right;
	margin: 0 13px 10px 0;
}

.float-left {
	float: left;
	margin: 0 13px 10px 0;
}

.float-right {
	float: right;
	margin: 0 0 10px 13px;
}

hr {
	border: 0;
	height: 1px;
	width: 100%;
	clear: both;
	background-color: #999;
	margin: 0 0 13px 0;
}
