/******************************************************************************
 * The main body of are page.                                                 *
 *****************************************************************************/
.siteBody {
	padding: 0px;
	margin: 0px;
	font-size: small;
	overflow-x: hidden;
	background: #FFFFFF;
	background-color: #D0D0D0;
}

/******************************************************************************
 * The center content div area.                                               *
 *****************************************************************************/
.centerDiv {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/* Get ride of that stupid outside doted line around links when they
 * are selected. (http://sonspring.com/journal/removing-dotted-links)
 */
a {
	color: #404040;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: black;
	text-decoration: underline;
	outline: none;
}

/* The menu top header */
.siteHeader {
	height: 70px;
	background-image: url(/images/BGFiller.jpg);
	background-repeat: repeat;
}

/* The company image on the top header */
.siteHeaderCompanyImage {
	float: left;
	height: 50px;
	padding-top: 10px;
}

/* The customer login stuff on the header */
.siteHeaderCustomer {
	float: right;
	height: 50px;
	width: 216px;
	background-image: url(/images/loginHeader.jpg);
}

/* The Customer stuff on the right side of are header */
.siteHeaderCustomerLink {
	text-align: right;
	color: white;
	font-size: small;
	margin-right: 4px;
	margin-top: 2px;
}
a.siteHeaderCustomerLink {
	text-decoration: none;
	color: white;
}

/* The main image menu header at the top of are
 * pages.
 */
.siteHeaderMenuBar {
	height: 20px;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
	background-image: url(/images/BGMenu.jpg);
}

/* The links in the top header menu. */
.siteHeaderMenuItem {
	padding-left: 10px;
	float: left;
	padding-top: 1px;
}
a.siteHeaderMenuItem {
	text-decoration: none;
	color: white;
	font-size: small;
}

/* Login Dialog Box */
.siteLoginBox {
	background-image: url(/images/loginBox.gif);
	display: none;
	position:absolute;
	width: 315px;
	height: 138px;
}

/* Login Dialog Caption */
.siteLoginCaption {
	height: 17px;
	text-align: center;
	font-size: small;
	padding-top: 21px;
	padding-left: 45px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Login Dialog Close Button */
div.siteLoginCaptionClose {
	float: right;
	padding-right: 30px;
	width: 19px;
}
a.siteLoginCaptionClose {
	color: #FFFFFF;
	text-decoration: none;
}

/******************************************************************************
 * Footer tag information                                                     *
 *****************************************************************************/
.footerArea {
	height: 50px;
	padding-top: 5px;
	width: 1020px;
	background-image: url(/images/footerBackground.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid black;
}

.footerAreaLabel {
	width: 625px;
	margin-right: auto;
	margin-left: auto;
}

div.footerAreaLink {
	text-align: center;
	float: left;
	width: 100px;
	border-right: 1px dotted black;
}

a.footerAreaLink {
	text-decoration: none;
}

a.footerAreaLink:hover {
	text-decoration: underline;
}

/******************************************************************************
 * Section Header's.                                                          *
 *****************************************************************************/
.sectionHeaderWithImage {
	margin-bottom: 8px;
	margin-left: 13px;
	font-size: large;
	width: 288px;
	height: 20px;
	background-image: url(/images/HomeHeaderLabel.jpg);
}
.sectionBody {
	margin-left: 8px;
}

/******************************************************************************
 * The CSS layout information for pages that have a side menu bar.            *
 *****************************************************************************/
.sideMenuArea {
	background-image: url(/images/footerBackground.gif);
	background-repeat: repeat-y;
	margin-left: 8px;
	float: left;
	width: 150px;
}

.sideMenuAreaHeader {
	background-image: url(/images/menuTop.gif);
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding-left: 4px;
}

.sideMenuAreaItem {
	padding-left: 4px;
}

.sideMenuAreaItemSelected {
	background-color: #FFFFFF;
	padding-left: 4px;
}

.sideMenuAreaItemEnd {
	background-color: #FFFFFF;
	background-image: url(/images/menuBottem.gif);
}

.sideMenuContentArea {
	margin-left: 168px;
}

.sideMenuContentAreaHeader {
	font-weight: bold;
	font-size: large;
}

.sideMenuContentAreaSubHeader {
	font-weight: bold;
	color: #C0C0C0;
}
	
.sideMenuContentAreaContent {
	padding: 5px;
	width: 600px;
	border-top: 2px solid #6778C9;
	border-right: 1px dotted #6778C9;
	border-left: 1px dotted #6778C9;
	border-bottom: 1px dotted #6778C9;
}



