
/** Form **/

form {
  margin-top: 10px;
  border-top: 1px solid #F4F4F4;
  padding: 15px 0 0 5px;
}

.formControl {
  clear: left;
}

.formControl .label {
  float: left;
  width: 100px;
  padding-top: 3px;
}

.formControl .control {
  margin-left: 100px;
  padding-bottom: 10px;
}

.formControl .control input {
  margin: 0px;
	padding: 3px 10px 0px 5px;
	background-color:#fff;
	width: 230px;
	height: 23px;
	border: 1px solid #B8B8B8;
}

.formControl .control textarea {
	font-family: "Trebuchet MS", Arial, Geneva;
	font-size: 110%;
	margin: 0px;
	padding: 3px 0px 0px 5px;
	background-color:#fff;
	width: 240px;
	height: 150px;
	border: 1px solid #B8B8B8;
}

.formSubmit {
  margin-left: 100px;
}

#jobForm .label 	 { width:215px; border-bottom:1px dotted #f0f0f0; }
#jobForm .formSubmit { margin-left:215px; }



/** Form errors **/

#formErrors {
  margin-bottom: 10px;
  padding: 0 10px;
  background: #FFB0B0;
  border: 1px solid red;
}

#formErrors p, #formErrors ul {
  margin: 8px 0;
  font-size: 90%;
}

#formErrors ul {
  margin: 8px 0;
  padding: 0 0 0 20px;
  list-style: square;
}

/** Construction **/

body {
	background-color: #1d272d;
	margin: 10px auto;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 75%;
	color:#1d272d;
}
#tempcontainer {
	background:url("../images/public/bg_temp.gif") repeat-x;
	background-color: #FFF;
	margin: 0 auto;
	width: 100%;
	height: 500px;
}
#templogo {
	background:url("../images/public/logo_temp.gif") no-repeat;
	margin: 0 auto;
	height: 500px;
	width: 372px;
	color:#fff;
	text-align: center;
}
#container {
	background:url("../images/public/bg.gif") repeat-y;
	background-color: #FFF;
	margin: 0 auto;
	width: 970px;
}
#top {
	background:url("../images/public/top.gif") no-repeat;
	background-color: #FFF;
	width: 970px;
	height:20px;
}
#bottom {
	background:url("../images/public/bottom.gif") no-repeat;
	background-color: #1d272d;
	height:40px;
	color: #fff;
	font-size: 0.8em;
	padding: 15px 0 0 10px;
}
#lefthome {
	width: 310px;
	background-color: #0290be;
	margin: 0 0 0 10px;
	display:inline;
	float: left;
	font-size: 1.2em;
	color:#fff;
}
#righthome {
	width: 640px;
	background-color: #fff;
	margin: 0 10px 0 0;
	display:inline;
	float: right;
	font-size: 1.2em;
}
#rightcontent {
	width: 640px;
	background: url("../images/public/bg_content.gif") repeat-x;
	background-color: #fff;
	margin: 0 10px 0 0;
	display:inline;
	float: right;
}

#logo {
	width: 310px;
	height:102px;
	background:url("../images/public/fbm_logo.gif") no-repeat;
	background-color: #fff;
}
#menu {
	width: 310px;
	text-align: right;
	margin: 6px 0 30px 0;
	padding: 0;
}

/** Signup **/

#signup {
	text-align: right;
	background-color: #259ec6;
	padding: 0px 0 20px 0;
}

form.signup {
  border: 0;
	margin: 10px 25px 10px 40px; 
	padding: 0 0 20px 0;
	text-align: right;
}

input.signup {
	width:160px;
	height: 20px;
	border: 1px solid #fff;
	margin: 0 5px 0 0;
	background:url("../images/public/bg_input.gif") repeat-x;
	color: #000033;
	text-align: center;
}

#deco {
	height:140px;
	background:url("../images/public/bottom_decoration.gif") no-repeat; 
}

#featured-home {
	width: 640px;
	min-height: 408px;
	/*background:url("../images/public/feature_home_soaps.jpg") no-repeat;*/
	background-repeat: no-repeat;
	background-color: #eaf1f3;
	background-position: left bottom;
}
* html #featured-home {
	height: 408px;
}

#abouthome {
	width: 320px;
	float: left;
	display: inline;
}
#newshome {
	width: 320px;
	float: right;
	display: inline;
}
#generalcontent {
	padding: 25px 45px;
	font-size: 1em;
	line-height: 1.6em;
}

.hometext {
	padding: 15px 40px;
	font-size: 0.8em;
}
.screenshot {
	margin: 0;
	float:right;
	width: 250px;
	display:inline;
}
.screenshot img {
  border: 1px solid #F3F3F3;
}
.projectdescription {
	width: 270px;
	margin: 0 20px 0 0;
	float:left;
	display:inline;
}
.projectdescription2 {
	width: 520px;
	margin: 0 20px 0 0;
	float:left;
	display:inline;
}

a {
	color:#0290be;
	text-decoration:underline; 
}
a:hover {
	color:#0f4459;
	text-decoration:underline; 
}

a.menu {
	color: #fff;
	text-decoration: none;
	background:url("../images/public/menu_off.gif") no-repeat;
	display: block;
	width: 285px;
	height: 33px;
	padding: 12px 25px 0 0;
}
a.menu:hover {
	color: #fff;
	text-decoration: none;
	background:url("../images/public/menu_over.gif") no-repeat;
	display: block;
	width: 285px;
	height: 33px;
	padding: 12px 25px 0 0;
}

a.menuselected {
	color: #fff;
	text-decoration: none;
	background:url("../images/public/menu_over.gif") no-repeat;
	display: block;
	width: 285px;
	height: 33px;
	padding: 12px 25px 0 0;
}
a.menuselected:hover {
	color: #fff;
	text-decoration: none;
	background:url("../images/public/menu_over.gif") no-repeat;
	display: block;
	width: 285px;
	height: 33px;
	padding: 12px 25px 0 0;
}

a.featurehome, a.importantLink {
	color: #0290be;
	text-decoration: none;
	background:url("../images/public/link_icon.gif") no-repeat;
	padding: 0 0 0 15px;
	margin-top: 10px;
}
a.featurehome:hover, a.importantLink:hover {
	color: #0290be;
	text-decoration: underline;
	background:url("../images/public/link_icon.gif") no-repeat;
	padding: 0 0 0 15px;
	margin-top: 10px;
}

a.logolink {
	width: 310px;
	height:102px;	
	display:block;
}

p.right {
	margin:10px 25px 10px 25px; 
	padding:0;
	font-size: 0.9em;
}
p.homefeature {
	padding: 190px 0 0 41px; 
	margin:0;
	width: 300px;
}
p.tempintro {
	padding: 400px 0 0 0; 
	margin:0;
}
p.news {
	margin:0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #F4F4F4;
}

h1 {
	color: #fff;
	background-color: #0f4459;
	font-size: 2em;
	font-weight: normal;
	padding: 11px 45px;
	margin: 102px 0 0 0;
}

h2 {
	font-size: 1.5em;
	color: #0290be;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	color: #0290be;
	font-weight: normal;
}

h2.home {
	font-size: 1.2em;
	color: #005a77;
	margin: 0;
}
.blue {
	color: #0290be;
}

input.contact {
	margin: 0px;
	padding: 3px 10px 0px 5px;
	background-color:#fff;
	width: 230px;
	height: 23px;
	border: 1px solid #B8B8B8;
}
textarea.contact {
	font-family: "Trebuchet MS", Arial, Geneva;
	font-size: 110%;
	margin: 0px;
	padding: 3px 0px 0px 5px;
	background-color:#fff;
	width: 240px;
	height: 150px;
	border: 1px solid #B8B8B8;
}

.error {
	color: #B50000;
}

/** Common block **/

div.block h2 {
	font-size: 1.2em;
	color: #005a77;
	margin: 0;
}

div.block div.body {
  width: 520px;
	margin: 8px 20px 8px 0;
	/* float: left; 
	display: inline; */
}

/** Latest news **/

#pagination {
  text-align: center;
}

#more {
  text-align: center;
  letter-spacing: 5px;
}

.comment { font-style: italic; color:#666; font-size:0.8em; margin-top:-6px; }