/*
	COLOURS:
	Blue: 		#004389
	Orange:		#ed861f
	Dark Gray:	#898389
	Light Gray:	#cccccc
*/

body {
	font-size: 76%;
	font-family: verdana, helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url('images/swoosh-top.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	color: #898389;
	margin: 0px;
}

#container {
	margin: 0px auto;
	width: 885px;
	font-size: 1.0em;
	line-height: 1.3em;
	padding: 45px 0px;
}

#navigation {
	float: left;
	text-align: center;
	width: 170px;
	padding: 5px 40px 0px 0px;
}

#logoflash {
	display: block;
	width: 130px;
	margin: 0px 20px;
	height: 76px;
	overflow: hidden;
}

#navlinks {
	width: 130px;
	margin: 0px 20px;
	padding: 35px 0px 20px 0px;
	text-align: center;
}

a.nav {
	display: block;
	width: 130px;
	padding: 8px 0px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
	font-size: 1.0em;
	text-transform: uppercase;
}
a.nav.last {border: 0px;}
a.nav:link {color: #898389; text-decoration: none;}
a.nav:visited {color: #898389; text-decoration: none;}
a.nav:hover {color: #ed861f; text-decoration: none;}
a.nav:active {color: #ed861f; text-decoration: none;}
a.nav.active:link {color: #ed861f; text-decoration: none;}
a.nav.active:visited {color: #ed861f; text-decoration: none;}

#buttonbox {
	display: block;
	margin: 0px auto;
	width: 170px;
	height: 120px;
	overflow: hidden;
}

#content {
	float: left;
	width: 675px;
	padding: 40px 0px 0px 0px;
	line-height: 1.5em;
	min-height: 485px;
}

#msgbox {
	background-color: #FFFFDD;
	border: 1px solid #FFD700;
	color: #FFD700;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	width: 100%;
}
.errormsg {color: #CC0000;}
.successmsg {color: #339900;}
.warningmsg {color: #000000;}

#home-title {
	display: block;
	float: left;
	width: 210px;
	text-align: right;
	border-right: 1px solid #e8e8e8;
	padding-right: 30px;
}

#home-title h1 {
	color: #ed861f;
	font-size: 1.6em;
	text-transform: none;
	line-height: 1.2em;
	margin: 0px;
}

#home-title p {
	font-size: 0.9em;
	margin: 0px;
}

#home-intro {
	display: block;
	float: left;
	width: 400px;
	padding-left: 30px;
	line-height: 1.2em;
}

.home-col {
	display: block;
	float: left;
	width: 205px;
	margin-right: 30px;
}

.home-col h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #004389;
}

a.readmore {
	display: inline-block;
	text-align: right;
	background-image: url('images/arrow-right.jpg');
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px 20px 0px 0px;
	font-weight: bold;
}
a.readmore:link {color: #004389; text-decoration: none;}
a.readmore:visited {color: #004389; text-decoration: none;}
a.readmore:hover {color: #ed861f; text-decoration: none;}
a.readmore:active {color: #ed861f; text-decoration: none;}

#featuretag {
	display: block;
	position: absolute;
	width: 82px;
	height: 82px;
	overflow: hidden;
	background: url('images/featureproject.png') no-repeat;
	/*margin-top: 20px;*/
	padding: 0px;
	z-index:100;
}

#rotator {
	display: block;
	/*margin-top: 20px;*/
	width: 675px;
	height: 270px;
	position: relative;
	overflow: hidden;
	border: 1px solid #dddddd;
}
#rotator a {
	display: block;
	width: 675px;
	height: 270px;
	overflow: hidden;
}
	

#tabbar {
	text-align: right;
	margin-bottom: 20px;
}

#tabbar a {
	display: inline-block;
	padding: 4px;
	font-size: 1.5em;
	color:  #ed861f;
	font-weight: bold;
}

#tabbar a:link {color: #ed861f; text-decoration: none;}
#tabbar a:visited {color: #ed861f; text-decoration: none;}
#tabbar a:hover {color: #004389; text-decoration: none;}
#tabbar a:active {color: #004389; text-decoration: none;}
#tabbar a.active:link {color: #004389; text-decoration: none;}
#tabbar a.active:visited {color: #004389; text-decoration: none;}

#subnav {
	float: left;
	width: 175px;
	margin: 0px;
	padding: 15px 25px 15px 0px;
	list-style-position: inside;
	list-style-type: circle;
	color: #aaaaaa;
	font-size: 0.9em;
}

#subnav li {
	margin: 0px;
	padding: 5px 0px;
}
#subnav a:link {color: #aaaaaa; text-decoration: none;}
#subnav a:visited {color: #aaaaaa; text-decoration: none;}
#subnav a:hover {color: #ed861f; text-decoration: none;}
#subnav a:active {color: #ed861f; text-decoration: none;}
#subnav a.active:link {color: #ed861f; text-decoration: none;}
#subnav a.active:visited {color: #ed861f; text-decoration: none;}
#subnav.casestudies {
	float: right;
	padding:15px 0px 15px 25px;
	text-align: center;
}
#subnav.casestudies a {display: block; width: 175px; height: 100px;}


#newsmenu {
	margin: 0px;
	padding: 0px;
}
#newsmenu li {
	list-style: circle;
	margin: 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #e8e8e8;
}
#newsmenu a.headline {
	display: block;
	background-color: #004389;
	color: #ffffff;
	font-weight: normal;
	padding: 4px;
}
#newsmenu a.headline:link {background-color: #ffffff; color: #898389; text-decoration: none;}
#newsmenu a.headline:visited {background-color: #ffffff; color: #898389; text-decoration: none;}
#newsmenu a.headline:hover {background-color: #004389; color: #ffffff; text-decoration: none;}
#newsmenu a.headline:active {background-color: #004389; color: #ffffff; text-decoration: none;}
#newsmenu a.headline.active:link {background-color: #004389;color: #ffffff; text-decoration: none;}
#newsmenu a.headline.active:visited {background-color: #004389; color: #ffffff; text-decoration: none;}

#newsmenu li li {
	border: none;
	list-style: disc;
}

#inner-content {
	float: left;
	width: 475px;
	padding: 10px 0px;
}

a#freeestimate {
	display: block;
	float: right;
	width: 120px;
	height: 20px;
	overflow: hidden;
	background-image: url('images/button-free-estimate.jpg');
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 10px 0px 10px 20px;
}
a#freeestimate:link {background-position: top center;}
a#freeestimate:visited {background-position: top center;}
a#freeestimate:hover {background-position: bottom center;}
a#freeestimate:active {background-position: bottom center;}

#footerwrap {
	display: block;
	width: 100%;
	margin: 0px auto;
	background-image: url('images/swoosh-bottom.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding: 60px 0px 0px 0px;
}

#footer {
	width: 885px;
	margin: 0px auto;
	color: #898389;
	padding: 0px;
	font-size: 0.9em;
	line-height: 1.6em;
}
#footer table {border-collapse:collapse;border: 0px;}
#footer td {vertical-align: top;}

#footer a.alliances {
	display: block;
	float: left;
	width: 50px;
	height: 32px;
	overflow: none;
	margin: 5px 0px;
	background-image: url('images/alliances.jpg');
	background-repeat: no-repeat;
}
a#metroclub:link, a#metroclub:visited {background-position: bottom left; text-decoration: none;}
a#metroclub:hover, a#metroclub:active {background-position: top left; text-decoration: none;}

a#aaw:link, a#aaw:visited {background-position: bottom center; text-decoration: none;}
a#aaw:hover, a#aaw:active {background-position: top center; text-decoration: none;}

a#nmm:link, a#nmm:visited {background-position: bottom right; text-decoration: none;}
a#nmm:hover, a#nmm:active {background-position: top right; text-decoration: none;}



#footer a:link {color: #898389; text-decoration: none;}
#footer a:visited {color: #898389; text-decoration: none;}
#footer a:hover {color: #ed861f; text-decoration: none;}
#footer a:active {color: #ed861f; text-decoration: none;}

#fivesteps {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#fivesteps li {
	list-style-position: outside;
}

#commentForm {
	display: block;
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

#enewsSignup {
	width: 113px;
	overflow: hidden;
	border: 1px solid #cccccc;
	background-color: #E9E9E9;
}

#enewsSignup  p {
	padding: 10px 0px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.2em;
}

#enewsSignup input {
	margin: 0px;
	padding: 3px;
	width: 107px;
	border: 0px;
	background-color: #ffffff;
	color: #898389;
	font-size: 0.9em;
	text-align: center;
}

#enewsSubmit {
	display: block;
	width: 113px;
	padding: 10px 0px;
	text-align: center;
	overflow: hidden;
}

#portfolio-main {
	float: left;
	width: 400px;
	height: 430px;
	text-align: center;
	padding: 20px 0px 0px 10px;
	overflow: hidden;
}

.port-panel {
	width: 400px;
	height: 430px;
	display: none;
	overflow: hidden;
}
.port-panel.first {
	display: block;
}

.port-image {
	margin-top: 35px;
	margin-bottom:40px;
}

#portfolio-thumbs {
	float: left;
	width: 212px;
	padding: 0px 0px 0px 35px;
}

a.thumbbg {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	padding: 0px;
	margin: 0px 9px 9px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}
a.thumbbg.end {
	margin: 0px 0px 9px 0px;
}
a.thumbbg:link {border: 2px solid #ffffff; background-position: top;}
a.thumbbg:visited {border: 2px solid #ffffff; background-position: top;}
a.thumbbg:hover {border: 2px solid #ec861e; background-position: bottom;}
a.thumbbg:active {border: 2px solid #ec861e; background-position: bottom;}

.copyright {
	padding: 30px 0px;
}

.hr {
	display: block;
	width: 100%;
	height: 1px;
	margin: 25px 0px;
	border-bottom: 1px solid #e8e8e8;
}

.orange 	{ color: #ed861f; }
.blue	{ color: #004389; }
.black	{ color: #000000; }
.red	{ color: #CC0000; }

.right-quote {
	float: right; 
	width: 200px;
	margin: 15px 0px 15px 15px;
	padding: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #ed861f;
}

.right-quote a:link {color: #ed861f; text-decoration: none;}
.right-quote a:visited {color: #ed861f; text-decoration: none;}
.right-quote a:hover {color: #004389; text-decoration: none;}
.right-quote a:active {color: #004389; text-decoration: none;}

.pdf-download {
	background-image: url('images/icon-pdf.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 23px;
	text-align: left;
	margin: 13px 0px;
}

.vcard-download {
	background-image: url('images/icon-vcard.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 33px;
	text-align: left;
	margin: 13px 0px;
}

.map-link {
	background-image: url('images/icon-map.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 33px;
	text-align: left;
	margin: 13px 0px;
}

form .text {
	width: 250px;
	padding: 2px 2px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
	font-size: 1.0em;
	margin: 10px 0px;
	color: #ed861f;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 1.1em;
	margin: 10px 0px;
	color: #ed861f;
	font-weight: normal
}
h2 a:link {color: #ed861f; text-decoration: none;}
h2 a:visited {color: #ed861f; text-decoration: none;}
h2 a:hover {color: #004389; text-decoration: none;}
h2 a:active {color: #004389; text-decoration: none;}

h3 {
	font-size: 1.0em;
	margin: 20px 0px 10px 0px;
	color: #ed861f;
	font-weight: normal;
}


p {
	margin: 0px;
	padding: 5px 0px;
}

a:link {color: #004389; text-decoration: none;}
a:visited {color: #004389; text-decoration: none;}
a:hover {color: #ed861f; text-decoration: none;}
a:active {color: #ed861f; text-decoration: none;}

/* blog styles */
.blog-archive {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.blog-archive li {
	margin: 0px;
	padding: 5px 0px;	
}

#searchform input {
	margin: 5px 0px;
}

#subnav.blog {
	padding: 15px 0px 15px 25px;
}
