﻿/* CSS layout */

body
{
    background-color: #cc9933;
    margin: 0;
    padding: 0;
    max-width: 800px;
    margin-left: 10px;
    margin-top: 10px;
    height: 100%;
}

#masthead
{
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    background-color: #FFFFFF;
    background-image: url("Images/desert_bg4.jpg");
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 800px;
    height: 187px;
}

#top_nav
{
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    background-color: #8b4512;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-top:5px;
    padding-bottom:5px;
    width: 800px;
    left: 0px;
    top: 0px;
}

#container
{
	border-style: solid;
	background-image: url("images/bg1.gif");
	background-repeat: repeat-y;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFCC;
	width: 800px;
	left: 0;
	top: 0; 
	min-height: 400px;
}

#ServiceContainer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFCC;
	width: 800px;
	left: 0;
	top: 0; 
	min-height:100%;
	height: 100%;
}
#MembersContainer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFCC;
	width: 800px;
	left: 0;
	top: 0; 
	height: 100%;	
	min-height:100%
}

#left_col {
	width: 200px;
	float: left;
	height: 100%;
	position: static;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	min-height:100%;
}

#right_col {
	width: 200px;
	float: right;
	vertical-align: bottom;
	height: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	min-height:100%;
}

#page_content {
	margin-left: 200px;
	margin-top: 10px;
	margin-right: 200px;
	padding-right: 5px;
	padding-left: 5px;
	height: 100%;
	/*min-height:100%;*/
}

#ServicePage_content {
	width: 800px;
	border-style: solid;
	border-width: 1px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
	min-height:100%;
}

#footer 
{
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    background-color: #8b4512;
    width: 800px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center; 
    left: 0;
    top: 0;
}	

#RightBottom {
	 height: 100%
}

#RightBottomCell {
	bottom: 0px
}

a:link.bannerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
a:link.top_nav 
{
	color: #ffffff;
}


a:visited.bannerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #d68142;
	text-decoration: underline;
}

a:hover.bannerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	color: #800000;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	color: #800000;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	color: #d3a27e;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	color: #d3a27e;
	text-decoration: underline;
}

.imgLeft {
	border-width: 0px;
	position: relative;
	float: left;
}

.imgRight {
	border-width: 0px;
	position: absolute;
	float: Right;
	left: 624px; 
	top: 61px
}

.ContentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: Medium;
	margin-left: 5px;
}

.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	left: 309px; 
	top: 62px; 
	font-weight: bold; 
	font-size: large;
	position: absolute;
}
.NavIndent {
	margin-left: 20px;
}

.ContentPadding {
	margin-left: 5px;
}

.ApprovalNotice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	position: relative;
	margin-left: 5px;
	margin-right: 3px;
	bottom: 0
}

ul
{
	margin-top: 5px;
	padding-top: 5px;
}