@charset "UTF-8";
/* CSS Document */

/* Global Whitespace Reset */
* { margin: 0; padding: 0; }

body {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	margin: 0;
	padding: 0;
	background-color:#000000;
	
}

#wrapper {
	
	margin: auto;
	width:1022px;
	
}

#leftContent {

	width:81px;
	float:left;

}

#rightContent {

	width:928px;
	float:right;

}

#header {

	width:1022px;
	height:105px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;

}

#headerLeft {

	width:500px;
	height:105px;
	float:left;

}

#headerRight {

	width:522px;
	height:105px;
	background:url(../images/template_top_right.jpg) right top no-repeat;
	float:right;

}

a {

	color:#FFFFFF;
	text-decoration:underline;

}

a:visited {

	color:#FFFFFF;
	text-decoration:underline;

}

a:hover {

	color:#781010;
	text-decoration:underline;

}

#newsUpdates {

	padding:45px 0px 0px 300px;
	font-style:italic;
	float:left;
	
}

#contact {

	float: right;
	padding:45px 0px 0px 25px;
	font-style:italic;
	width:75px;

}

#pageLinks1 {

	padding: 10px 0px 0px 160px;

}

#pageLinks2 {

	padding:0px 0px 0px 195px;
	
}

#mainContent {

	width:876px;
	min-height: 480px;
	float:right;
	border-left:#7a7a7a 1px solid;
	border-right:#7a7a7a 1px solid;
	padding:20px;
	margin-right:23px;

}

.imageMain {

	float: left;
	width: 400px;
	text-align:center;

}

.textMain {
	
	float: right;
	width: 450px;

}

.imageMainRev {

	float: right;
	width: 400px;
	text-align:center;

}

.textMainRev {
	
	float: left;
	width: 450px;

}

.galleryImage {

	float: right;
	width: 590px;
	margin-right: 10px;

}

.galleryImage ul {

	list-style-type: none;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;

}

.galleryImage li {

	display:inline;
	margin-right:15px;

}

.galleryImage A:link {

	text-decoration: none; 
	color: #ffffff

}

.galleryImage A:visited {

	text-decoration: none; 
	color: #ffffff

}

.galleryImage A:active {

	text-decoration: none; 
	color: #00a5d7

}

.galleryImage A:hover {

	text-decoration: none; 
	color: #00a5d7;
	
}

.galleryThumb {

	float: left;
	margin-left: 7px;
	width:200px;

}

.galleryThumb img {

	margin: 0px 17px 11px 0px;

}

.projectAssets {

	float: right;
	width: 630px;
	margin-right: 10px;

}

.projectThumb {

	float:left;
	width:100px;

}

.projectMain {

	float:left;
	width:450px;

}

.wordsTitles {

	float:left;
	width:200px;

}

.wordsText {

	float:right;
	width:650px;

}

.wordsArrows {

	float:right;
	width:40px;
	text-align:right;

}

#footer {

	width:928px;
	height:62px;
	background:url(../images/footer.gif) top left no-repeat;
	margin-right:13px;
	
}

#footerText {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	padding:40px 0px 0px 385px;

}
