@charset "UTF-8";

body {
	background: url(images/bg.jpg) repeat-x #fff;padding:0px;color:#333; font-family:Arial, Helvetica, sans-serif; font-size:small; margin:0px 0 0 0;}

div:active, div:focus, div:hover {outline-style: none; -moz-outline-style:none;} 
a {outline: none;}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding:0px;
	margin-left:30px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0; margin-bottom:10px; color:#333;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	 /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#007dac;
	text-decoration:none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color:#007dac;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration:underline;
	color:#FFF;
}
#sp_credit_link {
display:none;
}
span {
	color:#00b0f0;
}
span.grey {
	color:#333;
}
.imgspace {
	float:left;
	width:170px;
	height:relative;
	min-height:200px;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width:960px;
	height:relative;
	margin:0px auto 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	
}
.innercontent {
	width:960px;
	height:relative;
	float:left;
	min-height:400px;
	padding-bottom:0px;
	background:#CCC;
}
.content {
	width:920px;
	height:relative;
	min-height:300px;
	float:left;
	background:#FFF;
	margin:-25px 0 0 0;
	padding:40px 20px 60px 20px;
	background:#FFF url(images/content-bg.jpg) repeat-y;
}
.header {
	width:960px;
	height:163px;
	float:left;
	margin:0 0 0 0px;
	background:url(images/header.jpg) no-repeat;
}
.topmenu {
	width:960px;
	text-align:right;
	margin:20px 0 0 0;
	font-size:10px;
}
.topmenu a {
	margin:0 10px 0 5px;
	font-size:10px;
}
.logo {
	width:330px;
	height:110px;
	float:left;
	margin:20px 0 0 30px;
	background:url(images/logo.png) no-repeat;
}
.menu a, .menu a:visited {
	float:left;
	margin:0px 0px 0 0px;
	padding:5px 10px 5px 10px;
	color:#666;
	text-decoration:none;
}
.menu a:hover, .menu a:focus {
	color:#FFF;
	background:#0096d8;
	padding:5px 10px 10px 10px;
}

.menu {
	width:960px;
	height:relative;
	min-height:45px;
	position:relative;
	z-index:1;
	float:left;
	padding-left:0px;
	margin:-3px 0 0 0px;
	font-size:small;
}
.menu a.selected, .menu a.active, .menu a.focus {
	color:#FFF;
	background:#00b0f0;
	padding:5px 10px 10px 10px;
}
.menu ul
{
list-style: none;
padding: 0;
margin: 0;
} 
.menu li
{
float: left;
margin: 0 0.15em;
} 

.home-screen {
	background:url(images/home-screen.jpg);
	float:left;
	width:925px;
	height:275px;
	margin:-25px 0 0 0;
	padding:30px 0 0 35px;
}
.home-screen img {
	float:left;
	margin:0 10px 10px 0;
}
img.reflection {
	margin:-15px 0 0 0;
	float:left;
}
.main {
	width:590px;
	height:relative;
	min-height:300px;
	float:left;
	margin:0 30px 0 0;
}
.main img {
	float:left;
	margin:0 7px 20px 0;
}
.sidebar {
	float:left;
	width:200px;
	height:relative;
	min-height:200px;
	background:none;
	color:#333;
	padding:20px 20px 20px 40px;
	list-style:none;
}
.sidebar ul {
	list-style:none;
	margin:0 0 0 0px;
	color:#333;
}
.sidebar li {
	list-style:none;
}
.sidebar h3 {
	color:#333;
	font-size:medium;
	text-transform:uppercase;
	font-weight:lighter;
}
.sidebar img {
	width:200px;
	height:relative;
	float:none;
	margin:0 0 10px 0;
}
.sidebar a, .sidebar a:visited {
	color:#007dac;
	text-decoration:underline;
}
.sidebar a:hover {
	color:#333;
	text-decoration:underline;
}
.widget-container {
	border-bottom: 1px solid #CCC;
	padding-bottom:10px;
	padding-top:10px;
}
.submenu {
	float:left;
	width:960px;
	min-height:80px;
	height:relative;
	background:#000;
}
.bottomsub {
	float:left;
	width:960px;
	height:60px;
	background:url(images/bordershadow.png) repeat-x;
}
.submenubox {
	float:left;
	margin:20px 0 0 10px;
	padding:10px;
	border-right:1px #666 solid;
	height:relative;
	min-height:130px;
	color:#CCC;
	width:290px;

}
.submenubox2 {
	float:left;
	margin:20px 0 0 0;
	padding:10px;
	height:relative;
	min-height:80px;
	color:#CCC;
	width:290px;

}
.submenubox img {
	float:left;
	margin:0;
}
.footer {
	float:left;
	width:920px;
	height:relative;
	min-height:70px;
	margin:-20px 0 0 0;
	padding:0px 20px 20px 20px;
	background:#FFF;
}

.footer2 {
	float:left;
	width:920px;
	height:relative;
	min-height:70px;
	margin:-20px 0 0 0;
	padding:40px 20px 20px 20px;
	background: url(images/footer2bg.png) repeat-x;
	color:#FFF;
}
.contactinfo {
	float:left;
	margin:0 0 0 0px;
}
.searchform {
	float:right;
	margin:70px 20px 0 0;
}
.searchform input {
	background:#333;
	color:#666;
	height:22px;
	border:none;
	padding:3px 3px 3px 7px;
	float:left;
}
.searchform .submit-button {
	background:url(images/searchsubmit.png) #333 no-repeat;
	color:#666;
	width:23px;
	height:28px;
	font-size:1px;
	border:none;
	padding:0px;
	cursor:pointer;
}
#searchform {
	float:right;
	margin:0px 20px 0 0;
}
#searchform #s {
    background:#333;
	color:#ccc;
	height:22px;
	border:none;
	padding:3px 3px 3px 7px;
	float:left;
}
#searchform #s:focus {
    background:#333;
	color:#ccc;
	height:22px;
	border:none;
	padding:3px 3px 3px 7px;
	float:left;
}
#searchform #searchsubmit {
	background:url(images/searchsubmit.png) #333 no-repeat;
	color:#666;
	width:23px;
	height:28px;
	font-size:1px;
	border:none;
	padding:0px;
	cursor:pointer;
}
.screen-reader-text{
	display:none;
}
.copyright {
	width:960px;
	position:relative;
	margin:5px auto;
	height:relative;
	font-size:10px;
	float:left;
	text-align:right;
}
.submenubox2 form {
	width:270px;
	float:left;
	margin:-20px 0 0 0;
}
.submenubox2 input {
	border:none;
	background: url(images/input-bg.png) no-repeat;
	width:170px;
	height:27px;
	margin:0 0 7px 0;
	padding:0 20px 0 10px;
	float:right;
}
.submenubox2 label {
	float:left;
	width:60px;
	text-align:right;
	margin:20px 0px 0 0;
}
.submenubox2 .submit-button {
	background:url(images/submit-bg.png) no-repeat;
	width:92px;
	height:29px;
	font-size:1px;
	float:right;
	cursor:pointer;
	
}
.submenubox2 .wpcf7-submit {
	background:url(images/submit-bg.png) no-repeat;
	width:92px;
	height:29px;
	font-size:1px;
	float:right;
	cursor:pointer;
	
}
.contactcol {
	float:left;
	width:250px;
}
.main h2 a, .main h2 a:visited {
	color:#333;
}
.main h2 a:hover {
	color:#333;
	text-decoration:underline;
}

.main a:hover {
	color:#666;
	text-decoration:underline;
}
.main form {
	width:290px;
	float:left;
	margin:-10px 0 0 0;
}
.main input {
	border:#666 solid thin;
	width:250px;
	height:17px;
	margin:0px 0 0px 0;
	padding:0 20px 0 10px;
	color:#666;
}
.main textarea {
	border:#666 solid thin;
	width:250px;
	height:50px;
	margin:2px 0 2px 0;
	padding:10px 20px 10px 10px;
	color:#666;
	float:left;
}
.main label {
	width:200px;
	text-align:left;
	margin:0px 5px 0 0;
	
}
.main .submit-button {
	background:url(images/submit-bg.png) no-repeat;
	width:92px;
	height:29px;
	font-size:1px;
	float:right;
	border:none;
	cursor:pointer;
	
}
.main .wpcf7-submit {
	background:url(images/submit-bg.png) no-repeat;
	width:92px;
	height:29px;
	font-size:1px;
	float:right;
	margin:7px 0 0 0;
	border:none;
	cursor:pointer;
}

 .form-allowed-tags {
	 display:none;
 }
 
 #submit {
	 background:url(images/submit-bg.png) no-repeat;
	width:92px;
	height:29px;
	font-size:1px;
	float:right;
	border:none;
	cursor:pointer;
	
 }
 .spacer {
	 border:none;
	 width:100%;
	 height:40px;
	 background:none;
 }
 
ul {
	margin: 0 0 18px 1.5em;
}

.main li  {
	margin-left:10px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}

#access {
	width:960px;
	height:relative;
	min-height:45px;
	position:relative;
	z-index:1;
	float:left;
	padding-left:0px;
	margin:-3px 0 0 0px;
	font-size:small;
	text-transform:uppercase;
}
#access .menu-header,
div.menu {
	background:url(images/menubg.png) repeat-x;
	font-size: 13px;
	margin-left: 0px;
	width: 960px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	margin-left:0px;
}
#access a {
	color: #000;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	float: left;
	width: 200px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background:url(images/dropdownbg.png) repeat;
	line-height: 1em;
	padding: 10px;
	width: 200px;
	height: auto;
	color:#FFF;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#FFF;
	background:#0096d8;
	
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background:#0096d8;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #666;
}
.hidden {
	width:50px;
	height:50px;
	float:left;
}
.service-block {
	float:left;
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
}
.breadcrumbs {
	float:left;
	width:590px;
	border-bottom:#ccc solid 1px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}