#homepage #asaps{ background: url(../images/asaps.jpg) no-repeat; width:83px; height:76px; margin:0 8px;float:right;}
#homepage #asps{ background: url(../images/asps.jpg) no-repeat; width:75px; height:76px; float: right;}
#homepage #facs{ background: url(../images/facs.jpg) no-repeat; width:68px; height:76px; float: right;}


#homepage #mainmenu.ddsmoothmenu-v ul li a:link, #mainmenu.ddsmoothmenu-v ul li a:visited, #mainmenu.ddsmoothmenu-v ul li a:active {
	color: #464646;
}


.slideshow{
	z-index: -1000;
}
html #footerwrap{
	background: none;
	border-top: none;
}

html body {
	background: url(../images/bg.jpg) repeat-x #616668;
}
#homepage{
	color:#bcbbbb;
}

#homepage h1{
	color: #e2e2e2;
	margin-top:0px;
	width: 615px;
}

#homeheadtext{
	position: absolute;
	margin-left: 300px;
	*margin-left:-70px;
	margin-top:215px;
	width: 615px;
	color: #2c2c2c;
}

#homeheadtext h2{
	color: #2c2c2c;
	font-size: 17px;
}

#homepage #mainwrap{
	width:916px;
}
#homepage .colmask{
	width:916px;
	margin-top: 20px;
}

#homepage #socialbox {
	float:left;
	border:1px solid #ccc;
	font-size:14px;
	text-align:left;
	width:280px;
	margin: 16px 20px;
	padding:4px;
}
#homepage #socialbox a{
	color:#fff;
}
#homepage #socialbox a:hover{
	color:#5cb6c1;
	text-decoration: none;
}
#homepage #socialbox .floatright{
text-align: center;
	font-size:8px;
	margin: 0 10px;
}
#homepage #footer #socialbox img{
	padding:2px;
}


.floatright{
	float:right;
}

#homepage #footer {
}
#homepage #footer p{
	padding-top: 16px;
	clear:both;
}
#homepage #footer img{
	padding-top: 8px;
}
#homepage .rsform .componentheading {
	display: block;	
}

#homeheader {
	height: 469px;
	position: relative;
	z-index: 1;
	width: 100%;
}

#homepage #maincontent {
	*width: 627px;
	padding-top: 
}

/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column right menu settings */
	.rightmenu {
	}
	.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-200px;
        position:relative;
        right:100%;
    }
    .rightmenu .col1wrap {
	    float:left;
	    width:45%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.rightmenu .col1 {
		margin: 0 0 0 200px;
        /*margin:0 15px 0 200px;*/
        overflow:hidden;
	}
    .rightmenu .col2 {
    	float:right;
		left:200px;
		position:relative;
		width:240px;
        /*float:right;
        width:170px;
        position:relative;
        left:88px;
        *left: 140px;*/
    }
