body{
	margin: 0;
	padding: 0;
	background: #3A3458;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

img{
	border: none;
}

a{
	color: inherit;
}
table{
	border-collapse: collapse;
}

td{
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5{
	margin: 0;
	padding: 0;
}



.clear{
	clear: both;
}

.bigBlueButton{
	display: block;
	background-image: url('/images/blueButton.gif');
	background-repeat: no-repeat;
	text-align: center;
	width: 116px;
	height: 17px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	padding: 11px 4px;
	margin: 0 10px;
	float: left;
}

.bigBlueButton.long{
	height: 31px;
	padding: 4px 4px;
}

.listNoBullet{
	margin: 0;
	padding: 0;
	list-style: none;
}


/* ID SPECIFIC CONTENT */
#main{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	border-left: 10px solid white;
	border-right: 10px solid white;
	border-bottom: 10px solid white;
	background-color: #FFFFFF;
}

#header{
/*	padding-top: 34px;
	background-color: #5E5CA7;
	border-bottom: 34px solid black; */
}

#navigation{
	background-image: url('/images/navGreen.jpg');
	background-repeat: no-repeat;
	background-position: 124px 0px;
	height: 34px; 
	width: 760px;
	background-color: #000000;
}

#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 636px;
	float: right;
}
#navigation ul li{
	margin: 0;
	padding: 0;
	float: left;
	height: 34px;
	display: block;
	width: 100px;
}

#navigation ul li#navHome{ 					width: 70px; }
#navigation ul li#navCustomerService{ 		width: 150px; }
#navigation ul li#navCompany{ 				width: 80px; }
#navigation ul li#navContactUs{ 			width: 100px; }
#navigation ul li#navProductsAndServices{ 	width: 160px; }

#navigation ul li a{
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	height: 24px;
	display: block;
	padding: 0 15px;
	padding-top: 10px;
}

#navigation #navHome{
	padding-left: 60px;
}
#navigation li a{
	color: inherit;
}

#navigation li:hover,
#navigation li.active,
#navigation li.over
{
	background-image: url('/images/navBackSmallWhite.gif');
	background-repeat: repeat-x;
}
#navigation li:hover a,
#navigation li.active a,
#navigation li.homeActive a,
#navigation li.over a{
	color: #3C7739;
}

#navigation li#navHome:hover,
#navigation li.homeActive,
#navigation li#navHome.over{
	background-image: url('/images/navWhite.jpg');
}



#middle{
	background-image: url('/images/middleBg.gif');
	background-repeat: repeat-y;
}

#leftNav{
	background-image: url('/images/leftNavBg.gif');
	background-repeat: repeat-x;
	width: 124px;
	min-height: 489px;
	float: left;
}

#leftNav ul{
	background-image: url('/images/leftNavArrow.gif');
	background-repeat: no-repeat;
	background-position: 7px 0;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 50px;
}
#leftNav ul li{
	margin: 0;
	padding: 0;
	color: black;
	text-align: right;
	margin: 10px 5px 10px 0;
}
#leftNav a{
	color: black;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 90%;
}

#leftNavArrow{
	margin-left: 7px;
	margin-right: 7px;
}
#homeContent{
	background-image: url('/images/contentBg.gif');
	background-repeat: repeat-x;
}
#homeContent,
#contentWrapper
{
	width: 636px;
	min-height: 489px;
	padding-left: 0px;
/*	padding-top: 20px;*/
	padding-bottom: 0;
	float: right;
}


#content{
	background-image: url('/images/whiteDropShadowBg.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #000000;
/*	width: 440px; */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	min-height: 470px;
}

#content h1{
	font-size: 170%;
	margin: 0;
}
#content h2{
	font-size: 150%;
	color: #695C9C;
}
#content h3{
	font-size: 130%;
}
#content h4{
	font-size: 130%;
	color: #695C9C;
}

#content ul,
#content p{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 100%;
}


/*ie hack to make it do a min-height kinda thing */
* html #content{
	height: 470px;
}


/*ie hack to make it do a min-height kinda thing */
* html #homeContent,
* html #contentWrapper,
* html #leftNav
{
	height: 489px;
}
#footer{
	background-image: url('/images/footerBg.gif');
	background-repeat: repeat-x;
	background-color: #000000;
	padding-top: 33px;
	font-size: 100%;
	text-align: center;
	padding-bottom: 10px;
	
	width: 124px;
	float: left;
}

#footer #footerAddress,
#footer #footerPhone{
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
	padding-top: 10px;
}
/*force ie to constrain itself.. thereby ignoring the doubled margin bug.  *sigh* */
* html #footer{
	height: 43px;
}