@charset "UTF-8";
body {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
	background-image: url(../images/HeaderBG.png);
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #container {
	width: 994px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.oneColLiqCtrHdr #header {
	height:485px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
}
.oneColLiqCtrHdr #header2 {
	height:630px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
}
.oneColLiqCtrHdr #mainContent {
	background: #333;
	padding-right: 20px;
}
.oneColLiqCtrHdr #footer {
	clear: left; 
	background:#5a7e92;
	width:100%;
	height:360px;
	text-align:center;
} 




/* LOGO */
#Logo {
	padding-left: 20px;
}




/* NAVIGATION */
#Nav {
	float: right;
}

#menu {
	list-style:none;
	width:587px;
	height:78px;
	background-image: url(../images/Nav-Bar.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: right;
}
* html #menu {
margin:0;
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='single_ten/Nav-Bar.png', sizingMethod='scale');
}

#menu li {
	position:relative;
	float:left;
	margin:0;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #b9e6e6;
	line-height: 50px;
	padding-right: 36px;
	padding-left: 26px;
	font-weight: normal;
	text-decoration: none;
}
#menu li a {
	display:block;
	height:50px;
	line-height:50px;
	float:left;
	color:#FFF;
	text-decoration:none;
	font-family:Helvetica, sans-serif;
	font-size:18px;
	padding: 0;
}
#menu li a:hover
{
	cursor:pointer;
	color:#b9e6e6;
	line-height:50px;
	text-decoration: none;
}






/* BANNER */
#IMG-BG {
	background-image: url(../images/IMG-HOLDER.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 350px;
	width: 964px;
	margin-top: 40px;
}
#IMG-index {
	background-image: url(../images/IMG-Index.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 350px;
	width: 964px;
	margin-top: 40px;
}
#IMG-about {
	background-image: url(../images/IMG-About.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 350px;
	width: 964px;
	margin-top: 40px;
}
#IMG-contact {
	background-image: url(../images/IMG-Contact.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 350px;
	width: 964px;
	margin-top: 40px;
}
#IMG-hire {
	background-image: url(../images/IMG-Hire.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 350px;
	width: 964px;
	margin-top: 40px;
}

#IMG-BG2 {
	background-image: url(../images/IMG-HOLDER2.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 450px;
	width: 964px;
	margin-top: 40px;
}
.bannerText {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: lighter;
	color: #999;
	padding-top: 15px;
	padding-left: 20px;
	line-height: 40px;
	font-style: normal;
}





/* 3 COLUMN LAYOUT */
#MAINwrapper{
	margin-top:25px;
}
#contentwrapper{
	float: left;
	width: 100%;
	margin-bottom:50px;

}
#contentcolumn{
	margin-right: 690px;

}
#leftcolumn{
	float: left;
	width: 288px; /*Width of left column in pixel*/
	margin-left: -637px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
}
#rightcolumn{
	float: left;
	width: 288px; /*Width of right column in pixels*/
	margin-left: -298px; /*Set margin to -RightColumnWidth*/
}
.innertube{
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color:#FFFFFF;
}

.innertube2{
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color:#CCC;
	line-height:20px;
}

.contentTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #f9a01b;
}

#mainContent a{
	color: #999;
	text-decoration: none;
}
#mainContent a:hover{
	color: #FF9900;
	text-decoration: underline;
}


/* 2 COLUMN LAYOUT FOOTER */
#footer-container{
	width: 994px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#footer-mainContent{
	padding-top: 30px;
}

#footer-contentwrapper{
	float: left;
	width: 100%;
}

#footer-contentcolumn{
	margin-left: 650px; /*Set left margin to LeftColumnWidth*/
	margin-right:30px;
}

#footer-leftcolumn{
	float: left;
	width: 500px; /*Width of left column*/
	margin-left: -994px; /*Set left margin to -(MainContainerWidth)*/
}

.footer-innertube{
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

#footer a{
	text-decoration: underline;
	color: #000;
}
.footerTitle {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: normal;
	color: #2f4957;
	font-style: normal;
	line-height: 35px;
}



/* 2 FORM FOOTER*/
#HireForm	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #223742;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	margin-bottom: 5px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	background-color: #FFFFFF;
}




/* SOCIAL MEDIA*/
#FaceBook	{
	float: right;
	margin-top: -25px;
}


