
html, body { font-family: Arial, Helvetica, sans-serif; }

/* ------ HEADER BLOCK -------------------------------------------- */

#container{
	margin: 0 auto;
}

div#header { text-align: right; display: none; }

div#nav-header { display: none; }

.transMenu { display: none; }

div#content {
	width: 100%;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

/* div#content li {
	list-style: url(../images/icn-bullet-black.gif);
	margin-left: 30px;
	color: #666666;
}*/


/* ------ PAGE NAVIGATION BLOCK -------------------------------------------- */


#nav-section-page {
	display: none;
}

#nav-section-page ul {
	display: none;
}

#nav-section-page ul li {
	display: none;
}


/* ------ FOOTER BLOCK -------------------------------------------- */

#footer-top {
	display: none;
}

#footer-top strong { color: #00AEEF; 
}
#footer-top address {
	display: block;
	float: left;
	text-align: left;
	padding-left: 10px;
}


#footer {
	width: 620px;
	vertical-align: top;
	color: #000000;
	text-align: center;
	clear: both;
	font-size: 1.2em;
	line-height: 3em
}

#footer a, #footer a:visited, #footer a:active, #footer a:link, #footer a:hover {
	text-decoration: underline;
	color: #000000;
}

#address {
	color: #666666;
	padding-left: 40px;
	display: block;
	background: url(../images/bg-address.gif) no-repeat center top;
	padding-top: 25px;
	height: 280px;
	margin-top: 30px;
}

#address a, #address a:visited, #address a:active, #address a:link, #address a:hover {
	color: #0072BC;
	text-decoration: underline;
}

/* Content Forms ---------------------------------------------------------------- */

legend 	{
	font-weight:bold;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:116.67%;
	color:#EB9300;
	padding: 5px;
}

label 	{
	cursor: pointer;
	width: 10em;
	float: left;
	text-align: right;
	clear: both;
	margin-right: 1em;
}
	
fieldset {
	border: 1px solid #DBD8D1;
}

input.button
{
	color: #666666;
	padding: 3px;
	background-image: url(../images/bg-button.gif);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #E7E7E7;
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	clear: both;
	}

/* markup-free float clearing ---------------------------------------------------------- */

.mac-clearfix {
	clear: both;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* IE7 fix */
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* ---------------------------------------------------------- */

a { color: #0072bc; }

a:visited {
	color: #0072bc;
	text-decoration: underline;
}

a:active {
	color: #0072bc;
	text-decoration: underline;
}

a:link {
	color: #0072bc;
	text-decoration: underline;
}

a:hover {
	color: #0072bc;
	text-decoration: underline;
}

#content h1 {
	/*color: #0B7CC7;*/
	color: #00AEEF;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #E2E2E2;
	padding-top: 1em;
}


h2 {
	/*color: #0B7CC7;*/
	color: #00AEEF;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEE9FF;
}

h3 {
	color: #999999;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding-top: 1em;
}

h4 {
	color: #999999;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #E2E2E2;
	padding-top: 1em;
}

h5 {
	color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#e2elogo {
	display: none;
}

