﻿/* Elements */

body 
{
    width: 972px;
    margin: auto;
    border: 0px;
    padding: 0px;
    font-family: Verdana, Sans-Serif; 
    font-size: 0.8em;
    color: #666666;
}

#Container
{
    width: 972px;
    margin: auto;
    border: 0px;
    padding: 0px;
}

h1, h2, h3
{
    color: #666666;
    font-weight: bold;
    margin: 0em 0em 1em 0em;
}

h4, h5, h6
{
    margin: 0px;
    font-weight: normal;
}

h1 { font-size: 1em; }
h2 { font-size: 1em; }
h3 { font-size: 1em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }


a
{
    color: #0066CC;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.highlighted
{
	font-weight: bold;
}

img
{
    border: 0px;
}

p
{
    margin: 0em 0em 1em 0em;
}

p.smallprint
{
    font-style: italic;
    font-size: 0.85em;
}

dt
{
    font-weight: bold;
    margin: 0em 0em 0.5em 0em;
}

dd
{
    margin: 0em 0em 0.5em 0em;
}

strong
{
    font-weight: bold;
}

div.clearer
{
	clear: both;
	height: 1px;
	width: 100%;
	margin: 0px;	
	padding: 0px;
}

/* Sections */

#Header
{
    height: 85px;
    width: 972px;
    margin: auto auto 20px auto;
    border: 0px;
    padding: 0px;    
    text-align: right;
    background-image: url(/media/images/topshadow.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

#Footer
{
    height: 32px;
    width: 972px;
    margin: 20px 0px;
    text-align: center;
    background-image: url(/media/images/footer-middle.gif);
    background-repeat: repeat-x;
}

#MenuBarLeft
{
    height: 32px;
    background-image: url(/media/images/footer-left.gif);
    background-position: left;
    background-repeat: no-repeat;
}

#MenuBarRight
{
    height: 32px;
    background-image: url(/media/images/footer-right.gif);
    background-position: right;
    background-repeat: no-repeat;
}


#MenuBar
{
    padding: 0px 20px;
    line-height: 32px;
    text-align: center;
}

#MenuBar ul
{
    display: inline;
}

#MenuBar li
{
    display: inline;
    color: #000000;
}

#MenuBar li a
{
    color: #999999;
    margin: 0px 0.5em;
}

#MenuBar li a:hover
{
    text-decoration: none;
}

#HomeSplashContainer
{
    margin: auto;
    padding-bottom: 20px;
}

#Splash
{
	display: block;
	width: 623px;
	height: 237px;
	background-image: url(/media/images/118500splash.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#Splash span
{
	float: right;
}

#Slogan
{
    margin-left: 30px;
}

#Content
{
	margin: auto;
    padding: 0px 100px;
    text-align: left;
}

#DefaultContentContainer .RoundedBorderContainer
{
    background-image: url(/media/images/woman2.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

#DefaultContentContainer .RoundedBorderContainer .RBcontent
{
    padding-right: 125px; /* so we don't overlap the background image of .RoundedBorderContainer above */
}

ul.ButtonNavigation
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

ul.ButtonNavigation li
{
	display: inline;
	margin-right: 20px;
}

#HomeContentContainer
{
	width: 772px;
}

#HomeContentBoundary
{
	margin: auto;
	width: 616px;
	padding: 0px;
}

#HomeSubContentBoundary
{
	margin: 0px 15px 1em 15px;
}

/* search */

#PboLinkContainer
{
	margin: 0px 15px 1em 15px;
}

#SearchFormContainer
{
	background-image: url("/media/images/search-box-bg.gif");
	padding: 10px;
	width: 596px;
	height: 63px;
	margin: auto;
}

.SearchForm
{
	margin: 0px;
	padding: 5px;
	width: 586px;
	height: 53px;
	background-color: #ffffff;
}

.SearchFormTable 
{
	border-collapse: collapse;
}
.SearchFormTable td {
	padding: 0 15px 0 0;
	text-align: left;
}
input.searchBox {
	border: 1px solid #A9A9A9;
	width: 170px;
	height: 16px;
	color: #676767;
}

/* Rounder Border CSS just for fun */
.RoundedBorderContainer
{
    margin: 0px 20px 0px 20px;
}

.RBtop, .RBbottom
{
    height: 5px;
    font-size: 1px;
}

.RBcontent
{
    margin: 0px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    padding: 16px 19px 16px 19px;
}

.RB4
{
    margin: 0px 5px;
    height: 1px;
    background-color: #cccccc;
}

.RB3
{
    margin: 0px 3px;
    border-left: solid 2px #cccccc;
    border-right: solid 2px #cccccc;
    height: 1px;
}

.RB2
{
    margin: 0px 2px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    height: 1px;
}

.RB1
{
    margin: 0px 1px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    height: 2px;
}