
/* =========== GLOBAL RESET ============ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    outline:0;
    border:0;
    background:transparent;
    vertical-align:baseline;
    font-size:100%;
}

body {
	color: #9e9e9e;
	font-size: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {list-style:none;}

p {
	color:#9e9e9e;line-height:20px;font-style:italic;
	font-size:14px;padding-bottom:20px
}

a {
    margin:0;
    padding:0;
    background:transparent;
    vertical-align:baseline;
	text-decoration:none;
    font-size:100%;
	outline: none;
}

input, select {
    vertical-align:middle;
}
 
textarea {resize:none;}

section#content {	
	background: #fcfcfc;
}

h1, h2, h3, h4 {
	position:relative;
    z-index:10;
    color:#000;
	font-style:normal;font-weight:300}

h1 {	
	font-size: 48px;
	line-height: 50px;
	  color:#000;
	  
}

h2 {
	font-size: 36px;line-height:38px;padding-bottom:20px
}

h3 {
	font-size: 24px;
	line-height:26px;
	padding-bottom:10px
}
h4 {
	font-size: 1em;
}

.alignleft {float:left;}
#loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	width: 60px;
	height: 60px;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

.clear {clear:both;}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.p0 {	padding-bottom:0 !important;
}
.p {	padding-top:1px
}
.p1 {	padding-top:2px
}
.p2 {	padding-top:3px
}
.p3 {	padding-top:4px
}
.p4 {padding-top:5px	
}
.p5 {	padding-top:6px
}
.p6 {	padding-top:7px
}
.p7 {	padding-top:8px
}
.p8 {	padding-top:9px
}
.p9 {	padding-top:10px
}
.p10 {	padding-top:11px
}
.p11 {	padding-top:12px
}
.p12 {	padding-top:14px
}
.p13 {	padding-top:16px
}
.p14 {	padding-top:17px
}

.m1{margin-top:-1px}
.m2{margin-top:-2px}
.m3{margin-top:-3px}
/* ---- Navigation --> Begin ----*/

#navigation {
	float: right;
	}

#navigation ul {
	float: left;
}

#navigation ul li {
	position: relative;
	float: left;
	list-style: none;
	line-height:22px
}

#navigation > ul > li > a {
	padding: 21px 14px;
	color: #9e9e9e;
	font-size: 18px;
	outline: none;display:inline-block;
	-webkit-transition: background 0.3s ease;
-moz-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: background 0.3s ease;
}

#navigation ul li.active > a,
#navigation ul li a:hover,
#navigation ul li ul li:hover a {
	color: #333333;	
	background:#fcfcfc
}

#navigation ul li ul {
    position: absolute;
    top: 3.25em;
    left: -1.1em;
    z-index: 999;
    display: none;
    padding: 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: none repeat scroll 0 0 #FFFFFF;
    list-style: none outside none;
}

#navigation ul li ul li {
	width: 55px;
	margin: 0;
	padding: .35em 20px .35em 15px;
	border-bottom: 1px solid #999;
	text-align: left;
}

#navigation ul li ul li a {
	color: #999;
	text-transform: uppercase;
	font-size: 1em;
}

/* ---- Navigation --> End ----*/

/* ============== CONTENT ================ */


.overflow{overflow:hidden}
.img-indent{float:left;margin:7px 12px 0 0 }
.img-indent1{float:left;margin:5px 14px 0 0 }
.img-indent2{float:left;margin:0 12px 0 0 }
.img-indent3{float:left;margin:-6px 20px 0 0 }
.box-content{padding:31px 30px 30px;min-height:395px}
.fleft{float:left}
.fright{float:right}
#container {
	position: relative;
	width: 810px;
	height: 1000px;
	overflow: hidden;
	background-color: #fbfbfb;
}
.box-1{float:left;width:330px;margin: 0 60px 0 0 }
.box-1.a{margin-right:0}
.box-1 p{color:#6e6e6e}

span#body_loader {
	width: 810px;
	height: 5px;
	position: absolute;
	top: 106px;
	left: -810px;
	text-indent: -9999px;
	background: #00a8ef;
	display: block;
	z-index: 0;
} 

header {
	padding: 21px 14px 20px 30px;
	background:#f0f0f0
}
.logo {float: left;margin-top:8px}


#map_canvas {
	float: left;
	margin:3px 20px 35px 0;
	width: 390px;
	height: 198px;
}
address{font-size:14px;line-height:20px;text-shadow:1px 1px #fff;padding-top:10px}
address span{padding-bottom:10px;display:block}
address a{color:#00a8ef;text-decoration:underline;display:inline-block;text-shadow:none}
address a:hover{text-decoration:none}
/* ---- lists ----*/
.list-1{width:330px;float:left}
.list-1.a{margin-right:72px;}
.list-1 li{padding-left:10px;background:url(../images/marker-2.png) no-repeat 0 11px;line-height:20px;padding-bottom:2px}
.list-1 li a {font-size:14px;color:#9e9e9e;font-style:italic;display:inline-block;
	-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;padding-right:24px;
background:url(../images/marker-3.png) no-repeat right 4px}
.list-1 li a:hover{color:#00a9ef;background:url(../images/marker-3-hover.png) no-repeat right 4px}


/* tabs ======= */
.box-nav-tab{text-align:right;padding-bottom:25px}

.tabs {
	height:710px !important;margin-top:-44px;
	position:relative;z-index:20
}

.box-tab{overflow:hidden}

.tabs-nav {
	display:inline-block;}
.tabs-nav li {
	line-height:16px;	
	display:inline-block;
	padding:1px 7px;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.tabs-nav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9e9e9e;
	font-size:14px;
font-style:italic;display:block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tabs-nav li:hover a, .tabs-nav li.selected a {
	color:#fff;
}
.tabs-nav li:hover , .tabs-nav li.selected  {
	background:#9e9e9e;
}
.txt-2{	color:#9e9e9e;
	font-size:14px;
font-style:italic;display:inline-block;line-height:16px;margin:-4px 6px 0 0 }
.box-left{float:left;width:80px;margin-right:20px}
.box-right{float:left;width:609px}
.box-right figure{padding-bottom:11px}
.box-left{font-size:14px;line-height:20px;font-style:italic;padding-top:6px}
.box-left span{color:#9e9e9e;display:block}
.box-left em{color:#6e6e6e;display:block;padding-bottom:15px}
.box-tab{padding-bottom:15px}
/* ---- twitter ----*/
.block-twitter{padding-top:26px}
.block-twitter figure{padding-top:8px}
.block-twitter h3{margin-bottom:5px}
.block-twitter .box-twitter{margin-left:12px;}
.box-twitter{border:1px solid #e2e2e2;padding:12px;
	border-radius:12px;
	-moz-border-radius:10px;
	-webkit-border-radius:12px;position:relative;
	background:#f8f8f8
}

.box-twitter:before{position:absolute;top:10px;left:-11px;width:11px;height:15px;content:"";background:url(../images/corner-1.gif) no-repeat 0 0}

.tweet li{font-size:14px;font-style:italic;line-height:20px;padding-bottom:15px}
.tweet li a{color:#00a9ef;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tweet li a:hover{color:#000}
/* ---- links and buttons ----*/
.link-1{color:#00a8ef;text-decoration:underline;display:inline-block}
.link-1:hover{text-decoration:none}
.link-2{display:inline-block;background:url(../images/marker-3.png) no-repeat 0 0;width:14px;height:13px;margin: 0 0 0 9px}
.link-2:hover{background:url(../images/marker-3-hover.png) no-repeat 0 0;}


.buttons{padding-top:15px}
.buttons a{margin-right:20px}
.button-1,.button-2{
	font-size:16px;line-height:18px;color:#fff;font-style:italic;display:inline-block;padding:15px 21px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:url(../images/tail-button1.gif) repeat-x 0 0;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.button-1:hover,.button-2:hover{background-position:0 bottom;}

.button-2{
background:url(../images/tail-button2.gif) repeat-x 0 0;
}
.button-3{
	font-size:14px;line-height:18px;
	color:#fff;font-style:italic;
	display:inline-block;padding:6px 9px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:url(../images/tail-button2.gif) repeat-x 0 0;
	-webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}
.button-3:hover{background:url(../images/tail-button1.gif) repeat-x 0 0;}


/* ---- ContactForm --> Begin ----*/

#contactform {
	width: 462px;
	padding-top:16px
}
#contactform span{position:relative;display:block}
#contactform span strong{position:absolute;left:10px;top:13px;width:24px;height:22px;display:block;background:url(../images/marker-5.png) no-repeat 0 0}
#contactform fieldset {position: relative;}

#contactform input[type="text"] {
	padding: 15px 10px 13px 42px;
	width: 407px;
	display: block;
	border: 1px solid #e2e2e2;
	background: #f8f8f8;
	color: #9e9e9e;
	font-style:italic;font-size:14px;
	outline:none;box-shadow:none;margin-bottom:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
		border-radius:4px ;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
}

#contactform textarea {
	display: block;
	padding: 15px 10px 14px 42px;
	width: 407px;
	height: 88px;
	border: 1px solid #e2e2e2;
	background: #f8f8f8;
	color: #9e9e9e;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
		border-radius:4px ;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;font-style:italic
	
}



#contactform .loading {
    background: url(../images/loading_form.gif) no-repeat;
    height: 15px;
	top: 13px;
	right: 180px;
    opacity: 0;
    position: absolute;
    width: 20px;
}
#contactform .button-1{border:none;outline:none;font-family:Georgia, "Times New Roman", Times, serif;color:#fff;font-size:16px;cursor:pointer;margin:20px 20px 0 0}

/* ================= FOOTER =================== */
footer{display:block;background:#333333;padding:16px 30px;	position: absolute;width:750px;
	bottom: 0;	overflow:hidden}
.copyright { float:left;font-style:italic;padding-top:4px;
	color: #9e9e9e;
	font-size:14px;line-height:16px;
}
.soc {
	float:right;
}

.soc li {
	padding:0 0 0 5px;
	float:left;
}
.soc li a {
	width:24px;
	height:24px;
	position:relative;
	display:block;
}
.soc li a .active {
	position:absolute;
	top:0;
	left:0;
}


/* =========== STYLED ELEMENTS ============ */
	
.divider {
	clear: both;
	margin: 0 0 1em 0;
	width: 718px;
	height: 1px;
	background: url(../images/divider.png) repeat-x;
}