/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939;
	background: #072643;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

A {
	text-decoration: none;
	color: #285ba0;
}

#cleardiv {
	clear: both;
	width: 100%;
}

#page {
	width: 980px;
	margin: 0 auto;
	background: #ffffff;
}

#banner {
	width: 100%;
	clear: both;
}

#links {
	width: 950px;
	padding: 0 15px;
	background: url(images/bglinks.gif) repeat-x top left;
	text-align: center;
}

#links li {
	display: inline;
}

#links A {
	float: left;
	padding-top:14px;
	padding-left:4px;
	padding-right:5px;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
}

#links .home-tab-links {
	float: left;
	padding-top:14px;
	padding-bottom:14px;
	color: #7b7b7b;
	font-weight: bold;
	text-align:center;
	height:18px;
	width:73px;
	
}
#links .home-tab-links:hover {
	color: #ffffff;
	background:url(images/tab-home.gif) no-repeat;
	text-align:center;
	margin-top:2px;
	height:16px;
}
.home-tab-links-visited {
	padding-top:14px;
	padding-bottom:14px;
	color:#ffffff;
	font-weight: bold;
	text-align:center;
	height:16px;
	width:73px;
	background:url(images/tab-home.gif) no-repeat;
	margin-top:2px;
}



#links .gc-tab-links {
	float: left;
	padding-top:14px;
	padding-bottom:14px;
	color: #7b7b7b;
	font-weight: bold;
	text-align:center;
	height:18px;
	width:151px;	
}
#links .gc-tab-links:hover {
	color: #ffffff;
	background:url(images/tab-gc.gif) no-repeat;
	text-align:center;
	margin-top:2px;
	height:16px;
}
.gc-tab-links-visited {
	padding-top:14px;
	padding-bottom:14px;
	color:#ffffff;
	font-weight: bold;
	text-align:center;
	height:16px;
	width:151px;
	background:url(images/tab-gc.gif) no-repeat;
	margin-top:2px;
}




#links .contact-tab-links {
	float: left;
	padding-top:14px;
	padding-bottom:14px;
	color: #7b7b7b;
	font-weight: bold;
	text-align:center;
	height:18px;
	width:120px;
}
#links .contact-tab-links:hover {
	color: #ffffff;
	background:url(images/tab-120.gif) no-repeat;
	text-align:center;
	margin-top:2px;
	height:16px;
}
.contact-tab-links-visited {
	padding-top:14px;
	padding-bottom:14px;
	color:#ffffff;
	font-weight: bold;
	text-align:center;
	height:16px;
	width:120px;
	background:url(images/tab-120.gif) no-repeat;
	margin-top:2px;
}



#content {
	width: 942px;
	padding: 8px 19px;
	clear: both;
	line-height: 18px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #0f5281;
}

#testimonials {
	width: 545px;
	clear: both;
	margin-top: 30px;
}

.fluidroundedcornerstop {
	background: url(images/fluidroundedcornerstl.gif) top left no-repeat;
	width: 100%;
	height: 5px;
}

.fluidroundedcornerstop span {
	background: url(images/fluidroundedcornerstr.gif) top right no-repeat;
	display: block;
	position: relative;
	height: 5px;
}

.fluidroundedcornerscontent {
	width: 99.7%;
	padding: 6px 0;
/*	padding: 0 13px 13px 13px; */
	border-left: 1px solid #d6d6d4;
	border-right: 1px solid #d6d6d4;
	background: #f5f5f2;
}

.fluidroundedcornersbottom {
	background: url(images/fluidroundedcornersbl.gif) top left no-repeat;
	width: 100%;
	height: 5px;
}

.fluidroundedcornersbottom span {
	background: url(images/fluidroundedcornersbr.gif) top right no-repeat;
	display: block;
	position: relative;
	height: 5px;
}

.leftcolumn {
	width: 545px;
	float: left;
	margin-right: 14px;
}

.testimonial {
	width: 95%;
	clear: both;
	padding: 6px 13px;
}

.rightcolumn {
	float: right;
	width: 383px;
}

#ourfeaturedservices {
	width: 383px;
	clear: both;
}

.featuredservice {
	width: 94%;
	padding: 0 3%;
}

.featuredservice img {
	border: 1px solid #ffffff;
	clear: both;
	margin-bottom: 10px;
}

.featuredservice li {
	margin: 22px 0;
}

/*********** text colors ************/

.headings {
	width: 100%;
	clear: both;
	display: block;
}

.browntext {
	color: #a82001;
}

.greytext {
	color: #676767;
}

/*********** footer ********/

#footer {
	text-align: center;
	padding: 20px 0;
	background: #f3f3f0;
	color: #515151;
	line-height: 20px;
	font-size: 11px;
}

#footer li {
	display: inline;
}

#footer A {
	color: #515151;
	padding: 0 8px;
	/*border-right: 1px solid #515151;*/
}