@charset "utf-8";
@font-face {
font-family: Bell Gothic Std Light; src: url(fonts/BellGothicStd-Light.otf);
} 

/* CSS Document */

/* index
-------------------------------------------------------------------------------------- */

/*
 
* Filename: 			bforb-styles.css
* Description: 			global CSS (master)
* Version:          	1.0.0 (2013-01-11)
* Website:				
* Author:				Jordan Statham
 
== STRUCTURE ============================================================================
 
* Page width:			960 px
* Number of columns:	1
 
*/

/*Colours
Header-blue:		#295b8f
Font-red:			#861f1f


/* Browser CSS-Reset
--------------------------------------------------------------------------------------- */
/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 11px;
	font-family:"Century Gothic", Geneva, sans-serif;
	vertical-align: baseline;
}

/*Structure*/

#header-wrapper {
	width:960px;
	height:auto;
	margin:0px auto;
}
#nav-bar-wrapper {
	padding-top:30px;
	width:960px;
	height:auto;
	margin:0px auto;
}
#banner-wrapper {
	width:972px;
	height:auto;
	margin:-6px auto 0px auto;
}
#header-inner-right {
	float:right;
	height:75px;
	width:auto;
	padding-top:15px;
}
.clear-floats {
	clear:both;
}
.clear-floats-spacer {
	clear:both;
	height:20px;
	width:auto;
}
#main-content-wrapper {
	margin:0px auto;
	height:auto;
	width:960px;
	min-height:200px;
}
#footer-wrapper {
	margin:0px auto;
	height:auto;
	width:960px;
	background-color:#295b8f;
	min-height:130px;
	clear:both;
}
#footer-inner-right {
	float:right;
	height:auto;
	width:auto;
	padding:20px 15px 0px 0px;
}
#footer-inner-left {
	float: left;
	height: auto;
	width: auto;
	padding: 30px 0px 0px 15px;
}
.main-content-inner-right {
	float:left;
	height:auto;
	width:439px;
	padding:40px 20px 0px 30px;
}
.main-content-inner-left {
	float: left;
	height: auto;
	width: 405px;
	padding: 40px 20px 0px 20px;
}
.portfolio-wrapper {
	width: 450px;
	height: auto;
	float: left;
	padding-top: 20px;
}
.portfolio-wrapper-margin-right {
	width: 450px;
	height: auto;
	float: left;
	padding-top: 20px;
	margin-right:60px;
}
.divider-line-wrapper {
	width:1px;
	height:auto;
	padding:30px 0px 30px 0px;
	float:left;
}
.red-divider-line-wrapper {
	width:960px;
	height:auto;
	margin:0px auto;
	margin-bottom:40px;
}
.left-column-60p {
	width: 58%;
	height: auto;
	float: left;
	margin: 0 25px 25px 0;
}
.right-column-30p {
	width: 30%;
	height: auto;
	float: left;
	padding-top: 15px;
	padding-left:30px;
}
.spacer-10p {
	width: 5%;
	float: left;
	padding-top: 15px;
}
/*Typography*/

p {
	margin-bottom:10px;
}

h1 {
	color: #295b8f;
	font-size: 45px;
	line-height: 90px;
	font-weight: normal;
}
h2, h2 a {
	font-family:"Bell Gothic Std Light", arial, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:40px;
	color:#861f1f;
	text-decoration:none;
}
h2 a:hover {
color:#ccc;	
}
h3.portfolio-headers {
	font-size: 15px;
	color: #5f9edf;
}
.light-blue {
	margin-left:0px;
	margin-bottom:20px;
	font-size:20px;
	color:#5f9edf;
}
.dark-blue {
	color:#2929d4;
	font-size:20px;
	margin-bottom:20px;
}
.red {
	color:#861f1f;
	}
.phone-numbers-text {
	color:#295b8f;
	font-weight:bold;
	text-align:right;
	margin-right:40px;
	font-size:18px;
}
.footer-text-right {
	color:#fff;
	text-align:right;
	font-size:12px;
}
.footer-text-left {
	color:#fff;
	font-size:11px;
}
p.home-text {
 	font-family:font-family:"Bell Gothic Std Light", arial, sans-serif;
	font-size: 12px;
}
p.index-text {
	margin-bottom:15px;
	font-size:12px;
}
#footer-wrapper p {
	margin-bottom:0px;
}
ul {
	margin-bottom:10px;
	margin-left:35px;
}
li {
	margin-bottom:10px;
}

/* links */
a:link, a:visited {
	color:#3AD6E9;		
}

a:hover, a:active {
	color:#13A691;	
}

/*Images*/
.centered-image {
	margin:0px auto;
	display:block;
}
.header-logo-margins {
	float: left;
	margin-right: 50px;
}
.banner-margin {
	margin-left:-6px;
}
.heading-icons {
	float: left;
	margin: 0px 15px 50px 0px;
}
.access-logo {
	margin:0px 20px 0px 65px;
}
.excel-logo {
	margin:0px 20px 0px 0px;
}
.bordered-image {
	border: 1px solid #295b8f;
	float: left;
	margin-right: 25px;
}
.bordered-image-bot-margin {
	border: 1px solid #295b8f;
	float:left;
	margin-right:15px;
	margin-bottom:25px;
}
/*Forms*/
form {
	width: 480px;
	padding: 30px 0px 0px 30px;
	float: left;
	margin: 20px 0px;
	border: 1px solid #cccccc;
}
fieldset {
	padding:1em;
	font:80%;
	border:1px solid #f00;
}
legend {
	width:25%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
	border:1px solid #f00;
	margin-top:-20px;
}
input {
	display:block;
	margin-bottom:15px;
	width:250px;
	float:left;
}
textarea {
	display:block;
	width:250px;
	float:left;
	margin-bottom:15px;
}
label {
	clear:left;
	display:block;
}
/*Google maps */

#wagmp_map_1 {
	padding-top:15px;
	float:right;
	height:350px;
	width:400px;
	margin:20px 0px;
}
