body {
	background:url(../grfx/header-bg.png) no-repeat top;
}

/***** Header Styling *****/

#header {
	width:100%;	
}

#header .headerInner {
	max-width:980px;
	margin:0 auto;
	padding:80px 0 25px 0;	
	overflow:hidden;
}

#header .headerInner .logo {
	float:left;	
}

#header .headerInner .headerMenu {
	float:right;	
}

#header .headerInner .headerMenu #headerNavigation li {
	float:left;
	display:inline-block;
	margin:0 15px;
	background:none;
	padding:0;
	line-height:16px;
}

#header .headerInner .headerMenu ul li a {
	float:left;	
	color:#006ab2;
	font-size:16px;
	text-decoration:none;
	font-weight:500;
}

#header .headerInner .headerMenu ul li a:hover {
	text-decoration:underline;	
}

#header .headerInner .headerPhone {
	float:right;
	color:#006ab2;
	font-weight:500;
	font-size:37.76px;
	line-height:38px;	
	clear:right;
	padding:52px 0 0 0;
}

/***** Banner Styling *****/

.bannerWrapper {
	background:url(../grfx/banner-bg.png) #006ab2 repeat-x top left;
	width:100%;	
	clear:both;
}

.bannerWrapper .bannerInner {
	max-width:980px;
	margin:0 auto;
	padding-bottom:10px;	
}

/***** Slideshow Styling *****/

.slideshow {
	max-width:980px;
	margin:0 auto;	
}

.slideshow .slider-wrapper {
	position:relative;	
}

.slideshow #slider {
	min-height:345px;
	max-width:960px;
	margin:0 auto;	
}

/***** Content Styling *****/

.contentWrapper {
	background:url(../grfx/content-wrapper-bg.png) no-repeat top;	
}

.contentWrapper #content {
	max-width:864px; /* 980px */
	margin:0 auto 2px auto;	
	background:#fff;
	padding:50px 42px 50px 72px;
	border:1px solid #d2d4d0;
	overflow:hidden;
}

#content .leftContent {
	width:51%;
	float:left;
	padding-right:4%;	
}

#content .rightContent {
	width:45%;	
	float:left;
}

#content .rightContent h3,
#content .rightContent ul li {
	padding-left:26px;	
}

#content .rightContent ul li {
	background:url(../grfx/list-item.png) no-repeat 0 7px;	
	font-size:17px;
	line-height:20px;
	color:#006AB2;
	font-weight:500;
	margin-bottom:15px;
}

/***** Internal Content Styling *****/

#contentHeader {
	margin-bottom:-10px;	
}

#contentHeader img{
	border:10px solid #fff;	
	max-width:960px;
}

#contentTitle {
	background:url(../grfx/content-title-bg.png) no-repeat top left;
	max-width:900px; /* 980px */
	margin:0 auto;	
	min-height:57px;
	padding:15px 40px 0 40px;
}

#contentTitle .pageHeader {
	font-size:43.35px;
	line-height:45px;
	color:#fff;
	font-weight:500;
	letter-spacing:-1px;	
}


.contentWrapper .internal {
	padding-top:42px !important;
	padding-left:42px !important;	
}

.contentWrapper .internal .leftContent {
	width:100% !important;	
	padding-right:0 !important;
}

/***** Footer Styling *****/

#footer {
	width:100%;
	background:url(../grfx/footer-bg.png) #006ab2 no-repeat top;
	min-height:100px;	
}

#footer .footerInner  {
	max-width:935px; /* 980px */
	margin:0 auto;
	overflow:hidden;
	padding-left:45px;	
}

#footer .footerlinks {
	float:left;
	padding:45px 0 10px 0;
}

#footer .footerlinks li {
	float:left;
	display:inline-block;
	padding:0 20px;	
	background:none;
	line-height:16px;
}

#footer .footerlinks li:first-child {
	padding-left:0;	
}

#footer .footerlinks li a {
	color:#fff;
	float:left;	
	text-transform:uppercase;
	font-weight:500;
	font-size:11px;
	text-decoration:none;
}

#footer .footerlinks li a:hover,
#footer .perthWeb a:hover,
#footer .copyright a:hover {
	color:#96de00;	
}

#footer .copyright {
	clear:left;
	float:left;	
}

#footer .copyright,
#footer .copyright a {
	color:#6ec4ff;
	font-family:Verdana;
	font-size:11px;
	line-height:12px;	
	text-decoration:none;
}

#footer .perthWeb {
	text-align:right;	
	padding:27px 23px 0 0;
}

#footer .perthWeb a {
	font-size:9px;
	color:#6EC4FF;
	font-family:Verdana;	
	text-decoration:none;
}