﻿/*
	-- footer background: #b0bfc7

*/

body 
{
	background-color:#fff;
	color:#003049;
	background-image: url(/images/background.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

img
{
	border:0;
}



a.NavLinks, a.NavLinks:visited, a.NavLinks:active, a.NavLinks:hover
{
	color:white;
}

.ListingBorder
{
	border: solid 1px #b9d23b;
}

a, a:visited, a:active, a:hover
{
	color:Blue;
}

.header
{
	font-size:240%;
	color:#003049;
}

.subheader
{
	font-size:110%;
	color:#003049;
	font-weight:bold;
}

.bold
{
	font-weight:bold;
}

/* LAYOUT CODE*/

#PageWrapper
{
	width:800px;
	background-color:#fff;
	
	
}

#PageWrapperInner
{
	width:783px;
	
}

#PageHeader
{
	background-color:#003049;
	height:103px;
}

#PageNavBar
{
	position:relative;
	top:-21px;
	left:0px;
	width:600px;
	
	
}

#PageBody
{
	clear:both;
	text-align:left;
	border-left:3px solid black;
	border-right:3px solid black;
}

#PageBodyNoMinHeight
{
	clear:both;
	text-align:left;
	border-left:3px solid black;
	border-right:3px solid black;
}

#PageLeftGutter
{
	width:180px;
	float:left;
	
}

#PageRight
{
	float:right;
	width:590px;
	
}

#PageBodyFull
{
	clear:both;
}

#PageFooterBar
{
	clear:both;
	height:5px;
	border-left:3px solid black;
	border-right:3px solid black;
	
}

#PageFooter
{
	clear:both;
	background-color: #b0bfc7;
	height:20px;	
	border-left:3px solid black;
	border-right:3px solid black;
	border-bottom:1px solid blackl
}

#PageFooterLeft
{
	float:left;
	color:White;
	margin-top:5px;
	margin-left:5px;
	
}

#PageFooterRight
{
	margin-top:5px;
	float:right;
	font-size:90%;
	margin-right:5px;
}

#PageFooterRight a, a:visited, a:active, a:hover
{
	text-decoration:none;
	
}

#subpagenav
{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#existingleft
{
	float:left;width:400px;margin-left:20px;
}

#existingright
{
	float:right;width:200px;
	text-align:center;
	margin-right:10px;
}


.greenbox
{
	border:1px solid red;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	
}