﻿/* 
Dark Gray 		- #3f3f3f
Light Gray 		- #7c7c7c
White 			- #ffffff
Dark Burgundy 	- #660000
Light Burgundy	- #990000
*/
* 
{
	margin: 0;
}

/**********************************************************************************/
html
{
	height: 100%;
}

body
{
	height: 100%;
	background-color:#7c7c7c;
}

/**********************************************************************************/
#divWrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:1000px;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the divFooter's height */
/*	border: 1px solid red;*/
}
/**********************************************************************************/
#divBanner
{
	height:130px;
	width:1000px;
/*	background-image: url(../images/bgBanner.gif);*/
	background-image: url(../images/bgBanner_disclaimer.gif);
	background-repeat: no-repeat;
/*	border: 1px solid black;*/
}
/**********************************************************************************/
#divNav
{
	height:40px;
	width:1000px;
	background-image: url(../images/bgNav.gif);	
	background-repeat: no-repeat;
/*	border: 1px solid green;*/
}
/**********************************************************************************/
#divContentTop
{
	width:1000px;
	height:20px;
	background-image: url(../images/bgContentTop.gif);	
	background-repeat: no-repeat;
/*	border: 1px solid blue;*/
}

#divContent
{
	width:1000px;
	margin: 0 auto;
	background-image: url(../images/bgContent.gif);	/* 1000w x 10h */
	background-repeat:repeat-y;
/*	border: 1px dashed  black;*/
}

#divContentBottom
{
	width:1000px;
	height:30px;
	background-image: url(../images/bgContentBottom.gif);	
	background-repeat: no-repeat;
/*	border: 1px solid blue;*/
}
/**********************************************************************************/
#divSlideShow
{
	width:1000px;
	margin: 0 auto;
	background-repeat: no-repeat;
	z-index:1;
/*	border: 1px dashed red;*/
}

#divViewPort
{
	width:1000px;
	height:240px;
	position:absolute;
	top:170px;
	z-index:2;
	margin: 0 auto;
	background-image: url(../images/bgViewPort.gif);	/* 1000w x 220h */
	background-repeat: no-repeat;
/*	border: 1px solid green;*/
}
/**********************************************************************************/
#divContentBodyTop
{
	height:25px;
	background-image: url(../images/bgContentBodyTop.gif);	/* 1000w x 10h */
	background-repeat:repeat-y;
/*	border:1px dashed #00FF00;*/
}

#divContentBody
{
	width:1000px;
	background-image: url(../images/bgContentBody.gif);	/* 1000w x 10h */
	background-repeat:repeat-y;
	overflow: hidden;
/*	border:1px dashed #00FF00;*/
}

#divContentBodyBottom
{
	height:25px;
	background-image: url(../images/bgContentBodyBottom.gif);	/* 1000w x 10h */
	background-repeat:repeat-y;
/*	border:1px dashed #00FF00;*/
}
/**********************************************************************************/
#divContentHomeLeft
{
	width:520px;
	float:left;
	overflow: hidden;
/*	border:1px dashed #00FF00;*/
}

#divContentHomeRight
{
	width:460px;
	overflow: hidden;
	/*border:1px dashed #00FF00;*/
}

#divHomePageText
{
	margin:20px 20px 0px 20px;
/*	border:1px dashed #000fff;*/
}

/**********************************************************************************/
#divMenuVertical
{
	float:left;
	width:220px;
	margin:10px 10px 10px 20px;
/*	border:1px dashed #FF0000;*/
}
/**********************************************************************************/
#divPageText
{
	margin:20px 20px 0px 240px;
/*	border:1px dashed #000fff;*/
}
/************************************************************************************/
#divContactInfo
{
/*	border:1px solid #7c7c7c;*/
	float:right;
	width:250px;
}
/**********************************************************************************/
#divPush 
{
	height: 50px; /* .push must be the same height as divFooter */
	clear: both;
}
/**********************************************************************************/
#divFooter
{
	clear:both;
	height: 50px; /* .push must be the same height as divPush */
	margin: 0 auto;
/*	border: 1px solid green;*/
}

#divFooterContent
{
	margin: 0 auto;
/*	padding-top:15px;*/
	width:1000px;
/*	border: 1px solid black;*/
}
/**********************************************************************************/
.clearDiv
{
	clear:both;
}