body {
	margin-top: 40px;
	margin-bottom: 0px;
	background-image:url(../images/back_fade.png);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background-color:#507eb0;
}
* html body {
	background-image:none;
}
#headBack {
	height:90px;
	width:780px;
	position:absolute; 
	left:0;
	top:0px;
	z-index:5;
}
#demo-bar {
	margin: 5px auto;
	padding: 5px 0;
	width: 600px;
	border-bottom: 1px solid #B3D4EF;
	background: #EFF8FF;
	text-align: center;
}

#headFlash {
	margin-bottom:-20px;
	margin-left:-3px;
	position: relative;
	z-index:2;
}

#wrapper {
	padding-top:30px;
	overflow: hidden; 
	height: 390px; 
	width: 780px;
	position: relative;
	background-image:url(../images/backing.jpg);
	background-repeat:no-repeat;
}
 
#inner {
	width: 770px;
	height: 2300px;
	position: relative;
}
 
.scrolling-content {
	width: 746px;
	/*height: 73px;*/
	position: absolute;
	padding-left:9px;
	padding-right:9px;
	margin-left:3px;
}

#container {
	width:778px;
}
 
#pageHome {
	left: 0px; 
	top: 0px;
}

#pageServices {
	left: 0px; 
	top: 500px;
}
 
#pagePortfolio {
	left: 0px; 
	top: 900px;
}
 
#pageAbout {
	left: 0px; 
	top: 1400px;
}
 
#pageContact {
	left: 0px; 
	top: 1800px;
}
#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width: 770px;
	height: 28px;
	color:#444;
	text-align:center;
	padding-top:12px;
	font-size:9px;
}
#footer a:link {
	color:#444;
}
#footer a:visited {
	color:#444;
}
#footer a:hover {
	color:#fff;
}
#footer a:active {
	color:#fff;
}
#container {
	margin-left:auto;
	margin-right:auto;
}
.lists {
	font-size: 11px;
	margin-left: 15px;
}
.listsSub{
	margin-left: 20px;
}
.titleImgs {
	margin-bottom:10px;
}

#homeImg {
	float:left;
	margin-right:20px;
	border:#000000 thin solid;
}
#homeText {
	float:left;
}
.clr {
	/*display: block;*/
	clear: both;
}
 input, textarea { 
	color: #000000; 
	border:1px #000000 solid;
}
.ta{
	color: #fff; 
	width:200px;
	background-color:#c02243;
	font-weight:bold;
}
#form_box {
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	height: 25px;
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
#log {
	float: left;
	padding: 0.5em;
	margin-left: 10px;
	width: 250px;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
  #tyMess {
 	margin-top:40px;
	font-weight:bold;
 	border:#333333 1px solid;
	background-color:#CCCCCC;
	padding:3px;
}

#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../images/spinner.gif) no-repeat center;
}
.content-inners {
	margin-left:5px;
}
.servicesList {
	margin-top:10px;
	margin-left:30px;
	float:left;
}
* html .servicesList {
	margin-top:10px;
	margin-left:15px;
	float:left;
}
.servicesTitle {
	font-weight:bold;
}
.servicesImgs {
	border:1px #000000 solid;
	float:right;
	margin-right:50px;
	margin-top:10px;
}
*html .servicesImgs {
	border:1px #000000 solid;
	float:right;
	margin-right:25px;
	margin-top:10px;
}
.abtImgs {
	border:1px #000000 solid;
	margin-right:20px;
	margin-bottom:10px;
}
#aboutImgs {
	float:left;
}
#aboutText {
	/*float:right;*/
}
.xtraBot {
	margin-bottom:100px;
}
.lfty {
	text-align:left;
	margin-bottom:5px;
	background-color:#333333;
	color:#FFFFFF;
	padding:2px;
	font-weight:bold;
}
#port_Para{
	text-align:center;
	width:100%;
}
.imgBrd {
	border: 1px #000 solid;
	margin-bottom:5px;
	cursor:pointer; 
}
.imgBrd:hover {
	border: 1px #fff solid;
}

/* ComboBox */
.comboBoo			{
	border:0; 
	background-color:#000;
	color: #fff;
}
.comboBoo-label	{
	font: bold 13px verdana; 
	line-height: 30px; height:
	30px;
	left: 40px;
	padding: 0 25px 0 8px;
	cursor:pointer; 
	position: absolute; 
	color: #eee;
}
a:hover.comboBoo-label, a:active.comboBoo-label	{
	background-color: #C33;
	color: #fff;
	text-decoration: none;
}
ul.comboBoo-list 		{
	position: absolute;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	border: 0;
	font-family: Verdana, Geneva;
	z-index: 500;
}
ul.comboBoo-list li 	{
	padding: 0 0 0 8px; 
	line-height: 25px;
	height: 25px; 
	cursor: pointer;
	font-weight: normal; 
	font-size: 11px; 
	background: #000; 
	color: #fff;
}
ul.comboBoo-list li.choice-selected 		{
	background-color: #c33; 
	color: #fff;
}

.navBtns {
	position:absolute;
	top:5px;
	z-index:100;
	cursor:pointer; 
}
.navBtnst {
	position:absolute;
	top:50px;
	z-index:99;
}
.navBtnsta {
	position:absolute;
	top:23px;
	z-index:99;
}
#headerNav {
	position:relative;
	padding-bottom:70px;
	margin-left:-3px;
}
#backGround {
	background-image:url(../images/backing_loop.jpg);
	background-repeat:repeat-y;
}