html {
	background: #F0F0F0 url(../images/bg.jpg) no-repeat fixed center top;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

#mainbg {
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#mainLayout {
	width: 840px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/layoutbg.gif);
	background-repeat: repeat-y;
	background-color: #EDF9EB;
	border-top: 5px solid #FFF;
}

#header {
	position: relative;
}

	#header .banner {
		position: relative;
		margin-bottom: -57px;
		z-index: 10;
    }

#topMenu {
	position: absolute;
	right: 0;
	bottom: 20px;
	height: 57px;
	padding: 0 25px 0 0;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/menubg.png) repeat-x left top;
	z-index: 20;
}

	#topMenu .menuf {
		position: relative;
		float: left;
		width: 57px;
		height: 57px;
		margin-left: -57px;
		background: url(../images/menubgf.png) no-repeat left top;
	}

#topMenu a {
	display: block;
	float: left;
	margin: 6px 0;
	padding: 0 7px;
	height: 37px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 37px;
	text-decoration: none;
	color: #FFFFFF;
}

#topMenu a:hover, #topMenu a.active {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 5px solid rgb(255,165,24);
	color: #FDB;
}

#topMenu a.active {
	border-color: #FEE;
	color: #FFF;
}

#extraHeader {
	position: absolute;
	width: 597px;
	height: 20px;
	background-image: url(../images/extraheader.jpg);
	background-repeat: no-repeat;
}

#bodyBG {
	padding: 60px 0 0;
	background-image: url(../images/globe.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#leftFrame {
	width: 597px;
	float: left;
	background-image: url(../images/mainbg.jpg);
	background-position: top right;
	background-repeat: repeat-x;
}

#rightFrame {
	margin-left: 600px;
	padding-top: 40px;
}

h1, h2, h3, h4, h5 {
	margin: 5px 15px 10px;
	padding: 5px;
	color: #555;
}

h1 { font-size: 32px; line-height: 36px; }
h2 { font-size: 26px; line-height: 30px; }
h3 { font-size: 20px; line-height: 24px; }
h4 { font-size: 16px; line-height: 20px; }
h5 { font-size: 14px; line-height: 18px; }

.pageHead {
	font-weight: normal;
	font-family: Impact, Arial, sans-serif;
	color: #25728E;
}

.homeContent {
	text-align: left;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #222;
	margin: 15px 100px 20px 50px;
}

.newHome {
	text-align: justify;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #222;
	margin: 20px 50px;
}

.subContent {
	text-align: left;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #444242;
	margin: 10px 20px;
}

	.subContent h1,
	.subContent h2,
	.subContent h3,
	.subContent h4,
	.subContent h5 {
		margin-left: 0;
		padding-left: 0;
	}

.learnMore {
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #DD3CD4;
}

.learnMore:hover {
	color: #CC0000;
}

.moduleHeader {
	margin: 5px 0px 5px 10px;
}

#leftFrame .moduleHeader {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #F00;
}

#rightFrame .moduleHeader {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #294A75;
}

#rightFrame .moduleHeader .leftHead {
	color: #FF6600;
}

#rightFrame .rightModule {
	margin: 10px 5px;
}

.greenHdot {
	margin: 10px;
	background-image: url(../images/greendot.gif);
	background-repeat: repeat-x;
	height: 1px;
}

.blackHdot {
	margin: 5px 0px;
	background-image: url(../images/blackdot.gif);
	background-repeat: repeat-x;
	height: 1px;
}

.newsEvents {
	margin: 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

.userContent {
	margin-left: 10px;
	margin-bottom: 10px;
	width: 540px;
}

	.wideContent {
		margin: 20px 10px;
	}

.userLeft {
	float: left;
	width: 240px;
	padding: 1px 0;
}

.userRight {
	width: 290px;
	margin-left: 245px;
	padding: 1px 0 0 10px;
	background-image: url(../images/blackdot.gif);
	background-position: left;
	background-repeat: repeat-y;
}

	.userRight h5 {
		margin: 0;
		font-size: 18px;
		line-height: 20px;
	}

	.userRight p {
		margin: 5px 0px 10px 5px;
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
		line-height: 18px;
		text-align: justify;
	}

#footer {
	width: 500px;
	margin-bottom: 20px;
}

#footerMenu {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FF6600;
}

#footerMenu a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	margin: 0px 5px;
	text-decoration: none;
	color: #FF6600;
}

#footerMenu a:hover, #footerMenu a.active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #FF6600;
}

.tStrong {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}

.subModuleHeader {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #990000;
	margin: 5px 0px;
}

.contactForm {
	margin-left: 20px;
}

.contactForm .myTxtBox {
	border: 1px solid #000000;
	vertical-align: middle;
	margin-left: 10px;
}

.contactForm .label {
	line-height: 25px;
	font-family: Verdana, sans-serif;
	color: #555555;
	vertical-align: top;
}

.contactForm .btn {
	border: 1px solid #555555;
	background-color: #CCCCCC;
}

.centerContent {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #444242;
	margin: 10px 20px;
}

.boxCentered {
	width: 200px;
	margin: 0px auto;
}

.projectCargo {
	position: relative;
}

	.projectCargo li {
		clear: both;
		padding: 35px 0;
		font-size: 14px;
		line-height: 20px;
	}

	.projectCargo .thumb {
		float: right;
		margin: -25px 0 0 35px;
	}

	.projectCargo .thumb img {
          width: 200px;
	}

.headerTxt {
	margin: 0px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 23px;
	color: #068EC5;
}


/*admin*/
#adminMenu {
	text-align: left;
	height: 20px;
	font-size: 11px;
}

#adminMenu a {
	display: block;
	float: left;
}

#adminMenu a, .myButton, .splButton {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	margin: 1px;
	padding: 0px 10px;
	line-height: 18px;
	text-decoration: none;
	color: #FF6600;
	background-color: #F0F0F0;
	border: 1px solid #FFFFFF;
}

#adminMenu a:hover, .splButton:hover {
	color: #990000;
	background-color: #FFFFEE;
	border: 1px solid #CCCCCC;
}

.myForm {
	margin: 20px 10px;
	padding: 0px;
}

.myForm input {
	border: 1px solid #000000;
	margin-left: 5px;
	font-size: 10px;
	padding-left: 2px;
	line-height: 15px;
	height: 20px;
	vertical-align: middle;
	color: #990000;
}

.myForm textarea {
	font-family: Arial, Verdana, sans-serif;
	border: 1px solid #000000;
	color: #990000;
	font-size: 11px;
	padding-left: 2px;
	line-height: 15px;
	vertical-align: top;
}

.tabData {
	font-size: 11px;
	background-color: #909090;
}

.date {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}

.news {
	margin: 0px 0px 10px 5px;
}

.theader {
	background-color: #E0E0E0;
}

.t1 {
	background-color: #FCFCFC;
	vertical-align: top;
}

.t2 {
	background-color: #F0F0F0;
	vertical-align: top;
}

.clientLink {
	text-decoration: none;
	color: #990000;
}

.clientLink:hover {
	color: #FF0000;
}

.txtCss {
	border: 1px solid #000000;
	margin: 0px;
	padding-left: 2px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	height: 20px;
	vertical-align: middle;
	color: #990000;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.greenBox {
	border: 1px dashed #909090;
	padding: 10px 5px;
	background-color: #FFFFFF;
	background-image: url(../images/greengradient.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.bordered {
	background: #608eb4;
}

	.bordered th {
		padding: 10px;
		text-align: center;
		background: #73a6b8;
		border-bottom: 1px solid #608eb4;
	}

	.bordered td {
		padding: 10px;
	}

	.bordered tr:nth-child(odd) td {
		background: #b6e2e3;
	}

	.bordered tr td:nth-child(1),
	.bordered tr:nth-child(even) td {
		background: #8fc4d4;
	}

.newhome #mainLayout {
	background: #fff;
}

.newhome h2 {
	margin: 5px auto 10px;
	width: 90%;
}

.inquiryForm {
	width: 85%;
	margin: 0 auto 10px;
	padding: 1px 0 35px;
}

	.inquiryForm h4 {
		margin: 25px 0 10px;
		padding: 0;
	}

	.formLine {
		position: relative;
		margin: 10px 0 20px 0;
	}

		.formLine label {
			display: inline-block;
			margin-right: 10px;
			min-width: 120px;
		}

		.formLine input[type="text"] {
			line-height: 24px;
			padding: 2px 5px;
			min-width: 250px;
		}

			.multi label {
				min-width: 0;
			}

			.multi input {
				margin-right: 50px;
			}

			.multi input[type="text"] {
				min-width: 0;
			}

		.indent {
			padding-left: 25px;
		}

	input[type="submit"],
	input[type="reset"] {
		padding: 0 15px;
		line-height: 32px;
	}

.checkbox, .radio {
    opacity: 0;
    position: absolute;
}

.checkbox, .checkbox-label, .radio, .radio-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px;
    cursor: pointer;
}

.checkbox-label, .radio-label {
    position: relative;
    padding: 5px 10px 5px 0;
    border-bottom: 1px dotted #999;
}

.checkbox + .checkbox-label:before, .radio + .radio-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox:checked + .checkbox-label:before {
    background: #37c;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio + .radio-label:before {
    border-radius: 50%;
}

.radio:checked + .radio-label:before {
    background: #37c;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox:focus + .checkbox-label, .radio:focus + .radio-label {
	outline: 1px solid #ddd; /* focus style */
}


/* CSS3 */

html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* CSS Hacks */

.clearFix:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearFix {
	display: inline-block;
}

html[xmlns] .clearFix {
	display: block;
}

* html .clearFix {
	height: 1%;
}
