body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(/assets/images/bg-header.gif) top left repeat-x;
	position: relative;
}

body#page-home {
	background: url(/assets/images/bg-header-home.gif) top left repeat-x;
}

body#page-home .menu-main {
	top: 234px;
	left: 347px;
}

#wrapper-main {
	position: relative;
	overflow: auto;
	margin: 0 auto 0 auto;
	min-width: 996px;
	max-width: 1065px;
}

#wrapper-inner {
	position: relative;
	float: right;
	width: 1000px;
}

#wrapper-footer {
	overflow: auto;
	margin: 0 auto 0 auto;
	min-width: 996px;
	height: 153px;
	background: url(/assets/images/bg-footer.gif) 0 70px repeat-x;
}

.footer-right {
	float: right;
	background: url(/assets/images/footer-dd.jpg) #fff top right no-repeat;
	width: 308px;
	padding-left: 60px;
	height: 153px;
}

.footer-main {
	position: relative;
	
	height: 40px;
	margin: -50px auto 0 auto;
	min-width: 776px;
	max-width: 1065px;
	color: #999a9c;
}

.footer-main p, .footer-main ul {
	float: left;
	margin: 0;
}

.footer-main p {
	font-size: 12px;
	line-height: 12px;
	margin: 0 20px 0 110px;
}

.footer-main ul li {
	float: left;
	background: none;
	font-size: 12px;
	height: auto;
	line-height: 12px;
	margin: 0;
	padding: 0 10px 0 10px;
	background: url(/assets/images/pipe.gif) top left no-repeat;
}

.footer-main ul li.first {
	background: none;
}

.footer-main ul li a {
	color: #999a9c;
	text-decoration: none;
}

.footer-main ul li a:hover {
	text-decoration: underline;
}

.menu-main {
	height:45px;
	position: absolute;
	top: 106px;
	right: 0;
}

.menu-main li {
	float: left;
	line-height: 45px;
	background: none;
	margin: 0;
position: relative;

}

.menu-main li ul {
  display: none;
  position: absolute; 
margin: -0 0 0 0;
  top: 1em;
  left: 1px;
background-color: #1c3d4b;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
  }

.menu-main li ul li {
	padding: 0;
}

.menu-main li > ul {
	top: auto;
	left: auto;
	}


.menu-main li:hover ul { display: block; }

.menu-main li a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 8px;
}

.menu-main li:hover ul li a {
width: 200px;
margin: 0 0;
padding: 0 9px;
}

.menu-main li:hover ul li a:hover {
background-color: #22495a;
background-image: none;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;

}

.menu-main li a:hover {
text-decoration: none;
background-color: #22495a;
}

p#logo {
	width: 417px;
	height: 95px;
	background: url(/assets/images/logo.png) top left no-repeat;
	text-indent: -9999px;
}

#header {
	height: 278px;
}

#header h1, #header h2, #header h3, #header h4, #header p {
	color: #fff;
}

#page-home h1 {
	font-weight: bold;
	font-size: 42px;
	margin: 0 0 15px 0;
}

#page-home h2 {
	font-size: 21px;
}

#page-home p {
	clear: both;
}

h1 {
	font-weight: bold;
	font-size: 32px;
	margin: 0 0 15px 0;
	color: #25708B;
}

h1 small {
	font-size: 28px;
}

h2 {
	font-weight: bold;
	font-size: 24px;
	color: #25708B;
	margin: 0 0 15px 0;
}

h2 a {
	text-decoration: none;
}

p {
	font-size: 18px;
	margin: 0 0 15px 0;
}

strong {
	font-weight: bold;
}

ul.postDetails {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	height:15px;
}

ul.postDetails li {
	font-size: 14px;
	margin: -10px 20px -10px 0;
	background: none;
	padding: 0;
	float: left;
}

p.back {
	padding: 20px 0 0 0;
	
}

.comment {
	overflow: hidden;
	margin: 0 0 20px 0;
}

.commentPost {
	width: 450px;
	float: right;
}

.commentAuthor {
	width: 160px;
	float: left;
}

.commentPost p {
	font-size: 14px;
}

.commentAuthor p {
	margin: 0 !important;
	font-size: 14px;
}

#comment_form .userDetails {
	width: 213px;
	float: left;
	margin: 0 29px 0 0;
}

#comment_form p.inputBox {
	width: 213px;
	float: left;
	margin: 0 0 18px 0;
	clear: both;
}

#comment_form p.commentBox {
	margin: 0 0 10px 0;
	float: left;
}

#comment_form p.commentBox textarea {
	font-size: 18px;
	width: 360px;
	height: 180px;
	border: none;
	padding: 3px 5px 0 3px;
	background: url(/assets/images/bg-input-box-comment.gif) top left no-repeat;
	display: block;
}

#comment_form p.inputBox input {
	font-size: 18px;
	width: 205px;
	height: 30px;
	border: none;
	padding: 3px 5px 0 3px;
	background: url(/assets/images/bg-input-box.gif) top left no-repeat;
	display: block;
}

#comment_form .options {
	float: left;
	clear: left;
	width: 400px;
}

#comment_form .options p {
	margin: 0 0 10px 0;
}

#comment_form input.button {
	float: right;
	background: #FFF url('/assets/images/button-add-comment.gif') no-repeat bottom right;
	width: 128px;
	height: 30px;
	display: block;
	text-indent: -99999px;
	margin: 0 8px 20px 0;
	border: none;
}

#comment_form input.button2 {
	clear: both;
	background: #FFF url('/assets/images/button-add-comment.gif') no-repeat bottom right;
	width: 128px;
	height: 30px;
	display: block;
	text-indent: -99999px;
	margin: 0 8px 20px 0;
	border: none;
}

a {
	color: #25708B;
}

#col-main {
	float: right;
	width: 610px;
}

#col-main.portfolio {
	width: 995px;
	float: none;
}

#section-main {
	margin: 89px 0 0 0;
}

#col-secondary {
	float: right;
	margin: 89px 20px 0 0;
}

#page-home #section-main h2 {
	margin: 0 0 30px 0; 
}

#section-main p {
	margin: 0 0 30px 0;
}

#section-main p.postDetails {
	font-size: 14px;
	margin: 0 0 10px 0;
}

#section-main a {
	color: #25708B;
}

#section-main a.readMore {
	background: #FFF url('/assets/images/button-read-more.gif') no-repeat bottom right;
	width: 127px;
	height: 30px;
	display: block;
	text-indent: -99999px;
	margin:10px 0 50px 0;
}

#page-home #col-main {
	margin: 0;
}

#page-home #col-secondary {
	margin: 0 20px 0 0;
}

#page-home #section-main {
	margin: 50px 0 0 5px;
}

#page-home #section-main .section-col1 {
	float: left;
	width: 290px;
}

#page-home #section-main .section-col1 > p {
	width: 260px;
}

#page-home #section-main .section-col2 {
	float: left;
	width: 311px;
	margin: 0;
}

#col-secondary {
	width: 315px;
	position: relative;
}

#page-home #col-secondary {
	padding: 0 0 0 0px;
	background: url(/assets/images/bg-col-secondary.gif) 290px 440px no-repeat;
}

#col-secondary p {
	width: 280px;
}

ul {
	margin: 0 0 37px 0;
}

ul li {
	list-style-type: none;
	background: url(/assets/images/bullet.gif) 0 1px no-repeat;
	padding: 0 0 0 35px;
	line-height: 30px;
	font-size: 18px;
}

ul li a {
	color: #25708B;
}

.box-out1 {
	overflow: auto;
	width: 311px;
	background: url(/assets/images/bg-box-out1.gif) -311px bottom no-repeat;
	padding-bottom: 10px;
	position: relative;
}

#section-main .box-out1 h2 {
	background: url(/assets/images/bg-box-out1.gif) 0 0 no-repeat;
	width: 231px;
	height: 68px;
	padding: 20px 0 0 80px;
	margin: 0;
}

#page-home #col-secondary .box-out2 {
	margin: 60px 0 0 -65px;
}

#col-secondary .box-out2 , #col-secondary .box-out3 {
	overflow: auto;
	clear: both;
	width: 324px;
	padding-right: 10px;
	background: url(/assets/images/bg-box-out2.gif) -334px bottom no-repeat;
	padding-bottom: 30px;
	position: relative;
	margin: 20px 0 0 -65px;
}

#col-secondary .box-out2:first-child , #col-secondary .box-out3:first-child {
	margin: 0 0 30px -65px;
}

#col-secondary .box-out2 h2 , #col-secondary .box-out3 h2 {
	background: url(/assets/images/bg-box-out2.gif) 0 0 no-repeat;
	width: 254px;
	height: 68px;
	padding: 20px 0 0 80px;
	margin: 0;
	font-size: 21px;
}

#col-secondary .box-out2 p , #col-secondary .box-out3 p {
	margin: -30px 0 0 80px;
	width: 230px;
}

#col-secondary .box-out3 { background: url(/assets/images/bg-box-out3.gif) -334px bottom no-repeat; }
#col-secondary .box-out3 h2 { 
	background: url(/assets/images/bg-box-out3.gif) 0 0 no-repeat;
}


#col-secondary .box-out3 ul {
	padding: 0 0 0 80px;
	margin: -30px 0 0 0;
	font-size: 21px;
}

#col-secondary .box-out3 ul li {
	background-image: none;
	padding: 0;
}

.vcard1 {
	width: 210px;
	margin: -45px 0 0 80px;
}

.vcard2 {
	width: 250px;
	margin: -20px 0 0 80px;
}

.vcard1 span.tel, .vcard1 span.email,
.vcard2 span.tel, .vcard2 span.email {
	font-size: 18px;
	font-weight: bold;
	color: #25708B;
	font-weight: normal;
}

.vcard1 span.tel, .vcard2 span.tel {
	font-size: 24px;
}

.vcard1 div, .vcard2 div {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.vcard1 span, .vcard2 span {
	display: block;
}

.box-out2 .vcard2 .org {
	display: none;
}

.box-out2 form {
	margin: 0 0 0 80px;
	width: 210px;
}

.box-out2 form label {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 3px 0;
}

.box-out2 form .textbox {
	font-size: 18px;
	width: 205px;
	height: 30px;
	border: none;
	padding: 3px 5px 0 3px;
	background: url(/assets/images/bg-input-box.gif) top left no-repeat;
}

.box-out2 form .download {
	float: right;
	width: 157px;
	height: 52px;
	background: url(/assets/images/button-download.gif) top left no-repeat;
	border: none;
	text-indent: -9999px;
	margin: 20px 0 0 0;
	cursor: pointer;
}

.portrait {
	width: 296px;
	height: 347px;
	background: url(/assets/images/bg-portrait.png) top left no-repeat;
	text-align: center;
	padding: 16px 0 0 0;
	margin: 0 0 25px -7px;
}

.testimonial {
	clear: both;
	margin: 0 0 37px 0;
	overflow: auto;
}

.testimonial img, .testimonial blockquote {
	float: left;
}

.testimonial blockquote {
	width: 305px;
	padding: 30px 0 0 75px;
	background: url(/assets/images/bg-quote.gif) top left no-repeat;
	font-size: 21px;
}

.testimonial.big blockquote {
	width: auto;
}

.testimonial blockquote span {
	display: block;
	margin: 20px 0 0 0;
	font-size: 18px;
	float: right;
}

.testimonial.big blockquote span {
	float: none;
}

#section-main a.moreTestimonials {
	background: #FFF url('/assets/images/more-testimonials.gif') no-repeat bottom right;
	width: 199px;
	height: 30px;
	display: block;
	text-indent: -99999px;
	margin: 20px 0 20px 0;
	clear: both;
	float: right;
}

#section-main a.videoTestimonial {
	background: #FFF url('/assets/images/tv-icon.png') no-repeat top left;

	padding: 0 0 0 32px;
	clear: both;
	float: left;
}

#col-secondary .testimonial {
	margin: 0 0 0 -65px;
	font-size: 18px;
	overflow: auto;
	position: relative;
	clear: both;
}

#col-secondary .testimonial blockquote {
	display: block;
	width: 270px;
	padding-bottom: 20px;
	font-size: 18px;
}

#col-secondary .testimonial blockquote img {
	margin: 20px 10px 0 0;
}

#col-secondary .testimonial blockquote span {
	padding: 40px 0 0 0;
	margin: 0;
	float: none;
}


#section-main img.align-left {
	float: left;
	margin: 20px 30px 20px 0;
}

#section-main img.align-right {
	float: right;
	margin: 20px 0 20px 30px;
}


.services img {
	float: left;
	display: block;
}

.service-box {
	float: left;
}


#section-main h2{
	clear: both;
}

#section-main .services h2 {
	float: left;
	width: auto;
	margin: 0;
	padding: 0 0 0 10px;
}

.services p {
	float: left;
	width: 170px;
	padding: 0 0 0 10px;
}

.services p.more {
	float: right;
	margin: 0 0 0 15px;
	width: 80px;
}
.services p.more a{
	background: #FFF url('/assets/images/button-more.gif') no-repeat bottom right;
	width: 80px;
	height: 31px;
	display: block;
	text-indent: -9999px;
}

.services .service-box {
	padding: 10px 0 0 0;
}

.services td {
	vertical-align: top;
}


.services td.left .service-box .service-box-details {
	float: left;
	width: 170px;
}

.services td.right .service-box .service-box-details {
	float: left;
	width: 200px;
}

.services tr.first td .service-box {
	background: none;
}

.services td.left .service-box  {
	background: url(/assets/images/services-row-middle-top.gif) top left no-repeat;
	width: 280px;
}

.services td.right .service-box {
	background: url(/assets/images/services-row-middle-top.gif) -280px 0 no-repeat;
	width: 319px;
}

.services td.left {
	background: url(/assets/images/services-row-middle-bottom.gif) bottom left no-repeat;
	width: 280px;
}

.services td.right {
	width: 319px;
	background: url(/assets/images/services-row-middle-bottom.gif) -280px 100% no-repeat;
	vertical-align: top;
}

.services tr.last td.left, .services tr.last td.right  {
	background: none;
}

#section-main .services p {
	margin: 0 0 20px 0;
	font-size: 16px;
}

.services .service-box-image {
	float: left;
	display: block;
}

.services .service-box-details {
	float: left;
	width: 170px;
	margin: 0 0 0 15px;
}

.services p.more img {
	float: right;
}


.service-box.special {
	background: transparent url('/assets/images/services-special.png') no-repeat top right !important;
}

.portfolio-item {

	/*width: 582px;*/
	margin: 0 0 18px -16px;
	background: url(/assets/images/bg-portfolio.gif) left top no-repeat;
	clear: both;
	overflow: hidden;

}

.portfolio-item h3 {
	font-weight: bold;
	font-size: 18px;
	color: #25708B;
	margin: 0 0 15px 0;
}

.portfolio-item-bg {
	background: url(/assets/images/bg-portfolio2.gif) left bottom no-repeat;
	padding: 27px 20px 20px 23px;
	overflow: hidden;

}

.portfolio-item .portfolio-item-image {
	float: left;
}

.portfolio-item .portfolio-item-text {
	float: left;
	margin: 0 0 0 20px;
	font-size: 18px;
}

#section-main .portfolio-item-text p, #section-main .portfolio-item-text h2 {
	width: 650px;
	margin: 0 0 15px 0;
}

.portfolio-link {
	clear: both;
	bottom: 15px;
	right: 30px;
	text-align: right;
	font-weight: bold;
}

.portfolio-link a {
	color: #25708B;
}

.vcard3 {
	margin: 0;
	width: 610px;
	margin: 0 0 20px 0;
}

.vcard3 div {
	font-size: 14px;
	width: 235px;
	font-weight: normal;
}

.vcard3 span {
	color: #000;
	font-size: 18px;
}

.vcard3 span.tel {
	font-size: 22px;
}

.vcard3 .col {
	float: left;
	width: 300px;
}

.contact-phone {
	background: url(/assets/images/contact-phone.gif) top left no-repeat;
	padding: 0 0 40px 65px;
}

.contact-email {
	background: url(/assets/images/contact-email.gif) top left no-repeat;
	padding: 0 0 40px 65px;
}

.contact-skype {
	background: url(/assets/images/contact-skype.gif) top left no-repeat;
	padding: 0 0 40px 65px;
}

.contact-post {
	background: url(/assets/images/contact-post.gif) top left no-repeat;
	padding: 0 0 40px 65px;
}

.vcard1 .fn {
	display: none;
}

.vcard3 .adr .type {
	display: none;
}

.vcard3 .street-address {
	margin: 0;
}

.vcard3 span {
	display: block;
}

.vcard3 .adr span, .vcard3 .adr div, .vcard3 .adr abbr {
	font-size: 18px;
	display: block;
}

.vcard3 a {
	font-size: 18px;
	display: block;
	color: #000;
	text-decoration: none;
}

.gmap {
	width: 604px;
	height: 409px;
	background: url(/assets/images/bg-gmaps.gif) top left no-repeat;
	margin: 0 0 15px -16px;
	padding: 23px 0 0 22px;
}

#sitemap li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}

#sitemap ul ul {
	margin: 0 0 0 40px;
}

a {
	text-decoration: underline
}

a:hover {
	text-decoration: none;
}

.about-video {
	margin: -10px 125px 20px 125px;
}

ul.norm li {
	list-style: disc;
	background: none;
        margin: 0 30px;
}
#contactForm {
	width: 610px;
	float: left;
}

#contactForm .contents {
	padding: 20px 0;
	overflow: hidden;
}

#contactForm h2 {
	margin: 0 0 20px 0;
}
/*
#contactForm p {
	color:  #000;
	margin: 10px 0;
	font-size: 18px;
}
*/
#contactForm fieldset {

	float: left;
}

#contactForm fieldset legend {
	display: none;
}

#contactForm fieldset.message {

	margin-left: 25px;
}

#contactForm fieldset label {

	font-weight: bold;
	display: block;
	margin-bottom: 5px;
        margin-top: 13px;
}

#contactForm fieldset label.name, #contactForm fieldset.message label { margin-top: 0; }

#contactForm fieldset input {
	font-size: 18px;
	width: 205px;
	height: 30px;
	border: none;
	padding: 3px 5px 0 3px;
	background: url(/assets/images/bg-input-box.gif) top left no-repeat;
	display: block;
}

#contactForm fieldset textarea {
	font-size: 18px;
	width: 360px;
	height: 180px;
	border: none;
	padding: 3px 5px 0 3px;
	background: url(/assets/images/bg-input-box-comment.gif) top left no-repeat;
	display: block;
}

#contactForm fieldset input.sendButton {
	float: right;
	background: #FFF url('/assets/images/button-submit.gif') no-repeat bottom right;
	width: 95px;
	height: 32px;
	display: block;
	text-indent: -99999px;
	margin: 10px 8px 20px 0;
	border: none;
}

.video-holder {
text-align: center;
padding-bottom: 25px;
}

dl#social-links {
margin: -5px 0 15px 0;
overflow: hidden;
}


dl#social-links dt {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	margin: 0 0 17px 0;
       display: none;
}

dl#social-links dd {
	float: left;
	text-indent: -999999px;
	margin: 0 4px;
}

dl#social-links dd a {
	height: 33px;	
	display: block;
}

dl#social-links dd a:hover {
	margin: 2px -2px -2px 2px;
}

dl#social-links dd a.twitter {
	width: 97px;
	background: url(/assets/images/footer-dd-twitter.png) no-repeat;
}

dl#social-links dd a.facebook {
	width: 88px;
	background: url(/assets/images/footer-dd-facebook.png) no-repeat;
}

dl#social-links dd a.myspace {
	width: 98px;
	background: url(/assets/images/footer-dd-myspace.png) no-repeat;
}

dl#social-links dd a.vimeo {
	width: 68px;
	background: url(/assets/images/footer-dd-vimeo.png) no-repeat;
}
