@charset "utf-8";
/* CSS Document */

/* Styling */

html, body {
	background-image:url(../img/header_bg.png);
	background-repeat:repeat-x; 
	font-smooth: always;
	height: 100%;
	line-height: 160%;
	margin: 0;
	width: 100%;
	color:#373534;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

h1 {
	color:#00a0df;
	line-height: 120%;
	
}

.darkBlue {
	color: #2a6ebb;
}

h2{
	color:#00a0df;
	margin: 30px 0 2px 0;
}

h3 {
	color:#00a0df;
}

h4{
	color:#373534;
	font-size:medium;
}

h5{
	color:#00a0df;
	font-size:medium;
}


a img {
	border: none; 
}

a:link {
	color:#00a0df;
	text-decoration: underline;
}

a:visited {
	color:#2a6ebb;
}

a:hover {
	color:#2a6ebb;
	text-decoration: none;
}

a:active {
	border:none;
}

.alignLeft {
	float: left;
}

.alignCentre {
	margin: 0 auto;
}


.alignRight {
	float: right;
	text-align: center;
}

.wrapper {
	width: 940px;
	margin: 0 auto;
}


/* Layout; */

.pageHome {
	background-image:url(../img/body_bg.png);
	background-repeat:repeat-x; 
}

#pageContainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* Ensure the same as pageFooter height */
	width: 960px;
	clear: both;
}
		#pageContainer li {
		list-style-image:url(../img/li_bullet1.png);
		padding: 2px 0;
		line-height:120%;
		}
	
		#pageContainer p, li{
		font-size:medium;	
		}
		
#pageHeader {
	height: 120px;
}

#blerb {
	width: 960px;
	padding: 20px 10px;
	height: auto;
}

#pageTitle {
	width: 940px;
	padding: 20px 0 0 0;
	height: auto;
}

#pageBlockLong {
	display: block;
	height: 150px;
	width: 680px;
	padding: 10px;
	margin: 20px 0 100px 0;
	float: left;
	background: #000;
}

#pageBlockSide {
	height: 150px;
	width: 200px;
	padding: 10px;
	margin: 20px 0 100px 20px;
	float: left;
	text-align:center;
	background: #000;
}

#pageMain {
	float:left;
	width: 690px;
	height: auto;
	padding: 0 10px 0 0;
}

#pageSidebar {
	float:left;
	padding: 0 10px 0 10px;
	width: 220px;
	height: 560px;
	border-left:dotted #dfe5e6;
}

	#pageSidebar li {
	list-style-image:url(../img/li_bullet1.png);
	padding: 3px 0 0 7px;
	}
	
#shadedBox {
	background: #F6FAFF;
	width: 680px;
	padding: 20px;
	margin: 20px 0;
	display: block;
	height: 200px;
	clear:both;
}

.push {
	height: 100px; /* Ensure the same as pageFooter height */
	clear:both;
}

#footerBase {
	background: #373534;
	padding: 10px 0;
	height: 30px;
	width: 100%;
	clear:both;
}

#footerCopyright {
	width: 940px;
	margin: 0 auto;
	font-size:x-small;
	color: #fff;
}


/* Page styling */
.portfolioItem {
	height: 400px;
	width:940px;
	border-bottom: thin solid #9eceeb;
	margin: 50px 0 200px 0;
}

.portfolioLeft {
	float: left;
	width: 60%;
	padding-right: 20px;
}

.portfolioRight{
	float: right;
	
}

.nextItem {
	position: relative;
	padding: 0;
}


/*Sliding boxes */
.pageBlock1 {
	height: 150px;
	width: 220px;
	margin: 0 10px;
	float:left;
	overflow: hidden;
	position: relative;
}

.pageBlock1 img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption{
	float: left;
	padding: 5px 10px 10px 10px;
	position: absolute;
	background: #bdbdbd;
	height: 100px;
	width: 100%;
	opacity: .9;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 }
 
 .caption .boxcaption {
 	top: 100px;
 	left: 0;
 }
 

/* Nav */
ul#menu
{
	float: right;
	margin:35px 0 0;
	padding:0;
	list-style-type:none;
	width:auto;
	display:block;
	font-size: medium;
	color:#FFF;
}

ul#menu li
{
	float:left;
}
	
ul#menu li a
{
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 10px; 20px;
}
	
ul#menu li a:hover
{	
	border-bottom:3px solid #fff;
	color:#FFFFFF;	
}
	

ul#menu li a.current
{
	border-bottom:3px solid #9eceeb;
}

/* Button */
@-webkit-keyframes bluePulse {
		  from { background-color: #00a0df; -webkit-box-shadow: 0 0 9px #333; }
		  50% { background-color: #0092CC; -webkit-box-shadow: 0 0 18px #0092CC; }
		  to { background-color: #00a0df; -webkit-box-shadow: 0 0 9px #333; }
		}
		
@-moz-keyframes bluePulse {
		  from { background-color: #00a0df; -webkit-box-shadow: 0 0 9px #333; }
		  50% { background-color: #2a6ebb; -webkit-box-shadow: 0 0 18px #2a6ebb; }
		  to { background-color: #00a0df; -webkit-box-shadow: 0 0 9px #333; }
		}



.blue.button, .blue.button:visited {
	background-color: #00a0df; 
	text-decoration: none; 
	-webkit-animation-name: bluePulse;
	-webkit-animation-duration: 4s;
}

.blue.button:hover { 
	background-color: #00a0df;
}

a.button {
	display: inline-block;
	margin: 0 10px 9px 0;
}

.large.button {
	font-size: 14px;
	padding: 8px 19px 9px;
}

a.button {
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}
.button {
	background: #fff url(../img/overlay-button.png) repeat-x 0 0;
	display: inline-block;
	padding: 5px 15px 6px;
	color: white !important;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #bdbdbd;
	-webkit-box-shadow: 0 1px 1px #bdbdbd;
	text-shadow: 0 -1px 1px #bdbdbd;
	position: relative;
	cursor: pointer;
	overflow: visible;
	width: auto;
}
									  
.padding {
	padding: 20px 0;
}

/* Bullet Points */
.leftBullets {
	float:left;
	width: 50%;
}

.rightBullets {
	float:left;
}

/* Form Styling */

input.button { 
	background: #fff url(../img/overlay-button.png) repeat-x 0 0;
	border: 1px solid #00a0df;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #bdbdbd;
	-webkit-box-shadow: 0 1px 1px #bdbdbd;
	padding:8px 8px;
	margin: 30px 0;
	width:420px;
}

input, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#373534;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #bdbdbd;
	-webkit-box-shadow: 0 1px 1px #bdbdbd;
	border: 1px solid #bdbdbd;
	color:#373534;	
	padding:8px 8px;
	width: 400px;
}

label:hover+input, input:hover, input:focus {
	border: 1px solid #00a0df;
}


/* Slider */
.theme-default #slider {
    width:940px; /* Make sure your images are the same size */
    height:300px; /* Make sure your images are the same size */
	margin: 0 10px;
}


