/*CSS RESET*/
html, body, div, h1, h2, h3, h3, ul, ol, li, form, fieldset,
input, textarea, p, blockquote {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul {list-style: none;}
img, fieldset {border: 0;}
h1, h2, h3  {
	font-weight: normal;
	margin: 0;
	padding: 0 }
em {font-style: italic;}
strong {font-weight: bold;}
.clear {
	clear: both }
/*STRUCTURE*/
body   {
	color: #505050;
	font-size: 11.5px;
	font-family: Arial, sans-serif, Helvetica;
	line-height: 15px }
p  {
	color: #505050;
	font-size: 11.5px;
	font-family: Arial, sans-serif, Helvetica;
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 8px }
h1 {
	color: #b7d65c;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 8px }
h2  {
	color: #007a8d;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 8px }
h3 {
	color: #007a8d;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 8px }
h4 {
	font-size: 2em;
	font-weight: bold }
a:link, a:visited, a:active {
	color: #0090b4 }
a:hover {
	color: #b7d65c }
#wrapper {
	margin: 30px auto;
	width: 940px }
#header { }
#header .logo {
	margin-right: 45px }
#header .contactinfo {
	float: right }
#header .contactinfo p {
	color: #0090b4;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 0;
	margin-left: 40px;
	float: left }
/*Navigation*/
#nav {
	background-color: #66c7ca;
	background-image: url("images/nav_bg.png");
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	height: 30px }
#nav li {
	font-size: 11px;
	line-height: 30px;
	text-transform: uppercase;
	display: inline;
	margin-right: 5px;
	margin-left: 15px }
#nav a:link, #nav a:visited, #nav a:active {
	color: #fff;
	text-decoration: none }
#nav a:hover {
	color: #505050;
	text-decoration: none }
/*Content*/
#content  {
	background-color: #c1e2e5;
	padding: 15px;
	position: relative }
.pagecontent  {
	background-color: #fff;
	margin-right: 20px;
	padding: 15px;
	width: 575px;
	min-height: 500px;
	float: left }
.rightsidebar {
	background-color: #fff;
	padding: 15px;
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	width: 255px;
	height: auto;
	float: left }
.pagecontent ul {
	list-style-type: disc;
	margin-bottom: 10px;
	margin-left: 15px }
.pagecontent ol {
	list-style-type: decimal;
	margin-bottom: 10px;
	margin-left: 20px }
.pagecontent p {
	font-size: 12px;
	line-height: 16px }
/*Sidebar*/
.rightsidebar h2  {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 10px }
.rightsidebar h3  {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 0 }
.rightsidebar ul {
	list-style-type: disc;
	margin-bottom: 8px;
	margin-left: 15px }
.testimonial {
	color: #005361;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 30px }
.testimonial em {
	font-size: 10.5px;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
	display: block;
	margin-top: 5px }
/*Homepage Content*/
.right_hero {
	background-color: #007a8d;
	margin-right: 17px;
	margin-bottom: 16px;
	padding: 16px;
	width: 396px;
	height: 315px;
	float: left }
.right_hero .byline {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 12px }
.right_hero .byline .alignright {
	text-align: right;
	display: block }
.left_hero {
	background-color: #fff;
	background-image: url("images/tapasquares.png");
	background-repeat: no-repeat;
	background-position: 16px 16px;
	margin-bottom: 16px;
	padding: 16px 16px 16px 106px;
	width: 343px;
	height: 315px;
	float: left }
.left_hero p {
	color: #0089a5;
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	height: 131px }
.bottom_left {
	background-color: #fff;
	margin-right: 17px;
	padding: 16px;
	width: 396px;
	height: 158px;
	float: left }
.bottom_left .promotions  {
	background-image: url("images/promotions.png");
	background-repeat: no-repeat;
	margin-left: 16px;
	padding-left: 34px;
	width: 159px;
	float: right }
.bottom_left .promotions em {
	font-size: 10px;
	line-height: 12px }
.bottom_left .promotions img {
	margin-bottom: 10px }
.bottom_left h2 {
	margin-top: 0 }
.bottom_right {
	background-color: #fff;
	padding: 14px 14px 14px 15px;
	width: 116px;
	height: 162px;
	float: left }
.sec1 p {
	margin-bottom: 10px }
.sec2 {
	margin-right: 15px;
	margin-left: 15px }
.sec2 p  {
	margin-bottom: 6px }
/*Footer*/
#footer {
	font-size: 9px;
	margin-top: 10px }
#footer p {
	font-size: 9.5px;
	line-height: 12px;
	margin-bottom: 3px }
#footer a:link, #footer a:visited, #footer a:active {
	color: #505050;
	text-decoration: none }
#footer a:hover {
	color: #b7d65c;
	text-decoration: none }
#footer .icon {
	margin-top: -1px;
	vertical-align: middle }
.footernav {
	display: inline;
	margin-right: 2px }
.footernav li {
	line-height: 12px;
	display: inline;
	margin-right: 6px;
	padding-right: 5px;
	border-right: 1px solid #6c6b6b }
