body {
	margin-left: 0px;
	margin-top: 68px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/background_world.gif) no-repeat scroll center top; 
	background-color: #ffffff;
}

/* Content Layout */

.primary-wrapper {
	text-align: center;
}
.sub-wrapper {
	text-align: left;
}
.content-area {
	width: 500px;
	margin:auto;
	float:left;
}
#footer-background {
	width: 952px;
	margin:auto;
}
#footer-border {
	width: 952px;
	height: 35px;
	background: url(../images/background_footer.gif) repeat scroll center top; 
	margin:auto;
}
.footer {
	width: 952px;
	min-height:100px;
	margin:auto;
}
.content {
	width: 952px;
	margin:auto;
}
.footer-contact-info {
	width: 402px;
	min-height:100px;
	float: right;
}
.footer-all-rights {
	width: 950px;
	min-height:100px;
}
#header-background {
	width: 952px;
	height: 77px;
	margin:auto;
}
#secondary-content-background {
	width: 908px;
	padding: 10px 20px 0px 20px;
	margin:auto;
	min-height:300px;
	border-top: 2px solid #c2c1c1;
	border-right: 2px solid #c2c1c1;
	border-left: 2px solid #c2c1c1;
}
#content-background {
	width: 908px;
	padding: 10px 20px 0px 20px;
	margin:auto;
	border-right: 2px solid #c2c1c1;
	border-left: 2px solid #c2c1c1;
}
#content-area {
	width: 900px;
	margin:auto;
}

/* Featured Project Image & Content */


#featured-project {
	width: 952px;
	height: 350px;
	margin:auto;
}
#featured-project-border {
	width: 952px;
	background: url(../images/background_border.gif) repeat scroll center top; 
	margin:auto;
}
.rotating-image {
	width: 601px;
	height: 350px;
	float: left;
}
.rotating-image-content {
	width: 291px;
	height: 290px;
	padding: 30px;
	float: right;
	background: url(../images/background_homepage_metal.png) no-repeat scroll center top; 
}

/* Clientele Images & Text */

.clientele_float_left {
	float:left;
	width:153px;
	height:130px;
	padding: 6px;
	margin: 7px;
}
.clientele_float_left_text {
	float:left;
	width:280px;
	height:1px;
	padding: 10px;
}
.project_float_left {
	float:left;
	width:280px;
	height:245px;
	padding: 4px;
	margin: 7px;
}
.project_float_left_text {
	float:left;
	width:150px;
	height:100px;
	padding: 15px;
}

/* primary navigation */

#navigation {
	width: 952px;
	height: 36px;
	margin:auto;
	overflow: hidden;
	background: url(../images/background_links.png) no-repeat scroll center top; 
}
ul.nav {
    	list-style:none;
	padding:0px;
	margin:0px;
}
li.nav {
	float: left;
	padding-left:27px;
	padding-right:27px;
	margin: 0px;
}
#AboutUs
{
  display: block;
  width: 93px;
  height: 22px;
  background: url("../images/nav_about_us.png") no-repeat 0 0;

}
#AboutUs:hover
{ 
  background-position: 0 -22px;
}

#AboutUs span
{
  display: none;
}
#Projects
{
  display: block;
  width: 101px;
  height: 22px;
  background: url("../images/nav_projects.png") no-repeat 0 0;

}
#Projects:hover
{ 
  background-position: 0 -22px;
}

#Projects span
{
  display: none;
}
#Clientele
{
  display: block;
  width: 101px;
  height: 22px;
  background: url("../images/nav_clientele.png") no-repeat 0 0;

}
#Clientele:hover
{ 
  background-position: 0 -22px;
}

#Clientele span
{
  display: none;
}
#Capabilities
{
  display: block;
  width: 125px;
  height: 22px;
  background: url("../images/nav_capabilities.png") no-repeat 0 0;

}
#Capabilities:hover
{ 
  background-position: 0 -22px;
}

#Capabilities span
{
  display: none;
}
#ContactUs
{
  display: block;
  width: 125px;
  height: 22px;
  background: url("../images/nav_contact.png") no-repeat 0 0;

}
#ContactUs:hover
{ 
  background-position: 0 -21px;
}

#ContactUs span
{
  display: none;
}
#Home
{
  display: block;
  width: 69px;
  height: 22px;
  background: url("../images/nav_home.png") no-repeat 0 0;

}
#Home:hover
{ 
  background-position: 0 -21px;
}

#Home span
{
  display: none;
}


/* Other Stuff */


.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
	line-height: 18px;
}
.featured-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}
.featured-title {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000000;
	line-height: 32px;
}
.featured-subtitle {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
}
.photo-overlay {
	 width: 370px;
	 position: absolute;
	 height: 271px;
	 z-index: 2;
 	 background: url("../images/image_curve_overlay.png");
}
.small-photo-overlay {
	 width: 280px;
	 position: absolute;
	 height: 220px;
	 z-index: 2;
 	 background: url("../images/image_curve_overlay_small.png");
}
.photo {
	 width: 369px;
	 position: absolute;
	 height: 270px;
	 z-index: 1;
}
.small-photo {
	 width: 280px;
	 position: absolute;
	 height: 220px;
	 z-index: 1;
}
.photo-title {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
h1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #1c4777;
	line-height: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1c4777;
	font-weight: normal;
	line-height: 26px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1c4777;
	font-weight: normal;
}
hr {
	border: 0;	color: #cccccc;	background-color: #cccccc;	height: 2px;
}
.Headings {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.addy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #3e3e3e;
}
.clientele_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #3e3e3e;
}
.FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #3c587a;
	font-weight: bold;
}
.allrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 16px;
	color: #3c587a;
}
.pad-right {
	padding-right: 30px;
}
.pad-left {
	padding-left: 35px;
}
.Blue {
	color: #1c4777;
}
.Tan {
	color: #f4eed7;
}
.PhotoBorder {
	border: 1px solid #cccccc;
	padding: 8px;
	background-color: #ffffff;
}
a:focus {outline:none;}
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; text-decoration:underline;}
