/*This is the core style sheet of the site.*/



/* SITEWIDE */
* { 
margin:0;
padding: 0;}

#container {
	background-color: #ffffff;
	width: 1024px;
	padding: 0;
	margin: 0px;
}



/* TEXT  */

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-color: #333;
	text-decoration: none;}

.style1 {
	font-size:11px;
	margin: 0px;
	color: #999999;
}

/* LINKS */
a {
	text-decoration: none;
	color: #666666;}

a:link {
	color: #999999;}

a:hover {
	text-decoration: underline;}

hr {
	height:1px dotted;
    width:100%;
    background:#819ab8;}



/* BODY */
body {
	height: 100%;
	margin-top: 0px;
	padding-top: 20px;
	behavior: url(css/csshover.htc);
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
}



/* HEADER */
#logo {
	width: 422px;
	float: left;
	margin-left: 55px;}



/* TOP NAV */

#topNav {
	width: 600px;
	float: right;
	height: 18px;
	margin-right: 100px;}


#topNav ul li {
	float: right;
	list-style-type: none;
	font-size: 18px;
	color: #CCCCCC;}

#top_nav ul li {
	display: block;
	float: left;}

#top_nav ul li a {
	text-decoration: none;
	color: #ffffff;
	font-style: normal;
	display: block;
	text-align: center;
	font-weight: bold;
	width: 197px;
	padding: 5px 0 6px 0;
	border-right: 3px solid #FFF;}

#top_nav li:hover {color: fff;}

#top_nav #active a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;}



/* PROJECT MENU */

#projectMenu {
	margin-left: 55px;
	width: 800px;
	height: 18px;}

#projectMenu ul li {
	float: left;
	list-style-type: none;
	font-size: 18px;
	color: #CCCCCC;}



/* IMAGES LAYOUT */

#imageContainer {
	float: left;
	margin-top: 20px;
	width: 1024px;
}

#imageBox1{
	float: left;}

#imageBox2 {
	float: left;
	margin-left: 30px;}

#imageBoxLarge1 {
	float: left;
	width: 1024px;
	margin-left: 25%;
	margin-right: 25%;}


/* TEXT CONTAINER */
#textContainer {
	float: left;
	margin-left: 40px;
	margin-top: 30px;
	width: 400px;
	height: 100%;
	font-size: 12px;
	line-height: 14px;
}

#textContainer h1 {
	font-size: 14px;
	line-height: 30px;
	color:#666666	}

#textContainer p {
	font-size: 12px;
	color: #666666;
	line-height: 16px;}
	
#textContainer a {
	color: #3372B8;
	font-weight: bold;}	


/* FOOTER */

#footer {
	margin-left: 55px;
	padding-top: 80px;
    float:left;
    height: 80px;
	width: 100%;
	color: #CCCCCC;}



/* PAGE NAVIGATION */

#pageNavigation {
	float: left;
	margin-left: 110px;
	padding-top: 40px;
	width: 470px;
	height: 18px;}

#pageNavigation ul li {
	float: left;
	list-style-type: none;}
	
#arrowButtons {
	float: left;
	margin-left: 110px;
	padding-top: 40px;
	width: 320px;
	height: 18px;}
	
#arrowButtons ul li {
	float: left;
	list-style-type: none;}



/* FLOATS */

.clearboth {clear: both; }

.floatleft {float:left;}

.floatright {float:right;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.clearfix {display: inline-block;}

.clearfix {display: block;}

*html .clearfix {height: 1%;}

* html #listmenu ul {float:left;}

* html a {display:block:}



/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */
