@charset "UTF-8";
body {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
#wrapper {
	width: 850px;	
	background-color: #fff;
	margin: 15px auto 0 auto;
	padding: 30px 20px 20px 20px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border: 1px solid #fff /*#5D0D0B;*/
}

#content {
	padding: 0 0 0 200px;
	margin: 0  0;
	min-height: 400px;
	background-color: #FFFFFF;
	background-image: url(images/bayshoreLogo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu {
	width: 100%;
	padding: 5px 0 10px 0;
	margin: 0 0 20px 0;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#menu a:link {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #666666;
	text-decoration: none;
	padding: 0 40px 0 30px;
}
#menu a:visited {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #666666;
	padding: 0 40px 0 30px;
	text-decoration: none;
}
#menu a:hover {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #85211C;
	padding: 0 40px 0 30px;
	text-decoration: none;
}
#menu a:active {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #666666;
	padding: 0 40px 0 30px;
	text-decoration: none;
}
#bottom {
	width: 100%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#bottom a:link {
	font-size: 11px;	
	font-weight: bold;
	text-align: center;
	color: #5D0D0B;
	text-decoration: none;
	padding: 5px 30px 5px 30px;
}
#bottom a:visited {
	font-size: 11px;
	background-color:#CCC;
	font-weight: bold;
	text-align: center;
	color: #5D0D0B;
	padding: 5px 30px 5px 30px;
	text-decoration: none;
}
#bottom a:hover {
	font-size: 11px;
	background-color:#CCC;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding: 5px 30px 5px 30px;
	text-decoration: none;
}
#bottom a:active {
}
#leftFloat1 {
	clear: both;
	float: left;
	width: 330px;
	margin: 0 20px 0 0;
}
#contentFloat1 {
	width: 445px;
	float: left;
	background-color: #ffffff;
	padding: 15px;
}
#contentFloat2 {
	width: 820px;
	float: left;
	background-color: #ffffff;
	padding: 15px;
}
#rightFloatTwo {
	float: right;
	margin-left: 30px;
	margin-right: 10px;
	width: 200px;
}
#footer {
	width: 890px; 
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
/* text formatting */


td {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	line-height: 12px;
}
.darkgray {
	color: #333333;
}
p {
	color: #000000;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
}
.box {
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #abc563;
	margin-bottom: 5px;
	padding: 5px;
	}
.box a:link {
	color: #fff;
	text-decoration: none;
}
.box a:visited {
	color: #fff;
	text-decoration: none;
}
.box a:hover {
	color: #666;
	text-decoration: none;
}
.box a:active {
}
h1 {
	font-size: 14px;
	color: #990000;
	line-height: 18px;
	padding-top: 2px;
}
h2 {
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}
.footer {
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 2px;
}
.callout {
	font-size: 10px;
	color: #FF9900;
	text-align: left;
	line-height: 12px;
	padding: 5px;
}
/* custom text formatting */

.single {
	line-height: 100%;
}
.double {
	line-height: 200%;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 10px;
}
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that fully contains a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

