@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font: 14px Arial, Helvetica, sans-serif;
	background: url(images/body_bg.png) repeat-x;
	font-family: 'Cantarell';
}
*{outline: none;}
html { padding:0; margin:0;}

a {
	font-family: 'Cantarell';
	font: 14px Arial, Helvetica, sans-serif;
	color: #be4e24;
	font-weight: 500;
	text-decoration: none;
}
a:hover { text-decoration:underline;}
/* main */
.main {
	padding:0;
	margin:0 auto;
}
/********** header **********/
.blok_header {
	margin:0 0 30 0;
	padding:0 0 30 0;
	background: url(images/header_bg.gif) top repeat-x;
	border:0;
	height: 179px;
}
.header { width:960px; height:179px; margin:0 auto; padding:0;}
/* logo */
.logo {
	padding:0;
	margin:0;
	width:270px;
	float:left;
	height: 134px;
}
/*RSS*/
.rss { width:250px; float:right; margin:38px 0 0 0; padding:3px 0 3px 30px; background:url(images/RSS.gif) left no-repeat; font: normal 11px Arial, Helvetica, sans-serif; color:#878787; line-height:1.2em;}
.rss a { font: bold 11px Arial, Helvetica, sans-serif; color:#b4b4b4; text-decoration:none;}
/* menu */	
.container {
	width: 600px;
	float: right;
	padding-top: 24px;
}
#header {
	background: url(images/header.jpg) no-repeat;
	width: 970px; height: 179px;
	float: left;
}
ul#topnav {
	margin: auto;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	text-align: right;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.about {
	background: url(images/whoweare.png) no-repeat;
	width: 132px; 
}
ul#topnav a.services {
	background: url(images/nittygritty.png) no-repeat;
	width: 184px;
}
ul#topnav a.events {
	background: url(images/whatwedo.png) no-repeat;
	width: 146px;
}
ul#topnav a.contact {
	background: url(images/letstalk.png) no-repeat;
	width: 115px;
}


ul#topnav li .sub {
	position: absolute;
	top: 44px;
	left: 0;
	background: #BE4E24 url(images/sub_bg.png) repeat-x;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	z-index: 1000;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #C8A34C;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #C8A34C;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #ddd; background-position: 5px 12px ;}
/*header_text_bg*/
.header_text_bg {
	margin:0;
	padding:0;
}
/*header_text*/
.header_text {
	margin:0 auto;
	padding:3px 0 0 0;
	width:980px;
}
.header_text .div { width:875px; padding:0; margin:0 auto;}
.header_text img.screen { float:right; margin:0; padding:0;}
.header_text .div .left1 { float:left; width:450px; padding:10px 0 0 0; margin:0;}
.header_text .div .left1 img { float:left; margin:20px 8px 0 0; padding:0;}
.header_text .div .left1 h2 { font:bold 30px Arial, Helvetica, sans-serif; color:#fff; padding:5px 0; margin:0 0 5px 0;}
.header_text .div .left1 h2 span { font: bold 12px Arial, Helvetica, sans-serif; color:#fff;}
.header_text .div .left1 p { font: normal 12px Arial, Helvetica, sans-serif; color:#fefefe; padding:10px 0; margin:0;}
.header_text .div .center { width:875px; padding:10px 0 20px 0; margin:0 auto;}
.header_text .div .center h3 { font:  italic 18px Arial, Helvetica, sans-serif; color:#6d6d6d; line-height:1.2em; padding:70px 0 0 0; margin:0;}
.header_text .div .center h3 span { font: italic 11px Arial, Helvetica, sans-serif; color:#a2a2a2;}
.header_text .div .center img { float:right; margin:0; padding:60px 0 0 0;}
.header_text .div .center2 { width:875px; padding:10px 0 0 0; margin:0 auto;}
.header_text .div .center2 h4 { font:  bold 30px Arial, Helvetica, sans-serif; color:#fff; line-height:1.2em; padding:20px 0 0 0; margin:0;}
.header_text .div .center2 h4 span { font: normal 12px Arial, Helvetica, sans-serif; color:#fff;}
.header_text .div .center2 img { float:right; margin:0; padding:20px 0 0 0;}
/********** body **********/
.body_resize { margin:0; padding:0; background:#fff;}
.body { width:960px;  margin:0 auto; padding:10px 10px;}
.body h2 {
	font: bold italic 14px Arial, Helvetica, sans-serif;
	color:#be4e24;
	margin:0;
	padding:10px 5px;
	font-family: "Cantrell";
}
.body h2 span { font: italic 11px Arial, Helvetica, sans-serif; color:#b3b3b3;}
.body h3 {  font: bold 18px Arial, Helvetica, sans-serif; color:#282828; margin:0;  padding:10px 5px;}
.body img { float:left; padding:0; margin:10px 10px 10px 5px;}
.body img.port { float:left; padding:0; margin:5px 3px;}
.body img.clear { float:none; padding:0; margin:0;}
.body p {
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	line-height:1.8em;
	padding:5px 5px;
	margin:0;
	font-family: "Cantarell";
}
.body p span { color:#e34a00; font: normal 11px Arial, Helvetica, sans-serif; line-height:1.8em;}
.body p.data { width:100px; text-align:center; color:#e44900; background:#f7f7f7; padding:2px 3px; margin:0; font: bold 12px Arial, Helvetica, sans-serif;}
.body a { text-decoration:none; color:#dd4200; font:bold 12px Arial, Helvetica, sans-serif;}
.body_small { width:320px; float:right; margin:5px 5px; padding:0;}
.body_center { width:950px; margin:5px 5px; padding:0;}
.body_big {
	width:700px;
	float:left;
	margin:5px 0 5px 5px;
	padding:10;
}
.body .block2 {
	width:700px;
	margin:5px;
	padding:0;
	float:left;
	height: 325px;
}
.body .block1 { width:210px; margin:5px; padding:0; float:left;}
.body .block2 h2 {  font: bold  14px Arial, Helvetica, sans-serif; color:#2d2d2d; margin:0;  padding:10px 5px 10px 90px;}
.body_big ul { list-style:none; margin:0 0 0 200px; padding:0;}
.body_big li { background:url(images/ul_li_big.gif) left no-repeat; padding:0 20px; margin:0;  font:normal 12px Arial, Helvetica, sans-serif; color:#5f5f5f; line-height:1.8em;}
/* Navigation */	
ul.Navigation { padding:0; margin:0; list-style:none; border:0;}
ul.Navigation li { height:23px; margin:8px 0; padding:3px 0; border:0; line-height:0px; background: url(images/nav_ul_li_a.gif) center no-repeat;}
ul.Navigation li a { background:url(images/ul_li_nav.gif) 10px center no-repeat; border:1px solid #f4f4f4; display:block; padding:5px 25px;   color:#747474; font:normal 12px Arial, Helvetica, sans-serif; text-decoration:none; line-height:1.6em;}
ul.Navigation li a:hover { background: #f4f4f4 url(images/ul_li_nav_active.gif) 10px center no-repeat; color:#00a3e5; font: bold 12px Arial, Helvetica, sans-serif;  padding:5px 25px;  margin:0;}
ul.Navigation li a.active { background: #f4f4f4 url(images/ul_li_nav_active.gif) 10px center no-repeat;  padding:5px 25px;  margin:0; color:#00a3e5; font: bold 12px Arial, Helvetica, sans-serif;}
/* END_bloga*/
/*************footer**********/
.footer_resize { width:960px; margin:0 auto; padding:0 0 10px 0; }
.footer {
	padding:10px;
	margin:5px 0px 0px 0px;
	border-top:1px solid #dfdfdf;
	width: 100%;
	position: inherit;
	background-image: url(images/footback.jpg);
	height: 137px;
}
.footer img { float:left; margin:0; padding:0 15px 0 0;}
.footer p { font:normal 12px  Arial, Helvetica, sans-serif; color:#929292;}
.footer a { font:normal 12px Arial, Helvetica, sans-serif; color:#929292; text-decoration:none; padding:5px; margin:0;}
.footer span {
	padding:10px 0 0 0;
	margin:0;
	margin-left: 300px;
}
.footer p.leftt {
	text-align:left;
	width:60%;
	margin:0;
	padding:20px 0 20px;
	float:left;
} 
.footer p.rightt {
	text-align:right;
	width:30%;
	margin:0;
	padding:40px 25px 0 0;
	float:right;
} 
/********** contact form **********/
.form { float:left; width:550px; margin:5px auto; padding:0;}
/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#7a7a7a;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { float:left; margin:0; width:100px; padding:5px 0; font:bold 12px Arial, Helvetica, sans-serif; color:#454646; text-transform:capitalize;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif;}
#contactform input.text { width:420px; border:1px solid #ddd; margin:5px 0; padding:5px 2px; height:15px; background:#fff;}
#contactform textarea { width:420px; border:1px solid #ddd; margin:10px 0; padding:2px; background:#fff; height:150px;}
#contactform li.buttons input { padding:3px 0; margin:0 0 0 410px; border:0; color:#FFF;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}

p.clr, .clr { clear:both; padding:0; margin:0;}
li.bg, .bg { clear:both; border-bottom:1px solid #dfdfdf; padding:10px 0 0 0; margin:0 0 10px 0; background:none; list-style:none;}
#rtfoot {
	width: 230px;
	position: relative;
	float: right;
	height: 61px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	color: #575757;
	padding: 10px,0px,0,0;
}
/* -------------
 * Contact Form - Buttons
 * ------------- */
button {margin:0;padding:0;border:none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;moz-outline:none;}
*:first-child+html button[type]{width:1;} /* IE7 */

button span {
	background: transparent url(images/elements/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

button span span {
	background: transparent url(images/elements/btn_left.gif) no-repeat;
	color: #FFFFFF;
	padding: 1px 4px 0px 8px;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url(images/elements/input.gif) no-repeat left top;
	float:left;
}

.jNiceInputInner {
	background: transparent url(images/elements/input.gif) no-repeat right top;
	padding: 2px 4px 2px 0;
	margin: 0 0 0 4px;
}

.jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#404040;	
	line-height: 17px;
	height: 17px;
	*line-height: 15px;/* IE Hacks */
	*height: 15px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
}

.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }


/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
	background: transparent url(images/elements/radio.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(images/elements/checkbox.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {border:none;margin:0;padding:0;}

.jNiceSelectWrapper {
	height: 17px;
	left:0px;top:0px;z-index:3;position:absolute;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
	height: 15px;
	line-height: 15px;
	padding: 0px 3px;
	border: 1px solid #CCCCCC;
	border-right: none;
	background-color: #FFF;
	overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 21px;
	height: 17px;
	background: url(images/elements/select_right.gif) no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
}

.jNiceSelectWrapper ul {
	top: 16px;
	background-color: #FFF;
	border: solid 1px #CCC;
	height: 150px;
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 95%;
}

.jNiceSelectWrapper ul a {
	color:#BE4E24;
	background-color: #FFF;
	display:block;
	padding:5px;
	text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { background:#E1F5FF; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

.jNiceFocus { border: dotted 1px #666666; }

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;}
.jNiceWrapper input {outline:none;moz-outline:none;}
#rtcolmain {
	width: 230px;
	position: relative;
	float: right;
	height: 650px;
	color: #666;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px 0px 0px 0px;
	font-family: "Cantarell";
	font: 12px Arial, Helvetica, sans-serif;


	line-height: 1
.em;
	line-height: 1.8em;
}
#lftmaincol {
	width: 700px;
	position: relative;
	float: left;
	color: #666;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 10px 0px 0px 0px;
	font-family: "Cantarell";
	font: 12px Arial, Helvetica, sans-serif;



	line-height: 1
.em;
	line-height: 1.8em;
	height: 100%;
	min-height: 100%;
}
.slideshow {
	height: 100px;
	width: 500px;
	margin: 10px 100px 0px 0px;
	float: right;
}
.slideshow img { display : none }
.slideshow img.first { display: block }
