@charset "utf-8";
/* CSS Document */

body {
background-color:#000000;
margin:0 auto;
font:.84em Arial, Helvetica, sans-serif;
}

.wrap {
background-color:#FFFFFF;
border:#E00000 solid 3px;
color:#000000;
width:850px;
margin: 0 auto;
margin-top:25px;
}

.wrap2 {
background-color:#000000;
border:#E00000 solid 3px;
color:#FFFFFF;
font-weight:bold;
font-size:16px;
width:850px;
height:auto;
margin: 0 auto;
margin-top:25px;
}

/***** Header *****/

.header {
color:#000000;
background:none;
height:175px;
padding:0;
}

.heading {
text-align:center;
font-size: 36px;
padding: 0;
line-height: 1;
font-weight:bold;
color:#FFFFFF;
}

/***** Left sidebar *****/

.sidebar {
clear:left;
float:left;
width:220px;
margin:0;
padding:10px 0 0 0;
}

.sidebar-forms {
clear:left;
float:left;
width:300px;
margin:0;
padding:0;
}

/***** Menu *****/

#navigation{
	height: auto !important;
	width: 200px;
	background: #FFFFFF;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: auto !important; 
	height: 1%;
}

#navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}

#navigation ul li{
	float: left;
	width: 200px !important; 
	width: 200px;
	height: 39px;
	color: #000000;
	white-space:nowrap;
	font-size:10px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#navigation ul li a{
	text-decoration: none;
	display: block;
	padding-top: 13px;
	padding-left: 40px;
	padding-bottom: 14px;
	background: url(img/menu/nav-btn.png) no-repeat top;
	color: #000000;
}

#navigation ul li a:hover{
	text-decoration: none;
	display: block;
	background: url(img/menu/nav-btn-hover.png) no-repeat top;
	color: #000000;
}

#navigation .active a{
	text-decoration: none;
	display: block;
	background: url(img/menu/nav-btn-hover.png) no-repeat top;
	color: #000000;
}

/***** Main Content *****/

.content {
color:#101010;
padding:0 20px 0 10px;
line-height:1.3em;
text-align:justify;
}

.content a {
color:#ff0000;
text-decoration:none;
}

.content a:hover {
text-decoration:underline;
}

.content p {
margin-top:0;
font-size:12px;
text-align:justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.content h1 {
margin-top:0;
margin-bottom:5px;
font-size:150%;
line-height: 1;
text-align:left;
font-weight:bold; 
}

.content h2 {
margin-top:0;
margin-bottom:5px;
font-size:105%;
text-align:left;
font-weight:bold; 
}

.borderit img{
border: none;
}

.borderit:hover img{
border: none;
}

.content-thermaSheet {
color:#101010;
padding:0 20px 0 10px;
line-height:1.3em;
text-align:justify;
border:#E00000 solid 3px;
}

.content-thermaSheet p {
text-align:justify;
margin-top:0;
}

/***** Forms *****/

.required_field
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#000000;
	line-height:1.3em;
}
.normal_field
{
    font-family:Arial;
    font-size:12px;
    color:#000000;
	line-height:1.3em;
}
.error_strings
{
    font-family:Verdana;
    font-size:10px;
    color:#660000;
}
.element_label
{
    font-family:Arial;
    font-size:12px;
    color:#000000;
}
.form_heading
{
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    color:#000000;
}
.form_subheading
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color:#000000;
}
.form_txtblock
{
    font-family:Arial;
    font-size:12px;
    color:#000000;
}
.form_helptip
{
    font-family:Arial;
    font-size:12px;
    color:#000000;
}

.blank_seperator
{
}

/***** Footer *****/

.footer	{
color:#cccccc;
font-weight:bold;
text-align:center;
margin:15px 0px 15px 0px
}

.footer a	{
color: #0066FF;
text-decoration: none;
}

.footer a:hover	{
text-decoration: underline;
}

/***** Image Expansion - VTE *****/

a.vte {
	cursor: url(zoomin.cur), pointer;
}

img.vte-expanded-focus {
	cursor: url(zoomout.cur), pointer;
}
.vte-caption {
	font-size:100%;
    display: none;
    border-top: none;
    padding: 5px;
    margin-top: -1px;
    background-color: #000000;
    color: white;
}
.vte-display-block {
    display: block;
}
.vte-display-none {
    display: none;
}

/***** Buffers *****/

.buffer10 {
height:10px;
}

.buffer15 {
height:15px;
}

.buffer20 {
height:20px;
}

.buffer25 {
height:25px;
}

.buffer40 {
height:40px;
}

/***** House Medics construction page *****/

.hm {
font-style:italic;
font-weight:bold;
margin:0;
}

.hm, a {
color:#000000;
text-decoration:none;
}

.hm a:hover {
text-decoration:underline;
color:#0000FF;
}