/* 
	Lightbox v2.0 Project page styles	
	Author: Lokesh Dhakar http://www.huddletogether.com
	Table of Contents:
		layout
		typography
*/




/* layout
----------------------------------------------- */

/* *{
	margin: 0;
	padding:0;
	}
*/
body{
	background: #29364A;
	color: #eee;
	font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	}

#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.0em;
	background-color: #c0dB5A;
	}
.bodytextLarge {
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: lowercase;
	padding-bottom: 3px;
}
.bodytextLargePad {
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 25pt;
	padding-bottom: 3px;
}
.bodytext {
	font-family: "Trebuchet MS",Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	padding-bottom: 3px;
	letter-spacing: -1px;
}
.bodytextGreen {
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: lowercase;
	color: #56ABA4;
	padding-bottom: 3px;
}
.bodytextGreenLarge {
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-size: 17px;
	font-weight: bolder;
	color: #56ABA4;
	text-transform: uppercase;
}
.bodyTextBlueLarge {
font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-size: 17px;
	font-weight: normal;
	color: #0673B8
}
.whiteHeads1 {
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.greenHeads1 {
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-size: 38px;
	font-weight: bold;
	color: #D0EB6A;
	line-height: 80%;
}
.greenHeads2 {
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	color: #D0EB6A;
	line-height: 80%;
	text-transform: uppercase;
}


ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.5em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
li strong {color: #999;}
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 0.9em;
	font-weight: bold; color: #999;
	padding-top: 0.4em;
	}
dd{	
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #3d3d33;
	}



a{
	color: #FFFFFF;
	text-decoration: none;
	}


#nav{ list-style: none; margin: 2em 2em 2em 0;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	margin-bottom: 1px;
	color: #eee;
	text-decoration: none;
	line-height: 30px;
	margin-left: 0px;
	}
a:hover{
	color: #0673B8;
	text-decoration: none;
	}



.thumbnail{
	padding: 4px 6px 4px 6px;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	}	
