/* CORE STYLE SHEET */


* { 
	margin:0;
	padding: 0;
	text-decoration: none;
}

body {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

/* LINK STYLES */

a {
	color: #8684a5;
}

a:hover {
	color: #b95846;
}


/* TEXT STYLES */

body, p, h1, h2, ol, #nav li ul li, #footer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 24px;
}

p {
	font-size: 12px;
	margin: 0px 100px;
}

.style1 {
	color: #AFAEC4;
	font-style: italic;
	font-size:11px;
	margin: 0px;
}

h1 {
	font-size: 14px;
	margin-left: 100px;
	padding-top: 20px;
}

h2 {
	font-size: 18px;
	margin-left: 100px;
	padding-top: 20px;
}

/* TOP NAV STYLES */

#nav {
    position: absolute;
    margin: 0;
    height: 20px;
    top: 46px;
    left: 540px;
}

#nav ul { /* all lists */
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
 
#nav a { /* links */
    text-decoration: none;
    display: block;
}
 
#nav li { /* all list items */
    float: left;
    padding: 0;
    margin: 0;
}
 
#nav li ul { /* second-level lists */
    position: absolute;
    border: #666666;
    margin: 0px 5px;
    padding: 0px 10px;
    line-height: 21px;
    width: 100px;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li{ /*  second level items */
    width: 100px;
    display: block;
    background-color: #FFFFFF;
}

#nav li:hover ul { /* second level list while hovering */
    display: block;
    background-color: #FFFFFF; 
    border: 2px solid #afaec4;
}
 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

li > ul {
	top: auto;
	left: auto;
	clear: left;
}

/* LAYOUT */

#container {
	width: 880px;
	height: 100%;
	margin-left: 73px;
}

#header{
	width: 880px;
	height: 67px;
}

#logo {
	float: left;
	width: 450px;
	height: 67px;
	margin-top: 13px;
}

#main_content {
	margin-top: 23px;
}

#flashcontent {
    height: 100%;
	margin-left: auto;
	margin-right: auto;
}


#med_image {
	height: 530px;
	width: 586px;
	background-color: #e9e9ed;
}

 /* To Center in DIV Horizontally. Add to <img class=""> */
.horizontal {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
		
	
#large_image {
	float: left;
	background-color: #e9e9ed;
}

#textContainer {
	float: left;
	border: 10px solid #e9e9ed;
	width: 860px;
	height: 515px;
	min-height: 515px;
	overflow: auto;
}


/* RIGHT COLUMN */

#right_column {
	float: left;
	width: 294px;
	height: 530px;
	background-color: #e9e9ed;
}


#pageHeader {
	float: right;
	width: 300px;
	height: 90px;
}

#pageHeaderFull {
	float: right;
	width: 880px;
	height: 90px;
	background-color: #e9e9ed;
}

#textPageHeader {
	float: right;
	width: 430px;
	height: 80px;
	background-color: #e9e9ed;
}

#textPageTitle {
	float: left;
	margin: 8px 8px 0px 8px;
	height: 75px;
	background-color: #fff;
	color: #666666;
}

#projectTitle {
	float: left;
	margin-top: 8px;
	height: 75px;
	width: 240px;
}


#thumbnail {
	float: left;
	width: 200px;
	height: 160px;
	margin-top: 80px;
	margin-left: 15px;
}

#thumbnail ul li {
	float: left;
	list-style-type: none;
	padding: 3px;
}

	
#arrowButtons {
	float: left;
	margin-top: 8px;
	width: 44px;
	height: 65px;
	padding-top: 10px;
}
	
#arrowButtons ul li {
	float: left;
	list-style-type: none;
}


.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}


/* 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 */