@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 864px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
} 
.twoColFixLtHdr #header {
	background-color: #000000;
	background-image: url(../images/topbar2.gif);
	background-repeat: no-repeat;
	height: 54px;
	margin: 0px;
	padding: 0;
	width: 864px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px;
	background-color: #000000;
}
.twoColFixLtHdr #mainContent {
	background-color: #000000;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #content1 {
	background-color: #000000;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-top: 40px;
	height: 600px;
} 
.twoColFixLtHdr #content2 {
	background-color: #000000;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 15px;
	background-image: url(../images/bluebox.gif);
	background-repeat: no-repeat;
	height: 165px;
	margin-top: 10px;
} 
.twoColFixLtHdr #content3 {
	background-color: #000000;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-top: 40px;
	height: 660px;
} 
.twoColFixLtHdr #servfloat {
	background-color: #000000;}

.twoColFixLtHdr #contactfloat {
	background-color: #000000;}
	
	
	
.twoColFixLtHdr #footer {
	background-color: #000000;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 106px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sideline {
	float: right;
}
.bluepic {
	float: right;
	padding-right: 63px;
	padding-top: 16px;
}
.commit {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #66CCFF;
	padding-top: 15px;
	padding-left: 10px;
}
.blutxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #6699cc;
	padding-left: 15px;
	padding-top: 8px;
}


p {
	margin: 0px;
	padding: 0px;
}
.sidetxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999933;
	padding-left: 16px;
	padding-top: 25px;
}
.sidepic {
	padding-left: 16px;
}
.toplinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #999933;
	padding-left: 538px;
	padding-top: 32px;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	color: #996600;
	font-style: normal;
	font-weight: normal;
}
.footer1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding-top: 35px;
	padding-left: 75px;
}
.footer2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding-top: 15px;
	padding-left: 320px;
}
img {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
.txt {
	padding-top: 5px;
	color: #E2E2C5;
	padding-bottom: 68px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 30px;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #999933;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #999933;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffff99;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffff99;
	font-style: normal;
}
.servtxt {
	color: #E2E2C5;
	margin-top: 0px;
	padding-top: 0px;
}
.srvtitle {
	color: #E2E2C5;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.2ndsrvtxt {
	padding-left: 160px;
	padding-right: 20px;
}
.refertxt {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #E2E2C5;
	padding-left: 200px;
	padding-top: 15px;
	padding-bottom: 5px;
}
.fltrighttxt {
	float: right;
	padding-right: 30px;
}
.style7 {font-size: 32px}
.contacttxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #E2E2C5;
	padding-top: 100px;
	font-size: 17px;
}
.contactfloat {
	float: left;
	padding-top: 25px;
}
.ph {
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E2E2C5;
}
.addtxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #E2E2C5;
	padding-top: 12px;
}
.contacttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E2E2C5;
}
.comingsoon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #E2E2C5;
	padding-top: 100px;
	padding-left: 35px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E2E2C5;
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E2E2C5;
	padding-left: 0px;
}
.class1 A:link {text-decoration: none}
.class1 A:visited {text-decoration: none}
.class1 A:hover {text-decoration: underline; color: #ffff99;}
.class1 A:active {text-decoration: none}

.class2 A:link {text-decoration: none; color:#333333;}
.class2 A:visited {text-decoration: none; color:#333333;}
.class2 A:hover {text-decoration: none; color: #333333;}
.class2 A:active {text-decoration: none}

.class3 A:link {
	text-decoration: none;
	color:#6699cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
.class3 A:visited {	
    text-decoration: none;
	color:#6699cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	}
.class3 A:hover {
	text-decoration: none;
	color: #66ccff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
.class3 A:active {	
    text-decoration: none;
	color: #66ccff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;}
.imgpad {
	padding-left: 30px;
}
.testimonialtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E2E2C5;
	padding-top: 25px;
}
.testimonialname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E2E2C5;
	padding-left: 10px;
	padding-top: 8px;
}
.twoColFixLtHdr #contentgallery {
	background-color: #000000;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-top: 40px;
	height: 655px;
} 
