/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:972px;
} 

body { 
	background:url(images/tail-top.gif) repeat-x left top #fff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#191c1e; 
	min-width:972px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*========================== TAILING ==========================*/

.body-bg {
	background:url(images/body-bg.jpg) no-repeat center top;
	width:100%;
}

/*=========================== FORMS ===========================*/

#search-form .fright {
	width:184px;
	height:26px;
	margin:13px 0 0 0;
	padding-right:3px;
	background:url(images/input-bg.gif) no-repeat left top;
}
#search-form input {
	background:none;
	border:0;
	margin-left:5px;
	padding-top:6px;
	vertical-align:top;
	line-height:1.5em;
	float:left;
	width:145px;
}
#search-form a {
	float:right;
	margin:2px 2px 0 0;
}

/*-------------------*/

#subscribe-form label {
	display:block;
	text-transform:uppercase;
	font-size:16px;
	line-height:1.2em;
	color:#52a8da;
	padding:0 0 10px 2px;
}
#subscribe-form span {
	display:block;
	width:274px;
	height:26px;
	padding-right:2px;
	background:url(images/input-bg1.gif) no-repeat left top;
}
#subscribe-form input {
	background:none;
	border:0;
	margin-left:12px;
	vertical-align:top;
	line-height:1.25em;
	padding-top:5px;
	color:#a0a0a0;
	float:left;
	font-style:italic;
	width:186px;
}
#subscribe-form a {
	float:right;
	display:block;
	font-size:.83em;
	line-height:1.5em;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	background:url(images/link-tail.gif) repeat-x left top;
	margin:2px 0 0 0;
}
#subscribe-form a em {
	background:url(images/link-left.gif) no-repeat left top;
	display:block;
}
#subscribe-form a b {
	font-style:normal;
	background:url(images/link-right.gif) no-repeat right top;
	display:block;
	font-weight:normal;
	padding:4px 12px 3px 12px;
}
#subscribe-form a:hover {
	text-decoration:underline;
}

/*-------------------*/

#contacts-form .field { 
	height:31px;
}
#contacts-form input {
	width:253px; 
	padding:2px 0 2px 3px; 
	background:#fff; 
	border-top:1px solid #303030; 
	border-left:1px solid #585858; 
	border-bottom:1px solid #e1e1e1; 
	border-right:1px solid #e1e1e1;	
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:253px; 
	height:135px; 
	overflow:auto;
	background:#fff; 
	border-top:1px solid #303030; 
	border-left:1px solid #585858; 
	border-bottom:1px solid #e1e1e1;	
	border-right:1px solid #e1e1e1; 
	padding:2px 0 2px 3px;
	margin-bottom:15px; 
}

/*========================== LISTS ============================*/

.site-nav {
	position:absolute;
	left:-13px;
	top:-3px;
	height: 61px;
}
.site-nav ul li {
	float:left;
	background:url(images/divider.gif) no-repeat right top;
}
.site-nav ul li a {
	color:#000;
	display:block;
	text-align:center;
	width:108px;
	text-decoration:none;
	margin-left:-1px;
	position:relative;
}
.site-nav ul li a span {
	display:block;
	padding:19px 0 17px 0;
}
.site-nav ul li.first a:hover span,
.site-nav ul li.first a.active span {
	background:url(images/nav-act-left.gif) no-repeat left top;
}
.site-nav ul li a:hover,
.site-nav ul li a.active {
	color:#fff;
	font-weight:bold;
	background:url(images/nav-act-tail.gif) repeat-x left top;
}

.calendar {
	padding-bottom:19px;
	width:252px;
	overflow:hidden;
}
.calendar li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	font-size:.83em;
	text-transform:uppercase;
	margin:0 0 9px 6px;
}
.calendar li span {
	display:block;
	float:left;
	width:24px;
	margin-right:12px;
	text-align:center;
}
.calendar li b {
	display:block;
	width:24px;
	float:left;
	text-align:center;
	height:17px;
	margin-right:12px;
	background:url(images/calendar-bg1.gif) no-repeat left top;
}
.calendar li a {
	display:block;
	color:#fff;
	width:24px;
	height:17px;
	text-decoration:none;
}
.calendar li a.m1 {
	background:url(images/calendar-bg2.gif) no-repeat left top;
} 
.calendar li a.m2 {
	background:url(images/calendar-bg3.gif) no-repeat left top;
} 
.calendar li a:hover {
	background:#9a9999;
}
.calendar li.top {
	margin:0 0 14px 0;
	width:auto;
}
.calendar li.top span {
	float:left;
	width:auto;
	text-align:left;
	padding-left:2px;
	margin:0;
}
.calendar li.top b {
	float:right;
	padding:0 8px 0 0;
	width:auto;
	height:auto;
	margin:0;
	position:relative;
	top:6px;
	background:none;
}
.calendar li.top b a {
	margin-left:11px;
	display:inline-block;
	width:auto;
	height:auto;
}
.calendar li.title {
	height:25px;
	margin:0 0 11px 0;
	background:url(images/tail-bg.gif) repeat-x left top;
}
.calendar li.title span {
	padding:4px 0 5px 0;
	width:36px;
	margin:0;
}
.calendar li.title span.left {
	background:url(images/bg-left.gif) no-repeat left top;
}
.calendar li.title span.right {
	background:url(images/bg-right.gif) no-repeat right top;
}

.list {
	width:100%;
	overflow:hidden;
	padding-bottom:12px;
}
.list li {
	border-bottom:1px solid #e9edef;
	padding-bottom:12px;
	margin-bottom:12px;
	width:100%;
	overflow:hidden;
	vertical-align:top;
}
.list li.last {
	border:0;
	margin:0;
	padding:0;
}
.list li p {
	line-height:1.5em;
	margin:0;
}
.list li span {
	color:#191c1e;
	text-transform:uppercase;
	font-size:.83em;
	display:block;
	padding-bottom:2px;
}
.list li a {
	font-weight:bold;
	line-height:1.5em;
	text-decoration:none;
}
.list li a:hover {
	text-decoration:underline;
}

.list1 {
	padding-bottom:10px;
}
.list1 li {
	padding:0 0 8px 18px;
	background:url(images/arrow2.gif) no-repeat left 5px;
}

.list2 {
	margin-top:-25px;
	padding-bottom:15px;
}
.list2 li p {
	margin:0;
}
.list2 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-top:25px;
}
.list2 li img {
	float:left;
	margin-right:13px;
}

.list3 {
	margin-bottom:-8px;
}
.list3 li {
	position:relative;
	width:267px;
	height:89px;
	margin-bottom:25px;
}
.list3 li a {
	position:absolute;
	right:163px;
	top:51px;
	cursor:pointer;
	height: 29px;
	width: 101px;
}

/*========================== OTHER ============================*/

.img-indent { 
	padding-bottom:12px; 
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
	padding-bottom:10px;
}
.img-box1 img { 
	float:left; 
	margin:0 14px 0 0;
}

p { 
	margin-bottom:9px;
	line-height:1.33em;
}
.p0 {
	margin-bottom:0;
}
.p1 {
	margin-bottom:18px;
}

.phone { 
	float:right; 
	margin-right:30px;
}

dl {
	line-height:1.33em;
}
dl dt {
	color:#57c04a;
	font-weight:bold;
}
dl dd {
	padding-bottom:16px;
}
dl dd.last {
	padding-bottom:0;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#57c04a; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	font-size:44px;
	line-height:1.2em;
	letter-spacing:-1px;
}
h1 a {
	color:#fff;
	text-decoration:none;
}
h3 {
	color:#52a8da;
	font-size:30px;
	line-height:1.2em;
	margin-bottom:20px;
	letter-spacing:-1px;
}
h4 {
	color:#57c04a;
	font-size:1em;
}

.txt1 {
	color:#57c04a;
	font-weight:bold;
}

.link {
	color:#52a8da;
	text-transform:uppercase;
	font-size:.83em;
}

.line-ver1 {
	background:url(images/divider1.gif) repeat-y 318px 0;
}
.line-ver2 {
	background:url(images/divider1.gif) repeat-y 637px 0;
}

/*============================ BOXES ==========================*/

.box { 
	background:#fff; 
	width:100%;
}
.box .border-top { 
	background:url(images/border.gif) repeat-x left top;
}
.box .border-bot { 
	background:url(images/border.gif) repeat-x left bottom;
}
.box .border-left { 
	background:url(images/border.gif) repeat-y left top;
}
.box .border-right { 
	background:url(images/border.gif) repeat-y right top;
}
.box .left-top-corner {	
	background:url(images/left-top-corner.gif) no-repeat left top;
}
.box .right-top-corner { 
	background:url(images/right-top-corner.gif) no-repeat right top;
}
.box .left-bot-corner {	
	background:url(images/left-bot-corner.gif) no-repeat left bottom;
}
.box .right-bot-corner { 
	background:url(images/right-bot-corner.gif) no-repeat right bottom;
}
.box .inner { 
	padding:26px 26px 28px 28px;
}

/*========================== HEADER ===========================*/

#header .row-1 {
	height:96px;
	width:100%;
	overflow:hidden;
}
#header .row-1 .fleft {
	padding:33px 0 0 11px;
}
#header .row-1 .fright {
	padding:50px 16px 0 0;
}
#header .row-1 .fright ul li {
	float:left;
	text-transform:uppercase;
	font-size:.83em;
	border-right:1px solid #fff;
	line-height:1.08em;
	margin-right:14px;
	padding-right:14px;
}
#header .row-1 .fright ul li.alt {
	padding-right:0;
	margin-right:0;
	border:0;
}
#header .row-1 .fright ul li.alt a {
	background:url(images/rss.gif) no-repeat right top;
	padding-right:31px;
}
#header .row-1 .fright ul li a {
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding-top:3px;
	padding-bottom:2px;
}
#header .row-1 .fright ul li a:hover {
	text-decoration:underline;
}
#header .row-2 {
	height:71px;
}
#header .row-2 .left {
	background:url(images/nav-left.png) no-repeat left top;
}
#header .row-2 .right {
	padding:0 12px 0 9px;
	background:url(images/nav-right.png) no-repeat right top;
}
#header .row-2 .tail {
	background:url(images/nav-tail.png) repeat-x left top;
	height:54px;
	position:relative;
}
#header .row-3 {
	position:relative;
	height:377px;
}
#header .row-3 .slogan {
	width:422px;
	height:361px;
	position:absolute;
	right:8px;
	top:1px;
	background:url(images/slogan-bg.jpg) no-repeat left top;
	overflow: visible;
}
#header .row-3 .slogan span {
	display:block;
	padding:135px 0 0 64px;
}

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

#content {
	padding:0 8px;
}
#content .indent {
	padding-bottom:16px;
}

/*========================= FOOTER ============================*/

#footer .indent {
	padding:27px 0 0 28px;
}
#footer .col-1 {
	width:333px;
}
#footer .col-2 {
	width:311px;
}
#footer .col-2 ul {
	padding-top:22px;
	width:100%;
	overflow:hidden;
}
#footer .col-2 ul li {
	color:#52a8da;
	float:left;
	font-size:16px;
	line-height:1.2em;
	text-transform:uppercase;
	padding-right:3px;
}
#footer .col-2 ul li.alt {
	padding:6px 18px 0 0;
}
#footer .col-3 {
	color:#191c1e;
	text-transform:uppercase;
	font-size:.83em;
	padding-top:38px;
}
#footer .col-3 a {
	color:#52a8da;
	text-decoration:none;
}
#footer .col-3 a:hover {
	text-decoration:underline;
}

/*=============================================================*/

#loopedSlider {
	position:absolute;
	left:0px;
	top:-3px;
	width:540px;
	z-index:10;
}
#loopedSlider .container {
	width:541px;
	height:361px;
	overflow:visible;
	position:relative;
	background:#fff;
}
#loopedSlider .slides { 
	position:absolute; 
	top:0; 
	left:0;
}
#loopedSlider .slides div {
	position:absolute;
	top:116px;
	left:18px;
	width:489px;
	height:360px;
}
#loopedSlider ul.pagination {
	position:absolute;
	right:-334px;
	bottom:-340px;
	width: 125px;
	height: 24px;
	visibility: visible;
}
#loopedSlider ul.pagination li { 
	float:left; 
	margin-left:5px;
}
#loopedSlider ul.pagination li a { 
	width:19px; 
	height:19px; 
	display:block; 
	background:url(images/button2.png) no-repeat left top;
}
#loopedSlider ul.pagination li a:hover,
#loopedSlider ul.pagination li.active a { 
	background:url(images/button2-act.png) no-repeat left top;
}
