@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/floral_bg.gif);
}
a:link {
	color: #8ABBC7;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6C8C94;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
#footer {
	background-image: url(images/bottom-shadow.png);
	background-repeat: repeat-x;
	height: 25px;
}
#pic_left {
	float: left;
	padding-right: 25px;
	padding-top: 0px;
}
#body {
	background-image: url(images/C.gif);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	padding-top: 45px;
	padding-left: 40px;
	padding-right: 40px;
	width: auto;
	margin-left: 50px;
}
#splash {
	background-color: #FFFFFF;
	height: 480px;
}
#splash_pic {
	height: 217px;
	background-image: url(images/splash.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#enter_site {
	padding-top: 10px;
	padding-left: 25%;
}
#content {
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #335f6a;
}
#splash_logo {
	padding-left: 50%;
	padding-top: 60px;
}
#header {
	background-image: url(images/top-shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 50px;
	text-align: right;
	margin-top: 3%;
	height: 44px;
}
#contact_body {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #335F6A;
	padding-bottom: 20px;
	padding-top: 35px;
	padding-left: 40px;
	padding-right: 20px;
}
#content {
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #335f6a;
}

#divider {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #335F6A;
	padding-left: 10px;
}

