/* Start of CMSMS style sheet 'Footer' */
.lightway {
	background-repeat: no-repeat;
	background-image: url(images/footer_logo_lightway.png);
	width: 185px;
	height: 29px;
	display: block;
	position: relative;
	float: left;
}

/*\*/
* html .lightway {
background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.sydneycoc.com/images/footer_logo_lightway.png');
}

 #footer{
	background-color: #b3b3b3;
	background-repeat: repeat-x;
	background-image: url(images/footer_bg.png);
	width: 100%;
	height: 45px;
	color: #333333;
	clear:both;
}

#footerwidth{ 
	width: 900px; 
	text-align:left;
	margin-left:auto; 
	margin-right:auto;
	padding: 0px;
} 

#footerA{
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	display:inline;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 17px;
	text-transform:uppercase;
}
#footerB{
	margin-top: 9px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right; 
	display:inline; 
	position: relative;
}

#footerlinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	display:inline;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 17px;
	text-transform:uppercase;
}







#footerlinks ul {
    list-style:none;
    display:inline;
    margin:0;
    padding:0;
}

#footerlinks li {
	border-left-color: #4c4c4c;
	margin: 0px;
	text-transform: capitalize;
	display: inline;
	padding: 0px;
	border-left: 1px dotted;}

 #footerlinks li a{
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	color: #333333;
	font-size:11px;
}
#footerlinks li a:hover{
	text-decoration: underline;
}
/* End of 'Footer' */

