/* =GENERAL
-----------------------------------------------------------------------------*/


body {
	background: #fff;
	margin: 0 auto;
	height: 100%;
	padding: 1px 0 0 0;
	font-family: "trebuchet ms", verdana, Helvetica, sans-serif;
	font-size: 14px;
	color:#383838;
	line-height:1.5em;
	background: url(/images/wra_pattern_bkgd.gif) repeat-x;
	}
html {
	height: 100%;
	}
	
img {
	border: 0;
	}

a:link, a:visited {
	color:#0098B2;
	text-decoration:none;
	}

a:hover, a:active {
	color:#CC3300;
	text-decoration:underline;
	}
	

/* =PRIMARY LAYOUT
-----------------------------------------------------------------------------*/	
#wrap {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	width: 860px;
	background: none;
	}
* html #wrap {
	height: 100%;
	}

#header {
	width: 860px;
	height: 118px;
	margin:0;
	padding:0;
	position:relative;
	}
	
#content {
	margin-top: 45px;
	padding-bottom: 9em;
	}
	
#feature h2 {
	font-size: 14px;
	}


/* =MAIN NAVIGATION
-----------------------------------------------------------------------------*/	
#mainNav {
	background: url(/images/wra_mainNav_bkgd_crop.png) no-repeat;
	width: 860px;
	height: 88px;
	margin:0;
	padding:0;
	position:relative;
	top: 30px;
	}
	
#mainNav li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	}

#mainNav li,
#mainNav a {
	height: 88px;
	display:block;
	}

/*-- CSS Sprite for main navigation --*/

#logo {
	position:absolute;
	z-index: 1;
	top: 20px;
	left:-60px;
	width:353px;
	height: 100px;
	}

#about {
	left:310px;
	width:127px;
	}
#services {
	left:438px;
	width:162px;
	}
#work {
	left:601px;
	width:130px;
	}
#contact {
	left:732px;
	width:128px;
	}

#about a:hover, body.about #about {
	background: url(/images/wra_mainNav_bkgd_crop.png) -310px -88px no-repeat;
	}
#services a:hover, body.services #services {
	background: url(/images/wra_mainNav_bkgd_crop.png) -438px -88px no-repeat;
	}
#work a:hover, body.work #work {
	background: url(/images/wra_mainNav_bkgd_crop.png) -601px -88px no-repeat;
	}
#contact a:hover, body.contact #contact {
	background: url(/images/wra_mainNav_bkgd_crop.png) -732px -88px no-repeat;
	}
	
/* =SUB NAVIGATION
-----------------------------------------------------------------------------*/
#subNav {
	height: 27px;
	background: url(/images/wra_subnav_bkgd.gif) no-repeat;
 	}
	
#subNav ul {
	float: right;
	margin: 0;
	margin-right: -20px;
	list-style:none;
	font-size: .9em;
	}

#subNav li {
	display: block;  
	height: 27px;
	float: left;
	margin: 0;
	color:#ddd;
	text-decoration:none;
	font-weight: bold;
	}

#subNav a {
	height: 27px;
	float: left;
	padding:0 10px;
	margin-top: 3px;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	}

#subNav a:hover, #subNav a.here {
	background: url(/images/wra_subnav_on.gif) repeat-x;
	color: #383838;
	border-top: 1px solid #D9EDF4;
	}
	
	
/* =SECONDARY LAYOUT
-----------------------------------------------------------------------------*/	
.slideshow {
	float: left;
	margin-right: 20px;
	}

/* =PORTFOLIO
-----------------------------------------------------------------------------*/	

#portfolio {
	}
	
#portfolio .clear {
	margin-bottom: 30px;
	}
	
#portfolio img {
	background: #fff;
	padding: 7px;
	margin: 0 0 15px 15px;
	border:solid 1px #D7D7D7;
	float:left;
	}

#portfolio img.first {
	background: #fff;
	padding: 7px;
	margin-left: 0;
	border:solid 1px #D7D7D7;
	float:left;
	}

#portfolio img:hover {
	background: #B4E5FB;
	cursor:pointer;
	}

#portfolio h1 {
	padding: 15px 0 0 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 22px;
	color: #C64B1A;
	font-weight: normal;
	letter-spacing: 1px;
	border-top: 1px dashed #aaa;
	}
#portfolio h1.top {
	border-top: 0;
	margin-top: 20px;
	}

#portfolio h2 {
	padding: 0 0 8px 0;
	margin: 0;
	font-size: 14px;
	color: #777;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	}
	
.small {
	font-size: .8em;
	color: #555;
}

#portfolio h3 {
	margin-bottom: 0px;
	}

#portfolio p {
margin-top: 3px;
}



/* =XFADE SLIDESHOW
-----------------------------------------------------------------------------*/	

#slideContainer {
	display: block;
	float: left;
	padding-right: 20px;
	margin:auto;
	width:625px;
	height: 242px;
}

#slideContainer img {
	display:none;
	position:absolute;
}


/* =FOOTER
-----------------------------------------------------------------------------*/

#footer-bg {
	position: relative;
	margin-top: -9em;
	background: #415D7E url(/images/wra_footer_bg.gif);
	height: 150px;
	bottom: 0px;
	}

#footer {
	margin: 0 auto;
	width: 860px;
	font-size: .8em;
	color: #aaa;
	}

#footer p {
	margin-top: 65px;
	}
	
#footer a:link, #footer a:visited {
	color:#aaa;
	text-decoration:none;
	}

#footer a:hover, #footer a:active {
	color:#4F90B0;
	text-decoration:underline;
	}

#nav-footer {
	float: left;
	}

#copyright {
	float: right;
	}
	
	
/* =TYPOGRAPHY
-----------------------------------------------------------------------------*/
h1 {
	font-size: 22px;
	color: #C64B1A;
	font-weight: normal;
	letter-spacing: 1px;
	}

h2 {
	font-size: 16px;
	color: #415D7E;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	}

p.small {
	font-size: 12px;
	line-height: 1.2em;
	letter-spacing: .05em;
	}

#content li {
	padding-bottom: 10px;
	}

blockquote p {
	padding-bottom: 10px;
	color: #C64B1A;
	}

	
/* =MISC
-----------------------------------------------------------------------------*/	
.fl {
	float: left;
	}

.fr {
	float: right;
	}

.block {
	display: block;
	}

.clear {
	clear: both;
	}

#tagline h1 {
	margin-top: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	text-align: center;
	color: #333;
	}

#tagline h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: #333;
	}

td p {
	font-size: .9em;
	margin: 0;
	padding: 0 0 8px 0;
	}

#facebook {
	float: right;
	clear: both;
}

