﻿body {
	background-color: #dddddd;}

#wrapper {						/*Container for website content*/
	margin: 0 auto;
	width: 800px;
	background-color: #000000;
	border: 1px #000000 solid;
}

#header {						/*Top of page containing logo & menus*/
	width: 100%;
	height: 80px;
	text-align: left;
	vertical-align: bottom;
	/*background-image:url('images/southlandsc_logo.gif');*/
	background-repeat: no-repeat;
	background-color: #ffffff;
	position: relative;
}
#header_index {						/*Top of page for Index*/
	width: 100%;
	height: 80px;
	text-align: right;
	vertical-align: bottom;
	
	background-color: #ffffff;
	position: relative;
}

#topmenu {						/*Top-most menu; "About Us" & "Contact Us"*/
	position: absolute;
	bottom: 0;
	right: 25px;
	padding: 4px 5px;
}

#topmenu p {font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; margin: 0;}
#topmenu a {color: #000000; text-decoration: none;}
#topmenu a:hover {text-decoration: underline;}

#menubar {
	height: 60px;
	padding-right: 25px;
	position: relative;
}

#submenu {
	position: absolute;
	bottom: 0;
	right: 25px;
	margin: 0;
	background-color: #FACE0F;
}

#submenu ul {font-family: arial; font-size: 11pt; padding: 0; margin: 0; list-style-type: none;}
#submenu li {float: left; margin: 8px 0;}
#submenu a {color: #000000; text-decoration: none; padding: 8px;}
#submenu a:hover {background-color: #ffffff;}

#subwrapper {
	margin: 0 auto;
	width: 750px;
	background-color: #ffffff;
}

#left {
	width: 250px;
	height: 800px;
	float: left;
	padding: 10px 10px;
}

#right {				/*Right column*/
	width: 200px;
	float: right;
	padding: 10px 10px;
}

#right p {font-family: Arial; font-size: 8pt;}

#content {				/*Main content section*/
	width: 95%;
	padding: 0 10px;
}

#content h2 {font-family: Arial; color: red; padding: 5px 0 0 0; margin: 5px 0 0 0;}
#content h3 {font-family: Arial; padding: 5px 0 0 0; margin: 5px 0 0 0;}
#content p.big {font-family: Arial; font-size: 11pt;}
#content td {font-family: Arial; font-size: 10pt; padding: 5px 5px;}
a.red {font-family: Arial; color: red; font-weight: bold; font-size: 11pt; text-decoration: none;}
p {font-family: Arial; font-size: 10pt; padding: 0 0 10px;}
p.quote {font-family: Arial; font-size: 9pt; font-style: italic; padding: 15px 0 10px 0; text-align: right; font-weight: bold;}
img {padding: 0 0 10px;}

#footer {
	background-color: #000000;
	padding: 1px 0;
}

#footer p {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11pt; color: #ffffff;}
