/* CSS DOCUMENT */

/*-------------------------- GENERAL --------------------------*/
body{
	padding:0; margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#000000;
	}
div, mg, p, a, ul, form, input, label, h2, h3{
	padding:0; margin:0;
	}
img{ border:none;}
a{ 
/*Controls the decoration of links (ie: underline)*/	
	outline:none; text-decoration:none;
}
ul{ list-style-type:none;}
.spacer{
	line-height:0; font-size:0; clear:both;
	}

/*-------------------------- HEADER --------------------------*/
div#header-bg{
/*Controls the background color and image of the header section*/
/*	background:#000000 url(../images/header-bg.gif) 0 100% repeat-x;*/
	padding:32px 0 32px 168px;
/*Controls the font color withn the header*/
	color:#FCF7CC;
	}
div#header-bg div#header{
/*Controls the width of the header section*/
	width:922px; margin:0 auto;
	}
div#header-bg div#header img.logo{
	float:left; margin:2px 0 0 0;
	}

/*-------------------------- LOGIN AREA --------------------------*/
div#header-bg div#header div#login-bg{
	float:right; width:580px;
/*Controls the image of the middle section of colored login section*/
	background: url(../images/login-middle-bg.gif) 0 0 repeat-x;
 	}
div#header-bg div#header div#login-bg div#login-area{
	width:580px;
/*Controls the image of the left side of colored login section*/
	background: url(../images/login-left-bg.gif) 0 0 no-repeat;
	}
div#header-bg div#header div#login-bg div#login-area form{
/*Controls the width and height of the login section*/
	width:580px; height:67px; padding:21px 0 0 23px;
/*Controls the image of the right side of colored login secion*/
	background: url(../images/login-right-bg.gif) 100% 0 no-repeat;
	}
div#header-bg div#header div#login-bg div#login-area form label{
/*Controls the icon in the login secion*/
	background: url(../images/login-icon.jpg) 0 2px no-repeat;
/*Controls the font size and font color in the login section*/
	line-height:25px; font-size:22px; color:#CCDAFF;
	padding:0 0 0 31px; float:left; margin:0 12px 0 0;
	background-color:inherit;
	}

div#header-bg div#header div#login-bg div#login-area form input{
/*Controls the width, height, border thickness and border color of login fields*/
	width:132px; height:25px; border:1px solid #CCDAFF;
/*Controls the background color, font size and font color within login fields*/
	background-color:#19284F; font-size:10px; color:#FFFFFF;
	line-height:10px; padding:5px 0 0 10px; float:left;
	margin:0 12px 0 0;
	}

div#header-bg div#header div#login-bg div#login-area form input.login-btn{
/*Controls the width and height of the login button*/
	width:52px; height:24px; border:none;
	background:none; padding:0; margin:1px 0 0 0;
	}
/*-------------------------- NAVIGATION PART --------------------------*/
div#navigation-bg{
/*Controls the height and background image for the main navbar and the sub navbar*/
	height:66px; background: url(../images/navigation-bg.gif) 0 0 repeat-x;
	}
div#navigation-bg div#navigation{
	width:922px; margin:0 168px;
	}
div#navigation-bg div#navigation ul.mainMenu{
	padding:0; float:left; width:922px;
	}
div#navigation-bg div#navigation ul.mainMenu li{
	width:80px; float:left;
/*Controls the link divider on the main navbar*/
/*	background: url(../images/navigation-divider.gif) 100% 0 no-repeat;*/
	}
div#navigation-bg div#navigation ul.mainMenu li a{
	width:80px; height:33px; display:block;
	line-height:33px; text-align:center;
/*Controls the font color and font size of links on the main navbar*/
	font-weight:bold; color:#FAF0C2; font-size:11px;
	background-color:inherit;
	}
div#navigation-bg div#navigation ul.mainMenu li a:hover{
/*Controls the Hover Over image of the main navbar*/
/*	background: url(../images/navigation-bg-selected.gif) 0 0 no-repeat;*/
	}
div#navigation-bg div#navigation ul.mainMenu li a.selectMenu{
	width:80px; height:33px; display:block;
/*Controls the font size and font face on the sub navbar*/
	line-height:33px; text-align:center;
/*Controls the font size and font color on active link on main navbar*/
	font-weight:bold; color:#FAF0C2; font-size:11px;
/*Controls the active link image on main navbar*/
/*	background: url(../images/navigation-bg-selected.gif) 0 0 no-repeat;*/
	background-color:inherit;
	}

/*-------------------------- DROP DOWN MENU STARTS --------------------------*/
ul.subNav{
/*Controls the font size and font face on the sub navbar*/
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	padding:4px 0 0 0;
	}
ul.subNav li{
/*Controls the link divider on the sub links navbar*/
/*	background: url(../images/navigation-dropdown-divider.gif) 0 0 no-repeat;*/
	height:17px; float:left; padding:6px 0 0 0;
	}
ul.subNav li a{
	display:block; margin:0 0px 0 125px;
/*Controls the font color of the sub links navbar*/
	color:#CCDAFF;
	background-color:inherit;
	}
ul.subNav li a:hover{
/*Controls the hovering font color of the sub links navbar*/
	color:#19284F;
	background-color:#637586;
	}
/*-------------------------- DROP DOWN MENU ENDS --------------------------*/

div#navigation-bg div#navigation a.signup{
/*Controls the locatin of the Signup image*/
/*	width:71px; height:28px; display:block;*/
/*Controls the Signup image*/
/*	background: url(../images/sign-up-btn.gif) 0 0 no-repeat;*/
/*	margin:2px 0 0 0; float:right;*/
	}
div#navigation-bg div#navigation a.signup:hover{
/*Controls the Signup image while hovering*/
/*	background: url(../images/sign-up-btn-selected.gif) 0 0 no-repeat;*/
	}

/*-------------------------- OUR COMPANIES MAIN FEATURES --------------------------*/
div#ourCompany-bg{
/*Controls the body Light Section top shaded image*/
	background:#CCDAFF url(../images/our-company-bg.gif) 0 0 repeat-x;
	color:inherit;
	}
div#ourCompany-bg div#ourCompany-part{
	width:922px; margin:0 auto; padding:26px 0 28px 168px;
/*Controls the body Light Section right side image*/
/*	background: url(../images/our-company-bg-pic.jpg) 606px 0 no-repeat;*/
	}
div#ourCompany-bg div#ourCompany-part h2.ourCompany-hdr{
	font:normal 35px/38px "Arial Narrow", Arial, Helvetica, sans-serif;
/*Controls the body Light Section Main Header color, width and height*/
	color:#19284F; width:900px; height:43px;
/*Controls the body Light Section Main Header dotted underline*/
	background: url(../images/horz-dot.gif) 0 100% repeat-x;
	background-color:inherit;
	}
div#ourCompany-bg div#ourCompany-part div#ourCompany-leftPart{
/*Controls the body Light Section vertical divider location and color*/
	width:900px; border-right:0px solid #CBC387;
font:normal 16px/16px "Arial Narrow", Arial, Helvetica, sans-serif;
/*	font-size: 14px;*/
	margin:12px 0 0 0; float:left;
	}
h2.faq-Hdr{
/*Controls the body Light Section Header 1 font color, section width and height*/
	width:252px; height:20px; color:#ff0000;
/*Controls the body Light Section Header 1 line height, font weight and font size*/
	line-height:19px; font-weight:bold; font-size:12px;
/*Controls the body Light Section Header 1 background color and image*/
/*	padding:0 0 0 21px; background:#FAF3BB url(../images/faq-icon.gif) 3px 4px no-repeat;*/
	}
h2.moreIdeas-Hdr{
/*Controls the body Light Section Header 2 font color, section width and height*/
	width:252px; height:20px; color:#951509;
/*Controls the body Light Section Header 2 line height, font weight and font size*/
	line-height:19px; font-weight:bold; font-size:12px;
/*Controls the body Light Section Header 2 background color and image*/
/*	padding:0 0 0 21px; background:#FAF3BB url(../images/more-ideac-icon.gif) 3px 4px no-repeat;*/
	}
ul.ourCompany-list{
	padding:11px 0 10px 0;
	}
ul.ourCompany-list li{
/*Controls the body Light Section LI image*/
	background: url(../images/bullet1.gif) 0 3px no-repeat;
	display:block; margin:0 0 8px 0; padding:0 0 0 15px;
/*Controls the body Light Section LI font size, font color and line height*/
	color:#47481A; font-size:11px; line-height:11px;
	background-color:inherit;
	}
ul.ourCompany-list li a{
/*Controls the body Light Section link color, size and height*/
	color:#47481A; font-size:11px; line-height:11px;
/*Controls the body Light Section link decoration*/
	text-decoration:underline;
	background-color:inherit;
	}
ul.ourCompany-list li a:hover{
	text-decoration:none;
	}
div#ourCompany-bg div#ourCompany-part div#ourCompany-rightPart{
	width:252px; margin:12px 0 0 0; float:left;
	padding:0 0 0 25px;
	}
h2.moreInfo-Hdr{
/*Controls the body Light Section Header 3 font color, section width and height*/
	width:252px; height:20px; color:#ff0000;
/*Controls the body Light Section Header 3 font size and weight and line height*/
	line-height:19px; font-weight:bold; font-size:12px;
/*Controls the body Light Section Header 3 background color and image*/
/*	padding:0 0 0 21px; background:#FAF3BB url(../images/more-info-icon.gif) 3px 4px no-repeat;*/
	}
p.moreInfo-Text{
/*Controls the body Light Section Header 3 font size*/
	padding:0 0 20px 23px; font-size:10px;
/*Controls the body Light Section Header 3 font color and line height*/
	line-height:14px; color:#47481A;
	background-color:inherit;
	}
h2.searchUrl-Hdr{
/*Controls the body Light Section Header 4 font color*/
	width:252px; height:20px; color:#951509;
/*Controls the body Light Section Header 4 font size and weight*/
	line-height:19px; font-weight:bold; font-size:12px;
/*Controls the body Light Section Header 4 background color and image*/
/*	padding:0 0 0 21px; background:#FAF3BB url(../images/search-url-icon.gif) 3px 4px no-repeat;*/
	}

/*-------------------------- CURRENT PROJECT --------------------------*/
div#futurePlan-bg{
/*Controls the body Dark Section background color*/
/*	background:#000000 url(../images/future-plan-bg.gif) 0 0 repeat-x;*/
	color:#CCDAFF;
	}
div#futurePlan-bg div#futurePlanContant{
/*Controls the Dark Section of body width*/
	width:922px; margin:0 auto;
	padding:37px 0 54px 170px;
	}

/*-------------------------- CURRENT PROJECTS --------------------------*/
div#futurePlan-bg div#futurePlanContant div#projPart{
/*Controls the Current Projects Section background color*/
	width:254px; float:left;
	background-color:#CCDAFF;
	padding:2px 2px 28px 2px;
	color:#000000;
	}
div#futurePlan-bg div#futurePlanContant div#projPart h2.proj-hdr{
/*Controls the Current Projects Section height, pading, & font color*/
	height:37px; padding:13px 0 0 13px; color:#CCDAFF;
	font:normal 24px/25px "Arial Narrow", Arial, Helvetica, sans-serif;
/*Controls the Current Projects Section background color*/
	background-color:#19284F; text-transform:uppercase;
	}
div#futurePlan-bg div#futurePlanContant div#projPart h2.proj-hdr span{
	font-weight:bold;
	}
div#futurePlan-bg div#futurePlanContant div#projPart ul.pic{
	padding:3px 0 0 0;
	}
div#futurePlan-bg div#futurePlanContant div#projPart ul.pic li{
	display:block; margin:0 2px 0 0; float:left;
	}
div#futurePlan-bg div#futurePlanContant div#projPart ul.pic li.noRightMargin{
	margin:0;
	}
div#futurePlan-bg div#futurePlanContant div#projPart ul.pic li.noRightMargin a{
	display:block;
	}
div#futurePlan-bg div#futurePlanContant div#projPart h3.sub-hdr{
/*Controls the font color and size of the Sub Header of the Current Projects Section*/
	color:#19284F; font-size:12px; line-height:12px;
	font-weight:bold; text-indent:28px; margin:15px 0 0 0;
/*Controls the bullet image for the Sub Header of the Current Projects Section*/
	background: url(../images/bullet2.gif) 12px 0 no-repeat;
	background-color:inherit;
	}
	
div#futurePlan-bg div#futurePlanContant div#projPart h2.sub-hdr{
/*Controls the font color and size of the Sub Header of the Current Projects Section*/
	color:#19284F; font-size:12px; line-height:20px;
	font-weight:bold; text-indent:28px; margin:15px 0 0 0;
/*Controls the bullet image for the Sub Header of the Current Projects Section*/
/*	background: url(../images/bullet2.gif) 12px 0 no-repeat;*/
	background-color:inherit;
	}

div#futurePlan-bg div#futurePlanContant div#projPart p{
/*Controls the padding and font color of the content section of the Current Projects Section*/
	padding:10px 23px 0 13px; color:#19284F;
	font-size:11px; line-height:16px;
	background-color:inherit;
	}
div#futurePlan-bg div#futurePlanContant div#projPart a.more-btn{
/*Controls the height of the content portion as well as the location of the read more image of the Current Projects Section*/
	display:block; width:76px; height:28px; margin:5px 0 0 159px;
/*Controls the read more image within the Current Projects Section*/
	background: url(../images/read-more-btn.gif) 0 0 no-repeat;
	}
div#futurePlan-bg div#futurePlanContant div#projPart a.more-btn:hover{
/*Controls the read more image while hovering within the Current Projects Section*/
	background: url(../images/read-more-btn-selected.gif) 0 0 no-repeat;
	}

/*-------------------------- RECENT NEWS --------------------------*/
div#futurePlan-bg div#futurePlanContant div#futurePart{
	width:413px; float:right; padding:10px 0 0 0;
	}
div#futurePlan-bg div#futurePlanContant div#futurePart h2.future-hdr{
/*Controls the font color within Section Piece II Main Header*/
	height:40px; color:#637586;
	font:normal 35px/35px "Arial Narrow", Arial, Helvetica, sans-serif;
/*Controls the dotted line within Section Piece II Main Header*/
	background: url(../images/horz-dot-2.gif) 0 100% repeat-x;
	background-color:inherit;
	}
div#futurePlan-bg div#futurePlanContant div#futurePart h3.future-subHdr{
/*Controls the font size & color within Section Piece II Sub Header*/
	color:#B46F07; font-size:17px; line-height:17px;
	padding:15px 0 0 0; font-weight:bold;
	background-color:inherit;
	}
div#futurePlan-bg div#futurePlanContant div#futurePart p{
/*Controls the font size within Section Piece II content*/
	font-size:14px; line-height:24px;
/*Controls the font color within Section Piece II content*/
	color:#837C44; padding:20px 0 0 0; width:440px;
	float:left; background-color:inherit;
	}
div#futurePlan-bg div#futurePlanContant div#futurePart img{
	float:right; display:block; margin:-50px 0 0 0;
	}

/*-------------------------- FOOTER PART --------------------------*/
div#footer-bg{
/*Background # is for the final 1/4 in of the footer*/
	background:#CCDAFF url(../images/footer-bg.gif) 0 0 repeat-x;
	color:#B3AC8B;
	}
div#footer-bg div#footer-menu{
	width:922px; margin:0 auto;
	padding:20px 0 29px 0;
/*To Make the Footer Logo Show*/
	background: url(../images/footer-logo.jpg) 100% 13px no-repeat;
	}
div#footer-bg div#footer-menu ul.footMenu{
	padding:0 0 0 165px;
	}
div#footer-bg div#footer-menu ul.footMenu li{
/*Controls the image used as the link divider in the footer*/
	float:left; background: url(../images/footmenu-divider.gif) 0 3px no-repeat;
	}
div#footer-bg div#footer-menu ul.footMenu li.noDivider{
	background:none;
	}
div#footer-bg div#footer-menu ul.footMenu li a{
/*Controls the characteristics of the footer links*/
	color:#000000; font-size:11px; line-height:16px;
	padding:0 7px 0 7px; display:block; margin:0 0 0 1px;
	background-color:inherit;
	}
div#footer-bg div#footer-menu ul.footMenu li a:hover{
/*Controls The Highlight color effect while hovering*/
	background-color:#19284F;
/*Controls the Text color while Hovering*/
	color:#FFFFFF;
	}
div#footer-bg div#footer-menu p.copyright{
/*Controls the text color of the copyright & designed by*/
	padding:5px 0 0 171px; color:#000000;
	font-size:11px; line-height:11px;
	background-color:inherit;
	}
div#footer-bg div#footer-menu p.copyright a{
/*Controls the text color of the link in the footer*/
	color:#B3AC8B;
	background-color:inherit;
	}
div#footer-bg div#footer-menu p.copyright a:hover{
/*Controls the text color while Hovering*/
	color:#706933;
	background-color:inherit;
	}

/*-------------------------- MISLENIOUS --------------------------*/
.noBottomPadding{
	padding-bottom:0 !important;
	}
.noBg{
	background:none !important;
	}
.topPad{
	padding-top:15px !important;
	}

.rrequired{
color: #ff0000;
font-size: 11px;
text-align: right;
}

.lrequired{
color: #ff0000;
font-size: 11px;
text-align: left;
}

.estimate{
color: #ff0000;
font-size: 22px;
text-align: right;
}

.center{
color: #ff0000;
font-size: 11px;
text-align: center;
}

.left{
text-align: left;
font-size: 11px;
}

.right{
text-align: right;
font-size: 11px;
}

.style10{
text-align: left;
font-size: 12px;
}

HR{
color: #19284F;
}

A.news{
color:#CCDAFF;
}

A:Visited.news{
color:#CCDAFF;
}

A:Hover.news{
color:#637586;
}

.BlueField{
border: 2px solid #19284F;
background: #CCDAFF;
color: #19284F;
font-size:12px;
}

.BlueRight{
color: #19284F;
font-size:16px;
text-align: right;
}

.BlueLeft{
color: #19284F;
font-size:16px;
text-align: left;
}

.BlueCenter{
color: #19284F;
font-size:16px;
text-align: center;
}

H2.Blue{
color: #19284F;
font-size:16px;
text-align: left;
height: 24px;
}

.LBlue{
color: #CCDAFF;
text-align: right;
font-size: 10px;
height: 13px;
}