@charset "utf-8";
body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #46635F;
	background: #eee url(../fbs/images/fbs_background_sub.jpg) no-repeat 50% 0;
}

h1 {
	font-size:20px;
	color:#5D8886;
	}

h2 {font-size:16px;
	color:#5D8886;
}

ul {
	list-style-type:disc;
}

li {
	padding-top:5px;
	color: #5D8886;
	margin-left:-25px;
}

a {
	text-decoration:none;
	color:#666;
	font-weight:bold;
}

a:hover {
	text-decoration:underline
}

.fbs #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:620px; 
	margin: 50px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.fbs #mainContent {
	position:absolute;
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:120px 0px 0px 0px;
	left:300px;
	font-size:13px;
}
.fbs #mainContentPortfolio {
	position:absolute;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:40px 0px 0px 0px;
	left:300px;
}

.fbs #homeLink {
	position:absolute;
	margin:15px 0px 0px 35px;
	width:222px;
	height:77px;
}

.fbs #leftContent {
	position:absolute;
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:120px 600px 0px 0px;
	left:00px;
	font-size:14px;
	width: 200px;
}

.fbs #leftContent li {
	padding-bottom:15px;
	color: #5D8886;
	font-size:14px;
	list-style-type: none;
	margin-left:-40px;
	padding-left: 12px;
	background: url(../fbs/images/bullet.gif) no-repeat -0.1em 0.7em;
}

.fbs #leftContentHome {
	position:absolute;
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:240px 500px 0px 0px;
}

.fbs #leftContentHome p{
	font-size:18px;
	font-weight:normal;
	color:#5D8886;
	padding-top:5px;
}

.fbs #homeLogo {
	position:absolute;
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:50px 600px 0px 0px;
	left:00px;
	z-index:1;
}

.fbs #homeFern {
	position:absolute;
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:30px 0px 0px 400px;
	left:00px;
	width:450px;
	height:480px;
}

.fbs #mainContent td{
	border:1px solid #ddf0ea;
	padding:9px 5px 9px 5px;
	background-color:#D0EAE1;
}

/***NAVBAR STYLES***/
.fbs #navbar {
	position:absolute;
	top:560px;
	height:110px;
}

.fbs #navbarAbout {
	position:absolute;
	left:50px;
	bottom:90px;
}

.fbs #navbarPortfolio {
	position:absolute;
	left:210px;
	bottom:90px;
}
.fbs #navbarServices {
	position:absolute;
	left:395px;
	bottom:90px;
}
.fbs #navbarContact {
	position:absolute;
	left:575px;
	bottom:90px;
}
.fbs #navbarRequest {
	position:absolute;
	left:745px;
	bottom:120px;
}
.fbs #navbarWork {
	position:absolute;
	left:760px;
	bottom:65px;
}

/*** Miscellaneous styles ***/

.fbs #important_info {
	position:absolute;
	bottom:70px;
	left:910px;
}
