/*
Design by Peter Mikhael
http://www.petermikhael.com
Released for free under a Creative Commons Attribution
Version 0.1
*/

@import url("reset.css");
@import url("../src/slimbox.css");

#font-face elements------------------- {}
@font-face {
	font-family: 'FolksRegular';
	src: url('../font/Folks-Normal.eot');
	src: local('Folks Regular'), local('Folks-Normal'), url('../font/Folks-Normal.woff') format('woff'), url('../font/Folks-Normal.ttf') format('truetype'), url('../font/Folks-Normal.svg#Folks-Normal') format('svg');
}

#basic elements------------------- {}
html, body  {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
html {
	font-size: 100%;
}

body {
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	color: #4b4745;
	font-weight:bold;
	line-height: 1em;
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
	text-align: center;
}

h2 {
	font: 20px/20px 'FolksRegular', Arial, sans-serif;
	margin-bottom: 20px;
	margin-top: 20px;
	letter-spacing: 1px;
}
h3 {
	font: 23px/25px, Arial, sans-serif;
	letter-spacing: 0;
	margin-top: 10px;
	color: #EA7F0D;
	letter-spacing: 1px;
	font-weight:bold;
}
h4 {
	font-size: 14px;
	color: #488EC9;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

a {
	text-decoration: underline;
	color: #828BB2;
	font-weight: bold;
}
a:link, a:visited, a:active  {
	text-decoration: underline;
	color: #828BB2;
	font-weight: bold;
}
a:hover {
	color: #EA7F0D;
}
li a:link, a:visited, a:active  {
	text-decoration: none;
	color: #828BB2;
	font-weight: bold;
}
li a:hover {
	color: #EA7F0D;
}
p  {
	line-height: 1.6em;
	margin-bottom: 10px;
}
ol {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
li {
	color: #656658; /*929383*/

}


#style elements------------------- {}
.big {font-size: 1.8em; padding:0; line-height:1.2em; color:#f1f1f1; margin:0 0 22px 0;}
.fat{font-weight:bold;}
.gray {
	color: #85827b;
	font-size:1em;
	font-style:normal;
}
div.hr {
	height: 15px;
	margin-top: 20px;
	background-attachment: scroll;
	background-image: url(../images/hr.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
div.hr hr {
  display: none;
}

.red {
	color:#a60101;
}
.small  {font-size: 1.1em; padding:0; line-height:1.4em;}
.white {font-size: 1.2em; padding:0 10px 0 0; line-height:1.4em; color:#fff;}
.title{ font-size:1.1em; font-style:italic; color:#227ab0;}
.stroke { border:1px solid #fff;}

.more {
	float: right;
}

.comments {
	padding-left: 18px;
	text-decoration: underline;
	font-weight: normal;
	background-image: url(../images/comments.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.line_through {
	text-decoration: line-through;
}
.bg {
	background-image: url(../images/input_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ededed;
}
@font-face {
    font-family: 'Folks-Normal';
    src: url('../fonts/Folks-Normal.eot');
    src: local('Comfortaa Regular'), 
         local('Comfortaa'), 
         url('../fonts/Folks-Normal.ttf') format('truetype'),
         url('../fonts/Folks-Normal.svg#font') format('svg'); 
}
#position elements------------------- {}
.left{ float:left;}
.left_margin_right{
	float:left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0;
	display: block;
}
.left_margin_right_top{ float:left; margin:4px 10px 0 0;}
.right{ float:right;}
.right_margin_right{ float:right; margin:0 20px 0 0;}
.right_margin_top{ float:right; margin:40px 0 0 0;}
.clear_both {display: block; clear: both; margin-right: auto; margin-left: auto;}
.hidden{display:none;}
.pointer{cursor:pointer;}
#clear floated elements------------------- {}
/* Clear Floated Elements
/* http://sonspring.com/journal/clearing-floats */
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
#index  layout------------------- {}
#container {
	clear: both;
	width: 960px;
	margin: 0px auto;
}
#header {
	height: 70px;
	margin-top: 15px;
}
#header h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	display: inline;
}
#header h2 {
	float: right;
	color: #000000;
	display: inline;
}

#logo {
	display: block;
	width: 170px;
	height: 60px; /* the size of the image */
	background-image: url(../images/logo-trans.png);
	background-repeat: no-repeat;
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
#banner {
    background-image: url(../images/banner.gif);
}

#maincontent {
	width: 680px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;

}
#maincontent .contact_info {
	float: right;
	width: 300px;
}

#maincontentfull {
	width: 920;
	float: left;
	padding-right: 10px;
	padding-left: 10px;

}


.rightpane {
	width: 240px;
	float: right;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.sidebar2 {
	width: 200px;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #d4d4d4;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size:10px;
	cursor:auto;
}

.sidebar3 {
	width: 200px;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #f9871e;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.sidebar4 {
	width: 220px;
	float: right;
	padding-right: 20px;
	background-color: #828BB2;
	border: 1px solid #d7d7cc;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.sidebar3 h3 {
	color: #ffffef;
}


.list1  {
	margin: 0px;
	padding: 0px;
}
.list1 li  {
	margin-bottom: 10px;
	padding-left: 16px;
	font-weight: normal;
	background-image: url(../images/marker01.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}
.list2  {
	padding: 0px;
	width: 200px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.list2 li {
	margin-bottom: 10px;
	padding-left: 16px;
	font-weight: normal;
	background-image: url(../images/marker01.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}

.list3 {
	margin: 0px;
	padding: 0px;
	width: 230px;
	display: block;
	float: right;
}
.list3 li {
	margin-bottom: 10px;
	padding-left: 16px;
	font-weight: normal;
	background-image: url(../images/marker01.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}
.list4 {
	padding: 0px;
	width: 320px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.list5  li {
	margin-bottom: 10px;
	padding-left: 16px;
	font-weight: normal;
	color: #000000;
}
list6  {
	padding: 0px;
	width: 800px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.list6 li {
	margin-bottom: 10px;
	padding-left: 16px;
	font-weight: normal;
	background-image: url(../images/marker01.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}
list7  
{
    color:#EA7F0D;
	padding: 0px;
	width: 800px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.list7 li 
{
    color:#EA7F0D;
	margin-bottom: 10px;
	padding-left: 16px;
	font-weight: normal;
	background-image: url(../images/marker01.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}

#footer {
	text-align: center;
	margin-top: 20px;
	clear: both;
	background-color: #dedede;
}
#footer p {
	line-height: 4;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	width: 960px;
}
#menu styles------------------- {}

.jqueryslidemenu{
	width: 100%;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	background-image: url(../images/menu_bg.jpg);/*background of tabs (default state)*/
	background-repeat: repeat-x;
	color: white;
	padding: 5px 20px;
	color: #2d2b2b;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	text-transform:uppercase;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: white;
	text-decoration: none;
}

.jqueryslidemenu ul li a:hover{
background-image: url(../images/menu_bg_hover.jpg);/*tab link background during hover state*/
background-repeat: repeat-x; 
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: normal 13px Verdana;
	width:260px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


#form container styles------------------- {}
.form_container {
	width: 350px;
	float: left;
}
.form_container  p {
	display: block;
	float: left;
	width: 100px;
	margin: 0px;
}
.form_container li {
	display: block;
	width: 350px;
	overflow: auto;
	margin-top: 5px;
}
.form_container select, .form_container textarea, .form_container input{
	border: 1px solid #D3D3D3;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #667f92;
	width: 190px;
	background-color: #FFFFFF;
	float: left;
}
.form_container .submit {
	width: 80px;
	display: block;
	margin-right: 8px;
	background-color: #FFFFFF;
	cursor:pointer;
	background-image: url(../images/input_bg.jpg);
}
.form_container .checkbox {
	width: 15px;
	margin-right: 8px;
}
.form_container  .p_spacing {
	width: 100px;
	display: inline;
	float: left;
}

#internal pages styles------------------- {}

#banner_valus {
	
}

#banner_elements {
	margin-bottom: 20px;
}

.PressItem 
{
    list-style-type: none;
    display: block;
	float: left;
	margin: 10px;
	width: 170px;
	height: 280px;
	background-color: #D4D4D4;
	text-align: center;
	padding: 10px;
}
.PressItem a{color:#3F5A91; font-size:11px;}
p.PressGallery { text-align: center }
p.PressGallery img { margin: 1em 2em }
table.PressGallery a img { border: 2px solid blue; padding : 2px }