@charset "utf-8";
/* CSS Document */

@import url("");


body {
	background-image: url(../images/tile-main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF;
	text-align:center;
}



#flash {
	clear: both;
}

#flashcontent {
	/* height:352px; 
	background-color:#99FF00;*/	
	
	height:377px;
	
}

/* TOP NAVIGATION */

/* TOP NAVIGATION */

#navigation-container {
	
	padding-top: 9px;	
	padding-bottom: 0px;
	width: 910px;
	margin: 10px auto 0px;
	margin: 0px auto; /* auto = centre align page */
	text-align: left;
	
}

#navigation-container ul {
	padding:0px;
	margin:0px;	
	list-style-type: none;
	
}


li#logo {
	padding-left:26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin:0px;
	display: inline;
	float:left;
	
	
}

li.navigation {
	display: inline;
	float:left;
	padding-top:23px;
	padding-bottom: 0px;
	margin:0px;

	
}
/* FLASH HIDDEN REPLACEMENT */

#main-bg {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}




/* BREAK AWAY FEATURE BOXES HOMEPAGE*/



#feature-boxes-container {
	font-size:12px;
	/* padding-top: 26px;	*/
	width: 910px;
	margin: 10px auto 0px;
	margin: 0px auto; /* auto = centre align page */
	text-align: left;
	clear: both;
}

#box-01 {
	display: inline;
	float:left;
	height:125px;
	width:180px;
	margin-left:66px;
	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;		
}
#box-02 {
	display: inline;
	float:left;
	height:125px;
	width:180px;
	margin-left:22px;	
	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;	
}
#box-03 {
	display: inline;
	float:left;
	height:125px;
	width:180px;
	margin-left:22px;

	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;	
}
#box-04 {
	display: inline;
	float:left;
	height:125px;
	width:180px;
	margin-left:22px;

	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;	

}

.box-header {
	
}

.no-border {
	border:0px;
}

.box-text {
	display:inline;
	float:left;
	overflow: hidden;
	
	height: 71px;
	
	padding-left:9px;
	width: 93px; /* ie 5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 84px; /* Modern Browser */
	
}

.box-text a:hover {
	text-decoration:none;
}

.box-image {
	display:inline;
	float:left;
	width:87px;
}

.box-button {
	clear:both;
	border:0px;
}

/* FOOTER BITS ARE HERE */

#footer-container {
	clear: both;
	padding-top: 118px;
	text-align:center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A88ACD;
	
	
	width: 910px;
	margin: 10px auto 0px;
	margin: 0px auto; /* auto = centre align page */
	margin-bottom: 100px;
	text-align: left;
	clear: both;
}

#footer-container a:link, #footer-container a:visited {
	color: #FFFFFF;
}

#footer-container ul {
	list-style-type: none;
}

#footer-container li {
	display:inline;
	float:left;
	padding-right: 12px;
	margin-right: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8D66BD;
}

li#footer-li-last  {
	border-right:0px;
}

#footer-last {
	float:right;
	padding-right:59px;
}

#footer-first {
	padding-left:58px;
}

#footer-extra {
	clear:both; 
	text-align:right; 
	padding-top:20px !important; 
	/*padding-right:20px;*/
	padding-left:55px;
	padding-bottom:120px;
	display: inline-block;
}






