/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#3e3e3e;
	min-width:960px;
	background:#f0f0f0;
}

.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat;}

.main {
	width:940px; 	
	padding:0;
	margin:0 auto;
}

a {color:#000; font-weight:bold;}
a:hover {text-decoration:none;}

.clear {clear:both; width:100%; line-height:0; font-size:0;}

.col-1, .col-2, .col-3, .col-4 {float:left;}
.column-1, .column-2, .column-3 {float:left;}  

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}

p {margin-bottom:20px;}
.p0 { margin-bottom:3px;}
.p1 {margin-bottom:6px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#f52f02; text-decoration:none;}
.color-3:hover { color:#3e3e3e;}
.color-4 { color:#e67507;}

.padding-top { padding-top:15px;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin:10px 30px 35px 0 !important;}
.spacing2 {margin-right:45px;}
.spacing3 {margin-right:55px;}

.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:35px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 10px 0px 0;}
.img-indent2 {float:left; margin:0 30px 0px 0;}
.img-indent3 {float:left; margin:0 20px 0px 0;}
.img-indent-r {float:right; margin:0 0px 0px 40px;}

.img-box {float:left; margin-bottom:20px;}

.prev-indent-bot {margin-bottom:10px;}
.prev-indent {float:left; margin:0 17px 0px 0;}
.prev-box {float:left; margin-bottom:8px;}

.border {border:1px solid #b6b6b8; padding: 3px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.htc);
	position:relative;
	
}
a.border {display:inline-block;}

.buttons a:hover {cursor:pointer;}

.sf-menu li a,
.list-1 li a,
.list-2 li a,
.logo {text-decoration:none;}	

/*********************************header*************************************/
header {width:100%; height:460px; border-bottom:1px solid #f0f0f0; background:url(../images/header.jpg) 50% 0 no-repeat #579212;}

nav {background:url(../images/header-bg.png) 0 0 repeat;}

.sf-menu { padding:13px 0 14px; height:39px; width:940px; margin:0 auto;}
.sf-menu li {float:left; font-size:22px; line-height:1.2em; margin-right:16px;}
.sf-menu li a {display:block; color:#fff; padding:6px 0 7px; width:101px; text-align:center;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	behavior: url(js/PIE.htc);
	position:relative;
}
.sf-menu li a:hover {color:#eef950;} 
.sf-menu li .active { background:url(../images/menu-item.png) 0 0 repeat-x #d8dad6; color:#1e2225 !important;}

.flash-1 {width:1200px; height:394px; margin:0 auto;}

/*********************************content*************************************/
#content {width:100%; padding:36px 0px 45px 0px; border-top:2px solid #b7b7b7; position:relative; overflow:hidden;}

.hover {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.htc);
	position:relative;
	margin:0 !important;
	padding:15px 0 28px 20px;
}
.hover:hover {background:#e3e3e3;}

.figure {position:absolute; left:50%; width:211px; height:76px; margin-left:112px; top:0; background:url(../images/figure.jpg) 0 0 no-repeat;}

.spacer-1 {width:100%; background:url(../images/pic-2.gif) 214px 0 repeat-y;}
.spacer-2 {width:100%; background:url(../images/pic-2.gif) 454px 0 repeat-y;}
.spacer-3 {width:100%; background:url(../images/pic-2.gif) 694px 0 repeat-y;}
.spacer-4 {width:100%; background:url(../images/pic-2.gif) 595px 0 repeat-y;}

h3 {font-size:28px; line-height:1.2em; margin:12px 0 20px; color:#1e2225;}
h4 {font-size:24px; line-height:1.2em; margin:14px 0 7px; color:#1e2225;}
h4 strong { display:inline-block; margin-top:-8px;}

.scroll {overflow:auto; height:180px; position:relative;}
.padding-right {padding-right:15px;}
.padding-right1 {padding-right:40px;}
.padding-right2 {padding-right:30px;}

.border-bot {width:100%; padding-bottom:20px; background:url(../images/pic-1.gif) 0 bottom repeat-x;}

.box {width:100%; min-height:295px; height:auto !important; height:295px; background:url(../images/bg-box.png) 0 0 repeat;}

.block { background:#fff; padding:11px 8px 10px 12px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(js/PIE.htc);
	position:relative;
}

.moved { position:relative; left:-10px;top:-15px;}

.button {display:inline-block; color:#fff; font-size:13px; font-weight:bold; line-height:1.5em; text-decoration:none; padding:7px 18px 9px; background:url(../images/button.png) 0 0 repeat-x #373737;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(js/PIE.htc);
	position:relative;
}
.button:hover { background:url(../images/button-hover.png) 0 0 repeat-x #171717;}

.line { height:1px; border-top:1px solid #b7b7b7; border-bottom:2px solid #dfdfdf; margin:0 0 40px;}

.button1 {display:inline-block; font-size:12px; padding-left:9px; color:#fff; background:url(../images/button-left.png) 0 0 no-repeat;}
.button1 span {display:inline-block; cursor:pointer; padding-right:9px; background:url(../images/button-right.png) right 0 no-repeat;}
.button1 span span {padding:2px 3px 3px; background:url(../images/button-tail.png) 0 0 repeat-x;}
.button1 strong {padding:0 0 0 8px; background:url(../images/marker-1.gif) 0 6px no-repeat;}
.button1:hover {color:#24a3ce;}

#loopedSlider {width:300px;background:url(../images/slide-bg.gif) 0 0 repeat-x #0d0d0d; color:#666666;
	padding-bottom:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.htc);
	position:relative;
	cursor:pointer;
}
#loopedSlider:hover { background:#3e7c09;color:#afb9a6;}

.container { width:260px; margin:0 20px; height:120px; overflow:hidden; position:relative;}
.slides { position:absolute; top:0px; left:0;}
.slides div { position:absolute; top:0; width:260px; height:196px; display:none; font-family:Tahoma, Geneva, sans-serif;line-height:16px;}
#loopedSlider h4 { color:#f0f0f0; padding:20px 0 0 20px; margin:0 0 7px;}
.previous { position:absolute; top:29px; right:41px; z-index:999; display:block; width:10px; height:16px; background:url(../images/prev.png) 0 0 no-repeat;}
.previous:hover { background:url(../images/prev-hover.png) 0 0 no-repeat;}
.next { position:absolute; top:29px; right:19px; z-index:999; display:block; width:10px; height:16px; background:url(../images/next.png) 0 0 no-repeat;}
.next:hover  { background:url(../images/next-hover.png) 0 0 no-repeat;}

.list-1 li { line-height:30px; padding:0px; vertical-align:top;}
.list-1 li a {display:block; color:#3e3e3e; padding-left:23px; background:url(../images/marker.gif) 0 7px no-repeat; font-weight:normal;}
.list-1 li a:hover {color:#999;}
.list-1 .last-item {background:none;}

.list-2 li {line-height:22px; padding-left:12px; background:url(../images/marker-2.gif) 0 8px no-repeat;}
.list-2 li a {color:#fff;}
.list-2 li a:hover {color:#1799cf;}

.list-3 {list-style:decimal-leading-zero;}
.list-3 li {font-size:12px; line-height:16px; color:#fff; padding-bottom:12px; margin-left:25px; list-style-type:decimal-leading-zero;}
.list-3 li a {color:#eda202;}
.list-3 li a:hover {color:#24a3ce;}

time { background:url(../images/time.jpg) 0 0 no-repeat;  width:68px; height:65px; display:block; float:left; margin-right:10px; text-align:center; padding:3px 0 0 0;}
time em { color:#fff; font-size:10px;line-height:1.2em;display:block; padding-bottom:10px;}
time strong { font-size:32px;line-height:1.2em;}

.align div img { margin-left:16px;}

.link {text-transform:uppercase;} 

.link-1 { font-weight:normal; color:#e67507; text-decoration:none;}
.link-1:hover { text-decoration:underline;} 

.text-1 { line-height:1.6667em;} 
.text-2 {font-size:14px; line-height:1.285em;}  
.text-3 {font-size:11px; line-height:1.272em;}  

dl dt { color:#e67507; padding-bottom:23px;}
dl span {float:left; width:75px;}
#form-main2 .column-1 { width:278px;}
#form-main2 label {display:inline-block;}
#form-main2 input {width:238px; font-size:15px; color:#b6b6b8; padding:12px 8px 13px; margin:0; font-family:Arial, Helvetica, sans-serif;background:#fff; border:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(js/PIE.htc);
	position:relative;
}
#form-main2 textarea {height:238px; overflow:auto; width:516px; font-size:15px; color:#b6b6b8; padding:12px 8px; margin:0; border:none; font-family:Arial, Helvetica, sans-serif; background:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(js/PIE.htc);
	position:relative;
}

.buttons {padding-top:36px;}
.buttons a {margin-right:20px;}

#map_canvas {
	width:255px;
	height:328px;
	margin: 0 0 24px;
	border:1px solid #212121;
}

/****************************footer************************/
footer {width:100%; padding:32px 0 33px; background:#303030; color:#b1b1b1; font-family:Tahoma, Geneva, sans-serif;}
footer span {color:#7e7e7e; padding:0 4px;}
footer a { font-weight:normal; color:#7e7e7e; text-decoration:none;}
footer a:hover { color:#fff;}

