/* ***************************************************************************
 * Define default styles for the site.
 *
 * ************************************************************************* */
body, div{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 150%;
}
p {
	margin-top; 0px;
	margin-bottom; 0px;
}
h1 {font-size: 3em; letter-spacing: 1.15em;}
h2 {font-size: 2em; letter-spacing: 1.15em;}
h3 {font-size: 1.5em; letter-spacing: 1.15em;}
img {border: none;}

/* Define the appearance and behavior of links.
 * Links are shown in black.  When mouse hovers over the links, the color changes to a redish color.
 */
a:link		{color: #666666; text-decoration: none;}
a:visited	{color: #666666; text-decoration: none;}
a:hover	{color: #BA0000; text-decoration: none;} 

#companyLogo {
	position:absolute;
	width:388px;
	height:98px;
	z-index:1;
	left: 21px;
	top: 15px;
}
img {
	border: 0px;
}
#mainbody {
	position:absolute;
	width:604px;
	height:446px;
	z-index:2;
	left: 70px;
	top: 140px;
	text-align: justify;
}
#slogan {
	margin-top: 28px;
	margin-bottom: 28px;
	text-align: center;
	color: darkred;
}
.sectionHeader {
	margin-top: 25px;
	margin-bottom: -5px;
	font-weight: bold;	
}

#subMenu {
	position:absolute;
	width:200px;
	max-height: 448px;
	height:448px !important;
	height:auto;
	z-index:3;
	left: 705px;
	top: 125px;
}

#subMenu li {
	margin-left: -10px;
	line-height: 1em;
	padding-bottom: 10px;
}

#footer {
	position:absolute;
	width:837px;
	height:55px;
	z-index:4;
			left: 60px;
			top: 596px;
	font-size: .8em;
	border: 1px #000000 solid;
	border-width: 1px 0px 0px 0px;
}