#header {
	height:220px;
	width:auto;
	position:relative;
	color:#FFFFFF;
	z-index:1;
}

#header a:link, #header a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#header a:hover {
	text-decoration:underline;
}

#header #logo {
	position:absolute;
	top: 10px;
	left:0px;
	width:184px;
	height: 168px;
}

#header #address {
	position:absolute;
	top: 150px;
	left:0px;
	width:310px;
	text-align:right;
	font-size:1.2em;
}

#header #address .phone {
	font-size: 24px;
	
}

#header #slogan {
	position:absolute;
	top: 20px;
	left:460px;	
}

#header #flashContainer {
	position: absolute;
	top:70px;
	left:315px;
	height:278px;
	width:670px;
	background-image:url(images/templates/home/flash-bg.png);
	text-align:center;
	z-index:10;
}
#header #flashContainer #flash {
	margin:15px auto;
	text-align:center;
}

#main{
	position:relative;
	width:auto;
	height:430px;
	background-image:url(images/templates/main/trans-col-bg.png);
	background-repeat:repeat-y;
	z-index:0;
	overflow:hidden;
}

#main #LHS {
	background-image:none;
}
#main #LHS .content {
	margin:0px 0px 10px 10px;
	padding:10px;
	width:auto;
}

#main #RHS {
	background-image:none;
	/*background-color:#FFFFFF;*/
}

#main #RHS .content {
	padding:90px 10px 0px 10px;
	overflow:hidden;
}
#main #RHS #mainheading {
	text-align: center;
}
#main #RHS .welcomebig {
	color: #000000;
	font-size: 2.5em;
	font-weight: lighter;
}
#main #RHS .welcomesmall {
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
}
#main #RHS .btnbig {
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;
}
#main #RHS .btnsmall {
	color: #000000;
	font-size: 0.75em;
	font-weight: lighter;
}
#main #RHS #leftpic {
	border-right: 1px solid #DCDDDE;
	float: left;
	width: 332px;
}
#main #RHS #right {
	float: left;
	padding: 0 0 0 21px;
	width: 285px;
}
#main #RHS #right h1 {
	color: #00ADEF;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0;
}
#buttons {
	width:1000px;
	clear:both;
	padding: 20px 0px;
	overflow:hidden;
}
