html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	
	background: #c5c4c0;
}

#page {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	
	border-collapse: collapse;
}

#page .header {
	height: 231px;
	padding: 0px;
	margin: 0px;
	
	background-repeat: no-repeat;
}

#page .header .menutop {
	position: absolute;
    
	width: 750px;
	height: 80px;
	
	margin-top: 6px;
	padding-top: 30px;
	padding-left: 250px;
    
    *top: 115px;
    -top: 121px;
    -margin: 0 auto;

	background-repeat: no-repeat;
    
    border: 0px solid red;
}

#page .header .menutop ul {
	list-style: none;
}

#page .header .menutop li {
	float: left;
	height: 45px;
	
	padding: 0 20px 0 10px;
	
	text-align: center;
}

#page .header .menutop li a {
	color: #ffffff;
	font-family:"Trebuchet MS", "Helvetica";
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}

#page .header .menutop li a:hover {
	color: #ce201c;
}

#page .header .phone {
	position: absolute;
	top: 30px;
	margin-left: 31px;
	
	width: 205px;
	
	color: #333333;
	font-family: 'Trebuchet MS';
	font-size: 17pt;
	font-weight: bold;
	text-align: center;
}

#page .header .phone span {
	font-size: 13pt;
}

#page .header .email {
	position: absolute;
	top: 40px;
	margin-left: 911px;
}

#page .header .email a {
	color: #AE311C;
	font-weight: bold;
	text-decoration: none;
}

#page .header .invis {
	position: absolute;
	width: 900px;
	height: 120px;
	top: 0;

	cursor: pointer;
}

#page .menuleft {
	width: 258px;
	vertical-align: top;
	
	background-repeat: repeat-y;
}

#page .menuleft ul {
	list-style: none;
	padding-left: 20px;
}

#page .menuleft li {
	padding-bottom: 12px;
}

#page .menuleft li a {
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
}

#page .menuleft li a:hover{
	color: #CE201C;
	text-decoration: none;
}

#page .content {
	background-color: #ededec;
	vertical-align: top;
	
	padding: 15px;
}

#page .content h1 {
	margin: 0 0 10px 0;
	font-size: 20pt;
}

#page .content h2 {
	margin: 0 0 10px 0;
	font-size: 17pt;
}

#page .content h3 {
	margin: 0 0 10px 0;
	font-size: 13pt;
}

#page .content p {
	margin: 0 0 10px 0;
}

#page .content a {
	color: #000000;
	text-decoration: underline;
}

.content-block {
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
	
	padding: 0 20px 0 20px;
}

.banners {
	height: 70px;
	text-align: right;
}

