@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.5em;
	font-weight: lighter;
	color:#000;
	margin: 0px;
	background:#11938b;
}

blockquote {
	margin-left:40px;
}

.background {
	background:url(../images/bg.jpg) no-repeat #11938b center top;
	padding-top:80px;
}

b, strong {
	font-weight:bold;
}

.container {
	width:960px;
	background:white url(../images/menu-tile.jpg) repeat-x top ;
	margin:auto;
}

.footer-container {
	background:none;
	height:80px;
}

.footer {
	width:960px;
	margin:auto;
	margin-top:15px;
	line-height:1.3em;
	color:white;
	font-size:12px;
}

.logo {
	background:url(../images/logo.jpg);
	width:420px;
	height:159px;
	float:left;
}

.menu-container {
	background:url(../images/menu-tile.jpg) repeat-x;
	height:159px;
	width:540px;
	float:left;
}

.top-banner {
	width:540px;
	height:59px;
	float:left;
	font-size:17px;
	color: white;
	margin-top:18px;
	line-height:1.3em;
	font-style:italic;
	font-weight:bold;
}

.top-banner-phone {
	font-size:24px;
	color:#FF0;
	float:right;
	margin-top:10px;
	margin-right:15px;
	text-align:right;
	}

.menu {
	width:540px;
	height:60px;
	float:left;
}

.menu ul {
	list-style:none;
}

.menu ul li a, .menu ul li a:visited {
	text-decoration:none;
	padding:30px 15px;
	font-size:14px;
	float:left;
	color:black;
}

.menu ul li a:hover {
	color:#11938b;
	background:url(../images/menu-arrow.jpg) top center no-repeat;
}

.left {
	width:350px;
	float:left;
	padding:20px 20px 20px 30px;
	display:block;
}

.right {
	width:560px;
	float:left;
	display:block;
	height:100%;
}

.full {
	width:900px;
	display:block;
	padding:20px 30px 20px 30px;
}

.clear {clear:both;}

.body-container {
	background:#fff;
}

.footer-right {
	float:right;
	width: 460px;
	text-align:right;
	font-size:12px;
	color:#FFF;
}