@charset "utf-8";
/* CSS Document */
* {
	margin:0; padding:0;
}
a {
	color: #666666;
	text-decoration: none;
	outline: none; 
}
a:hover {
	color:#333333;
	visibility:visible;
	text-decoration: underline;
}

h1 {
	font-
	font-family: sans-serif, "Trebuchet MS", "Lucida Grande", Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	word-spacing: 1px;
	padding-bottom: 10px;
	text-align: center;
}
div#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}
div#header, div#main_content {
	border-left-color: #567E96;
	border-left-width: 2px;
	border-left-style: solid;
	border-right-color: #567E96;
	border-right-width: 2px;
	border-right-style: solid;
}
div#header {
	width:800px;
	height: 134px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
}
div#buttons_back {
	width: 291px;
	height: 319px;
	background-image:url(images/background_buttons.jpg);
	background-repeat:no-repeat;
	border-left-color: #567E96;
	border-left-style: solid;
	border-left-width: 2px;
}
.menu {
	position: relative;
	top: 134px;
	left: -2px	
}
/*----------Rollover Buttons---------*/
div#sidebarposition {
	position: relative;
	top:-9px;
	left: 36px;
	width:245px;
	height:285px;

}
div#sidebar {
	margin-top:22px;
	float:left;
	width: 250px;
	height:285px;
}
.sexypanels{
	list-style-type: none;
	width: 235px;
	height: 25px;
}

.sexypanels li{
	margin: 0px;
}

.sexypanels li a{
	display: block;
	color: white;
	width: auto; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 30px;
	text-decoration: none;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(images/nav_buttons.png);
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 2px;
	word-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	text-transform: capitalize;
}
.sexypanels li a:visited, .sexypanels li a:active{
	color: white;
}
.sexypanels li a:hover{
	background-image:url(images/nav_buttons.png);
	/*color of menu onMouseover*/
color: #386a68;
	background-position: right center;
}
div#random_photo {
	position:relative;
	left: 291px;
	width:509px;
	height: 265px;
	top: -185px;
}
.random_photo_style {
	border-right-color: #567E96;
    border-right-width: 2px;
    border-right-style: solid; 
}
div#below_random {
	position: relative;
	left: 291px;
	width:509px;
	height: 54px;
	top: -185px;
}
.below_random_style {
	background-image: url(images/welcome_banner.jpg);
	background-repeat:no-repeat;
	border-right-color: #567E96;
    border-right-width: 2px;
    border-right-style: solid; 
}
/*               Header Fonts                  */
.messenger_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	background:none;
}			
.welcome_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #3C999B;
	text-decoration: none;
	background:none;
}	
.h1 { 
	float:left;
	margin-left:35px;
	margin-top:25px;
}
div#main_content {
	float:right;
	width: 800px;
	background-color:#FFFFFF;
}	
div#links_bottom {
	float: right;
	width: 800px;
	background-color: #519f9d;
	height:50px;
}
div#left_column {
	float:left;
	width:268px;
	height: 774px;
}
div#right_column {
	float:left;
	width: 475px;
}
.right_column_style {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	background:#FFFFFF;
	padding-left: 5px;
	padding-bottom: 10px;
}	

.left_column_style {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom:10px;
	margin-left: 10px;
	margin-bottom:5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: left;
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 3px;
	background:#FFFFFF;
}
div#bottom {
	float:right;
	width:800px;
	height:auto;
	border-bottom-color: #567E96;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
div#main_content_wrapper {
	position:relative;
	top:-185px;
	width:800px;
	left: 2px;
}
.PSP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-transform: capitalize;
	color: #999999;
	text-align: center;
	word-spacing: 2px;
	padding-top: 15px;
	vertical-align: bottom;
	padding-bottom: 15px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	word-spacing: 2px;
	padding-bottom: 10px;
}
.left_header_style {
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	letter-spacing: 2px;
}
div#links_bottom a:link {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div#links_bottom a:visited {
	color: white;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
div#links_bottom a:hover {
	color: #27493C;
	font-size: 14px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
div#links_bottom a:active {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.hor_lines {
	color: #FFFFFF;
	padding-top: 16px;
	text-align: center;
}
.left_Green_Header {

}
.services_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-left: 20px;
	text-align: left;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #75B5B4;
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #75B5B4;
	letter-spacing: 2px;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #417877;
}
.li_padding {
	padding-bottom: 10px;
	z-index:1;
	padding-left: 20px;
}
div#bottom_leftColumn {
	float: left;
	width: 240px;
	height: 550px;
	margin-right:5px;
	margin-bottom: 5px;
	margin-top: 2px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: left;
	background:#FFFFFF;
}
div#bottom_RightColumn {
	float: left;
	width: 240px;
	height: 550px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
	text-align: left;
	background:#FFFFFF;
}
.first_visit {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	padding-bottom: 5px;
	color: #3C999B;
	letter-spacing: 2px;
	margin-top: 10px;
	padding-left: 42px;
}
.first_visit2 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	padding-bottom: 5px;
	color: #3C999B;
	letter-spacing: 2px;
	margin-top: 10px;
	padding-left: 42px;
}
.top_spacing {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.image_space {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
	width: 250px;
	border: 1px dashed #666666;
	height: 180px;
	background-color: #FFFFFF;
}
.building_photo {
	float: right;
	padding: 4px;
	border: 1px dashed #666666;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-bottom: 5px;
}
div#bottom_text_padding {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div#bottom_photos {
	vertical-align: middle;
	margin-bottom: 10px;
	text-align: center;
	border: 1px dashed #666666;
	padding: 2px;
	float: none;
	margin-right: 0px;
	margin-left: 27px;
	height: 142px;
	width: 150px;
}
div#bottom_photos2 {
	vertical-align: middle;
	margin-bottom: 10px;
	text-align: center;
	border: 1px dashed #666666;
	padding: 2px;
	float: none;
	margin-right: 0px;
	margin-left: 36px;
	height: 142px;
	width: 150px;
}
</style>
