/*----------------------------------------------------------
	THIS IS THE MAIN STYLESHEET FOR STUCTURAL AND LAYOUT CHANGES
	
	What this stylesheet **IS** for:
	
	1) The main styles relating to the major sections of the site for example the header div or the primary navigation. 
	2)If you are setting the default styles for  section for example #header a or #column_1 p then it would go in here
	
	What this stylesheet is **NOT** for:
	1) If you were adding styles to p or a tags that were outside these section default styles then they would go in the style_type.css file for example

-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*CHANGE LOG - Anytime this stylesheet is changed please add in a descriptive comment here together with the date*/






/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------
[TABLE OF CONTENT]

(**PLEASE NOTE the although sometimes the order of the HTML element in a page may be in the same  as the TOC below a lot of times it may differ for example #image_container and primary naviagtion usually go within the header structrually within the HTML but dont have to depending on the structure of the site)

0.0 IMPORTS
	0.1 Reset
	0.2 type
	0.3 style
	0.4 forms


1.0 BODY
	1.1. Wrapper / #wrapper
	1.2. Container / #container


2.0 HEADER / #header 
	2.1 Container for the main page image / #image_container
	2.2 Primary Navigation / #navigation_primary
	2.3 Secondary Navigation / #navigation_secondary
	2.4 Local Navigation / #navigation_local

3.0 CONTENTS/ #content
	3.1. Column 1 / #column_1
	3.2. Column 2 / #column_2
	3.3. Column 3 / #column_3

4.0 FOOTER/ #footer

5.0 MISCELLANEOUS (Please update this )
	5.1 - Miscellaneous - Sidebox
	5.2 - Miscellaneous - Header Info Box
	5.3 - Miscellaneous - The styles for the wizard/steps
	
	
6.0 TABLES (Default styles and any others you want to add)


7.0 RECYCLE BIN (old CSS or disable CSS for testing)

 -------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/

/* 0.0 - IMPORTS*/

	@import url("reset.css");
	
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1.0 - BODY
------------------------------------------------------------*/
	
body {
	background-color: #005542;	
}

/* 1.1 - Body / Wrapper
------------------------------------------------------------*/

#wrapper {
}

/* 1.2 - Body / Container
------------------------------------------------------------*/

#container {
	position: relative;
	background-color: #005542;
	background-image: url(../images/1px_grad.jpg);
	background-repeat: repeat-x;
}	 

#containerscroll {
	background-image: url(../images/1px_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}

#containerinner {
	background-image: url(../images/bg_decoration.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	position: relative;
}
	 
/* 2.0 - HEADER
------------------------------------------------------------*/
	
#header {
	position: relative;
	background-image: url(../images/header_grad.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header span {
	display: none;
}
#headerinner {
	display: block;
	padding-top: 14px;
	padding-right: 40px;
}
#logo a{
	background-image: url(../images/sh_logo.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 139px;
	margin-top: 14px;
	margin-left: 40px;
	background-position: 0px 0px;
	display: block;
	float: left;
}
#calltoaction a {
	background-image: url(../images/sh_calltoaction.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 111px;
	width: 459px;
	margin-top: 14px;
	margin-left: 274px;
	float: left;
}

/* 2.1 - Header / Primary Navigation
------------------------------------------------------------*/

#navigation_primary {
	height: 23px;
	padding-left: 211px;
	list-style-type: none;
	float: left;
	width: 688px;
}

#navigation_primary li {
    float: left;
}

.home a {
	display: block;
	background-image: url(../images/nav_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
#index .home a, #index .nav01 a {
	display: block;
	background-image: url(../images/nav_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}

#about .about a, #about .nav02 a {
	display: block;
	background-image: url(../images/nav_about.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}

#testimonials .test a, #testimonials .nav03 a {
	display: block;
	background-image: url(../images/nav_test.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}


#portfolio .client a, #portfolio .nav04 a {
	display: block;
	background-image: url(../images/nav_clients.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}


#services .services a, #services .nav05 a {
	display: block;
	background-image: url(../images/nav_services.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}


#case-studies .case a, #case-studies .nav06 a {
	display: block;
	background-image: url(../images/nav_casestudies.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}


#nav07 .news a, #nav07 .nav07 a {
	display: block;
	background-image: url(../images/nav_news.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}


#contact .contact a, #contact .nav08 a {
	display: block;
	background-image: url(../images/nav_contactus.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}


.home a:hover {
	background-image: url(../images/nav_home.jpg);
	background-position: 0px -23px;
}

.about a {
	display: block;
	background-image: url(../images/nav_about.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
.about a:hover {
	background-image: url(../images/nav_about.jpg);
	background-position: 0px -23px;
}

.test a {
	display: block;
	background-image: url(../images/nav_test.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
.test a:hover {
	background-image: url(../images/nav_test.jpg);
	background-position: 0px -23px;
}

.client a {
	display: block;
	background-image: url(../images/nav_clients.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
.client a:hover {
	background-image: url(../images/nav_clients.jpg);
	background-position: 0px -23px;
}

.services a {
	display: block;
	background-image: url(../images/nav_services.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
.services a:hover {
	background-image: url(../images/nav_services.jpg);
	background-position: 0px -23px;
}

.case a {
	display: block;
	background-image: url(../images/nav_casestudies.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
.case a:hover {
	background-image: url(../images/nav_casestudies.jpg);
	background-position: 0px -23px;
}

.news a {
	display: block;
	background-image: url(../images/nav_news.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
.news a:hover {
	background-image: url(../images/nav_news.jpg);
	background-position: 0px -23px;
}

.contact a {
	display: block;
	background-image: url(../images/nav_contactus.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
.contact a:hover {
	background-image: url(../images/nav_contactus.jpg);
	background-position: 0px -23px;
}

.sectionimg {
	padding-bottom:10px;
}


/* 3.0 - CONTENT
------------------------------------------------------------*/

p {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif,"Trebuchet MS";
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 15px;
}

#content {
	position: relative;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}
#image_inner {
	width: 940px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.post-list img { 
border: 1px solid green!important;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 5px;
    padding: 2px; }

/* 3.1 - Content / Column 1
------------------------------------------------------------*/

#column-1 {
	width: 600px;
	float: left;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 35px;
}
#column-1 h1 {
	font-family: Arial, "Helvetica", sans-serif, Trebuchet MS;
	font-size: 28px;
	line-height: 28px;
	color: #005542;
	font-weight: normal;
	padding-bottom: 15px;
}
#column-1 h2 {
	font-family: Arial, "Helvetica", sans-serif, Trebuchet MS;
	font-size: 18px;
	line-height: 22px;
	color: #871e22;
	font-weight: normal;
	padding-bottom: 10px;
}

#column-2 h2 {
	font-family: Arial, "Helvetica", sans-serif, Trebuchet MS;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: normal;
	padding: 0 0 5px 0;
}

#column-1 h3 {
	font-family: Arial, "Helvetica", sans-serif, Trebuchet MS;
	font-size: 14px;
	line-height: 22px;
	color: #005542;
	font-weight: bold;
	padding: 20px 0 3px 0;
	text-decoration:none;
}
#column-1 #contact-form h3{
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 0px;
	text-transform: uppercase;
}
#column-1 h4 {
	font-family: Arial, "Helvetica", sans-serif, "Trebuchet MS";
	font-size: 14px;
	color: #005542;
	text-decoration:none;
	padding-bottom: 16px;
	padding-top: 10px;
}

#column-1 p {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-bottom: 15px;
}

#column-1 .intro {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	padding-bottom: 15px;
	font-weight:bold;
}

#column-2 p {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	padding-bottom: 10px;
}

#column-1 a {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight:bold;
	font-size: 12px;
	color: #365f87;
	padding-bottom: 15px;
	text-decoration:none;
	text-transform:uppercase;
	line-height:20px;
}
#column-1 a:hover {
	text-decoration: underline;
}

#column-1 ul {
	padding-left:40px;
	margin:0px;
}

#column-1 li {
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
}

.back{
	background-image:url(../images/back.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	padding:20px 0 0 18px;
}

.forward{
	background-image:url(../images/forward.jpg);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	padding:20px 18px 0 0;
}


.floatright {
	text-align:right;
	float:right;
}


#column-1 .boximg {
	padding:0 5px 5px 0;
}


/* 3.2 - Content / Column 2
------------------------------------------------------------*/

#column-2 {
	float: left;
	width: 282px;
	padding-top: 35px;
	padding-left: 22px;
}
.adblockcalltoaction {
	background-image: url(../images/contact_button.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 125px;
	width: 242px;
	background-position: 0px 0px;
}
.adblockcalltoaction:hover {
	background-image: url(../images/contact_button.jpg);
	background-position: 0px -125px;
}

.adblocknews {
	background-image: url(../images/adblock_sign_up.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 81px;
	width: 242px;
	background-position: 0px 0px;
	margin-top: 20px;
}
.adblocknews:hover {
	background-image: url(../images/adblock_sign_up.jpg);
	background-position: 0px -81px;
}

.adblockcase {
	background-image: url(../images/adblock_casestudies.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	width: 242px;
	background-position: 0px 0px;
	margin-top: 20px;
	margin-bottom:20px;
}
.adblockcase:hover {
	background-image: url(../images/adblock_casestudies.jpg);
	background-position: 0px -75px;
}


.adblockbrochure {
	background-image: url(../images/adblock_brochure.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	width: 242px;
	background-position: 0px 0px;
	margin-top: 20px;
	margin-bottom:20px;
}
.adblockbrochure:hover {
	background-image: url(../images/adblock_brochure.jpg);
	background-position: 0px -75px;
}


.homeservices {
	float:left;
	width:280px;
	padding:10px 0 20px 0;
}

/* 3.3 - Content / Column 3
------------------------------------------------------------*/

#column-3 {
}

/* 4.0 - FOOTER
------------------------------------------------------------*/

#footer {
	position: relative;
	background-image: url(../images/Footer_grad.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #005542;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: block;
	width: 980px;
	height: 130px;
}
#footer_inner {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
	
/* 5.0 - MISCELLANEOUS
------------------------------------------------------------*/

#column-1 .greenboxtop {
	background-image:url(../images/greenbox_top.jpg);
	width:574px;
	height:11px;		
	clear:both;
}

#column-1 .greenboxmid {
	background-color: #b4c2b3;	
	width:574px;
	background-image:url(../images/greenbox_speech.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}


#column-1 .greenboxmidblank {
	background-color: #b4c2b3;	
	width:574px;
	overflow: hidden;

}

#column-1 ul {
	list-style: disc;
}

#column-1 .greenboxmid p, #column-1 .greenboxmidblank p {
	padding:15px 25px 15px 25px;
	color:#000;
	padding-bottom:5px;
	line-height:18px;
	font-style:italic;
}


#column-1 .greenboxbottom {
	background-image:url(../images/greenbox_bottom.jpg);
	width:574px;
	height:12px;
	margin-bottom:10px;
}




/* 5.1 - Miscellaneous - Sidebox
------------------------------------------------------------*/





/* 5.1 - Miscellaneous - News
------------------------------------------------------------*/


.article_entry_divider {
	clear: both;
	display: block;
	height: 3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #362527;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 5px;
}
.article_entry {
	display: block;
	float: left;
	width:530px;
	padding-bottom:20px;
}

#column-1 .article_entry h3, #column-1 .clients_info h3{
	padding-top:0px;
	margin-top:0px;
	margin-bottom: 10px;
}

.calendar {
	float: left;
	height: 61px;
	width: 57px;
	display: block;
	background-image: url(../images/date-calendar-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	margin-bottom: 25px;
	text-align: center;
	line-height: 1.6em;
	padding-top: 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.date {
	clear: both;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.6em;
    margin: 1px 0 0;
    padding: 0;
}
.month {
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5em;
}

.clients {
	float: left;
	height: 80px;
	width: 80px;
	display: block;
	margin-right: 10px;
	margin-bottom: 25px;
	line-height: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.clients_info {
	display: block;
	float: left;
	width:600px;
	padding:0 0 20px 0;
}


/* 5.1 - Miscellaneous - Newsletter
------------------------------------------------------------*/


.newsletter {
	background-image:url(../images/newsletter.jpg);
	width:223px;
	height:205px;
	margin:20px 0 20px 0;
	padding:10px;
}

span.label,span.spacer,span.multiple span {
	width:120px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding-bottom:2px;
	margin:3px;
	} 
	
.formrow {
	width:280px;
	padding-bottom:7px;
	float:left;
}

span.multiple {
	float:left;
	} 

.button {
	margin-bottom:10px;
	width:97px;
	height:30px;
	background-color:#603232;
	border: none;
	color:#fff;
	margin-top:8px;
	float:right;
	background-image: url(../images/signup.jpg); 
} 

div.clear {
	clear:both;
	padding-top:5px;
	} 
	
.grey {
	background-image:url(../images/formbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border: #CCC 1px solid;
	padding:3px;
	width:214px;
}

.map {
	float: left;
	width: 290px;
}
#contact-form {
	float: left;
	width: 290px;
	margin-right: 20px;
}
#column-1 #contact-form ul{
	list-style-image: none;
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 20px;
}


.after {
	float: left;
	clear: both;
}

.phone {
	font-size:18px;
}

/* 6.0 - TABLES - Default table styles are set in the Reset.css, 
------------------------------------------------------------*/


/* 7.0 - RECYCLE BIN
------------------------------------------------------------*/

/*
Put old css in here:

*/
#footer_left {
	position: relative;
	width: 350px;
	float: left;
	background-image: url(../images/footer_rics_logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 70px;
	margin-top: 18px;
	margin-left: 40px;
}

#footer_left p {
	font-family: Arial, "Helvetica", sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 80px;
	display: inline;
	float: left;
	line-height: 17px;
}

#footer_right {
	width: 509px;
	padding-top: 18px;
	float: left;
}
#footer_right a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:none;
}
#footer_right p {
	font-family: Arial, "Helvetica", sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	line-height: 17px;
}

#footer_right a {
	font-family: Arial, "Helvetica", sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	line-height: 17px;
	text-decoration: underline;
}

.CaseStudyThumbDiv
{
	clear:both;
	height:160px;
}

.CaseStudyThumb
{
	margin-right:20px;
	border:solid 1 #999!important;
	float:left!important;
}

.submitButton {
	background-color: Transparent;
	background-image: url(../images/enquiry-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 39px;
	width: 172px;
	cursor: pointer;
	margin-top: 20px;
}
.submitButton:hover {
	background-position: 0px -39px;
}

.textbox {
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
	background-color: #E5EAE5;
    border: 1px solid #a5bda5;
    height: 22px;
    padding: 1px;
    width: 283px;
	margin-bottom: 7px;
	color: #345134;
	font-family: sans-serif;
	font-size: 12px;
}

.textbox-message {
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
	width: 281px;
	height: 80px;
	background-color: #E5EAE5;
	border: 1px solid #a5bda5;
	margin-bottom: 5px;
	padding: 2px;
	color: #345134;
}

.captcha { margin-bottom: 20px; }
.captchaimg img { float: left; height: 35px; margin-bottom: -10px; margin-top: 0; width: 141px; padding-left: 4px; opacity: 0.8; }
#CaptchaV2 { color: #345134; float: right; width: 127px!important; margin-left: 4px; background-color: #E5EAE5; opacity: 0.8; border: 1px solid #a5bda5; padding: 2px; height: 20px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; }
#CaptchaV2:hover { opacity: 1; }

form p { margin-bottom: -14px; }

textarea { resize: none; overflow: auto; font-family: sans-serif;
    font-size: 12px; }
	
form div { position:relative; margin-top: 10px; }
label { position:absolute; top:7px; left:5px; color: #345134; font-family: sans-serif; font-size: 12px; }
form br {display: none;}
form .br br {display: block;}


#blogsum { width: 250px; }

#blogsum ol { list-style-type: none; }
#blogsum ol li span { display: none; }

#blogsum ol li a {
color: #365F87;
    font-family: Arial,Helvetica,sans-serif,"Trebuchet MS";
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    text-decoration: none;
}
#blogsum ol li a:hover {

text-decoration: underline; color: #4e81b4;
}
#blogsum ol li {
 font-size: 11px;
    list-style: none outside none;
    margin: 0 0 9px;
	
}

#blogsum ol li a:before {font-family:Monaco,Consolas,"Lucida Console",monospace;content:">";font-size:8px;font-style:normal;text-indent:-1em;float:left;opacity:0.3;line-height:1.25;}


.myButton, #column-1 .goBack a, #column-1 p.page-nav a {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b5c2b1), color-stop(1, #025642) );
	background:-moz-linear-gradient( center top, #b5c2b1 5%, #025642 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5c2b1', endColorstr='#025642');
	background-color:#b5c2b1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block!important;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:3px 13px;
	text-decoration:none;
}.myButton:hover,  #column-1 .goBack a:hover, #column-1 p.page-nav a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #025642), color-stop(1, #b5c2b1) );
	background:-moz-linear-gradient( center top, #025642 5%, #b5c2b1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#025642', endColorstr='#b5c2b1');
	background-color:#025642;
}.myButton:active,  #column-1 .goBack a:active, #column-1 p.page-nav a:active {
	position:relative;
	top:1px;
}

.goBack {
	clear: both;	
	}

