@font-face {
	font-family: 'MyriadProBold';
	src: url('fonts/MyriadPro-Bold.eot');
	src: local('fonts/Myriad Pro'),
	local('fonts/MyriadPro-Bold'),
	url('fonts/MyriadPro-Bold.woff') format('woff'),
	url('fonts/MyriadPro-Bold.otf') format('opentype'),
	url('fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
}

*{
	margin: 0;
	padding: 0;
}


.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #4c4d4f url('../images/bg_slice.jpg') repeat-x left top;
	text-align: center;
	color: #4c4d4f;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #4c4d4f;
}

h2{	font-size: 1.875em; /*30px*/ margin-bottom: 10px;}
h3{	font-size: 1.5em; /*24px*/ margin-bottom: 10px;}
h4{	font-size: 1.125em; /*20px*/ margin-bottom: 10px;}
h5{	font-size: 1em; /*16px*/ margin-bottom: 10px;}

h6{ /*substituted for span in CMS therefore needs to be same size as p tag */
	color: #4c4d4f;
	float: left;
	font-size: 0.8125em;
	font-weight: 400;
	margin-right: 0.3em;
}

p /* STANDARD PARAGRAPH STYLE */
{
	font-size: 0.8125em;
	margin-bottom: 10px;
}

address{
	font-size: 0.8125em;
	font-style: normal;
	margin-bottom: 10px;
}




/* LAYOUT DIVS *************************/

#container
{
	background: #fff url('../images/container.jpg') no-repeat left top;
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0 35px 35px;
	text-align: left;
}

#header
{
	float: left;
	padding-top: 25px;
	height: 32px;
	color: #ffd503;
	font-size: 1.39em;
	font-style: italic;
	font-weight: 700;
}

#nav
{
	float: right;
	font-size: 0.8125em;
	font-weight: 700;
	height: auto;
	padding-top: 30px;
	text-align: right;
	
}
	
	#nav ul{
		list-style: none;
	}
	
	#nav li /* NAVIGATION STYLE */
	{
		float: left;
		display: block;
		padding-left: 7px;
		border-left: 2px solid #4c4d4f;
		margin-left: 7px;
	}
	
	#nav li.no-border{
		border-left: 0;
	}



#slider{
	margin-bottom: 6px;
}

#content
{
	float: left;
	width: 577px;
	height: auto;
	margin-bottom: 20px;
}

#content p{
	padding-right: 90px;
}

#content ul 
{
	list-style-position: outside;
	margin-bottom: 10px;
}

#content ol{
	list-style-position: outside;
	margin-bottom: 10px;
	padding-left: 8px;
}

#content li
{
	font-size: 0.8125em; /*needs to match p font-size*/
	margin-bottom: 10px;
	margin-left: 15px;
	padding-right: 90px;
	
}

#subnav{
	float: left;
	list-style: none;
	text-align: right;
	font-size: 0.875em;
}
	#subnav li{
		float: left;
		display: block;
		margin-right: 6px;
		margin-left: 0;
		padding-right: 0;
	}
	
	#sn-ref, #sn-mai, #sn-rep, #sn-dil{
		display: block;
		padding: 73px 5px 0 0;
		width: 133px;
		height: 19px;
	}
	
	#sn-ref{
		background: url('../images/refurbishments.jpg') no-repeat left top;	
	}
	
	#sn-mai{
		background: url('../images/maintenance.jpg') no-repeat left top;
	}
	
	#sn-rep{
		background: url('../images/repairs.jpg') no-repeat left top;
	}
	
	#sn-dil{
		background: url('../images/dilapidation.jpg') no-repeat left top;
	}
	
	


#sidebar
{
	float: right;
	width: 221px;
	height: auto;
}
	.case-study{
		background: #4c4d4f url('../images/sidebar-top.gif') no-repeat left top;
		color: #fff;
		margin-top: 40px;
	}
	.case-study h4{
		font-family: 'MyriadProBold';
		color: #fff;
		padding: 5px 10px 0;
		font-size: 0.9375em;
	}
	
	.case-study p{
		background: #4c4d4f url('../images/sidebar-bottom.gif') no-repeat left bottom;
		padding: 0 10px 15px;
	}
#footer
{
	background: #4c4d4f url('../images/footer.gif') no-repeat left bottom;
	clear: both;
	padding: 10px 22px 6px;
	height: 30px;
}
	#footer .right{
		color: #ffd503;
		font-size: 1.1875em;
	}

/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #4c4d4f;
}

a:visited
{
	text-decoration: underline;
	color: #4c4d4f;
}

a:hover
{
	text-decoration: underline;
	color: #4c4d4f;
}

#nav a, #nav a:visited
{
	color: #4c4d4f;
	text-decoration: none;
}

#nav a:hover #nav a.active
{
	color: #4c4d4f;
	text-decoration: underline;
}

#content a{
	color: #4c4d4f;
	text-decoration: underline;
}

#content a:visited{
	color: #4c4d4f;
	text-decoration: underline;
}

#content a:hover{
	color: #4c4d4f;
	text-decoration: underline;
}

#contact-details{
	list-style: none;
	margin-left: -15px;
}

#subnav a, #subnav a:visited, #subnav a:hover{
	font-family: 'MyriadProBold';
	font-size: 1.25em;
	color: #ffd503;
	text-decoration: none;
}

#sidebar a{
	color: #fff;
	text-decoration: none;
}

#sidebar a:visited{
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover{
	color: #fff;
	text-decoration: underline;
}

#footer a, #footer a:visited{
	color: #fff;
	text-decoration: none;
	font-size: 1.461em;
}

#footer a:hover{
	color: #fff;
	text-decoration: underline;
}

/* IMAGE ALIGNMENT */

.left{
	float: left;
}

.right{
	float: right;
}

.img-left{
	float: left;
	margin: 0 10px 10px 0;
}

.img-right{
	float: right;
	margin: 0 0 10px 30px;
}

.img-center{
	text-align: center;
	margin: 0 10px 10px;
}

/* TABLE STYLING **/

table, th, td {
	border: 1px solid #000;
	border-collapse: collapse;
}

table{
	width: 100%;
	margin-bottom: 10px;
}

th{
	font-weight: 700;
}

td, th{
	font-size: 0.8125em;
	padding: 3px;
	vertical-align: bottom;
}

/* FORM **/

fieldset{
	background: #32ccfe;
	border: 0;
	margin-bottom: 10px;
	padding: 10px;
}

label
{
	display: block;
	font-size: 0.81253em;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	border: 1px solid #000;
	padding: 3px;
	width: 75%;
}

input[type=text]:focus, textarea:focus{
	background: #d1f4ff;
}

textarea
{
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100px;
	margin-bottom: 10px;
	padding: 3px;
	width: 75%;
}

input[type=submit]{
	margin-bottom: 10px;
	padding: 2px;
}

