body, html {
	margin: 0;
	padding: 0;
	padding-bottom: 28px;
	background-color: #FDFDFD;
}

img { 
	margin: 1em;
	float: right;
}

/*******************************************************
				      HEADER
*******************************************************/

#header {
	height: 140px;
	background-color: #FFF;
	margin-top: 0;
	background: url(../images/bgimage.gif) repeat-x;
	z-index: 0;
}

#header img { 
	margin: 0em;
	float: left;
}

.imgright {
	margin: 0em;
	padding: 0px;
	clear: none;
	float: right;
}

#logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	background-color: #FFF;
}

/*******************************************************
				      CONTENT
*******************************************************/
#content {
	margin-left: 110px;
	margin-right: 300px;
}

#content p, #content li, #content .address {
	font: 85%/1.6em Arial, Helvetica, sans-serif;
}

#content p, .address {
	margin-left: 1.5em;
}
#content h1, #content h2 {
	font: 140% Georgia, "Times New Roman", Times, serif;
	color: #DD0000;
	background-color: transparent;
}
#content h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	padding-bottom: 3px;
	border-bottom: 1px solid #ED9F9F;
	margin-left: 1em;
}

#content strong {
	color: #DD0000;
}

#rightside {
	position: absolute;
	width: 220px;
	top: 168px;
	right: 30px;
	padding: 30px 10px 10px 10px;
}

#rightside {
	position: absolute;
	width: 220px;
	top: 168px;
	right: 30px;
	padding: 30px 10px 10px 10px;
}

#rightside .typical {
	position: absolute;
	width: 250px;
	top: 168px;
	right: 30px;
	padding: 30px 10px 10px 10px;
}

#imgleft { 
	margin: 1em;
	float: left;
	border: 0px;
}

/*******************************************************
				      NAVIGATION
*******************************************************/

#leftnav {
	width: 50px;
	position: absolute;
	top: 167px;
	left: 0;
	background: #E2E2E2 url(../images/power.gif) no-repeat;
	height: 750px;
	z-index: 0;
	border-top: 1px solid #778;
}


#navcontainer ul {
	height: 18px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	font: 1.05em;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #900606;
	color: white;
	width: 100%;
	font: bold 12px Verdana, sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}

#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #DD0000;
	color: white;
}

#navcontainer #active { 
	border-left: 1px solid #fff;
	z-index: 2;
}


/***************************************************
					   FOOTER
***************************************************/

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 28px;
	background-color: #900606;
	color: #FFFFFF;
	border-top: #778899;
	text-align: right;
	z-index: 3;
	padding: 4px 0px 4px 0px;
	color: #FFFFFF;
	font-size: 80%;
}

html > body #footer {
  position: fixed;
}
#footer a:link, #footer a:visited {
	padding: 4px 0px 4px 0px;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 100%;
}
#footer a:hover {
	text-decoration: none;
}

/***************************************************
					 CONTACT FORMS
***************************************************/
input.txt {
  color: #000000;
  background-color: #FAF1F1;
  border: 1px inset #900606;
  width: 400px;
  font: 1.05em Arial, Helvetica, sans-serif;
}

input.btn {
  color: #111111;
  background-color: #FAF1F1;
  border: 1px outset #900606;
}

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

form p label {
  float: left;
  width: 30%;
  font: bold 1.05em Arial, Helvetica, sans-serif;
}

textarea {
	width: 400px;
	height: 80px;
	color: #000000;
	background-color: #FAF1F1;
	border: 1px solid #900606;
	font: 1.05em Arial, Helvetica, sans-serif;
}

/***************************************************
					CONTACT PAGE
***************************************************/
#contact_wrapper {
	position: absolute;
	width: 430px;
	height: 80px;
}
#contact {
	position: absolute;
	bottom: 2.5em;
	right: 0em;
}


