@charset "utf-8";
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ffffff;
	background-image:url(images/body-bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	
}
 #container {
	width: 1024px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	margin: 0 auto;
	border: none;
	text-align: left;
}

.fltrt { 
	float: right;
	margin-left: 8px;
	padding:0px 150px 0px 0px;
}

.click {
float:right;
padding: 23px 470px 0px 0px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*HEADERS***********************************/

 #header_home {
	background-image:url(images/header_home.jpg);
	height:327px;
	background-repeat:no-repeat;
}

 #header_strategy {
	background-image:url(images/header_strategy.jpg);
	height:327px;
	background-repeat:no-repeat;
}

 #header_team {
	background-image:url(images/header_team.jpg);
	height:327px;
	background-repeat:no-repeat;
}

 #header_portfolio {
	background-image:url(images/header_portfolio.jpg);
	height:327px;
	background-repeat:no-repeat;
}

 #header_contact {
	background-image:url(images/header_contact.jpg);
	height:327px;
	background-repeat:no-repeat;
	
}

 #header_login {
	background-image:url(images/header_login.jpg);
	height:327px;
	background-repeat:no-repeat;
}


/*CONTENT BACKGROUNDS********************************/

 #home {
	background-image:url(images/content_bg_home.jpg);
	background-repeat:no-repeat;
	width:962px;
	padding: 75px 20px 0px 42px;
	line-height:20px;
	}
	
	 #strategy{
	background-image:url(images/content_bg_strategy.jpg);
	background-repeat:no-repeat;
	width:962px;
	padding: 100px 20px 0px 42px;
	line-height:20px;
	}
	
#team{
	background-image:url(images/content_bg_team.jpg);
	background-repeat:no-repeat;
	width:962px;
	padding: 100px 20px 0px 42px;
	line-height:20px;
	}
	
#portfolio{
	background-image:url(images/content_bg_portfolio.jpg);
	background-repeat:no-repeat;
	width:962px;
	padding: 100px 20px 0px 42px;
	line-height:20px;
	}
	
#contact{
	background-image:url(images/content_bg_content.jpg);
	background-repeat:no-repeat;
	width:962px;
	padding: 100px 20px 0px 42px;
	line-height:20px;
	
	
	}
	
#login{
	background-image:url(images/content_bg_login.jpg);
	background-repeat:no-repeat;
	width:962px;
	padding: 100px 20px 0px 42px;
	line-height:20px;
	}
	
/*DIVIDER*******************************/

#divider {
width:1024px;
}
	
/*FOOTER********************************/	

#footer {
	background-image:url(images/footer.jpg);
	height:84px;
	background-repeat:no-repeat;
	width:1024px;

	
}

#login_footer {
padding:40px 0px 0px 40px;
float:left;
font-size:10px;
z-index:2;

}

#login_footer a {
color:#ffffff;
text-decoration:underline;
}

#login_footer a:HOVER {
color:#ffffff;
text-decoration:none;
}

#login_footer a:visited {
color:#ffffff;
text-decoration:underline;
}

#login_footer a:active {
color:#ffffff;
text-decoration:underline;
}


#footernav {
padding: 30px 0px 0px 0px;

}

#footernav ul {
list-style-type:none;
padding: 10px 0px 0px 647px;
margin: 0px;
}

#footernav li {
display:inline;
padding: 10px;
font-size:10px;
list-style-image:none;
color:#ffffff;
}

#footernav li a {
color:#ffffff;
text-decoration:none;
}

#footernav li a:HOVER {
color:#ffffff;
text-decoration:underline;
}

#footernav li a:visited {
color:#ffffff;
text-decoration:none;
}

#footernav li a:active {
color:#ffffff;
text-decoration:none;
}

.copyright {
font-size:10px;
color:#ffffff;
padding: 5px 0px 0px 700px;

}



/*NAVIGATION********************************/

#nav {
width:1024px;
padding: 290px 0px 0px 0px;
}

#nav ul {
list-style-type:none;
padding: 15px 0px 0px 100px;
margin: 0px;
}

#nav li {
display:inline;
padding: 20px;
list-style-image:none;
color:#333333;
}

#nav li a {
color:#333333;
text-decoration:none;
font-weight:bold;
}

#nav li a:HOVER {
color:#333333;
text-decoration:underline;
font-weight:bold;
}

#nav li a:visited {
color:#333333;
text-decoration:none;
font-weight:bold;
}

#nav li a:active {
color:#333333;
text-decoration:none;
font-weight:bold;
}


/*TEXT STYLES*****************************/

#text {
padding: 120px 20px 0px 42px;
line-height:20px;
	}
	
h1 {
font-size:22px;
color:#006699;
}

a {
color:#ffffff;
text-decoration:underline;
}

a:HOVER {
color:#006699;
text-decoration:underline;
}

a:visited {
color:#ffffff;
text-decoration:underline;
}

a:active {
color:#ffffff;
text-decoration:underline;
}

/*MISC*****************************/

img {
border:none;
}


