/* 

    The base Enterprise stylesheet.
	Program this stylesheet to FireFox, then adjust for IE 6 & 7 in the cssBase-IE6.css and cssBase-IE7.css stylesheets.
	Please label all adjustments here with "See also: cssBase-IE6.css" or "See also: cssBase-IE7.css" or both as the first line of the affected class/ID.

*/


/* Page Layout and Containers */

html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

body {
	display: block;
	min-width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-image: url('../img/body_bg.jpg');
	background-position: center 0px;
	background-repeat: no-repeat;
	background-color: #E3EBEE;
}

#objBase {
	position: relative;
	display: block;
	min-height: 100%;
	height: auto;
	text-align: left;
	width: 80%;
	margin: 30px auto 0px auto;
	padding: 30px 20px 20px 20px;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	overflow: visible;
}

#objMarketingCopy {
	/* See also: cssBase-IE6.css */
	display: block;
	position: absolute;
	top: 0px;
	left: 10%;
	width: 80%;
	height: 18px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

h1 {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}

h2 {
	margin: 0px auto 0px auto;
	height: auto;
	text-align: left;
}

#objSections{
	display: block;
	width: 100%;
}

.clsSection_collapsed {
	/* See also: cssBase-IE6.css AND cssBase-IE7.css */
	height: 50px;
	overflow: hidden;
	cursor: pointer;
}

.clsSection_expanded {
	/* See also: cssBase-IE6.css AND cssBase-IE7.css */
	height: auto;
	cursor: pointer;
}

h3 {
	display: block;
	position: relative;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background-color: #E3EBEE;
	border-bottom: 1px solid #000000;
}

#objContact {
	/* See also: cssBase-IE6.css */
	display: block;
	position: absolute;
	top: 55px;
	width: 70%;
	left: 15%;
	height: 18px;
	font-weight: bold;
}

#objContactForm {
	display: none;
}



/* Content Markup */

body, h1, h2, h3, h4, p, div, ul, ol, li, input {
    /* font-family: Courier New, Courier, mono; */
    /* font-family: Georgia, Times New Roman, Times, serif; */
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: normal;
	color: #000000;
	font-size: 10px;
	vertical-align: top;
}

h1, h2, h3, h4, #objMarketingCopy {
	font-weight: bold;
    color: #000000;
}

h1, #objMarketingCopy {
	font-size: 16px;
	margin: 9px auto 3px auto;
}

h2 {
	font-size: 10px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	margin: 10px 0px 10px -3px;
	padding: 0px 0px 0px 5px;
}

h4 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
	
a:active, a:hover {
	color: #333333;
	text-decoration: none;
}


img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
}

ul {
	list-style-type: square;
	margin: 5px 0px 8px 6px;
	padding: 0px 0px 0px 6px;
}

li {
	margin: 3px 0px 4px 6px;
	padding: 0px 0px 0px 6px;
}

.liIcon {
	margin-right: 6px;
	text-decoration: none;
}

p {
	margin: 4px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}






