/*	CSS documen developed by Craig Longmuir @ twenty-eleven.com
	version 1.1 dated 7 may 2007
	copyright remains the property of Crig Longmuir and any unaithorised use will result in prosecution
 */


/*	main elements */
	body {
	text-align:center;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	}
		
	a:link {color: #666666; text-decoration: none; }
	a:visited {
	color: #666666;
	text-decoration: none;
}
	a:hover {color: #3399FF; text-decoration: none; }

	p {
	font-size: .7em;
	margin-left: 20px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	}
	
	h1 {
	font-size: .7em;
	margin-left: 20px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	}
h2 {
	font-size: 1em;
	margin-left: 20px;
	margin-top: 30px;
}



	
/*	elemnt layouts */	
	#frame {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 20px;
		}
	
	#header {
	background-color: #FFFFFF;
	height: 101px;
	margin: 0px;
	padding: 0px;
	width: 770px;
	background-image: url(images/arc8_header.jpg);
	background-repeat: no-repeat;
	}
		
	#contentleft{
	width:385px;
	float: left;
	height: 470px;
	background-color: #FFFFFF;
	clear: left;
		}	
		
	#contentright {
	width:365px;
	float: left;
	background-color: #FFFFFF;
	margin-left: 20px;
	
		}
		
		
	#contentfull{
	width:760px;
	float: left;
	background-color: #FFFFFF;

	
		}	
		
	
	
	/*	navigation image rollovers*/		


	
	

	/*	navigation text positioning */	
	.nav {
	width: 770px;
	float: left;
	display: inline;
	margin-top: 40px;
	margin-left: 100px;
	}
	
	.nav a{
	font-size: 0.7em;
	margin-left: 18px;
	padding-left: 18px;
	}	



	/*	footer styles  */		
	#footer {
	clear: both;
	width: 770px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 0.6em;
	background-position: bottom;
	padding-top: 30px;
	padding-bottom: 5px;
		}
	
	
/*	navigation list */	

	
	#contentleft ul {
	font-size: 0.7em;
	}
	
	#contentleft ul li {
	display: block;
	background-image: url(images/arc8_list_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left;
	list-style-type: none;
	margin-bottom: 5px;
	color: #666666;
	}
	

	
/*	footer list  */		
	#footer ul {
	color: #CCCCCC;
	text-align: center;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
	#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

	#footer ul li a {
	color: #999999;
	text-decoration: none;
	}

	#footer ul li a:hover {
	color: #666666;
	background-color: transparent;
	}


	.newsbox{
	background-color: #FFFFFF;
	color: #666666;
	float: left;
	margin-top: 15px;
	height: 80px;
	}
	

	
	
	
	.newsbox h1 {
	font-size: 0.7em;
	margin-left: 70px;
	margin-top: 0px;
	color: #3399FF;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
	.newsbox p {
	margin-left: 70px;
	margin-top: 0px;
	padding: 0px;
	font-size: .7em;
	}

	form {
	display: inline;
	margin-left: 15px;
	position: relative;
	}

   
/*	show me some more css */	

.holder {width:365px; float:left;}
.holder h2 {text-align:left;}
a.hid {
	color:#666666;
	text-decoration:none;
	outline-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.hid em {display:none;}
a.hid:hover {
	text-decoration:none;
	color: #666666;
}
a.hid:active, a.hid:focus {background:#fff;}
a.hid:active span, a.hid:focus span {display:none;}
a.hid:active em, a.hid:focus em {display:block; width:100%; font-style:normal; cursor:default;}
.clear {clear:both;}	
.image_padding_10 {
	margin-bottom: 15px;
}
.newsimage {
	float: left;
	margin: 0px;
	padding: 0px;
}
.blue {
	color: #3399FF;
}
.padding_left {
	margin-left: 30px;
}



/* image rollover buttons home - commercial*/

a#buttoncommercial {
    display: block;
    width: 250px;
    height: 25px;
    background-image: url(images/projects_commercial_btn.jpg);
    background-position: 0 0;
    margin: 0 auto;
}
a#buttoncommercial:hover {
    background-position: 0 -25px;
}
a .alt { display: none; }

/* image rollover buttons home - dictionary*/

a#buttonretail {
    display: block;
    width: 250px;
    height: 25px;
    background-image: url(images/projects_retail_btn.jpg);
    background-position: 0 0;
    margin: 0 auto;
}
a#buttonretail:hover {
    background-position: 0 -25px;
}
a .alt { display: none; }

/* image rollover buttons home - hospitality*/

a#buttonhospitality {
    display: block;
    width: 250px;
    height: 25px;
    background-image: url(images/projects_hospitality_btn.jpg);
    background-position: 0 0;
    margin: 0 auto;
}
a#buttonhospitality:hover {
    background-position: 0 -25px;
}
a .alt { display: none; }

/* image rollover buttons home - residential*/

a#buttonresidential{
    display: block;
    width: 250px;
    height: 25px;
    background-image: url(images/projects_residential_btn.jpg);
    background-position: 0 0;
    margin: 0 auto;
}
a#buttonresidential:hover {
    background-position: 0 -25px;
}
a .alt { display: none; }

/* image rollover buttons home - dictionary*/

a#buttonotherservices {
    display: block;
    width: 250px;
    height: 25px;
    background-image: url(images/projects_otherservices_btn.jpg);
    background-position: 0 0;
    margin: 0 auto;
}
a#buttonotherservices:hover {
    background-position: 0 -25px;
}
a .alt { display: none; }
.newsicon {
	float: left;
}
