@import "style.css";
@import url('style.css');
@import "menu.css";
@import url('menu.css');


body {
	background: url('/images/bg_background.png') no-repeat center top;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
}

p {
	margin-bottom: 18px;
	line-height: 20px;
}

em { font-style: italic; }
strong { font-weight: bold; }

.starter {
	font-weight: bold;
	font-size: 28px;
}

span.lead2 {
		font-size: 35px;
    text-shadow: #aaa 4px 4px;
    line-height: 35px;
    margin: 2px 3px 0px -2px;
    float: left;
		font-family: Georgia, "Times New Roman", Times, serif !important;
}

span.lead {
	float: left;
	color: #D4D4C7;
	font-size: 80px;
	line-height: 60px;
	padding-top: 2px;
	margin-right: 4px;
	font-family: Georgia, "Times New Roman", Times, serif !important;
} 

.quote {
	background: #fffde5 url('/images/bg_quote3.gif') no-repeat 10px 10px;
	border-bottom: 1px solid #fef8ad;
	padding: 10px 10px 10px 50px;
	margin-bottom: 18px;
}


.imgr {
	float: right;
	margin: 0 0 20px 20px;
	padding: 3px;
	border: 1px solid #ccc;
}

.b0 { border: none; }

.m0 {
	margin: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 5px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

#banner img {
	behavior: url('/iepngfix.htc');
}

#banner img {
	margin-top: 201px;
	vertical-align: bottom;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	color: #365578;
	margin-bottom: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #064b6e;
	margin-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #064b6e;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

.smalldate {
	font-size: 10px;
	line-height: 0;
	font-family: 'trebuchet ms';
	margin-top: 40px;
	margin-bottom: 10px;
	color: #999;
}


/* * p:last-child {margin-bottom: 0;} */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}