@charset "utf-8";
/* Screen styles */

/* ------------------------------------------------------------------- Fonts */
@font-face {
    font-family: 'MuralScriptRegular';
    src: url('fonts/mh______-webfont.eot');
    src: url('fonts/mh______-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mh______-webfont.woff') format('woff'),
         url('fonts/mh______-webfont.ttf') format('truetype'),
         url('fonts/mh______-webfont.svg#MuralScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ------------------------------------------------------------------- Default tags */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background: #FFFFFF url(../images/bkgnd_tile.jpg) no-repeat center 160px;
}

body {
	color: #021a74;
	font: 62.5% Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #0B54FB;
}

a:visited {
	color: #0B54FB;
}

a:hover,
a:focus,
a:active
{
	color: #9E9E9E;
	outline: none;
	text-decoration: underline;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

blockquote {
	padding: 0px;
	margin: 0px 0px 10px;
}

blockquote cite {
	font-style: normal;
	padding: 0px;
	margin: 0px 0px 5px;
	font-weight: bold;
}

dl {
	margin: 0px 0px 10px;
	padding: 0px;
}

dt {
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}

dd {
	margin: 0px 0px 5px;
	padding: 0px 10px;
}

fieldset {
	padding: 10px 5px 5px;
	margin: 0px 0px 10px;
	background: #FFF;
	border: 1px solid #d6dfe9;
}


h1,h2,h3,h4 {
	font-weight: normal;
	margin: 0px 0px 5px;
	color: #0043AC;
}

h1 {
	font-size: 1.5em;
	margin: 0px 0px 10px;
}

h2 {
	font-size: 1.5em;
	margin: 0px 0px 10px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4, h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 10px;
	color: #2C49E8;
}

h5 {
	font-size: 1em;
}

label {
	cursor: pointer;
}

legend {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;	
}

p {
	line-height: 1.5em;
	margin: 0px 0px 10px;
	padding: 0px;
}

table {
	table-layout: fixed;
	border-right: 1px solid #d6dfe9;
	border-bottom: 1px solid #d6dfe9;
	margin-bottom: 5px;
}

td, th {
	padding: 4px;
	border-top: 1px solid #d6dfe9;
	border-left: 1px solid #d6dfe9;
}

th {
	background: #0043AC;
	color: #FFF;
}


ul {
	margin: 0px 0px 20px 0px;
	list-style: none;
}

li {
	margin: 0px 0px 5px 20px;
	list-style: url(../images/icon_bullet_point.png) none;
}

/* ------------------------------------------------------------------- Primary structure */


/* ------------------------------------------------------------------- Secondary structure */

.floatWrap {
	width: 100%;
	overflow: hidden;
}

.columnContainer {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
}

.primaryContent {
	width: 625px;
	float: left;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.secondaryContent {
	width: 310px;
	float: right;
	overflow: hidden;
}

.splitLeft {
	float: left;
	width: 49%;
	overflow: hidden;
}

.splitRight {
	float: right;
	width: 49%;
	overflow: hidden;
}

.threeColumn {
	float: left;
	width: 30%;
	margin: 0% 1.5% 0% 1.5%;
}

.fourColumn {
	float: left;
	width: 24%;
	margin: 0% 1% 0% 0%;
}

.fiveColumn {
	float: left;
	width: 19%;
	margin: 0% 1% 0% 0%;
}

/* ------------------------------------------------------------------- Content images */

.imageLeft {
	margin: 0px 10px 10px 0px;
	padding: 5px;
	float: left;
	background-color: #FFF;
	color: inherit;
	display: block;
	border: 1px solid #d6dfe9;
}

.imageRight {
	margin: 0px 0px 10px 10px;
	padding: 5px;
	float: right;
	background-color: #FFF;
	color: inherit;
	display: block;
	border: 1px solid #d6dfe9;
}

.imageCenter {
	padding: 5px;
	background-color: #FFF;
	color: inherit;
	margin: 0px auto 10px;
	clear: both;
	float: none;
	text-align: center;
	display: block;
	border: 1px solid #d6dfe9;
}

.inlineImage {
	margin: 0px 0px 10px;
	padding: 5px;
	background-color: #FFF;
	color: inherit;
}

.imageLoad {
	background-image: url(../images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------------- Headings */


/* ------------------------------------------------------------------- Lists */

.detailList {
	width: 98%;
	overflow: hidden;
	padding: 5px 1% 0px;
	margin: 0px auto 5px;
	background: #FAFAF8;
}

.detailList dt,
.detailList dd {
	margin: 0px;
	padding: 0px;
}


.detailList dt {
	width: 22%;
	float: left;
	text-align: right;
	padding: 4px 1% 3px;
	margin: 0px 1% 5px 0px;
	background: #F4F4F4;
	font-weight: normal;
	color: #333;
}

.detailList dd {
	width: 73%;
	float: left;
	margin: 0px 0px 5px;
	padding: 4px 1% 3px
}

/* ------------------------------------------------------------------- Forms */

.formBlock {
	width: 100%;
	overflow: hidden;
	padding: 5px 0px;
	margin: 0px 0px 1px;
}

.formButton {
	padding: 4px;
}

.formBlock dt,
.formBlock dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.formBlock .label {
	width: 20%;
	float: left;
	padding: 6px 3% 6px 0px;
	margin: 0px 1% 0px 0px;
	text-align: right;
	font-weight: bold;
}

.formBlock .input {
	width: 76%;
	float: right;
	margin: 0px;
	padding: 0px;
}

.formBlock .description {
	float: right;
	width: 76%;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	font-size: 0.9em;
	color: #777777;
}

.buttonBlock {
	width: 76%;
	padding: 5px 5px 5px 24%;
}

.singleCheck .input {
	padding: 5px 0px 0px;
}

.textareaBlock {

}

.textareaBlock .label {
	text-align: left;
}

.textareaBlock .input {
	float: right;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.textareaBlock .description {
	text-align: right;
}

.radioGroup {

}

.radioGroup .description {
	padding: 7px 0px 6px 0px;
}

.radioGroup .input {

}

.fieldGroup {

}

.fieldGroup .input {
	
}

.fieldGroup .description {
	padding: 7px 0px 6px 0px;
}

.required .label {
	background: url(../images/icon_bullet_star.png) no-repeat right center;
}

.inputCheckBox {
	vertical-align: middle;	
}

.formError .error {
	padding: 0px;
	margin: 0px;
	display: block;
	color: #FF0000;
	font-style: normal;
}

.formError {
	background-color: #FFEEEC;
}

.formError .label label {
		
}

.formError .label em {
	display: block;
	font-style: normal;
	font-weight: bold;
}

.inputTextArea,
.inputTextField,
.inputSelectList {
	width: 288px;
	border: 1px solid #d6dfe9;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.inputTextArea:focus,
.inputTextField:focus,
.inputSelectList:focus {
	border: 1px solid #4B95EF;
}

.inputTextArea {
	height: 20em;
	width: 98%;
}

.inputTextField {
	
}

.inputSelectList {
	height: 22px;
	width: 284px;
	padding: 2px;
}

/* ------------------------------------------------------------------- Misc navigation */

a.linkButton,
a.linkButton:visited,
.pagination a,
.pagination a:visited {
	background: transparent url(../images/bkgnd_link_button_right.png) no-repeat right top;
	height: 25px;
	text-decoration: none;
	padding: 0px 7px 0px 0px;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
}

a.linkButton span,
.pagination a span {
	background: transparent url(../images/bkgnd_link_button_left.png) no-repeat left top;
	line-height: 25px;
	height: 25px;
	padding: 0px 0px 0px 7px;
	display: inline-block;
}

a.linkButton:hover,
a.linkButton:focus,
a.linkButton:active,
.pagination a:hover,
.pagination a:focus,
.pagination a:active,
.pagination a.activePageLink {
	background-position: right bottom;
	color: #FFF;
}

a.linkButton:hover span,
a.linkButton:focus span,
a.linkButton:active span,
.pagination a:hover span,
.pagination a:focus span,
.pagination a:active span,
.pagination a.activePageLink span {
	background-position: left bottom;
}

.pagination {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 15px;
}

.pagination a,
.pagination a:visited {
	margin: 0px 5px 5px 0px;
}
	
#subNavGroup,
.subFooter {
	margin: 0px 0px 5px;
	padding: 5px;
	background: #0043AC;
	width: 910px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}

#subNavGroup ul,
#subNavGroup li,
.subFooter ul,
.subFooter li {
	list-style: none;
	list-style-image: none;
	margin: 0px;
}

#subNavPrimary,
#subNavSecondary {
	float: left;
	width: auto;
}

#subNavSecondary {
	float: right;
}

#subNavGroup #subNavPrimary li,
#subNavGroup #subNavSecondary li {
	float: left;
	margin: 0px 5px 0px 0px;
}

#subNavGroup #subNavSecondary li {
	margin: 0px 0px 0px 5px;
}


/* ------------------------------------------------------------------- Header */

#header {
	margin: 0px auto 1px;
	padding: 0px;
	width: 990px;
	position: relative;
	height: 195px;
	font-size: 1.2em;
	background: url(../images/bkgnd_header.png) no-repeat right 7px;
}

#logo {
	padding: 0px;
	height: 80px;
	width: 260px;
	display: block;
	background: url(../images/logo.png) no-repeat center top;
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 1;
}

#logo a {
	height: 80px;
	width: 260px;
	display: block;
}

#logo span {
	display: none;	
}

#headerPhone {
	position: absolute;
	width: 260px;
	top: 115px;
	left: 0px;
	z-index: 3;
	margin: 0px;
	padding: 0px;
	background: url(../images/header_phone.png) no-repeat left top;
	height: 26px;
}

#headerPhone span {
	display: none;
}

#tagLine {
	position: absolute;
	width: 450px;
	top: 10px;
	left: 300px;
	z-index: 3;
	padding-top: 20px;
}

#tagLine p {
	text-align: center;
	color: #1a5e08;
	font-weight: bold;
	line-height: 1.8em;
	font-size: 1.2em;
}

#tagLine p strong {
	color: #091ec5;
}

#primaryNav {
	width: 960px;
	position:absolute;
	left:5px;
	top:160px;
	z-index: 4;
	height: 35px;
	padding-top: 5px;
}

#menu_id_1 a,
#menu_id_1 a:visited,
#subMenusContainer a,
#subMenusContainer a:visited {
	text-decoration:none;
	display:block;
	padding:0px 10px;
	margin: 0px;
	line-height: 25px;
	height: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	white-space: nowrap;
	font-weight: bold;
}

#menu_id_1 a,
#menu_id_1 a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

#menu_id_1 a span,
#menu_id_1 a:visited span {
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #FFF;
}

#menu_id_1 > li:last-child a span,
#menu_id_1 > li:last-child a:visited span {
	border-right: none;
}

#menu_id_1 a {
	margin:0px;
	float:left;	
}

#menu_id_1 li li a,
#subMenusContainer a {
	text-align:left;
	background-color: #091ec5;
}

#menu_id_1 a:hover,
#menu_id_1 a:focus,
#menu_id_1 a.mainMenuParentBtnFocused,
#subMenusContainer a.subMenuParentBtnFocused {
	color: #fff;
}

#menu_id_1 a:hover span,
#menu_id_1 a:focus span,
#menu_id_1 a.mainMenuParentBtnFocused span,
#subMenusContainer a.subMenuParentBtnFocused span {
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #FFF;
	color: #091EC5;
}

#menu_id_1 > li:last-child a:hover span,
#menu_id_1 > li:last-child a:focus span {
	border-right: none;
}

#menu_id_1 ul li a:hover,
#menu_id_1 ul li a:focus,
#subMenusContainer a:hover, 
#subMenusContainer a:focus,
#subMenusContainer a.subMenuParentBtnFocused {
	background-color:#20b702;
	color:#fff;
}

.subMenuParentBtn {
	/*background: url(../images/arrow_right.gif) right center no-repeat;*/
}

.subMenuParentBtnFocused { 
	/*background: url(../images/arrow_right_over.gif) right center no-repeat;  */
}

.mainMenuParentBtn {
	/*background: url(../images/arrow_down.gif) right 10px no-repeat;*/
}

.mainMenuParentBtnFocused {
	/*background: url(../images/arrow_down.gif) right 10px no-repeat;*/
}

#menu_id_1 a.mainMenuParentBtn,
#menu_id_1 a.mainMenuParentBtnFocused {
	padding:0px 10px 0px 0px;
}

#menu_id_1 a.mainMenuParentBtnFocused {
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 0px 10px 5px 0px;
}

#menu_id_1 a.subMenuParentBtnFocused {
}

.smOW { 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	padding:0px;
	margin:0px;
}

#menu_id_1,
#menu_id_1 ul,
#menu_id_1 ol,
#subMenusContainer ul,
#subMenusContainer ol { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}

#menu_id_1 {
	padding:0px 0px 0px 10px;
	margin:0;
	list-style:none;
	list-style-image: none;
	height:27px;
	position:relative;
	z-index:2;
	float: left;
	width: 750px;
	background: #2CBA10 url(../images/bkgnd_tile.jpg) no-repeat center -5px;
}

#menu_id_1 ol,
#menu_id_1 ul,
#subMenusContainer ul,
#subMenusContainer ol {
	background:#FFF;
	left:0px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#menu_id_1 li {
	display: block;
	list-style: none;
	list-style-image: none;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

#subMenusContainer li {
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 5px;
}

#subMenusContainer {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0px;
	overflow:visible;
	z-index:10;
	font-size: 1.2em;
}

#menu_id_1 li li {
	float:none;
	margin: 0px 0px 5px;
}

#menu_id_1 li li a {
	position:relative;
	float:none;
}

#menu_id_1 li ul {
	position: absolute;
	width: 200px;
	margin-left: -1000em;
	margin-top:25px;
	background:#FFF;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 5px;
}

#menu_id_1 li ul ul {
	margin: -1em 0 0 -1000em;

}
#menu_id_1 li:hover ul ul {
	margin-left: -1000em;
}

#menu_id_1 li:hover ul {
	margin-left: 0;
}

#menu_id_1 li li:hover ul {
	margin-left: 10em;
	margin-top:-2.5em;
}

#menu_id_1 li a:focus + ul {
	margin-left: 0;
	margin-top:2.2em;
}

#menu_id_1 li li a:focus + ul {
	left:0;
	margin-left:1010em;
	margin-top:-2.2em;
}

#menu_id_1 li li a:focus {
	left:0; 
	margin-left:1000em;
	width:10em; 
	margin-top:0;
}

#menu_id_1 li li li a:focus {
	left:0;
	margin-left: 2010em;
	width: 10em;
	margin-top:-1em;
}

#menu_id_1 li:hover a:focus {
	margin-left: 0;
}

#menu_id_1 li li:hover a:focus + ul {
	margin-left: 10em;
}

#menu_id_1 li.menu_external_138 {
	display: none;	
}


/* ------------------------------------------------------------------- Primary content */

#headingBlock {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 5px;
	padding: 7px 0px 0px;
}

#headingBlock a,
#headingBlock a:visited {
	color: #26439d;
	text-decoration: none;
}

#headingBlock a:hover,
#headingBlock a:focus,
#headingBlock a:active {
	color: #9E9E9E;
	text-decoration: underline;
}

h1#pageHeading {
	margin: 0px 0px 5px;
	font-size: 2em;
}

h1#pageHeading span {
	font-size: 0.5em;
	display: block;
}

h1#pageHeading a:hover,
h1#pageHeading a:focus,
h1#pageHeading a:active {
	color: #26439d;
	text-decoration: none;
}

.breadCrumbs {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #F3F3F3;
	padding-top: 5px;
}

.breadCrumbs li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding-bottom: 0px;
	list-style: none;
	list-style-image: none;
}

.breadCrumbs li.first {
	margin: 0px 5px 5px 0px;
	list-style: none;
	list-style-image: none;
	padding-left: 0px;
}

#content {
	padding: 2px 15px 15px;
	width: 960px;
	margin: 0px auto;
	background: #FFF;
	font-size: 1.2em;
}

/* ------------------------------------------------------------------- Footer briefs */

#footerBriefs {
	width: 990px;
	overflow: hidden;
	padding: 0px;
	margin: 0px -10px 10px;
}

#footerBriefOne,
#footerBriefTwo,
#footerBriefThree {
	width: 300px;
	height: 160px;
	float: left;
	padding: 60px 15px 10px 10px;
	margin: 0px 5px 0px 0px;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}

#footerBriefOne {
	background-image:url(../images/bkgnd_blog_brief.png);
}

#footerBriefTwo {
	width: 330px;
	height: 230px;
	padding: 0px;
}

#footerBriefThree {
	margin: 0px;
	background-image:url(../images/bkgnd_testimonial_brief.png);
}

#footerBriefs h3 {
	display: none;
}


/* ------------------------------------------------------------------- Footer */

#footer {
	font-size: 1.2em;
	margin: 0px auto 20px;
	padding: 0px;
	width: 990px;
	position: relative;
	height: 100px;
	background: url(../images/footer_logo.png) no-repeat right 30px;
	font-size: 1.2em;
}

#footerNav {
	margin: 0px auto 0px;
	padding: 0px;
	width: 780px;
	position: absolute;
	left: 0px;
	top: 10px;
	text-align:center;
}

#footerNav ul {
	width: 100%;
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

#footerNav li {
	display: inline;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-right: 2px solid #26439d;
}

#footerNav ul > li:last-child {
	border-right: none;
}

#footerNav li a,
#footerNav li a:visited {
	color:#26439d;
	font-weight: bold;
	font-size: 1em;
}

#footerNav li a:hover,
#footerNav li a:focus,
#footerNav li a:active {
	color: #9E9E9E;
}

#copyright,
#licenses,
#___plus_0 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	color: #666666;
}

#copyright {
	width: 320px;
	left: 340px;
	top: 65px;
}

#licenses {
	font-weight: bold;
	width: 320px;
	left: 340px;
	margin: 0px;
	top: 10px;
	padding: 0px;
}

#socialLinks {
	width: 180px;
	margin: 0px auto;
	padding: 0px;
	color: #FFF;
	overflow: hidden;
	height: 39px;
	position: absolute;
	left: 23px;
	bottom: -2px;
	z-index: 2;
}

#socialLinks ul,
#socialLinks ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;	
	list-style-image: none;
}

#socialLinks ul {
	
}

#socialLinks ul li {
	display: inline;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}

#socialLinks ul li a {
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	display: inline-block;
	height: 39px;
	width: 41px;
}

#socialLinks ul li.menu_external_434 a {
	background-image:url(../images/icon_facebook.png);
}

#socialLinks ul li.menu_feed a {
	background-image:url(../images/icon_rss_large.png);	
}

#socialLinks ul li a span {
	display: none;	
}

#___plus_0 {
	margin: 0px;
	padding: 0px;
	height: 131px;
	width: 320px;
	left: 20px;
	top: 0px;
}


/*------------------------------------------------------------------------------------------------------ Testimonials */

#testimonialWrapper {
	height: 165px;
	overflow: auto;
	position: relative;
	margin: 0px 0px 10px;
}

#testimonialWrapper_slideWrapper {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 280px;
	height: 165px;
}

#testimonialWrapper_slider {
	position: relative;
	margin: 0px auto;
	width: 280px;
	height: 165px;
	overflow: auto;
}

#testimonialWrapper blockquote,
#testimonialWrapper_slider blockquote {
	width: 100%;
	padding: 0px 0px 0px;
	margin: 0px 0px 10px;
	background: none;
	font-style: normal;
}

.prevButton,
.nextButton {
	display: none;
}

.prevButton span,
.nextButton span {
	
}

/* ------------------------------------------------------------------- Home page */

#page_home .breadCrumbs {
	display: none;	
}

#page_home #headingBlock {
	/*width: 1240px;
	overflow: hidden;
	position: relative;
	bottom: -48px;
	z-index: 2;
	margin: -53px -125px 0px;
	font-size: 1.5em;
	background: url(../images/headerblock_shadow.png) repeat-x center top;*/
	
}


#page_home #headingBlock h1#pageHeading {
	/*text-align: right;
	font-family: MuralScriptRegular, Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px 1px #000000;
	padding-right: 140px;
	background: transparent url(../images/transparent_white.png) repeat;*/
}

#page_home #headingBlock h1#pageHeading a {
	/*color: #FA7E04;*/
}

#homePageSlideshow {
	height: 510px;
	width: 1240px;
	margin-right: -125px;
	margin-bottom: 20px;
	margin-left: -125px;
	background: #FFF;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5); 
}

#slideshow {
	height: 510px;
	width: 1240px;
}

#homePageSlideshow .listSlideWrapper {
	position: relative;
	margin: 0px;
	height: 510px;
	width: 1240px;
}

#homePageSlideshow .slide {
	height: 510px;
	width: 1240px;
	text-align: center;
}

#homePageHeading {
	/*background: url(../images/bkgnd_home_page_heading.png) no-repeat left top;
	display: block;
	height: 45px;*/
}

#homePageHeading span {
	/*display: none;*/	
}

#contactTagline {
	color: #FFF;
	background: url(../images/bkgnd_contact_tagline.png) no-repeat left top;
	height: 40px;
	width: 860px;
	font-weight: bold;
	padding-top: 25px;
	padding-left: 100px;
}

#contactTagline strong {
	color: #091EC5;
	font-size: 1.2em;
}

/* ------------------------------------------------------------------- Portfolio */

#portfolioDefault {
	width: 100%;
	overflow: hidden;
}

#portfolioCategoryDescription {
	width: 100%;
	overflow: hidden;
}

#portfolioCategories {
	width: 100%;
	overflow: hidden;	
}

#portfolioCategories ul,
#portfolioCategories li {
	list-style: none;
	list-style-image: none;
	margin: 0px 0px 15px;
	padding: 0px;
}

#portfolioCategories ul {
	margin: 0px 0px 15px -4px;
}

#portfolioCategories li {
	border-left: 1px solid #333;
	display: inline;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 5px;
}

#portfolioList {
	
}

#portfolioList .block {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 20px;
	padding: 20px 0px 0px;
	border-top: 1px solid #d6dfe9;
}

#portfolioList .image {
	padding: 5px;
	float: right;
	width: 293px;
	border: 1px solid #d6dfe9;
	margin: 0px;
}

#portfolioList .details {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 645px;	
}

#portfolioList .details h3 {
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: normal;
}

#portfolioBlock {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 20px;
	position: relative;
}

#portfolioBlock .details {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 645px;
}

#portfolioBlock .images {
	float: right;
	width: 305px;
}

#portfolioBlock .image {
	padding: 5px;
	width: 293px;
	border: 1px solid #d6dfe9;
	margin: 0px 0px 5px;
}

#portfolioBlock .gallery {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

#portfolioBlock .gallery img {
	background: #FFF;
	padding: 0px;
	margin: 0px 0px 2px 2px;
	height: 54px;
	width: 54px;
	border: 1px solid #d6dfe9;
}

#prevNextLinks {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #d6dfe9;
	margin-bottom: 30px;
	padding-top: 10px;
}

#prevNextLinks a.linkButton {
	
}

.prevLink {
	float: left;
	width: 45%;	
}

.nextLink {
	text-align: right;
	float: right;
	width: 45%;	
}

.nextLink a.linkButton {
	
}

/* ------------------------------------------------------------------- Featured projects */

#featuredProjects {
	margin: 0px;
	padding: 0px;
	height: 230px;
	width: 330px;
	overflow: hidden;
}

#featuredProjects .featuredProjects {
	margin: 0px;
	padding: 0px;
	width: 330px;
	overflow: hidden;
	height: 230px;
	position: relative;
}

#featuredProjects a {
	
}

#featuredProjects ul,
#featuredProjects li {
	background: none;
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#featuredProjects .image a {
	width: 330px;
	height: 230px;
	display: block;
	text-decoration: none;
}

#featuredProjects .image a span {
	width: 330px;
	height: 230px;
	display: block;
	background: url(../images/bkgnd_portfolio_brief.png) no-repeat center top;
}

.listSlideWrapper {
	position: relative;
	margin: 0px;
	width: 330px;
	height: 230px;
}

.listSlider {
	position: relative;
	overflow: auto;
}

.listSlideWrapper .prevButton,
.listSlideWrapper .nextButton {
	display: none;
}


/* ------------------------------------------------------------------- Search results */


#searchResultsContainer h3 {
	margin: 0px 0px 5px;
	padding: 0px;
}

dl.resultItemBlock {
	border-top: 1px solid #d6dfe9;
	padding: 0px;
	background: #F5F5F5;
	margin: 0px 0px 5px;
	border-right: 1px solid #d6dfe9;
	border-left: 1px solid #d6dfe9;
}

dl.resultItemBlock dt {
	margin: 0px;
	padding: 10px 5px 0px;
	border-top: 1px solid #FFF;
}

dl.resultItemBlock dd {
	margin: 0px;
	padding: 5px 5px 10px;
	border-bottom: 1px solid #d6dfe9;
}

/* ------------------------------------------------------------------- Contact */


#contactTabs {
	
}

#contactTabs #tabNav {
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	border-bottom: 1px solid #d6dfe9;
	overflow: hidden;
	width: 100%;
}

#contactTabs li.tab {
	display: block;
	list-style: none;
	list-style-image: none;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	background: #9E9E9E;
	margin: 0px 1px 0px 0px;
	padding: 5px;
	float: left;
}

#contactTabs li.active {
	background: #0B54FB;
}

#contactTabs .content {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.contactList {
	margin: 0px 0px 10px;
	padding: 0px;
}

.contactList dt {
	margin: 0px 5px 4px 0px;
	padding: 0px;
	float: left;
	width: 100px;
	border-bottom: 1px solid #d6dfe9;
}

.contactList dd {
	margin: 0px 0px 4px 105px;
	padding: 0px 0px 1px;
}


/* ------------------------------------------------------------------- Blog */

ul.blogCategories {
	margin: 0px 0px 10px;
	list-style: none;
	border-bottom: 1px solid #d6dfe9;
	padding: 0px 0px 10px;
}


ul.latestBlogPostBlock,
ul.latestBlogPostBlock li {
	margin: 0px;
	padding: 0px;
	list-style: none;	
	list-style-image: none;
}

ul.latestBlogPostBlock {
}

ul.latestBlogPostBlock li {
	padding: 0px 0px 5px;
}

#listBlogPosts {
	
}

.blogPostBlock {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #d6dfe9;
}

.blogPostBlock .title {
	font-size: 1.5em;
	font-weight: normal;
}

.blogPostBlock .timestamp {
	color: #9E9E9E;
	margin: 0px 0px 10px;
	padding: 0px;
}

#viewBlogPost {
	
}

#viewBlogPost .content {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	border-bottom: 1px solid #d6dfe9;
	overflow: hidden;
}

/* ------------------------------------------------------------------- Help articles */

#listHelpArticles {
	margin: 0px 0px 10px;
	border-top: 1px solid #d6dfe9;
	border-right: 1px solid #d6dfe9;
	border-bottom: none;
	border-left: 1px solid #d6dfe9;
}

#listHelpArticles .helpArticle {
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #d6dfe9;
	background: #F5F5F5;
}

#listHelpArticles .title {
	margin: 0px 0px 5px;
	padding: 0px;
}

#listHelpArticles .link {
	margin: 0px;
	padding: 0px;
	text-align: right;
	display: block;
	width: 100%;
}

/* ------------------------------------------------------------------- Modal boxes */

#modalOverlay {
	background-color: #000000;	
}

#modalContentBox {
	background-color: #FFFFFF;
	border: 10px solid #000000;
	padding: 10px;
	font-size: 1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
}

#modalTitleBar {
	width: 100%;
	overflow: hidden;
	height:25px;
	background: #0043AC;
	margin-bottom: 5px;
}

#modalTitleBar h1 {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
	width: 75%;
	float: left;
}

#modalCloseButton {
	height: 25px;
	width: 26px;
	float: right;
	text-align: right;
	background: #FFFFFF url(../images/icon_delete.png) no-repeat right center;
	display: block;
}

#modalCloseButton span {
	display:none;
}

/* ------------------------------------------------------------------- Slimbox */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	color: inherit;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	color: inherit;
	background-color: #FFF;
}

.lbLoading {
	background: #FFF url(../images/loading.gif) no-repeat center;
	color: inherit;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 50px;
	padding-left: 50px;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: -50px;
}

#lbPrevLink:hover {
	background: transparent url(../images/prev_button.png) no-repeat 0 50%;
}

#lbNextLink {
	right: -50px;
}

#lbNextLink:hover {
	background: transparent url(../images/next_button.png) no-repeat 100% 50%;
}

#lbBottom {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	border-top: none;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid #FFF;
	background-color: inherit;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 70px;
	height: 25px;
	background: transparent url(../images/closelabel.png) no-repeat center bottom;
	margin: 5px 0;
	outline: none;
}

#lbCloseLink:hover,
#lbCloseLink:focus,
#lbCloseLink:active {
	background-position: center top;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* ------------------------------------------------------------------- Miscellaneous */

.introduction {
	font-size: 1.1em;
	font-weight: bold;
	color: #26439d;
}

.fieldGroup .addField,
.fieldGroup .addFile {
	background: url(../images/icon_add.png) no-repeat left center;
	padding-left: 20px;
	margin-right: -20px;
}

.deleteInput {
	background: url(../images/icon_delete.png) no-repeat 5px center;
	padding: 0px 0px 0px 25px;
}

.topLink {
	text-align: right;	
}

.messageBlock {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #FFD700;
	background: #FEFDE7 url(../images/icon_information.png) no-repeat 4px 4px;
	padding: 4px 4px 4px 24px;
	margin-bottom: 5px;
	clear: both;
}

.messageFail {
	background: #FEE7EE url(../images/icon_error.png) no-repeat 4px 4px;
	border-color: #FF0006;
}

.messageNone {
	background: #E4F2FD url(../images/icon_notice.png) no-repeat 4px 4px;
	border-color: #93CAF7;
}

.messageNotice {
	background-color: #E4F2FD;
	border-color: #93CAF7;
}

.messageRequired {
	background: url(../images/icon_bullet_star.png) no-repeat left center;
	padding-left: 16px;
}

.messageSuccess {
	border-color: #8DED00;
	background: #F2FFDF url(../images/icon_tick.png) no-repeat 4px 4px;
}

.formMessage {
	background: #E1F8FF url(../images/icon_information.png) no-repeat 4px 4px;
	padding: 5px 5px 5px 25px;
	margin-bottom: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #d6dfe9;
}

.highLite {
	background: #FEFDE7;
	padding: 0px 2px;
}

.listingHover,
#listHelpArticles .listingHover {
	background-color: #FEFDE7;
}

#contactTab {
	position: fixed;
	background: url(../images/contact_link_tab.png) no-repeat left center;
	margin: 0px;
	padding: 0px;
	top: 40px;
	right: 0px;
	z-index: 999;
}

#contactTab a {
	display: block;
	height: 75px;
	width: 225px;
}

#contactTab a:hover {
	
}

#contactTab a span {
	display: none;
}

label,
button,
.formButton,
#lbOverlay,
.listingHover,
#contactTabs li.tab {
	cursor: pointer;
}

