/* -------------------------------------------
General 
------------------------------------------- */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	height: 100%;
	background: url(../images/general/bg_main.jpg) repeat-x top center #292970;
	margin: 0px;
	padding: 0px;
}



/* -------------------------------------------
Container/Contents
-------------------------------------------*/


#container {
	width: 860px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../images/general/bg_clouds.jpg) no-repeat top #292970;
}

#homepage_buttons {
	width: 630px;
	height: 190px;
	padding-top: 230px;
	margin: 230px auto 0 auto;
	padding: 0;
}
.homepage_button {
	width: 150px;
	height: 190px;
	margin-right: 6px;
	padding: 0;
	float: left;
}

#text {
	width: 311px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	float: right;
	display: inline;
	margin-right: 80px;
	margin-top: 8px;
	padding: 15px;
	background: url(../images/general/column.jpg) no-repeat top #292970;
	
}

#menu {
	width :350px;
	float: right;
	margin-right: 70px;
	margin-top: 18px;
	display: inline;
}

.button a {
	float: left;
	width: auto;
	display: block;
	margin-right: 10px;
	color: #FFF;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}

.button a:hover{
	float: left;
	display: block;
	color: #243A85;
	background: #000000;
	padding: 3px;
	background: #FFF;
	width: auto;
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
	
}

.active a{
	float: left;
	display: block;
	margin-right: 10px;
	color: #243A85;
	background: #000000;
	padding: 3px;
	background: #FFF;
	text-decoration: none;
	font-weight: bold;
		line-height: 14px;
}

.quotename{
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

#logo {
	float: right;
	width: 153px;
	height: 194px;	
}

#flash {
	clear: right;
	float: right;
	width: 411px;
	height: 327px;	
	background: #292970;
}


#column_left {
	float: left;
	width: 420px;
	height: 194px;	
	margin-top: 53px;
	display: inline;
}

#project{
	width: 300px;
	height: 80px;	
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #243A85;
}

.projectpic{
	width: 122px;
	float: left;
	height: 74px;	
	margin-right: 10px;
	border: solid 1px #243A85;
}

.bluetext{
	font-weight: bold;
	color: #243A85;
}

.image{
	margin-left: 90px;
	margin-top: 20px;
	border: none;
}

.image-right{
	margin-left: 10px;
	margin-top: 10px;
	float: right;
	border: 1px solid #292970;
}

a img.thumb {
	float: left;
	margin: 5px;
	border: 1px solid #000066;
}

a:hover img.thumb {
	border-color: #ffffff;
}
/* -------------------------------------------
Links
------------------------------------------- */
#text a:link    { color: #243A85; text-decoration: underline }    
#texta:visited { color: #243A85; text-decoration: none }   
#text a:hover   { color: #243A85; text-decoration: none; background: #FFF} 



/* -------------------------------------------
Lists
------------------------------------------- */

ul {
	list-style: none;
	margin: 20px 0 10px 0;
	padding: 0;
}

ul li {
	background: url(../images/general/bullet.gif) top left no-repeat;
	margin:0; 
	padding: 0 0 10px 15px;
}

/* -------------------------------------------
 Headers  
 ------------------------------------------- */

h1 {
	font-size: 16px;
	color: #243A85;
	margin-bottom: 5px;;
	padding-bottom: 3px;
	border-bottom: solid 3px #243A85;
}

h2 {
	font-size: 14px;
	color: #000;
	margin-bottom: 0;
	padding-bottom: 3px;
}