/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background: #7895a4;
	font-weight: 300;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
	font-family: "Helvetica", Arial, sans serif;
	font-size: 80%;
}


h1 {
	font-size: 1.4em;
	font-weight: 400;
	color:#6e2405;
	margin: 20px 20px 10px 45px;
}

h2 {
	font-size:1.1em;
	color:#334433;
	font-weight: 500;
	margin: 20px 20px 10px 45px;

}

#divContent p{
	margin: 15px 20px 15px 50px; 
	margin-left: 50px;
	margin-right:20px;
	font-size:1em;
	line-height: 1.5em;

}

#divContent ul {
	margin-left: 70px;
	font-size:1em;
	line-height: 1.7em;
}


#divWrapper {
	width: 768px;
	margin: 0px auto;	
	border-left: 1px solid #0a3542;
	border-right: 1px solid #0a3542;
	border-bottom: 5px solid #0a3542;
	background: #335c64;
}

#divMasthead {
	background-color:#335c64;
	background-image: url(../img/imgMastheadbg.png);
	background-repeat: repeat-y;
	padding: 0px 14px;
	height: 95px;
	border-bottom: 5px solid #0a3542;
}

#divLogo {
	background-color: #0a3542;
	margin-top: 14px;
	width: 147px;
	height: 62px;
	float: left;
}

#divContact {
	float: right;
	color: #ffffff;
	text-align:right;
	height: 52px;
	width: 175px;
	margin-top: 23px;
	background-image: url(../img/imgPhoneGraphic.gif);
	background-repeat:no-repeat;
	background-position: 0px 15px;
}

.spanCallUsNow {
	font-size: 1.8em;
	font-weight: 100;
}

.spanPhoneNumber {
	color: #fee546;
	font-size: 1.4em;
	font-weight: 600;
}

#divContentWrapper {
	background-color: #335c64;
}

#divContent {
	background-color: #ffffff;
	background-image: url(../img/imgContentWrapperbg.jpg);
	background-position: 95% 100%;
	background-repeat: no-repeat;
	width: 618px;
	float: right;
}

#divSidebar {
	width: 121px;
	background-color: #335c64;
	background-image: url(../img/imgSideBarbg.png);
	background-repeat: repeat-x;
	float: left;
	padding: 14px;
	margin-bottom: 300px;
	padding-bottom: -300px;
	text-align:center;
}


#divSidebar ul {
	list-style: none;
	text-align: left;
	margin-left: 20px;
}

#divSidebar ul li {
	color: #ffffff;
	line-height: 2.2em;
}

#divSidebar ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 8em;
	height: auto;	
}

#divSidebar ul li a:hover {
	background-image: url(../img/imgUnderline.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.imgOffer {
	margin-top: 20px;
}

.divClear {
	clear:both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

#divSidebar ul .current {
	background-image: url(../img/imgUnderlineCurrent.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #fee546;
}

#divAddress {
	font-size:1em;
	line-height: 1.2em;
	font-weight:500;
	margin: 0px 0px 20px 0px;
	text-align:center;
}

blockquote {
	width: 80%;
	margin: 2em auto;
	padding: 1em;
	background-color: #FEF1C2;
	border: 1px solid rgb(253, 210, 53);
	background: rgba(253, 210, 53, .3) ;
	color: #000;
	line-height: 1.6em;
	}

cite { float: right; }


.comment {
	font-size: .4;
	font-style: italic;
	color: #999999;
}

#divGoogleMaps {
	margin: 20px auto;
	width: 425px;
	height: 350px;
	border: 2px solid #0a3542;
}

#divPortfolio {
	text-align: center;
}

#divPortfolio a {
	text-decoration: none;
	margin-bottom: 4.1em;
}



#imgCETThumb, #imgRAThumb, #imgPStoryThumb, #imgA1designs {
	border: 1px solid #eeeeee;
	
}

#tblAdditionalServices {
	width: 400px;
	margin: 10px auto;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

#tblAdditionalServices tr{
	height: 35px;
	margin: 1em;	
}

#tblAdditionalServices td {
	padding: 0.1em 1em;
}

#tblAdditionalServices .odd {
	background-color: #ebebeb;
	border-bottom: 1px solid #666666;
	padding: 20px;
}
