html, body{height:100%;}

body {
	font-family:arial, sans-serif;
	background: #c7c1b5;
}

.clear {
	clear:both;
	font-size:1px;
	line-height:0px;
}

.border {
	border: 1px solid #000;
}

.rounded{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.shadow{
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.bottom-shadow {
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

#loader{
	width:100%;
	height:100%;
	background:transparent url('../img/ajaxLoader.gif') center center no-repeat;
}

#wrap {
	width:100%;
	/*height:100%;*?
	/*overflow-y: auto;
	overflow-x:hidden;*/
	margin:0;
	padding:0;
	/*background: transparent url('../images/FITD4_logo.png') top left no-repeat;*/
	z-index:10;
	position:absolute;
	top:0;
	left:0;
}

a {
	font-weight: bold;
	color:#92278f;
}

a:hover {	
	color:#666;
}

a.link {

}

a.link:hover {	
	color:#666;
}

#topborder {
	height:6px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background: transparent url('../images/bars.png') top left repeat-x;
}

#nav{
	/*float:right;*/
	margin:0;
	padding:0;
	position: fixed;
	top:0;
	left:0;
	/*width:900px;*/
	width:100%;
	overflow:hidden;
	background: #d5d1c8 url('../images/bars.png') top left repeat-x;
	/*c7c1b5*/
}

#nav ul {
	float:left;
	margin:0 auto;	
	padding:0;
	width:1500px;
	overflow-x: hidden;
	background: transparent url('../images/bars.png') bottom left repeat-x;
}

#nav li {
	width:180px;
	font-family:'Arial', sans-serif;
	text-align: center;
	display:inline!important;
	/*position:relative;*/
	float:left;
	margin:0;
	background-color:transparent;
}

#nav li a {
	width:180px;
	color:#000;
	font-weight:bold;
	font-size:1em;
	display: block;
	padding: 10px 0 0 0;
	margin:0 auto;
	font-family: 'Arial', sans-serif;
	text-transform: uppercase;
}

#nav li a:hover, #nav li a.current {
	color:#000;
}

#a{ 
 border-bottom: 6px solid #0098c6;
 }
#b{ 
 border-bottom: 6px solid #f58220;
 }
#c{ 
 border-bottom: 6px solid #d71921;
 }
#d{ 
 border-bottom: 6px solid #fec24d;
 }
#e{ 
 border-bottom: 6px solid #0a9776;
 }
 
#nav li.current{
 	/*border-bottom-width: 6px;*/
 }
 
#a.current{
 background-color:#0098c6;
}
#b.current{
 background-color:#f58220;
}
#c.current{
 background-color:#d71921;
}
#d.current{
 background-color:#fec24d;
}
#e.current{
 background-color:#0a9776;
}

#a a{
 background:url('../images/bars_sprite.png') no-repeat 0 -161px;
}

#a a:hover{
 background-position:0 0;
}

#b a{
 background:url('../images/bars_sprite.png') no-repeat -180px -161px;
}

#b a:hover{
 background-position:-180px 0;
}

#c a{
 background:url('../images/bars_sprite.png') no-repeat -360px -161px;
}

#c a:hover{
 background-position:-360px 0;
}

#d a{
 background:url('../images/bars_sprite.png') no-repeat -540px -161px;
}

#d a:hover{
 background-position:-540px 0;
}

#e a{
 background:url('../images/bars_sprite.png') no-repeat -720px -161px;
}

#e a:hover{
 background-position:-720px 0;
}

div#left{
	float:left;
	display:block;
	background: transparent url('../images/FITD4_logo.png') top left no-repeat;

}

div#content{
  margin: 55px 40px 20px 350px;
  padding:20px;
 }
 
div#content ul{
	float:left;
	margin:5px 0 0 10px;
}
 
div#content ul li{
/*
	border:1px solid #666;
	margin:5px;
	width: 150px;
	height:100px;
	padding:10px;
	color:#000;
	line-height:1.5em;
	display:block;
	float:left;
	background-color:#d7d3ca;
*/
}

div#entries{
	/*float:left;
	margin:5px 0 0 10px;*/
	width:1530px;
	padding:5px;
}

.column{
	/*float:left;
	margin:5px 0 0 10px;*/
	width:160px;
	float:left;
}

.entry{
	/*border:1px solid #fff;*/
	margin:5px 0;
	margin-left:10px;
	width: 130px;
	height:220px;
	padding:10px;
	color:#000;
	line-height:1.5em;
	background-color:#ededed;
	display:block;
	float:left;
}

.entry:hover, .entry:hover a{
	color:#fff;
	background-color:#0a9776;
}

.entry a img{
	margin-bottom:5px;
}

.entry a:hover img{
	
}

.entry a:hover{
	text-decoration: underline;
}

#section_header{
	/*margin-left:10px;*/
}

div#info {
	margin-left:20px;
	margin-top:20px;
	padding:40px;
	background-color: #fff;
}

div#info p{
	line-height: 1.6em;
	margin-bottom:1em;
	font-size:100%;
}

div#info p a {
	font-weight: bold;
	color:#92278f;
	text-decoration:underline;
}

div#info p a:hover {	
	color:#666;
}

ul#subnav{
	width:800px;

}

ul#subnav li{
	float:left;
}

span.gallery_image img {
	border:1px solid #000;
}


.left{
	float:left;
	margin-right:20px;
}

.right{
	float:right;
	margin-left:10px;
}

.red{
	color: #d71921;
}

.blue{
	color: #0098c6;
}

.orange{
	color: #f58220;
}

.yellow{
	color: #fec24d;
}

.green{
	color: #0a9776;
}

#social{
	position:absolute;
	top: 500px;
	left: 56px;
	width: 230px;
	z-index: 100;
}

#social a, #social a:hover{
	text-decoration:none;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#fff;
	padding:6px 10px;
	color:#000;
	font-weight: bold;
	display:none;
	z-index: 110;
}

.button{
	border:1px solid #333;
	background:#fff;
	padding:6px 10px;
	color:#000;
	font-weight: bold;
}

div.button{
	display:inline;
}

#subheader {
	width:100%;
	display:block;
	margin:0;
	margin-bottom:10px;
}

#columnnumber{
	float:left;
	display:none;
}


#prevnext{
	float:right;
	margin-top:20px;
}

#scrolltarget{
	padding:10px;
}

#callout{
	font-size:125%;
	margin-bottom: 20px;
	font-weight:bold;
	font-family: Georgia;
	font-style:italic;
	line-height:1.5em;
}

#ccount{
	font-size:125%;
	font-weight:bold;
	font-family: Georgia;
	font-style:italic;
}

.bgrey{
	background-color:#ededed;
}

.bslash{
	background:url('../images/slash-hotpink.gif') top left repeat;
}

.bgreen{
	background-color:#0a9776;
	color:white;
}

.bgreen a{
	color:white;
}

.bgreen:hover{
	background-color:#fff;
	color:#0a9776;
}

.bgreen:hover a{
	background-color:#fff;
	color:#0a9776;
}

.bgreen a:hover{
	background-color:#fff;
	color:#0a9776;
}

#searchForm{
	display:none;
	position:absolute;
	top:226px;
	left:396px;
	float:right;
	padding:10px;
	width:360px;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	background-color:#0a9776;
	z-index: 120;
}

#searchForm a{
	color:#fff;
}


	












