body {
	background-color: #F4F4EC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

p {
	line-height: 24px;
	padding-top: 10px;
	font-size: 14px;
}


h1 {
	color: #FFF;
	font-size: 32px;
	line-height: 36px;
}

h2 {
	color: #CCCCCC;
	font-size: 18px;
}

h3 {
	color: #FFFFFF;
	font-size: 16px;
}

h1.big {
	font-size: 70px;
	color:#FFF;
	text-transform: lowercase;
	font-weight: normal;
	line-height: 50px;
}

.spacer-10px {
	height: 10px;
}

.top_bar {
	margin: 0;
	padding: 0;
	background-color: #09F;
	height: 2px;
}

/*LAYOUT*/

.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 750px;
	background: url(../images/background.png);
	padding-left: 5px;
}

/*HEADER AND CONTACT*/
.header {
	padding-top: 25px;
}

.logo {
	padding-left: 50px;
	float: left;
}

.contact_home {
	padding-right: 55px;
	float: right;
	padding-top: 20px;
	text-align: right;
	font-size: 12px;
	color: #656565;
	line-height: 12px;
}

.contact_home a {
	text-decoration: none;
	color: #333;
}

.contact_home a:hover {
	text-decoration: none;
	color: #FFF;
}

/*NAVIGATION*/

.nav {
	padding-left: 250px;
	padding-top: 13px;
	font-size: 14px;
	color: #000;
}

.nav ul {
	display: inline;
	list-style-type: none;
}

.nav li {
	display: inline;
	padding-right: 15px;
}

.nav li a {
	color: #000;
	text-decoration: none;
}

.nav li a:hover {
	color: #FFF;
	text-decoration: none;
}

/*MAIN CONTENT*/
.content_full {
	padding-left: 45px;
	padding-top: 50px;
	width: 900px;
	
}

.content_bg {
	background-image: url(../images/content-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 902px;
	height: 431px;
}

.innercontent {
	padding: 25px;
}

.innercontentflash {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: -25px;
}

.innercontentvideo {
	padding-left: 25px;
	padding-top: 65px;
	text-align: left;
}

.floatright {
	float: right;
}

/*FOOTER*/

.footer {
	text-align: center;
	margin-top: -15px;
	font-size: 12px;
	color: #656565;
}

.footer a {
	color: #000;
	text-decoration: none;
}

/*Page Specific*/

.projects_main {
	margin-top: 30px;
}

td.projects_image  {
	width: 140px;
}

td.projects_copy {
	vertical-align: text-top;
}

.projects_main img {
	border-style: solid;
	border-width: thick;
	border-color: #FFFFFF;
}

.portfolio {
	margin-top: -4px;
}

td.media {
	padding: 10px;
}

.mediafooter a {
	text-decoration: none;
	color: #000;
}

.mediafooter a:hover {
	color: #FFFFFF;
}