@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
    background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position: top center;
	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;
}
 #container { 
	width: 1024px;  
    margin: 0 auto;
	border: none;
	text-align: left;
} 

.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;
}

/*END***************************************************************************/

/*HEADER AREA******************************************************************/

#header { 
background-image:url(../images/header_home.jpg);
height:337px;
width:1024px;
background-repeat:no-repeat;
overflow:hidden;
} 

#address {
width:854px;
font-size:12px;
padding:75px 170px 169px 0px;
text-align:right;
float:right;
}

#btns {
	width:1024px;
	height:77px;
	float:left;
	
	
}

a:link.address{
color:#FFFFFF;
font-size:12px;
text-decoration:none;
}

a:visited.address {
color:#FFFFFF;
font-size:12px;
text-decoration:none;
}

a:HOVER.address{
color:#FFFFFF;
font-size:12px;
text-decoration:underline;
}

a:active.address {
color:#FFFFFF;
font-size:12px;
text-decoration:none;
}






/*END HEADER AREA**************************************************************/


/*NAVIGATION AREA***************************************************************/

#sidebar1 {
width:355px;
float:left;
padding:0px 0px 0px 0px;
background-image:url(../images/nav_bg.jpg);
background-repeat:repeat;
}

#sidebar1 ul {
padding:0px 0px 0px;
margin:0px 0px 0px;
}


.navlinks {
background-image:url(../images/nav_bg.jpg);
float:left;
width:355px;
}

#navlinks2 {
background-image:url(../images/nav_bg.jpg);
float:left;
width:355px;
display:none;
}

#navdivider {
background-image:url(../images/nav_divider.jpg);
background-repeat:no-repeat;
width:355px;
height:5px;


}

#bottom_nav {
background-image:url(../images/nav_bg_bottom.jpg);
height:108px;
background-repeat:no-repeat;
width:355px;
float:left;
clear:left;
}

a:link.nav {
background-image:url(../images/arrow_purple.jpg);
display:block;
background-repeat:no-repeat;
background-position: 115px 8px;
color:#FFFFFF;
font-size:12px;
padding:5px 0px 5px 125px;
font-size:12px;
text-decoration:none;
}

a:visited.nav {
background-image:url(../images/arrow_purple.jpg);
display:block;
background-repeat:no-repeat;
background-position: 115px 8px;
color:#FFFFFF;
font-size:12px;
padding:5px 0px 5px 125px;
font-size:12px;
text-decoration:none;
}

a:HOVER.nav {
background-image:url(../images/arrow_white.jpg);
display:block;
background-repeat:no-repeat;
background-position: 120px 8px;
color:#FFFFFF;
font-size:12px;
padding:5px 0px 5px 130px;
font-size:12px;
text-decoration:none;
}

a:active.nav {
background-image:url(../images/arrow_purple.jpg);
display:block;
background-repeat:no-repeat;
background-position: 115px 8px;
color:#FFFFFF;
font-size:12px;
padding:5px 0px 5px 125px;
font-size:12px;
text-decoration:none;
}

/*hidden*/

.navlinks p {
display:none;
padding:0px;
margin:0px;
background-image:url(../images/nav_bg.jpg);
float:left;
width:355px;
}

/*END NAVIGATION AREA********************************************************/

/*MAIN  AREA***************************************************************/
#mainContent { 
width:1024px;
font-size:12px;
padding:0px 0px 0px 0px;

}



#thetext {
background-image:url(../images/mainContent_bg_home.jpg);
background-repeat:no-repeat;
text-align:justify;
float:right;
width:529px;
padding: 100px 120px 0px 20px;
}


.imgrt {
float:right;
padding:100px 80px 0px 0px;
}

#latest_projects {
background-image:url(../images/latest_projects_bg.jpg);
width:355px;
background-repeat:repeat;
float:left;
padding:0px 0px 0px 0px;

}

#projectimg {

width:235px;
height:101px;
padding:0px 0px 0px 120px;
}

#project_bottom {
background-image:url(../images/latest_projects_bottom.jpg);
height:52px;
background-repeat:no-repeat;
}

a:link.latestproject{
color:#FFFFFF;
text-decoration:none;
font-size:10px;
padding:0px 0px 0px 165px;
}

a:visited.latestproject{
color:#FFFFFF;
text-decoration:none;
font-size:10px;
padding:0px 0px 0px 165px;
}

a:HOVER.latestproject{
color:#FFFFFF;
text-decoration:underline;
font-size:10px;
padding:0px 0px 0px 165px;
}

a:active.latestproject{
color:#FFFFFF;
text-decoration:none;
font-size:10px;
padding:0px 0px 0px 165px;
}

/*FOOTER*********************************************************************/

 #footer { 
	background-image:url(../images/bg_footer.jpg);
	width:1024px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	float:right;
} 

#footer ul {
padding:20px 0px 0px 800px;
margin:0px;
list-style:none;
}

#footer li {
list-style-image:none;
font-size:10px;
color:#999999;
display:inline;
width:25px;
padding:5px;
}

#footer a:link {
color:#999999;
text-decoration:none;
}

#footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover {
color:#999999;
text-decoration:underline;
}

#footer a:active {
color:#999999;
text-decoration:none;
}

/*END FOOTER*****************************************************************/
