/* Localized */
/*========================= General Settings =========================*/
* {
	padding: 0px;
	margin: 0px;
}

body {
	text-align: center;
	background: #FFF url("/images/bg_body.jpg") repeat-x top left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}
#phone {
	visibility: hidden;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	background: #f7f7f7 url("/images/bg_wrapper.jpg") no-repeat top left;
}
#message {
	background-color: #ffffef;
	border: 1px solid  #e7e7c8;
	color: #ff3300;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 610px;
	font-size: 14px;
}
a {
	outline: none;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

blockquote {
	background: url("common%20images/quote_close.gif") no-repeat bottom right;
	font-style: italic;
	padding: 0 20px 0 0;
}

blockquote p {
	background: url("common%20images/quote_open.gif") no-repeat top left;
	padding: 0 0 0 30px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Sans","Lucida Grande",Garuda,sans-serif;
	margin-bottom: 12px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

img {
	margin-bottom: 12px;	
}

ol {
	list-style-position: inside;
}

p, ul, ol {
	line-height: 20px;
	margin-bottom: 10px;
}

ul {
	list-style-type: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*========================= Header Settings =========================*/
#header {
	height: 97px;
	overflow: hidden;
	width: 1000px;
}

#header h1 {
	float: left;
	margin-top: 23px;
	text-indent: -9999px;
	background: url("/images/logo.png") no-repeat top left;
}

#header h1 a {
	display: block;
	height: 57px;
	width: 439px;
}

#header ul {
	float: right;
	margin-top: 41px;
}

#header ul li {
	display: inline;
	float: left;
	margin:0 2px 0 9px;
	text-transform: uppercase;
}

#header ul li a {
	color: #EEE;
	display: block;
	float:left;
	font-family: "Lucida Sans","Lucida Grande",Garuda,sans-serif;
	font-size: 12px;
	font-weight: bold;	
	height: 24px;
	left:-9px;
	line-height: 23px;
	margin-right:-9px;
	padding: 0 13px;
	position:relative;
	text-decoration: none;
	width:.1em;
}

#header > ul li a {width:auto;}

#header ul li:hover a, #header ul li.active a {
	color: #fff;
}


#header ul li:hover, #header ul li.active {
	background: url("/images/bg_menu_li.jpg") top right;
}

#header ul li:hover a, #header ul li.active a {
	background: url("/images/bg_menu_a.jpg") no-repeat top left;
}

/*========================= Content Settings =========================*/
#content {
	padding: 25px;
	width: 950px;
}

#content .intro {
	font-style: italic;
	margin-top: -12px;
}

#content ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 10px
}
#content h3 {
	color: #4394ca;
}

#content h4 {
	color: #4394ca;
	font-weight: normal;
}

#content a {
	color: #4394ca;
}

/*========================= Featured Box Settings =========================*/
#featured {
	height: 253px;
	margin-bottom: 30px;
	padding: 20px;
	background: #333 url("/images/bg_featured.jpg") no-repeat top left;
}

#featured #copytext {
	float: right;
	width: 515px;
}

#featured #slideshow {
	float: left;
	height: 284px;
	width: 300px;
	margin: 0;
	position: relative;
}

#featured img {
	border: solid 1px #000;
	float: left;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 8;
}

#featured img.active {
    z-index:10;
}

#featured img.last-active {
    z-index:9;
}

#featured h2 {
	float: left;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 21px;
}

#featured p, #featured ul {
	clear: left;
	color: #f5f5f5;
	font-size: 11px;
	margin-bottom: 20px;
}

/*========================= Call to Action Button Settings =========================*/
.button {
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	line-height: 45px;
	padding-left: 25px;
	text-decoration: none;
	width: 167px;
	background: url("/images/bg_button.jpg") no-repeat top left;
	color: #4394ca;
}

.button:hover {
	text-decoration: none;
	background: url("/images/bg_button_hover.jpg") no-repeat top left;
}

/*========================= Location Box Settings =========================*/
#location {
	height: 74px;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 20px;
	width: 850px;
	background: url("/images/bg_top.jpg") no-repeat top left;
}

#location h2 {
	float: left;
	height: 39px;
	margin-top: 20px;
	text-indent: -9999px;
}

#location .button {
	float: right;
	margin-top: 15px;
}

/*========================= Boxes Settings =========================*/
#boxes {
	overflow: hidden;
	width: 890px;
}

#boxes .box {
	float: left;
	margin-right: 30px;
	width: 275px;
}

#boxes .box.last {
	margin-right: 0;
}

/*========================= Main Content Settings =========================*/
#mainContent {
	background: url("common%20images/bg_mainContent.jpg") repeat-y top right;
	float: left;
	padding: 0 21px 20px 0;
	width: 595px;
}
#mainContent2 {
	background: url("common%20images/bg_mainContent.jpg") repeat-y top right;
	float: left;
	padding: 0 21px 20px 0;
	width: 480px;
}
#mainContent3 {
	background: url("common%20images/bg_mainContent.jpg") repeat-y top right;
	float: left;
	padding: 0 21px 20px 0;
	width: 555px;
}
#mainContent5 {
	padding: 0 21px 20px 0;
	width: 955px;
}
#mainContent ul, #mainContent2 ul, #mainContent3 ul, #mainContent5 ul,#mainContent3 ol {
	margin-left: 40px;
}

#content h1 {
	color: #4394ca;
	font-size: 25px;
	padding-bottom: 10px;
}
#mainContent h1 {
	color: #4394ca;
	font-size: 18px;

}
#mainContent img {
	border: 8px solid #EEE;
}

#mainContent img.left {
	margin-right: 20px;
}

#mainContent img.right {
	margin-left: 20px;
}

/*========================= Portfolio Settings =========================*/
.item {
	float: left;
	margin: 0 25px 25px 0;
	width: 280px;
}

.item.last {
	margin-right: 0;
}

/*========================= Blog Post Settings =========================*/
.blogPost {
	border-bottom: 1px solid #EEE;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 25px;
	width: 595px;
}

/*========================= Contact Form Settings =========================*/
#contactForm  {
	color: #333;
	margin-top: 25px;
}

#contactForm div {
	margin-bottom: 15px;
}

#contactForm label {
	display: block;
	font-size: 12px;
	margin-bottom: 8px;
	font-weight: bold;
}

#contactForm input, textarea {
	background: #f7f7f7 url("common%20images/bg_input.jpg") repeat-x top left;
	border: 1px solid #ddd;
	color: #333;
	font-size: 11px;
	padding: 10px;
	width: 350px;
}

#contactForm input#submit {
	background: url("common%20images/bg_submit.jpg") no-repeat top left;
	border: none;
	font-size: 12px;
	height: 39px;
	width: 138px;
}

#contactForm input#submit:hover {
	background: url("common%20images/bg_submit_hover.jpg") no-repeat top left;
}
#contactForm label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-weight: bold;
	font-style: italic;
}
div.error { display: none; }
#contactForm input.error { border: 1px dotted red; }

/*========================= SideBar Settings =========================*/
#sidebar {
	float: left;
	padding-left: 20px;
	width: 310px;
}
#sidebar2 {
	float: left;
	padding-left: 20px;
	width: 425px;
}
#sidebar3 {
	float: left;
	padding-left: 20px;
	width: 350px;
}
#sidebar3 a {
	width: 320px;
}

#sidebar ul {
	list-style-type: none;
}
#sidebar3 ol {
	margin-left: 20px;
	padding-left: 0;
}
#sidebar3 li {
	border-bottom: 1px solid #eee;
	list-style-position:outside;
}

#sidebar ul li {
	background:url("common%20images/bullet.jpg") no-repeat 0 50%;
	border-bottom: 1px solid #eee;
	padding: 13px 0 13px 23px;
}

#sidebar ul li a {
	color: #333;
}
#sidebar ul li a:hover, #sidebar ul li.active a {
	color: #4394ca;
	text-decoration: none;
}

#sidebar .box {
	margin-bottom: 45px;
}

#sidebar .box h4 {
	border-bottom: 1px solid #eee;
	height: 32px;
	line-height: 32px;
	padding: 0 0 10px 45px;
}

#sidebar .box.twitter h4 {
	background: url("common%20images/icon_twitter.jpg") no-repeat 0 50%;
}

#sidebar .box.twitter p {
	font-style: italic;
}

#sidebar .box.twitter p.ago {
	margin-top: -10px;
	float: right;
}

#sidebar .box.work {
	text-align: center;
}

#sidebar .box.work h4 {	
	background: url("common%20images/icon_work.jpg") no-repeat 0 0;
	text-align: left;
}

#sidebar .box.categories h4 {
	background: url("common%20images/icon_categories.jpg") no-repeat 0 25%;
	margin-bottom: 2px;
}

#sidebar .box.archives h4 {
	background: url("common%20images/icon_archives.jpg") no-repeat 0 25%;
	margin-bottom: 2px;
}

#sidebar .box.details h4 {
	background: url("common%20images/icon_contact.jpg") no-repeat 0 25%;
}

/*========================= SubNavigation Settings =========================*/
ul#subnavigation {
	list-style: none;
	margin-bottom: 45px;
}

ul#subnavigation li {
	background: url("common%20images/subnavigation_icons.jpg") no-repeat top left;
	padding: 0 0 0 50px;
}

ul#subnavigation li.philosophy {
	background-position: 0 -51px;
}

ul#subnavigation li.staff {
	background-position: 0 -102px;
}

ul#subnavigation li a {
	height: 41px;
	line-height: 51px;
}

/*========================= Bottom Box Settings =========================*/
#bottomBox {
	background: url("common%20images/bg_bottomBox.jpg") no-repeat top left;
	clear: both;
	height: 86px;
	margin-top: 30px;
	padding: 25px 25px;
}


/*===================== Footer Settings =====================*/
#footer {
	background: #333;
	clear: both;
	text-align: left;
	color: #fff;
}

#footer #footer-cont {
	margin: 0 auto;
	overflow: hidden;
	width: 940px;
}




#footer a,#footer a:visited {
	color: #fafafa;	
	font-size: 11px;
	line-height: 40px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


	/* Homepage boxes */

#video {
	display:none;
}

#wrapper #homepage-boxes2 {
	margin:0 0 20px;
}

#wrapper #homepage-boxes2 .box2 {
	border-right:#e5e5e5 solid 1px;
	border-left:#fff solid 1px;
	width:200px;
	height:94px;
	padding:0 10px;
	float:left;
	color:#0f1110;
}

#wrapper #homepage-boxes2 .box2 img {
	float:left;
	padding:10px 3px 0 0;
}

#wrapper #homepage-boxes2 .box2 h3 {
	padding:10px 0;
	font-weight:bold;
	font-size:1.4em;
	line-height: .8em;
	font-family:Myriad Pro,Trebuchet MS,Arial,Sans-Serif;
	color:#000;
}

#wrapper #homepage-boxes2 .box2 .icon {
	line-height:1.6em;
	font-size:0.9em;
	height:94px;
	overflow:hidden;
}

#wrapper #homepage-boxes2 .box2 .icon a {
	font-weight:bold;
}

#wrapper #homepage-boxes2 .box2-last {
	
}
.copy {
	text-align:center;
	display:block;
	height:100px;
	line-height:100px;
	color: #fafafa;
	font-size: 11px;
}
#footer a {
	color:#646464;
}

#footer a:hover {
	color:#828282;
}
.footerleft {
	float: left;
	width: 430px;
	font-size: 16px;

}
.footerright {
	float: right;
	width: 430px;
	font-size: 16px;
}
.clearfix {
	clear:both;
}

#about #location h2 {
	background: url("/images/title_about.jpg") no-repeat top left;
	width: 372px;
}

#portfolio #location h2 {
	background: url("/images/title_portfolio.jpg") no-repeat top left;
	width: 183px;
}

#blog #location h2 {
	background: url("/images/title_blog.jpg") no-repeat top left;
	width: 302px;
}

#contact #location h2 {
	background: url("/images/title_contact.jpg") no-repeat top left;
	width: 379px;
}
