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;
	background: none;
}


body {
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background: #F6F6F6;
}

.clearfix {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}




body strong { font-weight: bold;}



#header-main {
	margin: 0;
	width: 100%;
	text-align: center;
	background: url('images/header-main.jpg') top repeat-x;
}

#single-header-main {
	margin: 0;
	width: 100%;
	text-align: center;
	background: url('images/single-header-main.jpg') top repeat-x;
}

#center {
	width: 960px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
	margin: 0 auto;
	height: 125px;
	width: 960px;
	}
	
#logo {
	margin: 37px 0 0 0;
	float: left;
	height: 50px;
	width: auto;
	}

#top-menu {
	margin: 37px 0 0 auto;
	float: right;
	height: 51px;
	background: url('images/top-menu-left.jpg') top left no-repeat;
	padding-left: 2px;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	}
	
ul.sf-menu  {
	background: url('images/top-menu-right.jpg') top right no-repeat;
	padding-right: 2px;
	display: block;
	height: 51px;
	}
	
ul.sf-menu li {
	line-height: 50px;
	float: left;
	list-style: none;
	background: url('images/top-menu-background.jpg') center repeat-x;
	width: 8em;
	}
	
ul.sf-menu li a {
	line-height: 50px;
	background: url('images/top-menu-delimiter.jpg') center left no-repeat;
	display: block;
	text-transform: uppercase;
	color:#666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	}



#header-content {
	margin:3px auto 0 auto;
	width: 960px;
	height: 203px;
	background: url('images/header-blur.jpg') center left no-repeat;
	overflow: hidden;
	}

#header-content h1,h2,h3 {
	color: #fff;
	margin-bottom: 15px;
	}

#header-content h1 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin-top: 40px;
	}

#header-content h2 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	}

#header-content h3 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 15px;
	}

#single-tagline {
	margin:20px 0 0 0;
	width: 660px;
	height: 95px;
	text-align: left;
	overflow: hidden;
	}

#single-tagline h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 26px;
	display: block;
	height: 50px;
	}

#crumbs {
	font-size: 10px;
	color: #fff;
	line-height: 12px;
	padding-bottom: 15px;
	}

#crumbs a {
	color: #fff;
	}
	
#crumbs span {
	background: url('images/breadcrumb-current.jpg') no-repeat center bottom;
	padding:0 0 5px;
	}

#slider {
	margin: 10px auto 0 auto;
	width: 960px;
	height: 149px;
	position: relative;
	}
	
#slider div.panel {
	width: 960px;
	height: 149px;
	}

#slider a.next {
	width: 28px;
	height: 57px;
	position: absolute;
	background: url('images/slider-left.png') top no-repeat;
	top: 46px;
	left: -27px;
	z-index: 20;
	text-indent: -9999px;
	}

#slider a.prev {
	width: 28px;
	height: 57px;
	position: absolute;
	background: url('images/slider-right.png') top no-repeat;
	top: 46px;
	right: -27px;
	z-index: 20;
	text-indent: -9999px;
	}
	
#slider div.panel ul {
	
	}
	
#slider div.panel ul li {
	width: 285px;
	height: 133px;
	float: left;
	background: url('images/header-slider.jpg') top no-repeat;
	list-style: none;
	margin-right: 28px;
	padding: 8px;
	}
	
#slider div.panel ul li img {
	width: 285px;
	height: 133px;
	}

#slider div.panel ul li.last {
	margin-right: 0
	}

#content-boxes {
	margin: 37px auto 37px auto;
	width: 960px;
	height: auto;
	overflow: hidden;
	text-align: left;
	}

.box-1 {
	height: auto;
	width: 300px;
	margin: 44px 28px 0 0;
	float: left;
	}
	
.box-2 {
	height: auto;
	width: 300px;
	margin: 44px 28px 0 0;
	float: left;
	}

.box-0 {
	height: auto;
	width: 300px;
	margin: 44px 0 0 0;
	float: left;
	}

.box h2 {
	font-size: 26px;
	font-weight: bold;
	color: #666;
	text-align: center;
	padding: 0 10px;
	display: block;
	}

.box img {
	width: 281px;
	height: 117px;
	padding: 0 10px 20px 10px;
	background: url('images/content-box-background.png') top no-repeat;
	}
	
.box p {
	width: 300px;
	padding: 0 10px;
	margin-bottom: 15px;
	line-height: 18px;
	}
.box a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #01C3DC;
	}

.box a:hover {

	text-decoration: none;
	border-bottom: 1px solid #666;
	}
	
#container {
	margin: 40px 0 0 0;
	clear: both;
	height: auto;
	width: 960px;
	text-align: left;

	}
	
#container p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	}
	
#container a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #01C3DC;
	}

#container a:hover {

	text-decoration: none;
	border-bottom: 1px solid #666;
	}
	
#container #faux {
	width: 960px;
	height: auto;
	background: url('images/single-faux.jpg') top left repeat-y;
	padding: 0 0 40px 0;
	}
div#container div.spacer {
	width: 960px;
	height: 20px;
	
	}
#container #left {
	margin: 0;
	float: left;
	width: 620px;
	height: auto;
	padding: 30px 20px;
	background: url('images/single_top-container.jpg') top left no-repeat;
	color: #666;
	}
	
#container #left h1,h2,h3,h4,h5 {
	color: #333333;
	margin-bottom: 20px;
	}

#container #left h1 {
	font-size: 28px;
	}

#container #left h2 {
	font-size: 26px;
	}

#container #left h3 {
	font-size: 24px;
	}

#container #left h4 {
	font-size: 22px;
	}

#container #left h5 {
	font-size: 20px;
	}
	
.portfolio-box-1 {
	margin: 0 30px 30px 0;
	width: 423px;
	height: 190px;
	padding: 20px;
	float: left;
	border: 1px solid #ECECEC;
	background: #ffffff;
	}
	
.portfolio-box-0 {
	margin: 0 0 30px 0;
	width: 423px;
	height: 190px;
	padding: 20px;
	float: left;
	border: 1px solid #ECECEC;
	background: #ffffff;
	}
	
.portfolio-image {
	height: 180px;
	width: 180px;
	float: left;
	border: 1px solid #ECECEC;
	padding: 5px;
	overflow: hidden;
	margin-right: 20px;
	background: #F6F6F6 url('images/hover.png') center no-repeat;
	}

#container div.portfolio-image a.prettyphoto {
	border: none;
	text-decoration: none;
	}

.portfolio-description {
	width: 211px;
	float: left;
	}
	

	
.portfolio-description h3 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #222222;
	}
	
.archive-blog-entry {
	margin: 0 0 20px 0;
	padding: 20px;
	width: 920px;
	height: 210px;
	background: #ffffff;
	border: 1px solid #ECECEC;
	overflow: hidden;
	}
	
.archive-blog-entry div.image {
	float: left;
	padding: 5px;
	width: 288px;
	height: 198px;
	overflow: hidden;
	border: 1px solid #ECECEC;
	background: #F6F6F6 url('images/hover.png') center no-repeat;
	margin-right: 20px;
	}
	
#container div.archive-blog-entry div.image a.prettyphoto {
	border: none;
}
	
.archive-blog-entry div.content {
	width: 600px;
	height: 210;
	float: left;
}

.archive-blog-entry div.content h2, #container #left h2.blog-title  {
	font-size: 28px;
	margin-bottom: 5px;
	border-bottom: none;
	color: #222222;
}

.archive-blog-entry div.content .meta, .post-content div.content .meta {
	margin-bottom: 20px;
	display: block;
	font-size: 10px;
	}

div.archive-blog-entry div.content h2 a {
	border-bottom: none;
	text-decoration: none;
}

.post-date {
	float: left;
	margin-right: 5px;
	width: 110px;
	overflow: hidden;
}

.post-date .day {
	float: left;
	font-size: 55px;
	font-weight: bold;
	margin-right: 2px;
}

.post-date .month {
	float: left;
	font-size: 22px;
	font-weight: bold;
	}

.post-date .year {
	float: left;
	font-size: 18px;
	font-weight: bold;
	}

.post-content {
	margin: 0;
	}

.post-content p {
	line-height: 20px;
	font-size: 13px;
	margin-bottom: 20px;
	text-align: left;
	}
	
.post-content br {
	display: none;
	}
	
.post-content h1,h2,h3,h4,h5 {
	color: #474747;
	}
	
.post-content h1 {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	}

.post-content h2 {
	margin-bottom: 15px;
	font-size: 23px;
	font-weight: bold;
	}

.post-content h3 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	}

.post-content h4 {
	margin-bottom: 15px;
	font-size: 19px;
	font-weight: bold;
	}

.post-content h5 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	}

.post-content  blockquote {
	background:url('images/quote.jpg') no-repeat top left;
	padding-left: 60px;
	}

img.alignleft {
	float: left;
	padding: 2px;
	margin: 0 20px 20px 0;
}

img.alignright {
	float: right;
	padding: 2px;
	margin: 0 0 20px 20px;
}

img.aligncenter {
	text-align: center;
	padding: 2px;
	margin: 0 auto;
	display: block;
}

.post-content img {
	border: 1px solid #ECECEC;
	padding: 5px;
	background: #F6F6F6;
	}

div.content a.portfolio-small {
	width: 620px;
	height: 271px;
	display:block;
	text-decoration: none;
	border-bottom: none;
	padding: 5px;
	background: url('images/portfolio-frame-small.png') top left no-repeat;
	}
	
div.content a.portfolio-small img {
	border: none;
	margin: 13px auto auto 2px;
	padding: 0;
	background: none;
	width: 605px;
	height: 235px;
	}
	
.post-content ul, .post-content ol {
	margin-bottom: 15px;
	}
	
.post-content ol li {
	color: inherit;
	padding: 0 0 0 15px;
	font-size: 13px;
	line-height: 20px;
	list-style-position: inside;	
}

.post-content ul li {
	color: inherit;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
	font-size: 13px;
	list-style: none;	
	line-height: 20px;
	background: url('images/arrow3.gif') no-repeat 0px 7px;
}

.post-content ul li.tick-green {
	color: inherit;
	padding: 0 0 0 22px;
	margin: 0 0 10px 0;
	font-size: 13px;
	list-style: none;	
	line-height: 20px;
	background: url('images/tick-green.png') no-repeat 0px 2px;
}


table {
	margin:.5em 0;
	}
	
table th {
	color: #f1f2f2;
	background: #383838;
	text-transform:uppercase; 
	font-weight: bold;
	}
	
table td, table th {
	padding: 7px 9px;
	border-right: 1px solid #ffffff;
	}

table td {
	background:#dadada;
	}
	
table tr.even td {
	background:#f1f2f2;
	}
	
#container #left h2.post-title {
	font-size: 28px;
	margin-bottom: 15px;
}

.comments {
	margin: 30px auto auto auto;
	padding-top: 10px;
	font-size: 13px;
	clear: both;
	}

.comments-template {
	width: 530px;
	}

.comments-template p {
	text-indent: 0px;
	}

#commentform #comment {
	background: #ffffff;
	border: 1px solid #dadada;
	color: #666666;
	width: 340px;
	height: 170px;
}

#commentform #author, #commentform #email, #commentform #url {
	background: #ffffff;
	border: 1px solid #dadada;
	color: #666666;
	width: 230px;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	border: 1px solid #dadada;
	margin: 0 0 20px 0;
	clear: both;
}

h3#comments {
	font-size: 18px;
	font-weight: normal;
	margin: 30px 0 15px 0;
	}
	
div#respond h3 {
	font-size: 18px;
	font-weight: normal;
	}

#respond input#submit {
	background-color:#F6F6F6;
	border:1px solid #dadada;
	color:#077994;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	width: 230px;
	}

form#commentform small {
	margin-bottom: 4px;
	display:block;
	line-height: 16px;
	}

form#commentform div.left {
	float: left;
	width: 230px;
	}

form#commentform div.right {
	float: right;
	width: 340px;
	}

form#commentform p {
	width: 230px;
	margin: 15px 0 0 0;
	}

form#commentform p.comment-area {
	width: 340px;
	float:right;
	}
	
.commentlist ul.children {
	margin-top: 20px;
	list-style: none;
	width: 95%;
	float: right;
	}
	
div.comment-body {
	padding: 20px;
	}
div.comment-meta {
	height: 12px;
	margin-bottom: 20px;
	margin-left: 38px;
	}
div.comment-meta a {
	font-size: 12px;
	}
div.comment-author {
	height: 16px;
	}
.comment-body p {
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 21px;
	}

.avatar {
	width:30px;
	width: 30px;
	float: left;
	margin: 0 5px 0 0;
}

.about-author {
	padding: 20px 15px;
	margin: 40px 0 0 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	background: #F6F6F6;
	}
	
div.about-author img.avatar {
	float: left;
	height: 80px;
	width: 80px;
	margin-right: 20px;
}

div.about-author h3 {
	font-size: 22px;
	}
	
div.about-author h4 {
	font-size: 18px;
	margin-bottom: 15px;
	}
	
.full-faux {
	width: 960px;
	height: auto;
	background: url('images/full-faux.jpg') top repeat-y;
	padding:0 0 40px;
	}

.full-width {
	background:url("images/full-top-container.jpg") no-repeat top;
	color:#666666;
	height:auto;
	margin:0;
	padding:30px 20px;
	width:920px;
	}
	
.full-width .first-half {
	float:left;
	width: 440px;
	overflow: hidden;
	}
	
.full-width .second-half {
	float:right;
	width: 440px;
	overflow: hidden;
	}
	
.full-width .quarter {
	width: 199px;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px dotted #dadada;
	}
	
.full-width .last-quarter {
	width: 200px;
	float: left;
	margin-right: 0;
	}
	
.full-width .divider {
	margin: 20px 0;
	width: 920px;
	height: 1px;
	background: #f1f2f2;
	}


	
#left .first-half {
	float:left;
	width: 290px;
	overflow: hidden;
	}
	
#left .second-half {
	float:right;
	width: 290px;
	overflow: hidden;
	}
	
#left .divider {
	margin: 30px 0;
	width: 620px;
	height: 1px;
	background: #f1f2f2;
	}

ul.pageNav {
	text-align:center;
	display: block;
	margin: 0 auto;
	}
	
div#container ul.pageNav a.page-numbers {
	border: none;
	}
	
div.content div#tcform   input#tcf_sender, div.content div#tcform   input#tcf_email  {
	border: 0;
	background: url('images/cform-single.jpg') center no-repeat;
	height: 23px;
	width: 393px;
	padding: 5px 0 5px 5px;
	overflow: hidden;
	color: #666;
	margin: 0 0 15px 0;
	}
	
div.content div#tcform   textarea#tcf_msg {
	border: 0;
	background: url('images/cform-multi.jpg') top no-repeat;
	height: 121px;
	width: 388px;
	padding: 10px 5px;
	overflow: hidden;
	color: #666;
	margin: 0 0 15px 0;
}

div.content div#tcform {
	border: 0;
	background: url('images/cform-background.jpg') center no-repeat;
	height: 273px;
	width: 400px;
	padding: 20px 20px;
	overflow: hidden;
	color: #666;
}
	
div.content div#tcform  input#contactsubmit {
	display:block;
	height:24px;
	width:124px;
	background: url('images/cform-submit.jpg') center no-repeat;
	border: none;
	line-height: 29px;
	overflow: hidden;
	color: #666666;
	}
	
#right {
	width: 270px;
	height: auto;
	float: right;
	padding: 30px 0 0 30px;
}

div.widget {
	margin: 0 0 30px 0;
	}
	
#right h3 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 15px;
	width: 245px;
	font-size: 26px;
	font-weight: bold;
	color: #077994;
		background: url('images/footer-menu-h3.jpg') bottom repeat-x;
	}

#right ul {
	padding: 0;
	}

#right ul li {
	list-style: none;
	width: 260px;
	}

#right ul li a {
	text-decoration: none;
	color: inherit;
	padding: 0 0 0 15px;
	line-height: 26px;
	border-bottom: 1px #D5D5D5 solid;
	background: url("images/arrow3.gif") no-repeat scroll 0 9px transparent;
	display: block;
	font-size: 13px;
	}
	
#right ul a:hover {
	border-bottom: 1px #D5D5D5 solid;
	}

#right ul ul li {
	border-bottom: 1px #D5D5D5 solid;
	}

#right ul ul a {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	background: url('images/arrow2.gif') top left no-repeat;
	border: none;
	}

#right div#contact {
	margin: 30px 0 30px 0;
	}

#right div#contact span {
	display: block;
	width: 40px;
	float:left;
	font-weight: bold;
	}

#right div#contact p { margin: 0 0 10px 0 }



form#searchform {
	width: 260px;
	background: url('images/search.jpg') top no-repeat;
	height: 33px;
	}

input#search_input {
	border: 0;
	margin: 7px 0 0 5px;
	}
	
input#search_button {
	display:block;
	float:right;
	height:33px;
	text-indent:-99999px;
	width:30px;
	border: 0;
	background: none;
	}
	
#footer-container {
	margin: 0;
	width: 100%;
	background: #f7f7f7 url('images/footer-fade.jpg') top repeat-x;
	height: auto;
	}
	
#footer {
	margin: 0 auto 30px auto;
	width: 960px;
	height: auto;
	text-align: left;
	overflow: hidden;
	}
	
#footer .widget {
	margin-top: 30px;
	width: 150px;
	height: auto;
	margin-right: 30px;
	float: left;
	}
#footer .last {
	width: 240px;
	margin-right: 0;
	}
	
#footer .widget h3 {
	font-size: 20px;
	color: #222222;
	text-transform: uppercase;
	padding-bottom: 10px;
	background: url('images/footer-menu-h3.jpg') bottom repeat-x;
	}

#footer .widget li {
	padding: 4px 0;
	list-style: none;
	}
	
#footer .widget li a {
	border: none;
	padding: 0 0 0 17px;
	text-decoration: none;
	color: #666;
	background: url('images/arrow2.gif') no-repeat 0px 4px;
	}
	
#footer .widget li a:hover {

	}

#footer .widget p {
	line-height: 18px;
	padding: 6px 0;
	}

#footer .widget p  a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #01C3DC;
	}

#footer .widget p  a:hover {

	text-decoration: none;
	border-bottom: 1px solid #666;
	}


div.widget div#tcform   input#tcf_sender, div.widget div#tcform   input#tcf_email  {
	border: 0;
	background: url('images/contactform-single.jpg') center no-repeat;
	height: 20px;
	width: 108px;
	padding: 5px 0 5px 5px;
	overflow: hidden;
	color: #666;
	margin: 0 0 5px 0;
	}
	
div.widget div#tcform   input#tcf_sender {
	float: left;
	}
	
div.widget div#tcform   input#tcf_email {
	float: right;
	}
	
div.widget div#tcform   textarea#tcf_msg {
	border: 0;
	background: url('images/contactform-multi.jpg') center no-repeat;
	height: 91px;
	width: 229px;
	padding: 10px 5px;
	overflow: hidden;
	color: #666;
	margin: 0 0 10px 0;
}
	
div.widget div#tcform  input#contactsubmit {
	display:block;
	height:24px;
	width:128px;
	background: url('images/contactform-submit.jpg') center no-repeat;
	border: none;
	line-height: 29px;
	overflow: hidden;
	color: #666666;
	}
	
	
#credits {
	margin: 0;
	background: #222222 url('images/credits.jpg') top repeat-x;
	color: #dadada;
	height: 89px;
	width: 100%;
	}
	
#credits-center {
	margin: 0 auto;
	width: 960px;
	}
	
#credits p {
	margin: 0 auto;
	text-align: left;
	width: 500px;
	line-height: 50px;
	float: left
	}
	
#credits .social-icons {
	width: 250px;
	height: 40px;
	padding: 20px 0 0 0;

	float: right;
}

#credits .social-icons img {
	float:right;
	margin-left: 12px;
	-ms-interpolation-mode: bicubic;
	}
	
#credits a {
	color: #ffffff;
}


/* Custom style */

div.box ul li {
	list-style: none;
	padding-left: 10px;
	background: url('images/colors/black/arrow3.gif') no-repeat 0px 8px;
	line-height: 20px;
	margin-left: 10px;
	}
	
.yellowbox {
    background: url('images/yellowbox-wide.gif') no-repeat scroll 0 0 transparent;
    color: #333333;
    font-size: 21px;
    font-weight: bold;
    height: 37px;
    line-height: 21px;
    margin: 20px 0 20px;
    padding: 15px 0 0;
    text-align: center;
    width: 920px;
}

.wpcf7 input, textarea, select {
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #666666;
    margin: 5px 0 10px;
    padding: 5px;
    width: 620px;
}

.wpcf7 input.wpcf7-submit {
    background: #4B8CB6;
    border: 0 none;
    color: #FFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    text-shadow: 1px 1px 1px #000000;
    width: 120px;
}

#choose h1 {
	font-size: 26px;	
}

#choose {
	margin-top: 25px;	
}

#choose ul {
	margin-top: 15px;
	font-size: 13px;
	line-height: 22px;	
}

#choose ul li {
	list-style-type: square;	
	padding-left: 20px;
	list-style-position: inside;
}
