/* Global Reset */

* {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, sans-serif;
}  

html {
	height: 100%;
}
  
body {
	height: 100%;
	font-size: 62.5%;
	color: #565656;
	background: url(../img/bg-body.png) top left repeat-x;
}

/* Formatting Styles */

div.content {
	position: relative;
	clear: both;
	margin-top: 10px;
}

#col1 img, #col2 img, #col3 img, #work li img {
	border: 1px solid #666;
}

img.padright {
	float: right !important;
	margin-top: 3px;
	margin-left: 10px;
}

div.people {
	height: 300px;
	min-height: 300px;
}

/* slightly enhanced, universal clearfix hack */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* stop commented backslash hack */	

/* Container Styles */

#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

/* Masthead Styles */

#masthead {
	width: 940px;
	height: 125px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin: 20px 0 0 0;
	width: 220px;
	height: 80px;
	background-image: url(../img/sww-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo a {	
	position: absolute;
	top: 20px;
	left: 0;
	width: 220px;
	height: 80px; 
}

#logo a span {
	display: none;
}

/* Navigation Styles */

#navigation {
	float: right;
	width: 540px;
	height: 80px;
	text-align: right;
	background: url(../img/bg-nav.png) top left no-repeat;
}

#navigation li span {
	display: none;
}

#navigation li {
	float: left;
	margin-top: 0;
	text-align: left /* Required for IE6 */;
}

#navigation li, #navigation a { 
	height: 80px;
	display: block;
}

#navabout {
	width: 108px;
}

#navapproach {
	width: 108px;
}

#navwork {
	width: 108px;
}

#navwhoweare {
	width: 108px;
}

#navcontact {
	width: 108px;
}

#navabout a:hover, #navabout.active { background:url(../img/bg-nav.png) -540px 0px no-repeat; }
#navapproach a:hover, #navapproach.active { background:url(../img/bg-nav.png) -648px 0px no-repeat; }
#navwork a:hover, #navwork.active { background:url(../img/bg-nav.png) -756px 0px no-repeat; }
#navwhoweare a:hover, #navwhoweare.active { background:url(../img/bg-nav.png) -864px 0px no-repeat; }
#navcontact a:hover, #navcontact.active { background:url(../img/bg-nav.png) -972px 0px no-repeat; }

/* Content Styles */

#contenthome {
	clear: both;
	width: 940px;
	height: 490px;
	background: url(../img/bg-contenthome.png) top left no-repeat;
	margin: 0 auto;
}

#homeslides {
	width: 940px;
	height: 490px;
	overflow: hidden;
}

#homecopy {
	position: absolute;
	top: 135px;
	left: 90px;
	width: 440px; 
	z-index: 99;
}

#content {
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0 auto 20px auto;
	padding-top: 30px;
	background: #444 url(../img/bg-room-full.jpg) no-repeat !important;
	color: #fff;
}

#contentinner {
	position: relative;
	width: 820px;
	height: auto;
	min-height: 270px;
	padding: 50px 30px 40px 30px;
	margin: 0 auto !important;
	overflow: hidden;
}

#col1, #col2, #col3 {
	float: left;
	width: 250px;
}

#col1, #col2 {
	padding: 0 30px 0 0;
}

#col3 {
	padding: 0 !important;
}

#contentbottom {
	position: relative;
	clear: both;
	width: 960px;
	height: 120px;
	background: url(../img/bg-room-full.jpg) no-repeat 0 100% !important;
}

#left {
	float: left;
	width: 510px;
}

#leftwork {
	float: left;
	width: 570px;
}

#right {
	float: left;
	width: 280px;
	padding-top: 62px;
	padding-left: 20px;
	text-align: right;
}

#rightwork {
	float: right;
	width: 200px;
	padding-top: 43px;
}

#widgetgooglemap {
	width: 280px;
	height: 225px;
	border: 4px solid #222;
	margin-bottom: 20px;
}

div.top {
	margin: 15px 0 0 0 !important;
	width: 100%;
	border-bottom: 1px solid #666;
	height: 20px;
}

div.topwork {
	width: 100%;
	margin: 0;
}

div.dateblock {
	float: left;
	width: 35px;
	margin: 5px 15px 10px 0;
	border: 1px solid #222;
	background: #fff;
	padding: 5px 15px;
	text-align: center;
}

.day, .month, .year {
	float: left;
	clear: both;
	width: 100%;
	color: #222;
}

.day {
	font-size: 1.2em;
	line-height: 1.2em;
}

.month {
	font-size: 1.8em;
}

.year {
	font-size: 1.2em;
	line-height: 1.5em;
}

#info {
	position: relative;
	clear: both;
	width: 940px;
	margin: 0 auto;
	height: 44px;
}

#news {
	float: left;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #605271;
}

#contact {
	float: right;
	width: 225px;
	height: 44px;
	background: url(../img/bg-contact.gif) top left no-repeat;
}

#contact a {		
	display: block;
	width: 225px;
	height: 44px; 
}

#contact a span {
	display: none;
}

/* Footer Styles */

#footer {
	position: relative;
	clear: both;
	padding: 40px 0 0 0 !important;
	width: 940px;
	margin: 0 auto;
	height: 70px;
	color: #605271;
	font-size: 1.1em;
	text-align: right;
}

/* List Styles */

li {
	list-style: none;
}

#content ul {
	margin: 20px 0;
}

#content li {
	font-size: 1.2em;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	background: url(../img/bullet-arrow-content.gif) 0px 5px no-repeat !important;

}

ul#work li {
	float: left;
	width: 250px;
	background: none !important;
	padding: 0 !important;
	margin-right: 30px;
}

ul#sitemap {
	font-size: 1.1em !important;
	margin: 20px 0 0 30px !important;
}

ul#sitemap li {
	margin: 15px 0 0 0;
	background: url(../img/bullet-sitemap.gif) left top no-repeat !important;
	padding: 2.5px 0px 5px 30px !important;
	font-weight: bold;
	font-size: 1em;
}

ul#sitemap ul {
	margin: 15px 0 -10px 0;
}

ul#sitemap ul ul, ul#sitemap ul ul ul {
	margin: 15px 0 -10px 0;
}

ul#sitemap li ul li {
	font-size: 1em;
}

#footer ul {
	margin-top: 7px;
	float: right;
}

#footer li {
	float: left;
	border-left: 1px solid #83839b;
	line-height: 1.5em;
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
}

#footer li.first {
	border-left: none;
}

/* Text Styles */

#contenthome h1, #contenthome h2, #contenthome h3 {
	color: #fff;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

#contenthome h1 {
	padding-top: 150px;
}

#contenthome h1, #contenthome h3 {
	font-size: 1.3em;
}

#contenthome h2 {
	font-size: 1.8em;
}

#content h1, #content h2 {
	color: #fff;
}

#content h1 {
	font-size: 2.4em;
	margin-bottom: 10px;
	font-weight: normal;
}

h1.news {
	margin-bottom: 20px !important;
}

h1.work {
	float: left;
}

#content h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-top: 15px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #666;
}

div.top h2 {
	float: left;
	margin: 0 !important;
	border: none !important;
}

#content h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 1.1em !important;
	font-weight: normal;
}

#news small {
	font-size: 1em;
}

#content p {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 1.6em;
}

p.padtop {
	margin: 10px 0 0 0 !important;
}

p.morenews {
	padding: 0 0 0 12px;
	background: url(../img/bullet-arrow.png) 0 50% no-repeat;
}

p.more {
	padding: 0 0 0 12px;
	background: url(../img/bullet-arrow-content.gif) 0% 50% no-repeat;
}

p.morework {
	float: right;
	clear: right;
	padding: 0 0 0 12px;
	margin: 5px 0 0 0 !important;
	background: url(../img/bullet-arrow-content.gif) 0% 50% no-repeat;
}

p.backtonews {
	clear: both;
	margin-top: 30px !important;
	border-top: 1px solid #666;
	padding-top: 20px;
}

p.backtonews a {
	border-bottom: none !important;
}

p.rss {
	padding: 0 0 0 25px;
	background: url(../img/bullet-rss.gif) 0% 50% no-repeat;
}

p.error {
	border:4px solid #990000;
	padding: 6px 0 6px 35px;
	background: #fff url(../img/bullet-error.gif) 2% 50% no-repeat;
	color: #222;
	margin-bottom: -10px !important;
}

address {
	font-size: 1.2em;
	line-height: 1.4em;
	font-style: normal;
}

div.top small {
	float: right;
	font-size: 1.1em;
	margin: 0;
}

blockquote p {
	clear: both;
	background: #000;
	margin: 20px 0 10px 0 !important;
	padding: 5px 10px;
}

cite {
	float: right;
	width: 100% !important;
	text-align: right !important;
	font-size: 1em !important;
	margin: 0 0 20px 0 !important;
}

/* Link Styles */

#content p a:link, #content p a:visited, #content ul#sitemap a:link, #content ul#sitemap a:visited, ul.standard a:link, ul.standard a:visited {
	color: #d2d2e6;
	text-decoration: none;
	border-bottom: 1px dotted #d2d2e6;
}

#content a:hover, #content ul#sitemap a:hover, ul.standard a:hover {
	text-decoration: none;
	border-bottom-style: solid;
	color: #000;
}

div.top a:link, div.top a:visited {
	color: #d2d2e6;
	text-decoration: none;
	border: none !important;
}

div.top a:hover {
	color: #fff !important;
}

#work li p a {
	width: 248px;
	display: block;
	margin-top: 5px !important;
	text-align: center !important;
	font-size: 0.8em !important;
	padding: 2px 0;
}

#work li p a:link, #work li p a:visited {
	background: #111 !important;
	text-decoration: none !important;
	border: 1px solid #666;
}

#work li p a:hover {
	background: #d2d2e6 !important;
	color: #222 !important;
	text-decoration: none !important;
	border: 1px solid #fff !important;
}

#work li img:hover {
	border: 1px solid #fff !important;
}

#news a {
	color: #605271;
}

#news a:link, #news a:visited {
	text-decoration: none;
}

#news a:hover {
	text-decoration: underline;
}

#footer a {
	color: #605271;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	color: #605271;
	text-decoration: underline;
}

/* Form Element Styles */

#contentinner form {
	clear: both;
	width:100%;
	margin-top: 35px;
}

#contentinner fieldset {
	padding: 0 0 20px 0;
	margin: 0 0 15px;
}

#contentinner fieldset fieldset {
	padding: 0;
	background: none;
	border: none;
	display: block;
	float: left;
	clear: both;
}

#contentinner legend {
	font-size: 1.5em;
	color: #666;
}

#contentinner form p {
	margin-bottom: 10px;
	float: left;
	clear: both;
	padding: 0 !important;	
	width: 100%;
}

#contentinner label {
	width: 90px;
	margin: 0 5px 0 0;
	padding: 2px 0;
	font-size: 1em;
	display: block;
	text-align: right;
	float: left;
	color: #fff;
}

#contentinner input, #contentinner textarea {
	width: 350px;
	font-size: 1em;
	display: block;
	padding: 2px;
	float: left;
	background: #ccc;
	border: 1px solid #222;
}

#contentinner input.btn {
	width: auto;
	padding: 5px 0;
	font-size: 1.2em;
	border: 0 !important;
	background: none !important;
}

#contentinner fieldset.checkboxes input {
	width: auto;
	line-height: 1em;
	margin: 1px 0 1px 95px !important;
	padding: 0;
	background: none;
	border: none !important;
}
	
#contentinner fieldset.checkboxes p.password {
	margin: 1px 0 0 95px !important;
	width: 100% !important;
}

#contentinner fieldset.checkboxes label {
	width: 350px;
	margin: 0 0 0 5px;
	text-align: left;
	line-height: 1em;
}

/*Pagination
*********************************************************/
.pagination{
	margin: 20px 0 0 0 !important;
	text-align:center;
	padding:20px 0;
	color: #fff;
	}
	.pagination a{
		
	
		
		color:#fff !important;
		text-decoration:none;
		}
		.pagination a.next,
		.pagination a.previous{
			border:1px solid #ccc;
			color:#444 !important;
			}
		.pagination a:hover{
            color:#605271 !important;
			}
	.pagination span{		
		padding:5px 10px;
		}	
		.pagination span.next,
		.pagination span.previous{
			background:#fff;
			border:1px solid #ddd;
			color:#bbb;
			}
		.pagination span.current{
			background:#fff url(../img/bg-bar-silver.jpg) repeat-x;	
			border:1px solid #333;
			color:#000;
			font-weight:bold;
			}

/* Galleria Styles */

#thumbs {
	clear: both;
	float: left;
	width: 209px;
}
			
#thumbs li {
	background: none !important;
	padding: 0 !important;
	height: 80px;
	width: 80px;
	border: 1px solid #000;
	float: left;
	overflow: hidden;
	display:block;
	margin:0 10px 10px 0 !important;
}

#thumbs li img {
	display:block;
	float:left;
	cursor: pointer;
}

#mainimage {
	margin: 20px 0;
	float: left;
	height: auto !important;
	padding: 0 0 20px 0;
	background: #000;
	text-align: center !important;
	font-size: 1.2em;
}

#mainimage img {
	border: 5px solid #000;
	width: 600px;
	height: auto;
	padding-bottom: 5px;
}	
			
