/*Main CSS File*/

/*GLOBAL STUFF*/






/*Layout*/
* {
	margin:0px;
	padding:0px;
}

body {
	background-color: #6699CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 76.1%;
	line-height:1.5;
	color: #666666;
	text-align:center;
}

#home_wrapper {
	width:100%;
	text-align:left;
	font-size:.9em;

}

#content_wrapper {
	width:100%;
	text-align:left;
	font-size:.9em;

}

#home_white_top {
	background-color: #FFFFFF;
	height:50px;
}

#home_background {
	background-color: #FFFFFF;
}

#home_text {
	width:300px;
	height:375px;
	padding:6px;
	color:#334d70;
	text-align:left;
	overflow: auto;
	background-color: #E6F7F7;
	
}
#home_page_title {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	margin-right: 6px;
}

#home_logo {
	text-align:left;
	background-color: #334D70;
	height: 65px;
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
}

#address a:link, #address a:visited{color:#FFFFFF; text-decoration:none; font-weight:normal;}
#address a:hover{color:#334d70; background-color:#FFFFFF; text-decoration:none; font-weight:normal;}

#address div {
	margin-top:3px;
	padding-left:70px;
	width:350px;
	text-align: right;
	color: #334d70;
	line-height:1.2em;
	}
	
.projects {padding:15px 0 0 120px;background:#669acc;}
	.projects h2{color:#fff;padding-bottom:3px;letter-spacing:.2em; font-size:1.5em;}
	.projects ul {border:1px solid #fff;width:396px;}
	.projects li {background:#000;border:2px solid white;display:block;float:left}
	.projects a {opacity: .5;filter: alpha(opacity=50);-moz-opacity: .5; width:40px;height:40px;display:block; border:none;}
	.projects a:hover {opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1;}
	.projects a img {border:none;}
	.projects .underline {margin-top:20px}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;_height: 1%;}  
 /* Holly Hack Targets IE Win only \*/
    /** html .clearfix {height: 1%;}*/
         .clearfix {display: block;}
 /* End Holly Hack */

.nav {background:#334d70;border-top:3px solid #669acc; text-align:center; border-bottom:3px solid #FFFFFF;}
	.nav {padding:3px 0 5px 0px}
	.nav li{display:inline;border-left:1px solid #fff; padding:0 1px 0px 7px ;}
	.nav li.first {border:none}
	.nav a:link, .nav a:visited {color:#fff;font-weight:bolder; text-decoration:none;font-size:80%; padding:2px;}
	.nav a:hover {color:#334d70; background:#ffffff; font-weight:bolder; text-decoration:none;font-size:80%;padding:2px;}

#content_top {}
#content_topband {background:#334d70; float:none; margin:10px 0 3px 0;}
#content_topband img { padding:4px 0 4px 120px;} 
#content_middle { background-color:#FFFFFF; height:400px;}
#content_left {float:left; margin-right:15px; border-right:#334d70 solid 1px; padding:15px 15px 5px 120px;}
#content_right {
	padding:5px;
	overflow: auto;
	height:380px;
}
.content_page_heading h1 {font-size:1.5em; font-weight:bold;}

/*Text Layout and Sizes*/

a:link, a:visited {color:#334d70; text-decoration:none; font-weight: bold;}
a:hover {background-color:#334d70; color:#FFFFFF;text-decoration:none; font-weight: bold;}
p {padding-bottom: 1em;}
ul.bullet li {margin-left:13px}
ul.bullet {margin-bottom:7px}
h1 {padding-bottom: 8px;}
h2 { font-size:1.1em}




	


