@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header-top {
	font: normal 14px Roboto, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background: #000000;
	vertical-align: middle;
	margin: 0px;
	clear: both;
	float: none;
	height: 50px;
	width: 100%;
	position: fixed;
	z-index: 1000;
}
#header-middle {
	background: #FFFFFF;
	width: 100%;
	padding-top: 50px;
	border-bottom: 10px solid #FF8000;
}
#header-middle div.header-resize {
	text-decoration: none;
	margin: 0px auto;
	padding: 0px;
	height: 300px;
	width: 1000px;
}


#header-top div.header-resize {
	font: normal 14px Roboto, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px auto;
	padding: 5px 0px;
	height: auto;
	width: 1000px;
}
#header-top .header-resize ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: both;
}
#header-top .header-resize ul li {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}

#container{
	width: 1000px;
	margin: 10px auto;
}

.FBG{
	float: left;
	width: 320px;
	margin-right: 20px;
}
.FBG img{
	position: absolute;
}

.RBG_content{
	width: 315px;
	height: auto;
	position: absolute;
	background: #FFFFFF;
}

.RBG_content h1{
	font: normal 40px RobotoThin, RobotoLight, Roboto, Arial, Verdana, sans-serif;
	margin: 10px;
	padding: 0px 0 5px 0;
	color: #000000;
	border-bottom: solid 1px #000000;
}

.RBG_content ul{
	list-style: square;
	margin: 0; padding: 0;
}
.RBG_content li{
	font: normal 15px Roboto, Arial, Verdana, sans-serif;
	color: #000000;
	padding: 5px 5px 10px 10px;
}
.green li, .blue li, .maroon li{list-style: none; }
.blue li:hover{
	color: #FFFFFF;
}
.green li:hover{
	color: #FFFFFF;
}
.maroon li:hover{
	color: #C0504D;
}

.blue{border: solid 3px #4BACC6; background: #4BACC6;}
.green{border: solid 3px #9BBB59; background: #9BBB59;}
.maroon{border: solid 3px #FF8000; background: #FF8000;}

.last{
	float: right;	
	margin-right: 0px;
}


/* projects */
.section{
	min-height: 350px;
	clear: both;
}
.projects{
	background: #4BACC6;
}