﻿body
{
	background-image: url('[[Home]]Images/SiteImages/Background.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #4396CA;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	margin: 0px 0px 30px 0px;
	text-align: center;
}

.mandatory
{
	border: solid 1px #FF0000;
}

a
{
	color: #0033CC;
	text-decoration: none;
}

a:hover
{
	color: #0033CC;
	text-decoration: underline;
}

input 
{
	color: #000000;
	background-color: inherit;
}

img
{
	border: none;
}

select 
{
	color: #000000;
	background-color: #FFFFFF;
}

textarea
{
	color: #000000;
	background-color: #FFFFFF;
}

#MainContainer
{
	width: 950px;
	margin: 20px auto 0px auto;
	min-height: 500px;
	height: auto;
	background-color: #FFFFFF;
	/*min-height: 100%;*/
	/*border: solid 1px #FF00FF;*/
	text-align: left;
	background-image: url([[Home]]Images/SiteImages/BottomGradient.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* Header */
#HeaderBar
{
	clear: both;
	height: 150px;
	display: block;
	position: relative;
	background-color: #FFFFFF;
}

#HeaderBar img
{
	border: solid 0px #FFFFFF;
}

#HeaderBar .CompanyName
{
	font-size: 14pt;
	color: #0033CC;
	position: absolute;
	left: 350px;
	top: 50px;
}

#HeaderBar .Solutions
{
	font-style: italic;
	position: absolute;
	left: 470px;
	top: 80px;
	color: #122F6A;
}

/* Accessability Options */
#AccessibleLinks
{
	padding: 4px 8px 4px 8px;
	position: absolute;
	top: 17px;
	right: 17px;
}

#AccessibleLinks a
{
	color: #FFFFFF;
	background-color: #4396CA;
	text-decoration: none;
	font-size: 10px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 5px 10px 5px 10px;
	width: 75px;
	text-align: center;
	font-weight: bold;
}

#AccessibleLinks a:hover
{
	background-color: #4396CA;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}

/* Contact Info */
#ContactUs
{
	padding: 4px 8px 4px 8px;
	position: absolute;
	top: 80px;
	right: 17px;
}

#ContactUs a
{
	color: #FFFFFF;
	background-color: #4396CA;
	text-decoration: none;
	font-size: 10px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 5px 10px 5px 10px;
	width: 75px;
	text-align: center;
	font-weight: bold;
}

#ContactUs a:hover
{
	background-color: #4396CA;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}

/* Menu Spacer */
#MenuSpacer
{
	clear: both;
	width: 935px;
	background-color: #4396CA;
	height: 10px;
	padding: 7px 0px 0px 15px;
}

/* Main Menu */
#MainMenu
{
	clear: both;
	width: 935px;
	background-color: #0033CC;
	padding: 7px 0px 7px 15px;
}

#MainMenu h3
{
	margin: 10px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	display: inline;
}

#MainMenu h3 a
{
	color: #FFFFFF;
	padding: 4px 6px 4px 6px;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
}

#MainMenu h3 a:hover
{
	color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	text-decoration: underline;
}

#MainMenu h3.selected a
{
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
	padding: 4px 6px 4px 6px;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
	background-color: #4396CA;
}

#MainMenu h3.selected a:hover
{
	color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	text-decoration: underline;
}

/* Sub Menu */
#SubMenu
{
	clear: both;
	width: 935px;
	background-color: #4396CA;
	height: 10px;
	padding: 7px 0px 0px 15px;
}

/* Main Content Box */
#PageContent
{
	min-height: 500px;
	height: auto;
	/*padding: 20px 30px 20px 30px;
	background-color: #FFFFFF;*/
}

#PageContent h1
{
	text-decoration: none;
	font-size: 12pt;
	color: #000000;
	margin: 10px 0px 20px 0px;
}

#PageContent h2
{
	text-decoration: none;
	font-size: 10pt;
	color: #000000;
	margin: 10px 0px 20px 0px;
}

#PageContent h3
{
	text-decoration: none;
	font-size: 10pt;
	color: #000000;
	margin: 10px 0px 5px 0px;
	font-style: italic;
}

#PageContent img.MoveDown
{
	position: relative;
	top: 5px;
}

#PaddedContent
{
	padding: 20px 30px 20px 30px;
}

#HowWeCanHelp
{
	float: right;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
	position: relative;
	top: -10px;
	right: -20px;
	color: #0033CC;
	margin: 0px 0px 0px 0px;
}

#HowWeCanHelp .HowCanWeHelp
{
	font-size: 10px;
}

#ContactForm
{
	float: right;
	border: none;
	border-left: solid 1px #999999;
	padding: 0px 0px 10px 20px;
	margin: 0px 0px 10px 0px;
	width: 300px;
	height: 600px;
}

#ContactForm span.label
{
	width: 300px;
	font-weight: bold;
	display: block;
	padding: 10px 0px 0px 0px;
}

#ContactDetails
{
	height: 600px;
	padding: 20px 30px 20px 30px;
}

#AccessibleOptions
{
	padding: 20px 30px 20px 30px;
}

#HomePage
{
	background-image: url([[Home]]Images/SiteImages/HomePageBackground.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	width: 950px;
	height: 685px;
	position: relative;
}

#HomePageContent
{
	height: 430px;
	width: 485px;
	/*border: solid 1px #FF00FF;*/
	position: absolute;
	top: 90px;
	left: 50px;
	line-height: 22px;
}

#TopStories
{
	position: absolute;
	top: 185px;
	left: 485px;
	height: 480px;
	width: 450px;
}

#TopStories a
{
	color: #000000;
	text-decoration: none;
}

#TopStories a:hover
{
	color: #000000;
	text-decoration: underline;
}

#TopStoryText
{
	position: absolute;
	top: 10px;
	left: 160px;
	width: 210px;
	overflow: hidden;
	text-align: center;
}

#TopStoryImage
{
	position: absolute;
	top: 300px;
	left: 10px;
}

/* Footer Spacer */
#FooterSpaceBar
{
	clear: both;
	width: 935px;
	background-color: #4396CA;
	height: 10px;
	padding: 7px 0px 0px 15px;
}


/* Footer bar and links */
#FooterBar 
{
	padding: 10px 0px 10px 15px;
	clear: both;
	border: solid 0px #FFFFFF;
	border: none;
	height: auto;
	color: #0033CC;
	font-size: 8pt;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	text-align: right;
}

#FooterBar h5
{
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	display: inline;
}

#FooterBar h5 a
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color: #0033CC;
	display: inline;
	text-decoration: none;
}

#FooterBar h5 a:hover
{
	text-decoration: underline;
}

#FooterBar .Copyright
{
	margin: 0px 20px 0px 0px;
}

#Map
{
	width: 500px;
	height: 300px;
	overflow: hidden;
}
