body {
	margin:0px;
	background-color:#132438;
	background-image: url(images/background.gif);
	background-position: top center;
	background-repeat:repeat-x;
	text-align:center;
	font-family:"Lucida Grande", "Corbel", "Arial", sans-serif;
}
div#wrap {
	text-align:left;
	width:600px;
	border:3px solid #0BA979;
	background-color:#fff;
	margin:0px auto;
	margin-top:30px;
	padding-bottom:30px;
	background-image: url(images/main_background.gif);
	background-position: bottom center;
	background-repeat:repeat-x;
}
h1 {
	height:170px;
	background-image: url(images/seymour_arms.gif);
	background-position: top center;
	background-repeat:no-repeat;
	margin:0px;
	margin-bottom:30px;
}
h1 span { display:none; }

h2 {
    font-size:250%;
    font-weight:normal;
    color:#132438;
    background-color:white;
    text-align:center;
}


.left {
	width:255px;
	margin-left:30px;
	float:left;
}
.right {
	width:255px;
	margin-right:30px;
	float:right;
}

.middle {
    margin-right:30px;
    margin-left:30px;
}


.clearer {
	clear:both;
	height:1px;
	font-size:1px;
	margin:0px;
	margin-bottom:30px;
}
#main p {
	font-size:small;
	line-height:150%;
	padding-left:10px;
}
ul{ margin-left:30px; padding-left:0px; }
ul li { font-size:small; line-height:150%; padding-left:10px; list-style: square; padding-bottom:5px; margin-left:0px; padding-left:0px; }

h3 {
	font-size:x-small;
	padding-bottom:2px;
	border-bottom:1px solid #12AA79;
	color:#12AA79;
	margin-top:0px;
}
h4 {
	font-size:x-small;
	text-transform: uppercase;
	color:#103150;
	margin-bottom:-7px;
}

 /* MENU STYLES */
.menu * {
    text-align:center;
}
.menu strong {
    font-size:x-small;
}
.menu em {
    font-size:;
}

.menu h3 {
    font-size:medium;
}

a {
    color:#003399;
}
a.large {
    font-size:medium;
}
span.greyed {
    color:#666;
}

#footer {
	text-align:center;
	width:600px;
	margin:0px auto;
	margin-top:0px;
	margin-bottom:30px;
	position:relative;
}
#footer p {
	text-align:center;
	margin:0px;
	margin-top:10px;
	color:#2F7E9B;
	font-size:x-small;
}
#footer p a {
	color:#2F7E9B;
}

p.newmanagement {
    text-align:center;
}
p.newmanagement span.title {
    color:#fff;
    background-color:#12AA79;
    padding:3px;
    padding-left:10px;
    padding-right:10px;
}

p.newmanagement span.title span.smaller {
    color:#bbb;
    font-size:x-small;
}

img.floatright {
    float:right;
    margin:0px 0px 10px 10px;
}

div.testimonial_image { margin:20px 30px 20px 30px; }

div#to-blog { margin:0px 30px 0px 30px; text-align:right }
div#to-blog a { display:block; color:#fff; font-size:13px; }
div#to-blog a span { background-color:#0BA979; padding:3px 5px 3px 5px;}
div#to-blog a:hover span { background-color:#CC4AAC; }
