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

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: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	background: #5E78AE url(../images/bg.jpg) no-repeat top center;
	text-align: center;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 970px;
	position: relative;
}

#logo {
	width: 255px;
	float: left;
	padding: 19px 0 0 0;
}

#mastheadWrap {
	width: 650px;
	float: right;
	height: 81px;
}

/* ==== Masthead Affiliations Icons ====*/

#affiliationsWrap {
	padding: 11px 10px 0 0;
	float: right;
}

#affiliations {
	list-style: none;
	display: block;
	height: 26px;
	float: right;
}

#affiliations li {
	float: left;
	overflow: hidden;
	display: block;
	height: 26px;
}

#affiliations li a {
	display:block;
	height:26px;
	text-indent:-9000px;
}
	li#affItem1 {
		width: 48px;
		background: url(../images/affiliations.gif) no-repeat 0 -26px;
	}
	
	li#affItem1 a:hover {
		width: 48px;
		background: url(../images/affiliations.gif) no-repeat 0 0;
	}
	
	li#affItem2 {
		width: 47px;
		background: url(../images/affiliations.gif) no-repeat -47px -26px;
	}
	
	li#affItem2 a:hover {
		width: 47px;
		background: url(../images/affiliations.gif) no-repeat -47px 0;
	}
	
	li#affItem3 {
		width: 43px;
		background: url(../images/affiliations.gif) no-repeat -95px -26px;
	}
	
	li#affItem3 a:hover {
		width: 43px;
		background: url(../images/affiliations.gif) no-repeat -95px 0;
	}
	
	li#affItem4 {
		width: 40px;
		background: url(../images/affiliations.gif) no-repeat -138px -26px;
	}
	
	li#affItem4 a:hover {
		width: 40px;
		background: url(../images/affiliations.gif) no-repeat -138px 0;
	}
	
	li#affItem5 {
		width: 107px;
		background: url(../images/affiliations.gif) no-repeat -178px -26px;
	}
	
	li#affItem5 a:hover {
		width: 107px;
		background: url(../images/affiliations.gif) no-repeat -178px 0;
	}
	
	li#affItem6 {
		width: 28px;
		background: url(../images/affiliations.gif) no-repeat -285px -26px;
	}
	
	li#affItem6 a:hover {
		width: 28px;
		background: url(../images/affiliations.gif) no-repeat -285px 0;
	}
	
		li#affItem7 {
		width: 96px;
		background: url(../images/affiliations.gif) no-repeat -313px -26px;
	}
	
	li#affItem7 a:hover {
		width: 96px;
		background: url(../images/affiliations.gif) no-repeat -313px 0;
	}
	
/* ==== Masthead Contact Buttons ====*/

#contactWrap {
	width: 566px;
	height: 44px;
	float: right;
	padding: 0 10px 0 0;
}

#contact {
	float: right;
}

#contact li {
	float: left;
	overflow: hidden;
}

#contact li a {
	display: block;
	height: 44px;
	text-indent: -9000px;
}
	li#contactItem1 {
		width: 238px;
		display: block;
		height: 44px;
 		text-indent: -9000px;
		background: url(../images/callUs.gif) no-repeat 0 20px;
	}
	
	li#contactItem2 {
		width: 167px;
		background: url(../images/contact.gif) no-repeat 0 -44px;
	}
	
	li#contactItem2 a:hover {
		width: 167px;
		background: url(../images/contact.gif) no-repeat 0 0;
	}
	
	li#contactItem3 {
		width: 161px;
		background: url(../images/contact.gif) no-repeat -167px -44px;
	}
	
	li#contactItem3 a:hover {
		width: 161px;
		background: url(../images/contact.gif) no-repeat -167px 0;
	}

/* ==== Main Navigation Section and Search ==== */

#navigationOutsideWrap {
	width: 970px;
	height: 40px;
	background: url(../images/navigationWrap.gif) no-repeat 0 0;
}

#navigationInsideWrap {
	width: auto;
	height: 40px;
	float: right;
}

#navigation, #navigation ul {
	width: auto;
}

#navigation a {
  display: block;
  width: auto;
}

#navigation li ul {
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: 1px solid #5E78AE;
  display: none;
}

#navigation li ul li {
  float: none;
  background: none;
  border-bottom: 1px solid #DAD9D8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  margin: 0;
  padding: 10px 15px;
}


/*
#navigation li:hover ul,
#navigation li.sfhover ul {
  left: auto;
}
*/

ul#navigation li {
	float: left;
	padding: 0 13px;
	margin: 15px 0 0 0;
	background: url(../images/navigationDivider.gif) no-repeat right 0;
	font-family: Georgia, "Times New Roman", Times, serif;
  width: auto;
}

ul#navigation li.last {
	float: left;
	padding: 0 13px;
	margin: 15px 0 0 0;
	color: #112450;
	font-size: 0.88em;
	background: none 0;
	
}

ul#navigation li a {
	text-decoration: none;
	color: #112450;
	font-size: 0.88em;
}

ul#navigation li a:hover,
ul#navigation li.sfHover a {
	border-bottom: 6px solid #112450;
}

ul#navigation li.sfHover ul li a {
	border-bottom: none;
}

ul#navigation li ul li a:hover {
  border-bottom: none;
  color: #315ACE;
}


#searchWrap {
	width: 264px;
	height: 30px;
	float: right;
	margin: 10px 0 0 0;
	background: url(../images/search.gif) no-repeat 0 0;
}

#searchWrap .search {
	width: 125px;
	height: 22px;
	border:none;
	background: none;
	color: #fff;
	padding: 0 0 0 8px;
}

#searchWrap .button {
	width: 27px;
	height: 22px;
	background: transparent;
	border:none;
	cursor:pointer;
}

/*  ==== Media Slider ====*/





#slider {
    width: 970px;
	height: 209px;
	background: url(../images/mediaSliderBg.gif) no-repeat -3px 0;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 209px;
    width: 621px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
}

.scrollContainer div.panel {
    height: 209px;
    width: 621px;
	background: #fff;
}


ul.sliderNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
	float: left;
	width: 345px;
}

ul.sliderNavigation li {
 	display: block;
	width: 345px;
	list-style: none;
}

ul.sliderNavigation a {
    display: block;
    text-decoration: none;
	width: 345px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-indent: -9999px;
}

ul.sliderNavigation a:focus {
    outline: none;
}

ul.sliderNavigation a#first {
	background: url(../images/mediaMenu.gif) no-repeat 0 -418px;
	height: 40px;
	text-decoration: none;
	color: #fff;
	
}

ul.sliderNavigation a#second {
	background: url(../images/mediaMenu.gif) no-repeat 0 -458px;
	height: 33px;
	text-decoration: none;
	color: #fff;
}

ul.sliderNavigation a#third {
	background: url(../images/mediaMenu.gif) no-repeat 0 -491px;
	height: 33px;
	text-decoration: none;
	color: #fff;
}

ul.sliderNavigation a#fourth {
	background: url(../images/mediaMenu.gif) no-repeat 0 -524px;
	height: 33px;
	text-decoration: none;
	color: #fff;
}

ul.sliderNavigation a#fifth {
	background: url(../images/mediaMenu.gif) no-repeat 0 -557px;
	height: 33px;
	text-decoration: none;
	color: #fff;
}

ul.sliderNavigation a#sixth {
	background: url(../images/mediaMenu.gif) no-repeat 0 -590px;
	height: 37px;
	text-decoration: none;
	color: #fff;
}


ul.sliderNavigation a#first:hover {
	background: url(../images/mediaMenu.gif) no-repeat 0 -209px;
	height: 40px;
}

ul.sliderNavigation a#second:hover {
	background: url(../images/mediaMenu.gif) no-repeat 0 -249px;
	height: 33px;
}

ul.sliderNavigation a#third:hover {
	background: url(../images/mediaMenu.gif) no-repeat 0 -282px;
	height: 33px;
}

ul.sliderNavigation a#fourth:hover {
	background: url(../images/mediaMenu.gif) no-repeat 0 -315px;
	height: 33px;
}

ul.sliderNavigation a#fifth:hover {
	background: url(../images/mediaMenu.gif) no-repeat 0 -348px;
	height: 33px;
}

ul.sliderNavigation a#sixth:hover {
	background: url(../images/mediaMenu.gif) no-repeat 0 -381px;
	height: 37px;
}






ul.sliderNavigation a#first.selected {
	background: url(../images/mediaMenu.gif) no-repeat 0 0;
	height: 40px;
}

ul.sliderNavigation a#second.selected {
	background: url(../images/mediaMenu.gif) no-repeat 0 -40px;
	height: 33px;
}

ul.sliderNavigation a#third.selected {
	background: url(../images/mediaMenu.gif) no-repeat 0 -73px;
	height: 33px;
}

ul.sliderNavigation a#fourth.selected {
	background: url(../images/mediaMenu.gif) no-repeat 0 -106px;
	height: 33px;
}

ul.sliderNavigation a#fifth.selected {
	background: url(../images/mediaMenu.gif) no-repeat 0 -139px;
	height: 33px;
}

ul.sliderNavigation a#sixth.selected {
	background: url(../images/mediaMenu.gif) no-repeat 0 -172px;
	height: 37px;
}





.hide {
    display: none;
}







/* ==== Main Content ===*/


#contentHomeWrap {
	width: 866px;
	padding: 12px 52px;
	background: url(../images/new-home-bg.gif) no-repeat 0 0;
	
}

#contentInteriorWrap {
	width: 970px;
	padding: 12px 0;
	background: url(../images/contentBg.png) repeat-y 0 0;
	
}

#contentInteriorPageBg {
	width: 960px;
	margin: 0 auto;
	background: url(../images/interiorPageBg.jpg) repeat-x 0 0;
	
}

#contentBg {
	width: 866px;
	/* background:url(../images/contentInsideBg.png) repeat-y 0 0; */
}


#contentHomeWrap #contentPrimary {
	width: 526px;
	padding: 0 14px 0 0;
	float: left;
	font-size: 0.75em;
	line-height: 1.4em;
}

#contentInteriorWrap #contentPrimary {
	width: 550px;
	padding: 14px 35px 20px 35px;
	margin: 0;
	float: right;
	font-size: 0.75em;
	line-height: 1.4em;
	
}

#contentInteriorWrap #contentPrimary p {
	margin-bottom: 20px;
	
}

#contentInteriorWrap #contentPrimary h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #143A8A;
	margin-bottom: 0.7em;
}

#contentInteriorWrap #contentPrimary h2 a,
#contentInteriorWrap #contentPrimary h2 a:visited,
#contentInteriorWrap #contentPrimary h2 a:link,
#contentInteriorWrap #contentPrimary h2 a:hover {
	color: #143A8A;
}

#contentInteriorWrap #contentPrimary h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #333;
	margin-bottom: 0.5em;
}

#contentPrimary h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #143A8A;
	font-size: 1.33em;
	margin: 0 0 0.6em 0;
}

#contentPrimary #homeTwoCol {
	width: 512px;
	padding: 0 14px 0 0;
	margin: 20px 0 0 0;
}

#portfolioCallout {
	width: 218px;
	padding: 3px 24px 3px 14px;
	float: left;
	margin: 0 0 -10px 0;
}

#interiorSidebar #portfolioCallout {
	width: 218px;
	padding: 3px 24px 3px 14px;
	float: none;
	margin: 30px 0 0 0;
	position: relative;
}

#interiorSidebar #portfolioCallout a,  #interiorSidebar #portfolioCallout a:link, #interiorSidebar #portfolioCallout a:visited {
	margin: 0 0 8px 24px;
	color: #000;
	font-size: 0.8em;
}

#portfolioCallout img {
	margin: 0 0 8px 0;
}

#portfolioCallout a,  #portfolioCallout a:link, #portfolioCallout a:visited {
	margin: 0 0 8px 0;
	color: #000;
}

#blogCallout {
	width: 220px;
	padding: 3px 10px 3px 25px;
	float: right;
	margin: 0;
}

#interiorSidebar #blogCallout {
	float: none;
	width: 250px;
	padding: 3px 20px 3px 0;
}

#blogCallout img, #interiorSidebar #blogCallout img{
	margin: 0 0 8px 0;
}

#blogCallout .button, #interiorSidebar #blogCallout .button {
	float: right;
	margin: 6px 0 0 0;
	border: none;
}

#blogCallout a, #blogCallout a:link, #blogCallout a:visited {
	margin: 0 0 8px 0;
	color: #000;
}

#blogCallout li{
	list-style-type: disc;
	margin: 0 0 8px 20px;
	background: none;
}

#interiorSidebar #blogCallout li {
	font-size: 0.8em;	
}

#contentHomeWrap #contentSecondary {
	width: 326px;
	float: right;
	margin: 0;
}

#contentInteriorWrap #contentSecondary {
	width: 328px;
	float: left;
	padding: 0;
	margin: 0;
}

#contentInteriorWrap #contentSecondary #pageTitle {
	width: 264px;
	height: 26px;
	background: url(../images/pageTitleBg.gif) no-repeat 0 0;
	padding: 14px 0 0 12px;
	margin: 14px 0 0 52px;
}

#pageTitle h1{
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}

#interiorSidebarWrap {
	width: 276px;
	background: #F6F9FB url(../images/interiorSidebarTop.gif) no-repeat top center;
	margin: 6px 0 0 52px;
}


#interiorSidebar {
	padding-top: 10px;
}

/*
#contentHomeWrap #secondaryTop {
	width: 326px;
	height: 6px;
	background: url(../images/threeColBg.gif) no-repeat -540px 0;
}
*/


#contentHomeWrap #contentSecondary img, #contentInteriorWrap #contentSecondary img {
	margin: 7px 0 10px 25px;
}

#contentHomeWrap #contentSecondary {
	/* background: url(../images/contentSecHomeSidebar.gif) no-repeat 0 0; */
	min-height:290px;
	height: 100%;
	background: #E8EFF6;
}

* html #contentHomeWrap #contentSecondary {
	height:355px;
}



#contentSecondary ul#getStarted {
	margin: 0 0 0 25px;
}

#contentHomeWrap #contentSecondary ul#getStarted li a, #contentHomeWrap #contentSecondary ul#getStarted li a:link, #contentHomeWrap #contentSecondary ul#getStarted li a:visited, #contentHomeWrap #contentSecondary ul#getStarted li a:active, #contentHomeWrap #contentSecondary ul#getStarted li a.link {
	display: block;
	width: 260px;
	height: 24px;
	margin: 0 0 15px 0;
	padding: 7px 0 0 12px;
	background: url(../images/secondaryLiBg.gif) no-repeat 0 -31px;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

#contentHomeWrap #contentSecondary ul#getStarted li a:hover {
	display: block;
	width: 260px;
	height: 24px;
	margin: 0 0 15px 0 !important;
	padding: 7px 0 0 12px;
	background: url(../images/secondaryLiBg.gif) no-repeat 0 0px;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

#footerWrap {
	width: 970px;
	height: 50px;
	padding: 25px 0 0 0;
	margin: 0 0 20px 0;
	background: url(../images/footerBg.gif) no-repeat 0 0;
}

#footerWrapHome {
	width: 972px;
	height: 50px;
	padding: 25px 0 0 0;
	margin: 0 0 20px 0;
	background: url(../images/homepage-footer-bg.gif) no-repeat -1px 0;
}

#copyright {
	float: left;
	color: #E7EBF3;
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 0 0 0 10px;
}

#copyright a, #copyright a:link, #copyright a:visited, #copyright a:active {
	color: #E7EBF3;
	text-decoration: underline;
}

#copyright a:hover {
	color: #fff;
	text-decoration: none;
}

#footerLinksWrap {
	float: right;
}

#footerLinks ul {
	width: auto;
	float: right;
}

#footerLinks li {
	padding: 0 10px;
	float: left;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 0.88em;
}

#footerLinks li.last {
	border-right: 0 none;
}

#footerLinks li a, #footerLinks li a:link, #footerLinks li a:visited, #footerLinks li a:active {
	color: #fff;
	text-decoration: underline;
}

#footerLinks li a:hover {
	color: #fff;
	text-decoration: none;
}


a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}

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

/* ==== Misc. ==== */

.clear {
	clear:both;
	display: block;
	height: 0px;
}

strong {
  font-weight: bold;
}

.alignleft {
  float: left;
}

#contentPrimary h2 img,
#contentPrimary li img,
#contentPrimary td img,
.gallery-icon img {
  /*border: 3px solid #5A77AD;*/
  margin: 15px;
}

.c3-contact-form {
	background: #5A77AD;
	width: 380px;
	padding: 6px 0 10px 20px;
	margin: 16px 0;
}

.c3-contact-form .field {
	color: #fff;
	font-weight: bold;
	padding-top: 5px !important;
}

.submitButton {
	background: #000;
	border: 2px solid #153B8A;
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
	padding: 4px 5px 4px 6px;
}


ul.bluebox {
	background: #E8EFF6;
	padding: 15px 15px 15px 35px;
	border: solid 2px #607AAF;
	width: 40%;
	margin: 0 0 20px 0;
}

ul.bluebox li {
	color: #607AAF;
	margin-bottom: 6px;
	margin-left: 20px;
}

#contentInteriorWrap #contentPrimary ul#customer-logos {
	background: none;
	padding: 0;
	border: 0;
	display: none;
}

#contentInteriorWrap #contentPrimary ul#customer-logos li {
	margin-bottom: 0;
}

#contentHomeWrap #contentPrimary ul, #contentHomeWrap #contentPrimary li {
	margin: 0;
	padding: 0;
}


#homeTwoCol #blogCallout ul li{
	margin: 0 0 0 20px;
	padding: 5px 0;
}

.blogBottom {
	background: url(../images/blog_btm.jpg) no-repeat;
}

ul#social li {
	float: left;
	padding-right: 6px;
	background: none;
	margin: 0px;
}

p.connect {
	font-weight: bold;
	display: block;
	font-size: 1.1em !important;
	margin: 24px 0 10px 24px !important;
	padding: 0;
}

ul#social {
	margin: 0 0 0 19px;
}

ul#social li a {
	display: block;
	height: 50px;
	text-indent: -9999em;
}

ul#social li a.facebook {
	width: 54px;
	background: url(../images/social-icons.gif) no-repeat 0 0;
}

ul#social li a.facebook:hover {	background-position: 0 -50px;}

ul#social li a.twitter {
	width: 57px;
	background: url(../images/social-icons.gif) no-repeat -54px 0;
}

ul#social li a.twitter:hover {	background-position: -54px -50px;}

ul#social li a.whitlamBlog {
	width: 53px;
	background: url(../images/social-icons.gif) no-repeat -111px 0;
}

ul#social li a.whitlamBlog:hover {	background-position: -111px -50px;}



#contentSecondary h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	margin: 9px 0 12px 22px;
}

#interiorSidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	margin: 9px 0 12px 19px;
}

.aligncenter {
	margin: 0 auto;
}

#contentPrimary ul li {
	margin-bottom: 10px;
}

.border {
	border: solid 2px #5A77AD;
}

div.album {
	background-color: #D4DCEA !important;
	border: solid 1px #5A77AD;
}

div#photos {
	background: none !important;
}

div#context {
	background: none !important;
}

#interiorSidebar ul {
	margin: 0 0 0 28px;
}

h3.blog {
	background: url(../images/blog-icon.gif) no-repeat 0 2px;
	padding: 5px 0 6px 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3.portfolio {
	background: url(../images/portfolio-icon.gif) no-repeat 0 2px;
	padding: 5px 0 6px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3.getStarted {
	background: url(../images/getStarted-icon.gif) no-repeat 0 2px;
	padding: 5px 0 6px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}

#portfolioCallout h3, #blogCallout h3 {
	font-size: 1.3em;
	margin-bottom: 6px;
}