/* container - everything except the footer */

div#container
	{
		background-image:url("../images/site/container_header.jpg");
		background-position:50% 11px;
		background-repeat:no-repeat;
		border:1px solid #948E8A;
		margin:10px auto 0px;
		padding:159px 10px 10px;
		text-align:left;
		width:780px
	}

div#container_body
	{
		background-color:#FFFFFF;
		min-height:400px;
	}

	* html div#container_body
		{
			height: 300px;
			margin:0px 8px 8px 1px;
		}
	
/* sidebar */

div#sidebar
	{
		float: left;
		width: 180px;
		margin:0;
		padding:0 5px 5px 5px;
		background: #E2F2F5;
		min-height:380px;
	}

	* html div#sidebar
		{
			height: 380px;
		}

/* header */

	
/* secondary navigation */ 
#subNav
	{ 
		font-size: 10px;
		color: #978E8D;
		padding-top: 9px;
	}

div#subNav ul
	{
		
		font-size: 13px;
		line-height: 18px;
		list-style-type: none;
	}

div#subNav ul li a
	{
		display: block;
		width: 174px;
		padding: 3px;
		margin-left:15px;
	}
	
div#subNav li 
	{
		margin-left: -15px;
		margin-bottom: 5px;
		font-size: 13px;
		line-height: 18px;
	}

div#subNav a 
	{
	 	text-decoration: none;
	 	color: #4D4749;
		font-weight:bold;
		font-size: 12px;
	}

div#subNav a:hover 
	{
		text-decoration: none;
		background-color: #F6D6BC;
	}	

div#subNav a.select
	{
		text-decoration: none;
	 	background-color:#BADADD;
		color: #439296
	}

/* content  */

#container_bodycontent
	{
		z-index: 0;
		width: 100%;
		margin-bottom:0px;
		margin-top: 15px;
		overflow:hidden;
	}

#content
	{
		width: 550px;
		float: right;
		margin: 6px 8px 10px 10px;
	}

div#content p
	{
		padding-right: 10px;
	}

div#pagecontent ul
	{
		margin-left: 15px;
		font-size: 13px;
		line-height: 18px;
	}

span.red 
	{
		color:red;
	}

/* footer */

div#footer {
color:#4D4749;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
margin-left:auto;
margin-right:auto;
text-align:right;
width:780px;
height:30px;
}
div#footer a {
text-decoration:none;
}
div#footer a:hover {
text-decoration:underline;
}
#fsbLogo {
clear:left;
float:left;
}
#fsbLogo img {
margin:0pt;
}
#footerText {
float:right;
margin-top:5px;
}
#footerText a.tandc {
color:#009DA9;
}
a.ilckLink {
color:#009DA9;
}
a.ilckLink:hover {
background-color:#86CDD1;
color:#FFFFFF;
}

/* form */

form textarea{
	width:290px;
	height:140px;
	margin: 0;
}
label{
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 20px;
	clear: left;
}
.formElement{
	padding-bottom: 20px;
}
.formElement p{
	position: relative;
	left: 170px;
}

button.submit{
	margin-left: 20px;
	border: 0;
	color: white;
	background: white;
}

.formElement div#pageedit, .formElement div.pageedit
{
left:170px;
position:relative;
line-height:1.5em;
}

div.pageedit
	{
		line-height:1.5em;
	}

input.contact{
	width:290px;
	float: left;
}

.button_contact
{
	background:transparent url("../images/site/button_sendMessage.gif") no-repeat scroll center top;
	height:48px;
	width:116px;
	border:none;
	padding-top:40px;
	cursor:pointer;
	margin:0 0 0 10px;
}

/* images */

div.image_left{
		float:left;
		margin: 2px 10px 2px 2px;
		padding:0 10px 0 10px
	}
	

div.image_right{
		float:right;
		margin: 2px;
		padding:0 10px 0 10px
	}

.rollover
{
	background-position:center bottom;
}	
