/* Global */

body {
  margin: 0;
	padding: 0;
	background-color: #fff;
	}

img {
	border: 0;
	}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	}

/* Layout */

#logo {
	margin-left: auto;
	margin-right: auto;
	width: 770px; 
	height: 110px;
	}
	
#container {
	width: 100%;
	padding: 22px 0 20px 0;
	background-color: #aaa;
	}

#navbar {
	height: 25px;
	width: 100%;
	background-color: #bbbbbb;
	}

#content {
	width: 520px;
	margin-top: 23px;
	padding: 18px;
	padding-bottom: 20px;
	border: 5px solid #CDCDCD;
	background-color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
	}

#slideshowContainer {
	margin-top: 20px;
	width: 440px;
	height: 330px;
	border: 10px solid #fff;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	}
	
.slideshow p {
	margin: 0;
	padding: 0;
	}
	
#footer {
	margin-top: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	text-align: center;
	}

/* Navigation */

#nav {
	width: 583px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	}
	
#navOverview { display: block; float: left; width: 116px; height: 25px; background: url(../images/navigation/nav_overview.gif) no-repeat; }
#navOverview:hover { background-position: bottom; }

#navPortfolio {	display: block;	float: left; width: 121px; height: 25px; background: url(../images/navigation/nav_portfolio.gif) no-repeat; }
#navPortfolio:hover { background-position: bottom; }

#navPrincipals { display: block; float: left; width: 122px; height: 25px; background: url(../images/navigation/nav_principals.gif) no-repeat; }
#navPrincipals:hover { background-position: bottom; }

#navServices { display: block; float: left; width: 116px; height: 25px; background: url(../images/navigation/nav_services.gif) no-repeat; }
#navServices:hover { background-position: bottom; }

#navContact {	display: block;	float: left; width: 108px; height: 25px; background: url(../images/navigation/nav_contact.gif) no-repeat; }
#navContact:hover { background-position: bottom; }

/* Formatting */

.titleImage {
	margin-top: 8px;
	margin-bottom: 10px;
	}
	
.contentImage {
	margin-right: 18px;
	margin-top: 0px;
	float: left;
	}
	
.contactImg {
  margin-bottom: 50px;
  }

.servicesImg {
  margin-right: 18px;
  margin-bottom: 30px;
	float: left;
  }
  
.servicesItem {
  margin-bottom: 30px;
}

/* Links */

a:link, a:visited, a:active { color: #333333; }
a:hover { color: #333333; }


#tagline {
	/*display: inline;
	float: right;
	position: relative;*/
	text-align:center;
	/*background-color: red;*/
	width: auto;
	height: 40px;
	font-size: 14px;
	font-family: "Times New Roman",Georgia,Serif;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: -30px;
	/*top: -3px;*/
}