@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: #ffffff;
	padding-bottom: 30px;
	text-align: center;
	}
	
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}

a {
	text-decoration: none;
	color: #555555;
	}

a:hover {
	text-decoration: underline;
	background: #C5CBCA;
	}
	
a.inline {
	text-decoration: underline;
	}
	
#logo a:hover {
	background:none;
	}
	


h1 {
	color: #555555;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
	}
	
h2 {
	color: #555555;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 1em;
	}
	
#accordion h2 {
	cursor: pointer;
	margin-bottom: 0.5em;
	}
	
#accordion p {
	margin: 0.5em;
	}

p {
	line-height: 1.3em;
	padding-bottom: 1em;
	color: #555555;
	}

p.narrow {
	width: 140px;
	}

p.small {
	font-size: 0.92em;
	}

p.uppercase {
	text-transform: uppercase;
	}

p.last {
	padding-bottom: 0;
	}

img {
	display: block;
	border: none;
	}

.fl {
	float: left;
	}
	
.fr {
	float: right;
	}

.clear {
	clear: both;
	height: 0;
	display: block;
	}
	
.clearFloat:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	}
	
.address {
	font-size: 0.92em;
	color: #555555;
	}

#wrap {
	width: 978px;
	margin: 0 auto 0 auto;
	padding-bottom: 30px;
	background: #ECEEEE url(../images/bkgd_white_top.gif) repeat-x 0 0;
	position: relative;
	text-align: left;
	}
			
#innerWrap {
	width: 978px;
	background: url(../images/bkgd_column.gif) 100% 0 repeat-y;
	}
	
#testimonial #innerWrap {
	background: none;
	}
	
#services #innerWrap {
	background: url(../images/pic_services_bkgd.jpg) 100% 698px no-repeat;
	}
	
/*	Navigation
----------------------------------------------------------------*/
#nav {
	width: 555px;
	margin: 121px 0 30px 0;
	}
	
#nav a, #nav span {
	text-decoration: none;
	color: #7c7c7c;
	text-transform: uppercase;
	}
	
#nav a:hover {
	text-decoration: underline;
	}
	
#nav ul, #nav ul li {
	display: inline;
	}
	
#nav ul li {
	background: url(../images/nav_bkgd.gif) no-repeat 0 0;
	display: block;
	float: left;
	height: 44px;
	margin-right: 9px;
	font-size: 0.92em;
	}
	
#nav ul li.last {
	margin-right: 0;
	}
	
#nav ul li a {
	float: left;
	display: block;
	background: url(../images/nav_bkgd_right.gif) no-repeat 100% 0;
	padding: 6px 20px 22px 8px;
	}
	
#nav ul li.selected {
	background: url(../images/nav_bkgd_selected.gif) no-repeat 0 0;
	}
#nav ul li.selected span {
	float: left;
	display: block;
	background: url(../images/nav_bkgd_selected_right.gif) no-repeat 100% 0;
	padding: 16px 14px 12px 16px;
	color: #000066;
	}


/*	Main
----------------------------------------------------------------*/
.primaryContent {
	padding: 0 0 30px 30px;
	width: 555px;
	}
	
.secondaryContent {
	padding: 50px 30px 30px 15px;
	width: 333px;
	position: relative;
	}
		
.secondaryContent .content {
	padding: 0 6px 0 40px;
	border-right: 1px solid #555555;
	}

#logo {
	width: 205px;
	float: right;
	text-align: right;
	margin-bottom: 80px;
	}

/*	address
----------------------------------------------------------------*/
#default .address, #testimonial .address {
	position: absolute;
	text-align: right;
	color: #555555;
	bottom: 30px;
	right: 30px;
	}
	
#services .primaryContent .content .fl {
	position: relative;
	height: 423px;
	}
	
#services .address {
	position: absolute;
	bottom: 0;
	}
	
.alignRight h1 {
	text-align: right;
	}
	
.alignRight p {
	text-align: right;
	}
	
/*	Default
----------------------------------------------------------------*/
#default #innerWrap {
	background: none;
	}

#default .primaryContent {
	padding-bottom: 0;
	}
	
#slideshow {
	width: 555px;
	height: 470px;
	}
	
/*	Sections
----------------------------------------------------------------*/
#about_us #wrap,
#services #wrap,
#testimonial #wrap {
	padding-bottom: 0;
	}
	
#about_us .secondaryContent,
#services .secondaryContent {
	padding: 0 0 0 0;
	background: #ffffff;
	width: 332px;
	}
	
#testimonial .secondaryContent {
	padding: 0;
	width: 332px;
	}

#about_us .secondaryContent #logo,
#services .secondaryContent #logo,
#testimonial .secondaryContent #logo {
	position: absolute;
	top: 50px;
	right: 30px;
	z-index: 3;
	}

#about_us .secondaryContent .content,
#services .secondaryContent .content,
#testimonial .secondaryContent .content {
	padding: 0;
	border-right: none;
	z-index: 1;
	padding-top: 148px;
	width: 332px;
	}
	
.verticalImage {
	float: right;
	}

#about_us .primaryContent .content .fl,
#services .primaryContent .content .fl {
	width: 180px;
	position: relative;
	}
		
#about_us .primaryContent .content .fr,
#services .primaryContent .content .fr {
	width: 345px;
	padding: 0 0 0 6px;
	border-left: 1px solid #555555;
	}
		
#about_us #nav,
#services #nav,
#testimonial #nav {
	margin-bottom: 80px;
	}
	
.gallery #nav {
	margin-bottom: 80px;
	}

#about_us .address {
	position: absolute;
	text-align: left;
	bottom: 30px;
	left: 30px;
	}

#testimonial .primaryContent .content .fl {
	width: 196px;
	}

#testimonial .primaryContent .content .fr {
	width: 325px;
	padding-left: 6px;
	border-left: 1px solid #555555;	
	}

.galleryNav li {
	padding: 2px 0 2px 3px;
	text-align: right;
	}
	
.galleryNav li.selected {
	text-transform: uppercase;
	padding: 2px 3px;
	font-weight: bold;
	color: #000066;
	}
	
.galleryNav a {
	padding: 2px 3px;
	color: #555555;
	text-transform: uppercase;
	}
	
.galleryNav a:hover {
	text-decoration: underline;
	background: #C5CBCA;
	}
	
#services .galleryNav li {
	text-align: left;
	background: url(../images/bullet.gif) no-repeat 4px 8px;
	padding-left: 12px;
	}
	
#services .galleryNav a {
	text-transform: none;
	}
	
#services .galleryNav {
	padding: 0 0 12px 6px;
	}
	
.testimonial {
	margin-bottom: 30px;
	}
		
#flashContent {
	width: 555px;
	height: 450px;
	}
	
.galleryControls {
	margin-top: 20px;
	}
	
.control {
	width: 168px;
	padding: 8px;
	/*border-right: 1px solid #9EA9A6;*/
	float: left;
	}
	
.control.last {
	border-right: none;
	}

.control h2 {
	color: #555555;
	font-weight: bold;
	font-size: 0.92em;
	}
	
.control p {
	font-size: 0.92em;
	}
	
h2.toggler {
	padding: 3px 4px;
	}
	
.element {
	height: 0;
	visibility: hidden;
	padding: 0 6px;
	}
	
.visible {
	visibility: visible;
	}
	
li.highlight a {
	font-weight: bold;
	color: #000066;
	background-color: #C5CBCA;
	}
	
/* Flag Credit */
#credit {
	width: 948px;
	margin: 0 auto;
	padding: 12px 30px 0 0;
	text-align: right;
	font-size: 0.92em;
	}
	
#credit a {
	color: #999;
	}
	
#credit a:hover {
	background: none;
	color: #999;
	text-decoration: underline;
	}
