/* CSS style sheet for Dunlop Self Storage */

html, body { 
 	margin: 0; 
 	padding: 0; 
 	text-align: center; 
	background-repeat: repeat-x;
	background-color: #0c68a9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #253270;
} 
* {
	padding: 0;
	margin: 0;
} 
a {
	color: #0c68a9;
}
a:hover {
	color: #c22127;
}
/* ------------------------------------------------------ Layout divs ---*/ 
#pagewidth { 
 	width: 795px; 
 	text-align: left;  
	margin-left: auto; 
 	margin-right: auto; 
	margin-top: 20px;
	margin-bottom: 20px;
} 
#header {
	height: 109px;
	width: 100%;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#navcont {
	width: 100%;
	height: 26px;
	background-image: url(images/menubg.gif);
	background-repeat: no-repeat;
	text-align: center;
}
#wrapper {
	width: 100%;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-y;
}
#maincol {
	width: 715px;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	height: 42px;
	width: 100%;
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
}
/* ------------------------------------------------------ Menu ---*/
#navcont ul {
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	height: 26px;
	width: 720px;
	text-align: center;
	margin-left: 38px;
	margin-right: 37px;
}
#navcont li {
	float: left;
	width: 120px;	
}
#navcont a {
	display: block;
	
	height: 26px;
	border-right: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 26px;
}
#navcont a:hover {
	
	background-image: url(images/menuhover.gif);
	background-repeat: no-repeat;
}
/* ------------------------------------------------------ Main content ---*/
small {
	font-size: 10px;
}
#maincol h1 {
	font-size: 18px;
	color: #0c68a9;
	padding-bottom: 5px;
	border-bottom: #0c68a9 thin dotted;
	margin-bottom: 10px;
}
#maincol h2 {
	font-size: 14px;
	color: #0c68a9;
	margin-bottom: 5px;
}
#maincol h3 {
	font-size: 12px;
	color: #0c68a9;
}
	
#maincol p {
	line-height: 18px;
	margin-bottom: 10px;
}
.emred {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
#maincol ul {
	margin-left: 30px;
	padding-left: 20px;
	line-height: 18px;
	margin-bottom: 5px;
}
#homeleft {
	width: 300px;
	float: left;
}
#homeright {
	float: right;
	display: inline;
	width: 400px;
}
#homeleft img {
	margin-bottom: 10px;
}	
#contactaddress {
	float: left;
	width: 260px;
}
#contactmap {
	width: 425px;
	float: right;
	display: inline;
}
#contactaddress p {
	font-size: 14px;
}
.pageleft {
	width: 350px;
	float: left;
}
.pageright {
	width: 350px;
	float: right;
	display: inline;
}
/* ------------------------------------------------------ Footer ---*/
#footer p {
	color: #0c68a9;
	font-size: 10px;
	padding-top: 12px;
}
#footer a {
	color: #0c68a9;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
.clearit {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
