* {
	margin: 0;
	padding: 0;
}

body, html {
	font-family: Verdana, Arial, Helveltica, Sans-serif;
	font-size: 11px;
	line-height: 1;
	color: #555;
	background: #EEE;
}

#wrapper {
	width: 960px;
	margin: 20px auto;
}

#container {
	border: 1px solid #DDD;
	padding: 20px;
	background: #FFF;
	position: relative;
}

#header {
	height: 60px;
	border-bottom: 1px solid #DDD;
	padding-top: 10px;
	margin-bottom: 20px;
	position: relative;
}

#menuLeft {
	float: left;
	width: 176px;
	margin-right: 20px;
}

#menuSub {
	margin-top: 30px;
	font-size: 11px;
	position: absolute;
	bottom: 15px;
	right: 20px;
}

#mainContent {
	float: right;
	width: 720px;
}

#footer {
	clear: both;
	height: 10px;
	line-height: 10px;
	padding: 20px;
	font-size: 9px;
	color: #BBB;
	text-align: center;
}

#innerContent_left {
	float: left;
	width: 350px;
	margin-right: 20px;
}

#innerContent_right {
	float: right;
	width: 350px;
}

h1.contentTitle {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #909090;
}

h2.contentSubTitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #555;
}

.contentText {
	line-height: 1.7;
}

.contentImg_nofloat {
	margin: 0 0 10px 0;
}

.contentImg_nofloat img {
	border: 1px solid #CCC;
	padding: 5px;
	background: #FFF;
}

.contentImg {
	float: left;
	margin: 0 20px 5px 0;
}

.contentImg img {
	border: 1px solid #CCC;
	padding: 5px;
	background: #FFF;
}

.contentBox {
	border: 1px solid #DDD;
	padding: 20px;
	margin-bottom: 20px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.contentBox ul{
    list-style: none;
    margin-bottom: 30px;
    padding: 0 20px;	
}

.contentBox li {
	background: url(../images/bullet_light.gif) no-repeat 0 1em;
    padding: 5px 3px 5px 25px;
    list-style-image: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.7;
}

a, a:visited {
	color: #909090;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #E40000;
	text-decoration: underline;
}

.leadin_img {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 3px 0px 0px;
	position: relative;
}

.leadin_img img {
	padding: 0;
}

.leadin_img a {
	border: none  !important;
}

.leadin_img .new {
	position: absolute;
	right: -4px;
	top: -4px;
	border: none  !important;
}

#contactDetails {
	text-align: right;
	position: absolute;
	right: 0;
	top: 10px;
	font-weight: bold;
	color: #999;
	line-height: 1.5;
}

.contactForm th {
	text-align: left;
	padding: 5px;
	padding-right: 50px;
}

.contactForm td {
	padding: 5px;
}

.contactForm input[type=text], .contactForm textarea {
	padding: 5px;
	border: 1px solid #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    color: #909090;
}

.contactForm input[type=text]:focus, .contactForm textarea:focus {
	background: #EEE;
}

.contactForm input[type=submit] {
	padding: 5px 20px;
	border: 1px solid #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    color: #666;
    background: #EEE;	
}

.contactForm input[type=submit]:hover {
    color: #FFF;
    background: #909090;	
    cursor: pointer;
}

.copyright {
	font-size: 10px;
	color: #999;
}

.boilerRoom {
	color:#FFF;
	background:url(../images/tile1.gif);
}

.boilerRoom a, .boilerRoom a:visited {
	color: #FFF;
}

.boilerRoom a:hover {
	color: #CC0000;
}

.boilerRoom H1 {
	color: #FFF;
}