* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
	}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
	}
dfn, i, cite, var, address, em { 
	font-style: normal; 
	}
th, b, strong, h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	}
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td, center { 
	vertical-align: top;
	text-align: left;
	}
body { 
	background: white; 
	line-height: 1; 
	color: black; 
	}
q { 
	quotes: "" ""; 
	}
ul, ol, dir, menu { 
	list-style: none; 
	}
sub, sup { 
	vertical-align: baseline; 
	}
a { 
	color: inherit; 
	}
hr { 
	display: none; 
	}
font { 
	color: inherit !important; 
	font: inherit !important; 
	color: inherit !important; /* editor's note: necessary? */ 
	}
marquee {
	overflow: inherit !important;
	-moz-binding: none;
	}
blink { 
	text-decoration: none; 
	}
nobr { 
	white-space: normal; 
	}

html, body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(/images/repeater-bg.png);
	background-repeat: repeat;
	background-position: left top;
	height: 100%;
	margin: 0px;
	color: #333333;
	line-height: 150%;
	background-color: #109ac4;
}

.main-container {	
	height: auto;
	min-height: 100%;
	position: relative;
}
.outside {
	height: auto;
	min-height: 100%;
	position: relative;
	padding-bottom: 450px;

}
#wrapper {
	margin: 0 auto;
	width: 980px;
}
#header {
	width: 980px;
	height: 250px;
	background-image: url(/images/top-beam.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.portfolio-header {
    width: 980px;
    height: 72px;
    background-image: url(/images/top-beam.png);
    background-repeat: no-repeat;
    background-position: left top;	
}
#top-add {
	width: 980px;
	height: 300px;
	margin-bottom: 20px;
	background-image: url(../images/top-beam.png);
	background-position: left -248px;
	position: relative;
}
#content {
	min-height: 250px;
	width: 980px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	height: 100%;
}

#content-page-content {
	min-height: 550px;
	width: 980px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	height: 100%;
	background-image: url(../images/content-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#gecko-page-content {
	min-height: 550px;
	width: 980px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	height: 100%;
	background-image: url(../images/content-bg-gecko.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#leftcolumn {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightcolumn {
	float: right;
	padding: 0px;
	width: 330px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	clear:both;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	margin: 0px;
	color: #FFFFFF;
	height: 450px;
	background-image: url(/images/footer-bg-rep.png);
	background-repeat: repeat-x;
	overflow: hidden;
	min-width: 1000px;
}

.footer-inside {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 450px;
}
.nav-outer {
	float: right;
	clear: right;
	height: 55px;
	width: 550px;
	margin-top: 10px;
	text-align: right;
	margin-left: 40px;
	margin-right: 10px;
	background-image: url(/images/top-nav-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.search-box {
	float: right;
	clear: right;
	height: 37px;
	width: 569px;
	margin-top: 20px;
	margin-bottom: 21px;
	background-image: url(/images/search-div-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #ABABAB;
}

.search-field {
	margin-top: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	border: 0px none #FFFFFF;
	padding: 4px;
	width: 415px;
	font-size: 17px;
	color: #666666;
}
.search-button {
	border: 5px solid #EC174F;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 25px;
	letter-spacing: 0px;
	word-spacing: 0px;
	width: 114px;
	text-align: center;
	margin-top: 1px;
	font-size: 15px;
	margin-right: 1px;
	font-weight: normal;
}
.search-button:hover  {
	border-top-color: #354746;
	border-right-color: #354746;
	border-bottom-color: #354746;
	border-left-color: #354746;
	text-decoration: none;
}



.logo {
	float: left;
	height: 210px;
	width: 260px;
	margin-top: 10px;
	vertical-align: bottom;
	margin-left: 40px;
}

.fixedheadtop {
	position: absolute;
	top: 0px;
	display: block;
	height: 800px;
	width: 100%;
	background-image: url(/images/bg-top-grad.png);
	background-repeat: repeat-x;
}


.clearfix:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;


}



.clearfix {


	display: inline-block;


	}

html[xmlns] .clearfix {

	display: block;


	}


* html .clearfix {

	height: 1%;

	}
h1 {
	display: block;
	font-size: 19px;
	color: #815428;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	font-family: tahoma;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

h3 {
	display: block;
	font-size: 26px;
	color: #815428;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c29553;
	font-weight: bold;
	font-family: tahoma;
}

h5 {
	font-weight: bold;
	margin-bottom: 10px;
	}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

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


p {
	padding-bottom: 10px;
}
strong {
	font-weight: bold;

}

li {
	margin-left: 25px;
	list-style-type: square;
}

a:link, a:visited{
	color: #815428;
	text-decoration:none;
	}
a:hover {
	color: #0a8d9d;
	text-decoratio: none;
	}

	
#footer a {
	color:#8BC1D1;
}

#footer a:hover {
	color: #F0E2C6;
}

.top-text a {
	color: #ffffff;
}

.top-text a:hover {
	color: #9ce6fd;
}
 	
	
.float-left{
float:left;
}
.float-right{
float:right;
}


#navcontainer ul
{
	color: #333333;
	float: left;
	width: 100%;
	font-size: 15px;
	padding: 0;
	line-height: 0px;
	text-align: right;
	text-transform: uppercase;
}

#navcontainer ul li {
	list-style-type:none;
	margin-left: 0px;
}

#navcontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	line-height: 0px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 28px;
	padding-left: 0px;
	text-align: center;	
}


#navcontainer ul li a:hover
{
	color: #FFFFFF;
	background-image: url(/images/nav-over.png);
	background-repeat: no-repeat;
}


body#default ul#navlist li a.homepage,
body#home ul#navlist li a.home-nav,
body#portfolio ul#navlist li a.port-nav,
body#services ul#navlist li a.service-nav,
body#gecko ul#navlist li a.gecko-nav,
body#enquire ul#navlist li a.enquire-link

{
	color: #AEE7FF;
	background-image: url(/images/nav-over.png);
	background-repeat: no-repeat;
}


.left-footer {
	float: left;
	width: 290px;
	margin-top: 60px;
	margin-left: 60px;
	font-weight: bold;
}
.mid-footer {
	float: left;
	width: 300px;
	margin-top: 60px;
	padding-left: 30px;
}
.right-footer {
	width: 280px;
	float: left;
	margin-top: 60px;
	padding-left: 35px;
}
.solid-link:linkjust pl  {
	background-color: #354746;
	margin: 3px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	color: #FFFFFF;
}
.solid-link:visited {
	background-color: #354746;
	margin: 3px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	color: #FFFFFF;
}
.solid-link:hover {
	color: #EC174F;
}


/*Rotator Glidy CSS*/

.rotate-left-but {
	position: relative;
	z-index: 100;
	left: -17px;
	margin-top: -184px;
	float: left;
}
.rotate-right-but {
	position: relative;
	z-index: 100;
	margin-top: -184px;
	right: -19px;
	float: right;
}
.rotate-content {
	width: 980px;
	height: 300px;
	position: relative;
	/* position: static*/
	clear: both;
	background-image: url(/images/yellowy-transp.png);
	background-repeat: no-repeat;
	background-position: left top;
    overflow:hidden;
   
}

.top-text {
	font-size: 10px;
	color: #9ce6fd;
	margin-bottom: 30px;
	font-weight: bold;
}

.footer-bg {
	width: 100%;
	background-image: url(/images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.opening-text {
	float: right;
	width: 550px;
	margin-top: 30px;
	line-height: 30px;
	padding-left: 40px;
	font-family: tahoma, arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 5px;
}


.blue-text {
	color: #aee7ff;
	font-weight: bold;
	line-height: 57px;
	font-size: 26px;
}




.left-col-inside {
	float: left;
	width: 240px;
	margin-right: 80px;
}
.mid-col-inside {
	float: left;
	width: 240px;
	margin-right: 90px;
	min-height: 520px;
	height: 100%;
	position: relative;
}
.right-col-inside {
	float: left;
	width: 240px;
	min-height: 520px;
	height: 100%;
	position: relative;
}

.logo-holder {
	background-image: url(/images/blue-transp.png);
	background-repeat: repeat;
	height: 170px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 40px;
	clear: both;
	display: block;
}

.content-rotate-wrap {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 20px;
	margin-bottom: 10px;
}


.title {
	display: block;
	font-size: 25px;
	color: #815428;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c29553;
	font-weight: normal;
	font-family: tahoma, arial;
	line-height: 30px;
}


#slider-footer {
	height: auto;
	background-image: url(/images/getintouch-bg-rep.png);
	background-repeat: repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	color: #815428;
	position: relative;
	display: none;
}

#slider-footer a { 
	color: #2a98c5;
	}
	
#slider-footer a:hover { 
	color: #71461d;
	}

.slider-footer-inside {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 11px;
	min-height: 350px;
	height: 100%;
	position: relative;
}

.git-button-outer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/getintouch-top.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 84px;
	}

.git-button {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

a.find-out-more {
	background-image: url(/images/more-button-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 220px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	color: #815428;
	font-size: 15px;
	padding-top: 7px;
	margin-top: 5px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
}

a.find-out-more:hover {
	background-image: url(/images/more-button-over.png);
	text-decoration: none;
	color: #F0E2C6;
}

.rotate-all {
	float: left;
	width: 980px;
	height: 260px;
	margin: 10px;
	padding: 10px;
	color: #FFFFFF;
}

.left-button {
	float: left;
	width: 37px;
	padding-top: 120px;
	z-index: 4000;
}
.right-button {
	float: right;
	width: 37px;
	padding-top: 120px;
	z-index: 4000;
	position: relative;
}

.rotate-image {
	float: left;
	height: 260px;
	width: 580px;
	border: 1px solid #be9860;
		position: relative;

}

.rotate-text {
	float: right;
	height: 260px;
	width: 250px;
	color: #f5eed0;
	margin-right: 20px;
}
.rotate-text-header h2 {
	color: #f5eed0;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #be9860;
}

.vist-site {
	background-image: url(/images/visit-site-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 30px;
	width: 228px;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.vist-site:hover {
	background-image: url(/images/visit-site-button-over.png);
}
.rotate-text-content {
	height: 185px;
}

.rotate-text-link {
	padding-left: 8px;
}

.client-logo {
	background-image: url(/images/img-bg-transp.png);
	background-repeat: repeat;
	padding: 10px;
	height: 110px;
	width: 110px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.client-logo:hover {
	background-image: none;
	background-color: #1b7071;
	cursor: pointer;
}

.social-networks {
	background-image: url(/images/twitter-box-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 300px;
	height: 300px;
}
.quick-contact {
	float: left;
	width: 270px;
	margin-left: 50px;
}
.enquiry-form {
	float: left;
	width: 260px;
	padding-left: 60px;
}
.git-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}

.twitter-text {
	height: 140px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 50px;
	float: left;
	font-weight: bold;
}

.social-networking {
	margin-top: 93px;
	padding-left: 90px;
	float: left;
	width: 100%;
}
.social-networking img {
	margin-right: 8px;
}
.contact-table td {
	border-collapse: collapse;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.quick-contact-title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}

.quick-contact-title h2, .enquiry-form h2 {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 3px;
}

.input-bg input {
	background-image: url(/images/norm-field-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 20px;
	width: 240px;
	font-size: 15px;
	font-weight: bold;
	border: 0px none #FFFFFF;
	color: #617780;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.textarea-bg {
	background-image: url(/images/text-area-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

.textarea-bg textarea {
	height: 75px;
	width: 235px;
	font-size: 15px;
	font-weight: bold;
	border: 0px none #FFFFFF;
	overflow: auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(/images/text-area-bg-rep.png);
	background-repeat: repeat-x;
	background-position: center -5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #617780;
}

.submit-button {
	background-image: url(/images/submit-button-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 80px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	float: right;
}

a.submit-button {
	color: #815428;
	font-weight: bold;
}


.submit-button:hover {
	background-image: url(/images/submit-button-over.png);
	color: #F0E2C6;
	text-decoration: none;
}

.submit-bg {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.footer-title {
	font-size: 22px;
	color: #629cad;
	margin-bottom: 50px;
	font-weight: bold;
}

.testimonials-box {
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.testimonials-box strong { 
	font-family: tahoma, Arial, sans-serif;
	}

.testimonials-box strong {
	font-style: normal;
	color: #c6e3ec;
	line-height: 33px;
}


 
.footer-wrap {
	height: 400px;
	color: #8bc1d1;
}
.footer-footer {
	height: 50px;
	position: relative;
	font-size: 11px;
	color: #8bc1d1;
}

.go-to-top {
	position: absolute;
	left: 500px;
	bottom: -5px;
}

.home-nav {
	background-position: 0px top;
	width: 86px;
}

.port-nav {
	background-position: -95px top;
	width: 120px;
}
.service-nav {
	background-position: -105px top;
	width: 98px;
}
.gecko-nav {
	background-position: -95px top;
	width: 119px;
}
.enquire-nav{
	background-position: -441px top;
	width: 105px;
}

.cms {
	font-size: 11px;
	color: #4ab5d6;
}

.homepage-news-date {
	color: #aee7ff;
	font-weight: normal;
	font-size:11px;
	margin-bottom: 10px;
	
}
.page-content {
	padding-right: 35px;
	padding-left: 35px;
}


	
.rotate-slides {
    position:absolute;
    top:0px;
    left:0px;
}
	
ul.rotate-slides {
}	
.rotate-slides li {
	position:absolute;
	top:0;
	width: 870px;
	height:300px;
	display:none;
}

.rotate-container {
    width: 870px;
    height: 300px;
    position: relative;
    /* position: static*/
    overflow:hidden;   
	float: left;
	margin-left: 20px;
}

.input-bg input.form-error {
	background-image: url(../images/norm-field-bg-red.png);
	background-repeat: no-repeat;
}
textarea.form-error {
	background-image: url(../images/text-area-bg-red.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.input-bg input.form-valid {
	background-image: url(../images/norm-field-bg-green.png);
	background-repeat: no-repeat;
}
textarea.form-valid {
	background-image: url(../images/text-area-bg-green.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.required {
	background-color: #FFFFFF;
	border: 0px none #FFFFFF;
}

.homepage-news-title {
	color: #C6E3EC;
	font-size: 13px;
	font-weight: bold;
}

.homepage-news-readmore {
 	font-weight: bold;
	}
	
.required {
	background-image: url(../images/captcha-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px none #FFFFFF;
	width: 50px;
	height: 15px;
	font-size: 14px;
	padding: 7px;
}
.input-small-bg {
	float: right;
}

.input-small-bg input.form-error {
	background-image: url(../images/captcha-bg-red.png);
	background-repeat: no-repeat;
}
.input-small-bg input.form-valid {
	background-image: url(../images/captcha-bg-green.png);
	background-repeat: no-repeat;
}

.captcha-text {
	float: left;
	padding-left: 8px;
	padding-top: 4px;
}

.captch-image-wrapper {
    float: left;
    padding-left: 34px;
    padding-top: 7px;
}

.twitter-date {
    padding-top: 4px;
    font-style: italic;
    text-align: right;
}

.portfolio-logo {
	float: left;
	width: 260px;
	margin-top: 10px;
	vertical-align: bottom;
	margin-left: 40px;
}

#portfolio-content {
	min-height: 550px;
	width: 1000px;
	margin: 0px;
	height: 100%;
}

li.gallery-li {
	list-style-type: none;
	margin: 0;
}

.content-pad {
	margin-top: 90px;
	margin-right: 300px;
	margin-bottom: 40px;
	margin-left: 25px;
	height: 160px;
	color: #F5EED0;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

.content-row {
	margin-right: 90px;
	margin-bottom: 20px;
}

.content-row ul {
	margin-bottom:10px;
}

.content-row li {
	list-style-image: url(../images/accept.png);
	list-style-type: none;
	font-weight: bold;
}

.content-pad-gecko {
	margin-top: 110px;
	margin-right: 260px;
	margin-bottom: 40px;
	margin-left: 25px;
	color: #F5EED0;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}

.content-pad-gecko li {
	list-style-image: url(../images/accept.png);
	list-style-type: none;
	font-weight: bold;
	float: left;
	width: 300px;
}

.content-pad-gecko ul {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.big-blue { font-size: 17px; font-weight: bold;}

.panel-overlay {
	color: #F5EED0;
	font-size: 21px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 90px;	
}

#gallery {
	padding-bottom: 10px;
	background-image: url(../images/bottom-bg-port.png);
	background-repeat: no-repeat;
	background-position: left bottom;
		
}

.gal-wrapper {
	overflow: hidden;
	height: 460px;
}


.img_wrap {
	border: 5px solid #5bbcd6;
	background-color:#333333;
}

.caption {
	font-size: 10px;
	color: #000000;
	text-align: center;
}

.pointer {color: #5bbcd6;}


a.more-info-port {
	background-image: url(../images/more-info-portfolio.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 140px;
	text-align: center;
	padding-top: 6px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F5EED0;
	float: right;
}

a.more-info-port:hover {
	color: #024d60;
	background-image: url(../images/more-info-portfolio-over.png);
}

.left-col-port {
	float: left;
	width: 450px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c29553;
	padding-bottom: 10px;
}
.right-col-port {
	float: right;
	width: 450px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c29553;
	padding-bottom: 10px;
}

.col-content {
	height: 240px;
	padding: 5px;
	
}

.port-content-wrap {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: 20px;
}

.col-logo {
	float: right;
}

a.find-out-more-port {
	background-image: url(/images/more-button-bg2.png);
	background-repeat: no-repeat;
	background-position: left middle;
	display: inline-block;
	float: right;
	height: 20px;
	width: 150px;
	text-align: center;
	text-transform: uppercase;
	color: #815428;
	font-size: 12px;
	padding-top: 3px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 5px;
}

a.find-out-more-port:hover {
	background-image: url(/images/more-button-over2.png);
	text-decoration: none;
	color: #F0E2C6;
}

a.top-link {
	background-image: url(/images/more-button-bg3.png);
	background-repeat: no-repeat;
	background-position: left middle;
	display: inline-block;
	float: right;
	height: 20px;
	width: 94px;
	text-align: center;
	text-transform: uppercase;
	color: #815428;
	font-size: 10px;
	padding-top: 3px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 5px;
	position: absolute;
	bottom: -10px;
	right: -2px;
}

a.top-link:hover {
	background-image: url(/images/more-button-over3.png);
	text-decoration: none;
	color: #F0E2C6;
}

#content-page-news {
	min-height: 250px;
	width: 980px;
	margin: 0px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/content-bg-news.png);
	position: relative;
	padding-top: 100px;
	padding-bottom: 80px;
}
.news-article-wrapper {
	padding-right: 120px;
	padding-left: 40px;
}

.news-article-title h2 {
	display: block;
	font-size: 25px;
	color: #815428;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #815428;
	font-weight: normal;
	font-family: tahoma, arial;
	line-height: 30px; 
}

.news-article-date {
		font-weight: bold;
		color: #815428;
}

.news-article-content {
	float: left;
	width: 580px;
	}
	
.news-article-readmore {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BE9860;
	padding:5px;
}

.news-article-readmore a {
	background-image: url(/images/more-button-bg3.png);
	background-repeat: no-repeat;
	background-position: left middle;
	display: inline-block;
	float: right;
	height: 20px;
	width: 94px;
	text-align: center;
	text-transform: uppercase;
	color: #815428;
	font-size: 10px;
	padding-top: 3px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 5px;
	
}

.news-article-readmore a:hover {
	background-image: url(/images/more-button-over3.png);
	text-decoration: none;
	color: #F0E2C6;
}

.news-pagination-wrapper {
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
}

.content-row img {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 45px;
}

#content-page-blank {
	min-height: 250px;
	width: 970px;
	margin: 0px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/content-bg-no-tilte.png);
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 20px;
}

.footer-content li {
	list-style-image: url(../images/feat-li.png);
	}
	
.our-recent-work {
	position: absolute;
	top: -30px;
	left: -8px;
	height: 67px;
	width: 184px;
	display: block;
	z-index: 50000;
	background-image: url(../images/recent-work.png);
	background-repeat: no-repeat;
	background-position: left top;
}

