/* General settings */
* {font-size: 100.01%;}
html {font-size: 62.5%;}
body{
	margin:0;
	color:#333;
	font: 1.3em/1.31em Georgia, "Times New Roman", Times, serif;
	background:#fff;
}
img{border-style:none;}
a{
	color:#000;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
#wrapper {
	width:960px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
		
}
#wrapper:after {
	content:"";
	clear:both;
	display:block;
}


#headstrip {
	width: 100%;
	height: 15px;
	background: #333 url(images/green-box.png) no-repeat;
}

#header {
	width: 100%;
	margin: 100px 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

#header h1 {
	width: 88px;
	float: right;
	height: 27px;
	margin: 10px 0 0 0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/srh-logo.png) no-repeat;
}

#header2 h1 {
	width: 88px;
	float: right;
	height: 27px;
	margin: 15px 0 0 0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/srh-logo.png) no-repeat;
}



#header h1 a, #header2 h1 a {
	display:block;
	height:100%;
}


#header h2{
	font: 2em/2em Helvetica, Arial, Sans-serif;
	padding: 0;
	margin: 0;
	color: #333;
}

#header2 {
	height: 57px;
	border-bottom: 1px solid #ccc;
}

#nav2 {
	width: 400px;
	overflow: auto;
	margin: 20px 0 0 0;
	float: left;
	
}




#intro {
	padding: 0px 0 35px 0;
	
	overflow: auto;
	width: 100%
}

#intro:after {
	content:"";
	clear:both;
	display:block;
}

#intro h3 {
	font-weight: normal;
	font-size: 1.45em;
	line-height: 1.3em;
	padding: 0px;
	margin: 20px 0 0 0;
	width: 670px;
	letter-spacing: -.0em;
	
}

#intro p {
	font-weight: normal;
	font-size: 1.45em;
	line-height: 1.3em;
	width: 650px;
	list-style-type: none;
	padding: 0;
}

#intro h3 strong, #intro p strong {
	font-weight: normal;
	color: #999;
}



#intro div.intro-box {
	width: 250px;
	float: right;
	margin: 20px 0 0 0;
	overflow: hidden;
}

#idTab1, #idTab2 {
       margin-top: 30px;
}

#intro div.intro-box:after {
	content:"";
	clear:both;
	display:block;
}



#intro div.cat-box {
	width: 200px;
	float: right;
	margin: 20px 0 0 0;
	overflow: hidden;
}

#intro div.cat-box:after {
	content:"";
	clear:both;
	display:block;
}

#intro div.cat-box ul, #idTab2 ul {
	list-style: none;
	padding: 0;
	
	
}

h6, div.cat-box h6 {
	color: #093;
	font: 0.95em/1em Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 5px 0 0 0;
}

#intro div.cat-box li a, #idTab2 li a {
	color:#999;
	font: 0.95em/1.6em Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}

/* Mini menu */

.nav, .idTabs{
	width:100%;
	overflow:hidden;
	margin:5px 0 10px -15px;
	padding:0;
	list-style:none;
}
.nav li, .idTabs li{
	float:left;
	padding:0 16px;
	margin:0 0 0 -1px;
	background:url(images/separator.png) no-repeat 0 60%;
	
}
.nav li a, .idTabs li a{
	float:left;
	color:#333;
	font: 0.85em/1em Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}

.nav li a.selected, .idTabs li a.selected {
color: #093;
}
.nav li a.active,
.nav li a:hover, .idTabs li a.active, .idTabs li a:hover{
	color:#999;
	text-decoration:underline;
}



/* Contact us */

div.intro-box h6 {
	color: #093;
	font: 0.85em/1em Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 25px 0 0 0;
}

#intro div.intro-box p {
	padding: 0;
	margin: 0;
font-size: 1em;
line-height: 1.2em;
}


p.readmore a{
float:right;
color:#666;
font: 0.6em/1em Helvetica,Arial,sans-serif;
text-transform: uppercase;
}

/* Projects */

div.project-index, div.srh-footer {
	width: 100%;
	overflow: auto;
	padding: 0 0 35px 0;
}

div.project-image, div.footer-blurb {
	width: 670px;
	
	
	float: right;
	padding: 25px 0 0 0;
	border-top: 1px dotted #ccc;
	
}

div.project-intro, div.footer-contact {
	width: 250px;
	float: left;
	padding: 25px 0 0 0;
	border-top: 1px dotted #ccc;
}

div.project-intro h3 {
	font: 1.2em/1em Helvetica, Arial, Sans-serif;
	padding: 0;
	margin: 0;
	color: #333;
}

p.excerpt {
	margin: 25px 0 0 0;
}

p.cats, p.posted{
	font: 0.85em/1.2em Helvetica,Arial,sans-serif;
	margin-top: 25px;
}

p.cats a {
	color: #999;
	text-transform: uppercase;
}

p.posted {
	color: #ccc;
	
}


/* Individual projects */

#body {
	width: 100%;
	overflow: auto;
}

#project-display, #video-display {
	width: 99.9%;
	/*overflow: auto;*/
	margin: 0 auto 0px auto;
	
	

}




#ind-project-image, #video-player {
	margin: 40px auto 0px auto;
	height:330px;
width:670px;
	overflow: auto;
	text-align: center;
cursor: pointer;

}

#video-player {
	margin-bottom: 58px;
	cursor: auto;
}





#gallery-nav {
	/*width: 180px;*/
	margin: 25px auto 15px auto;
	height: 18px;
	/*background-color: #efefef;*/
	text-align: center;
	
	
	
	
}

#gallery-nav a {
	/*padding: 5px 6px 6px 5px;*/
	margin: 0 4px;
	height: 11px;
	width: 11px;
	line-height: 11px;
	display: inline-block;
	/*float: left;*/
	text-indent:-9999px;
	background:url(images/dots-bg.png) no-repeat;

}

#gallery-nav a:hover {
	background-position: 0 -22px;
}

#gallery-nav a.activeSlide {
	background-position: 0 -11px;
}


#gallery-nav div.right-arrow a, #gallery-nav div.left-arrow a {
	width: 15px;
	height: 17px;
	display: block;
	float: right;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/right-arrow.png) no-repeat;
}

#gallery-nav div.left-arrow a {
	float: left;
	background:url(images/left-arrow.png) no-repeat;
}

#gallery-nav div.left-arrow a:hover, #gallery-nav div.right-arrow a:hover {
	background-position: 0 -17px;
}


#gallery-type {
	margin: 5px auto 0px auto;
	width:  670px;
	background: url("/images/tab-bg.png") repeat-x 0 0;
	height: 25px;
}

#gallery-type a.tab-link, #gallery-type a.tab-ext {
	float: left;
	display:block;
	padding: 12px 33px;
	/*width: 60px;*/
	line-height: 25px;
	font: 0.75em/1.2em Helvetica,Arial,sans-serif;
	color: #999;
	text-align: center;
}



#gallery-type a.tab-link-selected {
	background: url("/images/tab-selected-bg.png") no-repeat top center;
}


.tab-display {
	display: none;
}

#project-text {
	width: 100%;
	overflow: auto;
	margin-top: 50px;
}

#project-text h2 {
	font: 1.2em/1em Helvetica, Arial, Sans-serif;
	padding: 0;
	margin: 0;
	float: left;

}

#project-text h3, .lead-para p {
	font-size: 2.1em;
	line-height: 1.2em;
	font-weight: normal;
	width: 670px;
	float: left;
	padding: 0;
	margin: 20px 0 10px 0;

}


#project-desc {
	float: left;
	width: 650px;
	font-size: 1.4em;
	line-height: 1.4em;
margin-top:0px;

	
}

#data-box {
	float: right;
	width: 250px;
	
	
}


#data-box h6 {
	color: #093;
	font: 0.85em/1em Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0px 0 0 0;
}


#data-box p {
	margin: 15px 0;
}

p.cats span {
        color:#666;
}


/* Services text */


.entry-content {
        width: 650px;
        border-bottom: 1px dotted #ccc;
padding: 0 0 15px 0;
}
.entry-content p {
	font-weight: normal;
	font-size: 1.45em;
	line-height: 1.3em;
	width: 650px;
	list-style-type: none;
	padding: 0;
}

.entry-content h3 strong, .entry-content p strong {
	font-weight: normal;
	color: #999;
}


/*pre-footer*/

div.srh-footer {
	margin: 25px 0 0 0;
	padding: 0 0 10px;
}

div.srh-footer h6 {
	margin: 0;
	color: #093;
	font: 0.85em/1em Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	
}

div.footer-blurb p {
	width: 90%;
}


/* footer */

#footer {
	border-top: 1px solid #ccc;
	padding: 15px 0 0 0;
	color: #ccc;
	font: 0.85em/1.2em Helvetica,Arial,sans-serif;
}






