/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
img{vertical-align:top;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#ff4800;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#000;
}
html,body{
	height:100%;
	min-width:1000px;
}
body {
	font:14px/22px Arial, Helvetica, sans-serif;
	color:#666;
	-webkit-text-size-adjust:100%;
	background:#f5f5f5 url(images/bg-body.jpg) repeat-y 50% 0;
}
#wrapper{
	padding:10px 0 150px;
	min-height:100%;
}
#nav{
	padding:0 0 70px 10px;
	overflow:hidden;
	width:950px;
	margin:0 auto;
}
#nav li{
	float:left;
	margin-right:29px;
	font:22px/24px "Quicksand", Arial, Helvetica, sans-serif;
}
#nav li a{color:#444;}
#nav li a:hover{color:#000;}
#nav li.active{font-weight:bold;}
#header{
	overflow:hidden;
	margin:0 auto 20px;
	width:950px;
	padding-left:10px;
}
.logo{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat 0 0;
	width:449px;
	height:80px;
	margin:26px 30px 0 0;
}
.logo a{
	height:100%;
	display:block;
}
#header .text-holder{overflow:hidden;}
#header .text-holder .intro{
	color:#444;
	font:22px/28px "Quicksand", Arial, Helvetica, sans-serif;
	margin-bottom:18px;
	letter-spacing: -1px;
}
#content{
	margin:0 auto 69px;
	width:950px;
	padding-left:10px;
}
.address-holder{
	margin:-60px 0 0 482px;
	width:240px;
	line-height:18px;
	position:relative;
}
.address-holder address{
	font-style:normal;
	margin-bottom:18px;
}
#content .address-holder h3{
	font:bold 24px/32px "Quicksand", Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	text-transform:uppercase;
	letter-spacing: -1px;
}
#content .address-holder h4{
	font:bold 18px/18px "Quicksand", Arial, Helvetica, sans-serif;
	margin:0 0 2px;
}
.info-columns{
	width:100%;
	overflow:hidden;
	line-height:18px;
	color:#fff;
	position:relative;
	margin-top: -19px;
}
.info-columns .holder{
	float:left;
	position:relative;
	left:50%;
	width:1500px;
}
.info-columns .frame{
	float:left;
	position:relative;
	left:-50%;
	width:1500px;
	background:url(images/bg-box.png) repeat-y -2000px 0;
}
.info-columns .container{
	width:1500px;
	background:url(images/bg-box-t.png) no-repeat 0 0;
}
.info-columns .w1{
	padding:95px 270px 133px 268px;
	overflow:hidden;
	background:url(images/bg-box.png) no-repeat 0 100%;
}
.info-columns .col{
	float:left;
	margin-left:20px;
	width:298px;
	padding-left:2px;
}
.info-columns h2{
	font:bold 24px/26px "Quicksand", Arial, Helvetica, sans-serif;
	margin:0 0 7px -2px;
	text-transform:uppercase;
	letter-spacing: -1px;
}
.info-columns .accordion-holder h3{
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	padding:0 0 10px;
	cursor:pointer;
}
.info-columns .accordion-holder h3.showing{padding-bottom:0;}
.info-columns .accordion-holder h3.showing .minus{display:inline; font-size: 130%; line-height: 10px; margin-right: 2px;}
.info-columns .accordion-holder h3 .minus{display:none;}
.info-columns .accordion-holder h3 .plus{display:inline;}
.info-columns .accordion-holder h3.showing .plus{display:none;}
.info-columns .accordion-holder p{display:none; margin: 0 0 10px 0; padding: 0;}

#footer{
	border-top:1px solid #dcdcdc;
	padding:3px 1px;
	overflow:hidden;
	width:960px;
	margin:0 auto;
}
#footer a.by {
	background:url(images/small-logo.gif) no-repeat 0 0;
	float: right;
	width:75px;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
}


#services{
	visibility: hidden;
}


/*Make in-page anchors invisible*/
.anchor{
	line-height: 0;
	padding:0;
	margin:0;
	display: block;
	height:0;
	overflow: hidden;
}