
html, body {
	margin: 0;
	padding: 0;
	background-image: url(../images/global/bgTile.gif);
	background-repeat: repeat;
	text-align: center;
}

ul, li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #666;
}

img {
	border: none;
	display: block;
}

p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 130%;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #666;
}

a {
	color: #548BA2;
	text-decoration: none;
}
a:hover {
	color: #30505D;
	text-decoration: none;
}

form {
	margin: 10px 0 0 0;
	padding: 0;
}
input {
	margin: 0 0 10px 0;
	padding: 2px;
	background-image: url(../images/global/inputBg.gif); 
	background-repeat: repeat-x;
	border: 1px solid;
	border-bottom-color: #E3E3E3;
	border-top-color: #8F8F8F;
	border-left-color: #CECECE;
	border-right-color: #CECECE;
	font-size: 70%;
	line-height: 120%;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #666;
}

textarea {
	margin: 0 0 10px 0;
	padding: 2px;
	background-image: url(../images/global/inputBg.gif); 
	background-repeat: repeat-x;
	border: 1px solid;
	border-bottom-color: #E3E3E3;
	border-top-color: #8F8F8F;
	border-left-color: #CECECE;
	border-right-color: #CECECE;
	overflow: hidden;
	display: block;
	font-size: 70%;
	line-height: 120%;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #666;
}
input.submit {
	border: none;
	background: none;
}

table {
	margin: 0;
	padding: 0;
	border: none;
}


h2
{
	margin: 0;
	padding: 0 0 0 18px;
	font-size: 15px;	
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #d33d2d;
	background-image: url(../images/global/grey_bullet.gif); 
	background-position: 0 3px;
	background-repeat: no-repeat;
}

h2 a, h2 a:hover
{
	color: #d33d2d;
}

h2.white
{
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 14px;	
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: none; 
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 120%;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}

h4
{
	margin: 0 0 10px 0;
	padding: 3px 0 0 18px;
	width: 198px; 
	height: 19px;	
	font-size: 12px;	
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background-image: url(../images/titles/home_red.gif); 
	background-repeat: no-repeat;
}

h4 a, h4 a:hover
{
	color: #fff;
}



#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 600px;
	background-image: url(../images/global/bg.gif);
	background-repeat: repeat-x;
}

#main {
	margin: 0 20px; 
	padding: 0;
	min-width: 760px;
	background-color: #FFF;
	text-align: left;
}





/* --- Header -- */

#header {
	width: 100%;
	height: 100px;
	text-align: right;
}

#header img {
	display: inline;
}

#header ul {
	margin: 0;
	width: 100%;
	background-color: #EDEDED;
	float: left;
	text-align: left;
	border-bottom: 1px solid #fff;
}

#header li {
	margin: 0;
	display: inline;
} 

#header li a {
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
} 



/* --- Banner --- */

#title{
	margin: 0; padding: 0;
	height: 120px;
	background-color: #D03C2B;
	clear: both;
}

#title #titleImg {
	width: 100%;
	height: 120px;
	float: left;
	display: inline;
	background: url(../images/banners/aboutBg.jpg) no-repeat;
}
#title img {
	display: inline;
	float: left;
}
#title img.corner {
	float: right;
}



/* --- Main Content -- */

#contentWrap {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(../images/global/sidenavBg.gif);
	background-repeat: repeat-y;
}
#contentWrap #sidenav{ 
	margin: 0;
	padding: 0;
	width: 186px;
	float: left;
}
#contentWrap #sidenav ul {
	margin: 9px 8px;
	padding: 0;
	border-top: 1px solid #EAEAEA;
} 
#contentWrap #sidenav li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #EAEAEA;
}
#contentWrap #sidenav li a {
	margin: 0;
	padding: 7px 2px 7px 12px;
	display: block;
	background-image: url(../images/global/bullet_red.gif);
	background-position: 4px 11px;
	background-repeat: no-repeat;
}
#contentWrap #sidenav li a:hover {
	background-color: #E3E3E3;
}
#contentWrap #sidenav li#active a {
	background-image: url(../images/global/bullet_grey.gif);
	background-position: 4px 11px;
	background-repeat: no-repeat;
	background-color: #E3E3E3;
	font-weight: bold;
}

#contentWrap #content {
	margin: 0 9px 0 195px;
	padding: 9px 0 6px 0;
	position: relative;
}
/* Hides from IE-mac \*/
* html #contentWrap #content { margin-left:192px;height: 1%; }
/* End hide from IE-mac */

#contentWrap #content #contentBdr {
	margin: 0;
	padding: 0;
	border: 1px solid #EBEAE9;
	position: relative;
}
#contentWrap #content #contentPad {
	margin: 0;
	padding: 10px 10px 0 10px;
}
#contentWrap #content #contentPad img {
	margin: 0 12px 12px 0;
}
#contentWrap #content #contentPad div.floatImg {
	float: left;
	position:relative;
}
#contentWrap #content #contentPad div.floatImg img {
	margin: 0 12px 6px 0;
}
#contentWrap #content #contentPad p {
	margin: 0 0 12px 0;
}
#contentWrap #content #contentPad ul {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 12px;
	line-height: 130%;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#contentWrap #content #contentPad ul li {
	padding-left: 12px;
	background: url(../images/global/bullet.gif) 3px 33% no-repeat;
}
#contentWrap #content #contentPad ul p {
	margin: 0;
}



/* --- Projects Section --- */
#title #titleProjects {
	width: 100%;
	height: 120px;
	float: left;
	display: inline;
	background: url(../images/banners/servicesBg.jpg) no-repeat;
}
table#projLatest {
	margin-bottom: 20px;
	width: 100%;
}
table#projLatest th {
	padding: 3px 7px 2px 7px;
	text-align: left;
}
table#projLatest td {
	padding: 5px 7px 3px 7px;
}
table#projLatest th#client {
	background: url(../images/global/white_corners.gif) top left no-repeat;
	background-color: #C3D7DF;
	width: 55%;
	height: 14px;
}
table#projLatest th#service {
	background-color: #C3D7DF;
	width: 15%;
}
table#projLatest th#date{
	background-color: #C3D7DF;
	width: 15%;
}
table#projLatest th#project {
	background: url(../images/global/white_corners.gif) top right no-repeat;
	background-color: #C3D7DF;
	width: 15%;
}
table#projLatest tr.odd td {
	background-color: #F4F7F8;
}
#contentWrap #content #contentPad table#projLatest td p {
	margin: 0;
}
#contentWrap #content #contentPad table#projLatest img {
	margin: 0;
}
table#projOther {
	margin-bottom: 20px;
	width: 100%;
}
table#projOther th {
	padding: 3px 7px 2px 7px;
	text-align: left;
}
table#projOther td {
	padding: 5px 7px 3px 7px;
}
table#projOther th#client {
	background: url(../images/global/white_corners.gif) top left no-repeat;
	background-color: #D1D1D1;
	width: 55%;
	height: 14px;
}
table#projOther th#service {
	background-color: #D1D1D1;
	width: 15%;
}
table#projOther th#date{
	background-color: #D1D1D1;
	width: 15%;
}
table#projOther th#project {
	background: url(../images/global/white_corners.gif) top right no-repeat;
	background-color: #D1D1D1;
	width: 15%;
}
table#projOther tr.odd td {
	background-color: #F6F6F6;
}
#contentWrap #content #contentPad table#projOther td p {
	margin: 0;
}
#contentWrap #content #contentPad table#projOther img {
	margin: 0;
}
td.blueIcon {
	background: url(../images/projects/small_blue.gif) 20px 5px no-repeat;
}
td.redIcon {
	background: url(../images/projects/small_red.gif) 20px 5px no-repeat;
}
td.yellowIcon {
	background: url(../images/projects/small_yellow.gif) 20px 5px no-repeat;
}
td.greyIcon {
	background: url(../images/projects/small_grey.gif) 20px 5px no-repeat;
}
/* --- Project Sub Page --- */
p.projectTitle {
	padding-left: 18px;
	background: url(../images/global/grey_bullet.gif) no-repeat;
	color: #D54637;
	font-weight: bold;
	font-size: 90%;
	line-height: 90%;
}
p.largerIcon  {
	font-size: 75%;
	color: #666;
}
#contentWrap #content #contentPad p.largerIcon img {
	margin: 0;
	padding: 0;
	display: inline;
}



/* --- Services Page --- */
#title #titleServices {
	width: 100%;
	height: 120px;
	float: left;
	display: inline;
	background: url(../images/banners/servicesBg.jpg) no-repeat;
}
.serviceInfo {
	margin-left: 44px;
}
#contentWrap #content #contentPad img#logo {
	margin-right: 12px;
	float: left;
}
table#samples {
	margin-bottom: 20px;
	width: 100%;
}
table#samples th {
	padding: 2px 7px 3px 7px;
	text-align: left;
}
table#samples td {
	padding: 5px 7px 3px 7px;
}
table#samples th#client {
	background: url(../images/global/white_corners.gif) top left no-repeat;
	background-color: #C3D7DF;
	width: 65%;
	height: 14px;
}
table#samples th#date{
	background-color: #C3D7DF;
	width: 15%;
}
table#samples th#project {
	background: url(../images/global/white_corners.gif) top right no-repeat;
	background-color: #C3D7DF;
	width: 20%;
}
table#samples tr.odd {
	background-color: #F4F7F8;
}
#contentWrap #content #contentPad table#samples td p {
	margin: 0;
}
#contentWrap #content #contentPad table#samples img {
	margin: 0;
}




/* --- Clients Page --- */
#title #titleClients {
	width: 100%;
	height: 120px;
	float: left;
	display: inline;
	background: url(../images/banners/clientsBg.jpg) no-repeat;
}

#contentWrap #content #contentPad ul#clientList {
	margin-bottom: 20px;
	width: 100%;
	
}
#contentWrap #content #contentPad ul#clientList .clientType {
	padding: 3px 7px 2px 7px;
	background: url(../images/global/white_corners.gif) top left no-repeat;
	background-color: #D1D1D1;
	font-weight: bold;
	line-height: 120%;
	color: #FFF;
}
#contentWrap #content #contentPad ul#clientList li{
	padding: 5px 7px 5px 7px;
	background: none;
}
#contentWrap #content #contentPad ul#clientList .odd {
	background-color: #F6F6F6;
}
#contentWrap #content #contentPad table#clientList td p {
	margin: 0;
	color: #666;
}
#contentWrap #content #contentPad table#clientList img {
	margin: 0;
}



/*--- About Section --- */
.team {
	margin-bottom: 15px;
	clear: both;
}
.team img.teamImg {
	margin-right: 12px;
	float: left;
}
#contentWrap #content #contentPad .team p {
	margin-bottom: 5px;
}
#contentWrap #content #contentPad ul#assoc {
	margin-bottom: 20px;
}
#contentWrap #content #contentPad ul#assoc p {
	margin-bottom: 2px;
}



/* --- Contact Page --- */
#map {
	margin-bottom: 6px;
	float: left;
}
#title #titleContact {
	width: 100%;
	height: 120px;
	float: left;
	display: inline;
	background: url(../images/banners/contactBg.jpg) no-repeat;
}
form input {
	display: block;
}
form .hidden {
	margin: 0;
	padding: 0;
	border: none; !important 
	background: none; !important
}
form p {
	display: inline;
}



/* --- Products Section --- */
#title #titleProducts {
	width: 100%;
	height: 120px;
	float: left;
	display: inline;
	background: url(../images/banners/projectsBg.jpg) no-repeat;
}

table#projOther th#acsfLeft {
	background: url(../images/global/white_corners.gif) top left no-repeat;
	background-color: #D1D1D1;
	width: 25%;
}

table#projOther th.acsfMiddle {
	background-color: #D1D1D1;
	width: 25%;
}

table#projOther th#acsfRight {
	background: url(../images/global/white_corners.gif) top right no-repeat;
	background-color: #D1D1D1;
	width: 25%;
}

/* --- Corners --- */
#corners {
	margin: 0 20px; 
	padding: 0;
	background-color: #FFF;
	background-image: url(../images/global/leftCorner.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 4px;
	font-size: 1px;
	min-width: 760px;
}
#corners div {
	background-image: url(../images/global/rightCorner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 4px;
	font-size: 1px;
}



/* --- Footer -- */

#footer {
	margin: 5px 20px 20px 20px; 
	padding: 0;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 55%;
}
#footer #copy {
	margin-left: 10px;
	float: left;
	display: inline;
}
#footer #credit {
	margin-right: 10px;
	float: right;
	display: inline;
}
#footer a {
	color: #FCA893;
}
#footer a:hover {
	color: #FFF;
}






.topC {
	background: url(../images/global/cornerSet1_tl.gif) no-repeat top left;
	top: -1px;
	left: -1px;
}
.topC div {
	background: url(../images/global/cornerSet1_tr.gif) no-repeat top right;
	right: -2px;
}
.botC {
	background: url(../images/global/cornerSet1_bl.gif) no-repeat bottom left;
	bottom: -1px;
	left: -1px;
}
.botC div {
	background: url(../images/global/cornerSet1_br.gif) no-repeat bottom right;
	right: -2px;
}

.topC, .topC div, .botC, .botC div {
	padding: 0;
	height: 3px;
	position: relative;
	font-size: 1px;
}







.lightGrey {
	color: #999;
}

.darkGrey {
	color: #666;
}

.red {
	color: #D54637;
}
p.redBold {
	margin-bottom: 0 !important;
	color: #D54637;
	font-weight: bold;
}

.lightRed {
	color: #FA886C;
}

.blue {
	color: #548BA2;
}

.blueBold {
	color: #548BA2;
	font-weight: bold;
}

.blueTitle {
	color: #548BA2;
	font-weight: bold;
	display: block;
}

.bold{
	font-weight: bold;
}

.larger {
	font-size: 75%;
	color: #666;
}

.tagLine {
	font-weight: bold;
	color: #D54637;
}

.moreBtn{
	margin: 0;
	margin-top: 8px;
	display: block;
}

.clearer {
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top:-1px;
}

