a:focus {
    outline: 0px ;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
}
#container {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	background-image: url(images/backgroundstrip.jpg);
	background-repeat: repeat-y;
}


#header{
	height: 250px;
	width: 1000px;
	top: 0px;
	background-color: #09F;
	
}

#main{
	position: relative;
	height: 100%;
	width: 1000px;
	top: 0px;
	
}

#footer{
	position: relative;
	height: 210px;
	width: 1000px;
	clear: both;
	
}
#servicestext{
	position: relative;
	height: 100%;
	width: 580px;
	float: right;
	margin-top: 20px;
	right: 50px;
	border-top-width: 10px;
	border-top-style: double;
	border-top-color: #FC0;

}
#serviceslist{
	position: relative;
	height: 100%;
	width: 350px;
	float: left;
}
#servicesimages{
	position: relative;
	height: 100%;
	width: 999px;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
#servicestitle{
	position: relative;
	height: 70px;
	width: 1000px;
	text-align: center;
	margin-top: 20px;
}
/********************************* text ***********/
#serviceslist ul {
	font-size : 18pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000;


	list-style-image: images/arrows.png;
	list-style-image: url(images/point.png);
	list-style-position: inside;
	
}
#serviceslist li {
	margin-top:30px;
	
}
#serviceslist ul a{
	color: #000;
	text-decoration: none;
}
#serviceslist ul a:hover{
	color:#999;
	text-decoration:underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	line-height: 1.5em;
	margin-top: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	text-align: center;
	color: #900;
	margin-top: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #F60;
	margin-bottom: 0px;
	margin-top: 30px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	text-align: center;
}
h5 a {
	color: #333;
	text-decoration: none;
}
h5 a:hover {
	color: #CCC;
	text-decoration: underline;
}

#homeAddresses p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;	
}

#victorHarbor h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #03F;
}
#whyalla h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #F06;
}
#kingston h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #D1DC10;
}
#adelaide h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000;
}
#homeFlash {
	position: relative;
	height: 300px;
	width: 1000px;
	text-align: center;
	margin-top: 0px;
}
#leftColom {
	position: relative;
	height: 100%;
	width: 350px;
	float: left;
	text-align: center;
	padding-top: 50px;
}
#homeAddresses {
	position: relative;
	height: 100%;
	width: 999px;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
#victorHarbor{
	float: left;
	height: 300px;
	width: 250px;
	position: relative;
	text-align: center;
	}
#whyalla {
	float: left;
	height: 300px;
	width: 250px;
	position: relative;
	}
#kingston {
	float: left;
	height: 300px;
	width: 250px;
	position: relative;
	}
#adelaide {
	float: right;
	height: 300px;
	width: 248px;
	position: relative;
	}
#mapBorder {
	height: 350px;
	width: 425px;
	border: medium solid #F60;
	margin-right: auto;
	margin-left: auto;
}

