
body {
	margin:0;
	font: 100% "Arial Narrow", Arial, sans-serif;
	font-size:0.8em;
}

#wrapper {
	width: 760px;
	margin: auto;
	text-align: left;
	border-right:1px solid #1976a6;
	border-left:1px solid #1976a6;
	background: url(/images/nav-background.gif) repeat-y;


}

#main {
	font-size: 1em;
	line-height: 1.4em;
	width: 550px;
	float: right;
	background:url(/images/main-background.jpg) no-repeat top right;
	min-height:273px;
	padding-right:10px;
	
}

/*----------------------------------------------------- TEXT STYLING --------------------------------------------------------*/

#body_the-small-business-union h2{
	display:none;
}

#body_current-topics-in-the-news img{
	border:none;
}

h1 {
	margin: 0;
	padding: .5em;
	text-indent:-999em;
	background:url(/images/h1-banner.gif) no-repeat;
	height:148px;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0.5em;
	color:#4390b8;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	color:#3A4563;
	font-weight:bold;
	
}

h5{
	font-size: 1.4em;
	font-weight: bold;
	margin:0;
	padding:0;
	color:#4390b8;
}

h4{
	font-size: 0.9em;
	font-weight: bold;
	margin:0 0 10px 0;
	padding:0;
}

h6{
	font-size: 1.2em;
	font-weight: bold;
	margin:0 0 10px 0;
	padding:0;
	color:#4390b8;
}
.pullquote{
	color:#3c4664;
	font-weight:bold;
	width:435px;
	margin:0 20px;
	padding:3px 0;

}

a{
	color:#08628F;
}

a:hover{
	color:#3A4563;
	text-decoration:none;
}
/*----------------------------------------------------- FORM STYLING --------------------------------------------------------*/
form p{
	width:300px;
	clear:both;
	color:#3A4563;

}

form p label{
	float:left;
}

form p input, form p textarea, form p select{
	width:200px;
	float:right;
	margin:3px 0;
	
}
#ContactSubmit{
	float:left;
	margin-left:96px;
	width:113px;
	height:34px;
	text-indent:-999em;
	border:none;
	cursor:pointer;
	_cursor:hand;
	background:url(/images/submit-button.jpg) no-repeat;
}
#contactdetails{
	background:none;
	color:#224766;
}



/*------------------------------------------------------ PRINT STYLSHEET  ---------------------------------------------------*/

#printlogo {
	display:none;
}

/*--------------------------------------------------------- FOOTER ----------------------------------------------------------*/


#footer {
	clear: both;
	background:url(/images/footer.gif) no-repeat;
	height:94px;
	text-align:right;
	font-size: 0.68em;

}

#footer p a{
	margin:20px 10px 0 0px;
/*	margin-left:10px;*/
	line-height:80px;
	color:#3A4563;
}

#footer p a:hover{
	color:#3A4563;
	text-decoration:none;

}
.click-here{
	margin-top:-10px;
}

img{
	border:2px solid #08628F;

}