/*
*
* Easy front-end framework
*
* Copyright (c) 2009 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/

/*

for more info about the strucure of this file
please read http://easyframework.com/documentation.php

*/

/* @group HTML Elements */

/* HTML elements  */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	line-height: 1em;
}

h1 {
	font-size: 2em;
	margin-bottom: .5em;
}

h2 {
	font-size: 1.75em;
	margin-bottom: .5142em;
	padding-top: .2em;
}

h3 {
	font-size: 1.5em;
	margin-bottom: .7em;
	padding-top: .3em;
}

h4 {
	font-size: 1.25em;
	margin-bottom: .6em;
}

h5,h6 {
	font-size: 1em;
	margin-bottom: .5em;
	font-weight: bold;
}

p, blockquote, ul, ol, dl, form, table, pre {
	line-height: inherit;
	margin: 0 0 1.5em 0;
}

ul, ol, dl {
	padding: 0;
}

ul ul, ul ol, ol ol, ol ul, dd {
	margin: 0;
}

li {
	margin: 0 0 0 2em;
	display: list-item;
	list-style-position: outside;
}

blockquote, dd {
	padding: 0 0 0 2em;
}

pre, code, samp, kbd, var {
	font: 100% mono-space,monospace;
}

pre {
	overflow: auto;
}

abbr, acronym {
	text-transform: uppercase;
	border-bottom: 1px dotted #000;
	letter-spacing: 1px;
}

abbr[title], acronym[title] {
	cursor: help;
}

small {
	font-size: .9em;
}

sup, sub {
	font-size: .8em;
}

em, cite, q {
	font-style: italic;
}

img {
	border: none;
}

/* @group Table */

hr {
	display: none;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th,caption {
	text-align: left;
}

/* @end */

form div {
	margin: .5em 0;
	clear: both;
}

label {
	display: block;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	font-weight: bold;
}

input[type="radio"],input[type="checkbox"], .radio, .checkbox {
	margin: 0 .25em 0 0;
}

/* //  HTML elements */

/* @end */

/* @group Common */

/* common */

.left {
	float: left;
	margin-right: 1em;
}

.right {
	float: right;
	margin-left: 1em;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.first {
	margin-left: 0 !important;
}

.last {
	margin-right: 0 !important;
}

.top {
	margin-top: 0 !important;
}

.bottom {
	margin-bottom: 0 !important;
}

.hidden, .print {
	display: none;
}

.graphic {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}

/* // common */

/* @end */

/* @group Base */

/* base */

body, table, input, textarea, select, li, button {
	font: 1em Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
	color: #333;
}

body {
	font-size: 13px;
	background: #a8a8a8;
	margin: 0;
	padding: 0;
}

#bodyWrap {
	background: #a8a8a8 url(../images/site/mastheadBg.gif) no-repeat center 5px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}

a, a:visited {
	text-decoration: none;
	color: #36A391;
}

a:hover {
	text-decoration: underline;
}

ins {
	text-decoration: none;
	color: #900;
	font-style: italic;
}

code {
	color: #555;
}

pre {
	margin-left: 2em;
	padding-left: 2em;
	border-left: 1px solid #ccc;
}

blockquote {
	margin-left: 2em;
	border-left: 1px solid #ccc;
	font-style: italic;
}

dt {
	font-weight: bold;
}

th, td {
	padding: .5em 1em;
	line-height: 1.5em;
}

th {
	background: #eee;
}

td {
	border-bottom: 1px solid #eee;
}

caption {
	font-style: italic;
	color: #777;
	margin: .5em 0;
}

fieldset {
	border: 1px solid #ccc;
	padding: 1em 2em;
	margin: 0 0 1.5em 0;
}

legend {
	padding: 2px 5px;
}

form div.col {
	clear: none;
}

form div.first {
	clear: both;
}

form div {
	overflow: hidden;
}

input[type="text"], input[type="password"], textarea, .field, .area, select {
	border: 1px solid #aaa;
	padding: 5px;
	background: #fff;
	width: 300px;
	line-height: 1em;
	margin: 0;
}

select {
	width: 312px;
}

textarea, .area {
	overflow: auto;
	height: 150px;
	width: 400px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus {
	background: #f5f5f5;
	outline: none;
}

.submit {

}

button {
	border: none;
	background: #555;
	color: #fff;
	padding: 0 2.5em;
	height: 2em;
	line-height: 2em;
	cursor: pointer;
}

.note, .success, .error {
	display: block;
}

.error {
	color: #900;
}

.success {
	color: #060;
}

.note {
	font-weight: bold;
}

.notvalid {
	border: 1px solid #900 !important;
}

.pullquote {
	width: 20%;
	float: left;
	margin-right: 2em;
	padding-right: 2em;
	border-right: 1px solid #ccc;
	text-align: right;
	font-size: 1.1em;
	font-style: italic;
	color: #777;
	margin-bottom: .5em;
}

.boxout {
	width: 20%;
	float: right;
	margin-left: 2em;
	padding: 1em 2em;
	border: 1px solid #ccc;
	margin-bottom: .5em;
}

#easy_tooltip {
	border: 1px solid #e1e1e1;
	padding: 2px 10px;
	background: #f5f5f5;
}

/* base */

/* @end */

/* @group Layout */

/* layout */

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	position: relative;
}

.inner {
	position: relative;
}

#header {
	position: relative;
}

#footer {
	position: relative;
	padding: 15px 30px 0 30px;
	clear: both;
	width: 930px;
	margin: 0 auto;
	height: 73px;
	background: url(../images/site/footerBg.jpg) no-repeat center;
}

.content {
	clear: both;
	padding: 20px 20px 30px 20px;
	background: #ffffff url(../images/site/contentBtmBg.jpg) no-repeat center bottom;
}

.main, .secondary, .tertiary, .quaternary {
	float: left;
	display: inline;
}

.main {
	width: 600px;
}

.secondary {
	width: 280px;
	margin-left: 19px;
	padding: 0 0px 0 20px;
	border-left: 1px solid #d6d6d6;
}

.tertiary {

}

.quaternary {

}

/* @group Grid */

/* grid */

.cols {

}

/* main column container class */

.col {
	float: left;
	display: inline;
	width: 48%;
	margin-left: 4%;

/* 2 equal width columns layout - default */
}

.cols3 .col {
	width: 32%;
	margin-left: 2%;
}

/* 3 equal width columns layout */

.cols4 .col {
	width: 22%;
	margin-left: 4%;
}

/* 4 equal width columns layout */

/* use following classes to build custom grid (add as many as you want) */

.col1, .col2, .col3 {
	float: left;
	display: inline;
}

.col1 {

}

.col2 {

}

.col3 {

}

.indent1 {

}

.indent2 {

}

.indent3 {

}

/* grid */

/* @end */

/* // layout */

/* @end */

/* @group Navigation */

/* navigation

#nav {
	height: 45px;
	margin: 0 0 0 12px;
}

#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	display: inline;
	position: relative;
	height: 46px;
	font-size: 1.1em;
	margin: 0 30px 0 0;
}

#nav li.current {
	background: url(../images/site/navBtnBg.jpg) repeat-x 0 top;
}

#nav li a {
	color: #ffffff;
	text-transform: uppercase;
	padding: 14px 45px;
	line-height: 47px;
}

#nav li.current a {
	color: #333333;
}

#nav li.current a:hover {
	color: #333333;
	padding: 14px 45px 15px 45px;
}

#nav li a:hover {
	color: #333333;
	padding: 15px 45px 16px 45px;
	text-decoration: none;
	background: url(../images/site/navBtnBg.jpg) repeat-x 0 top;
}

#nav ul {
	left: 0;
	padding: 5px 10px;
	width: 200px;
	background: #fff;
	display: none;
	z-index: 1000;
}

#nav ul li {
	float: none;
	display: block;
}

/* @group drop down menu

#nav li ul {
	background: #ffffff;
	font-size: 0.8em;
	padding: 0;
	text-transform: none;
	border-top: 1px solid #d1d1d1;
	z-index: 102;
}

#nav li ul li {
	background: #ededed;
	margin: 0;
	padding: 5px 8px;
	border-bottom: 1px solid #d1d1d1;
	height: auto;
}

#nav li ul li a {
	padding: 0;
	text-transform: none;
	line-height: inherit;
	color: #333333;
}

#nav li ul li a.over, #nav li.current ul li a.over {
	background: none;
	color: #36A391;
	padding: 0;
}

*/

/* @end */

/* //navigation */

/* @end */

/* @group Sub Navigation */

div.subNav {
	width: 260px;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	float: left;
	border-right: 1px solid #d6d6d6;
}

.subNav ul {
	list-style-type: none;
}

.subNav ul li.pageLink {
	padding: 0 0 15px 0;
	font-size: 1.1em;
}

.subNav ul li a {

}

.subNav ul li a.current {
	text-decoration: underline;
}

.subNav ul li ul lia {
	color: #555555;
}

.subNav ul li ul li a {
	color: #555555;
}

/* @end */

/* @group Header */

/* header */

#header h1 {
	line-height: 50px;
	height: 50px;
	margin: 0;
}

#header h1 a {

}

#header a img.logo {
	margin: 43px 0 21px 25px;
}

/* // header */

/* @end */

/* @group Content */

/* content */

.content a, .content a:visited {
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

/* // content */

/* @end */

/* @group Footer */

/* footer */

#footer a, #footer a:visited {
	text-decoration: none;
}
#footer ul {
	list-style-type: none;
	padding: 14px 0 0 0;
}

#footer li {
	float: left;
	border-left: 2px solid #36A391;
	padding: 0 8px;
	margin: 0;
}

#footer li.first {
	border: none;
}

#footer p {
	padding: 14px 0 0 0;
}

div.subFooter div.first h3.teal {
	margin-bottom: 8px;
}

div.subFooter div.first a.popup {
	background: #36A292;
	display: block;
	width: 340px;
	text-align: center;
	padding: 7px;
	margin: 0;
	font-size: 100%;
	line-height: 16px;

	text-decoration: none;
	border-radius: 10px;
	-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.subFooter div.first a.popup:hover, div.subFooter div.first a.popup:active, div.subFooter div.first a.popup:visited, div.subFooter div.first a.popup:focus {
	text-decoration: none;
	border: none;
}

div.subFooter div.first a.popup img {
	display: none;
}

div.subFooter div.first a.popup span {
	color: white;
}

div.subFooter div a.contact_btn,
div.subFooter div a.contact_btn:visited {
	text-decoration: none;
	border: none;
	text-align: left;
	color: #868686;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 22px;
	font-size: 148%;
	background: none;
	width: 100%;
	font-family: "Verdana", sans-serif;
	letter-spacing: -1px;
}

div.subFooter div a.contact_btn p {
	display: block;
	width: 120px;
	padding: 7px 0 0 0;
	margin: 0 auto;

}

div.subFooter div a.contact_btn:hover,
div.subFooter div a.contact_btn:active,
div.subFooter div a.contact_btn:focus {
	text-decoration: none;
	border: none;
	color: #35A191;
}





div.subFooter div a.external {
	text-decoration: none;
	border: none;
	text-align: center;
	color: #868686;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 0;
	background: none;
	width: 100%;
	text-transform: uppercase;
	font-family: "Verdana", sans-serif;
	cursor: pointer;
}

div.subFooter div a.external br {
	display: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

div.subFooter div a.external span {
	display: block;
	clear: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

div.subFooter div a.external span.web1 {
	font-size: 100%;
	padding-top: 10px;
}

div.subFooter div a.external span.web2 {
	padding-top: 2px;
	letter-spacing: 1px;
	font-size: 98%;
}

div.subFooter div a.external span.webred {
	text-transform: lowercase;
	color: #b90034;
	letter-spacing: 0px;
	font-size: 90%;
}

div.subFooter div a.external img {
	display: none;
}

div.subFooter div a.external:hover,
div.subFooter div a.external:active,
div.subFooter div a.external:visited,
div.subFooter div a.external:focus {
	text-decoration: none;
	border: none;
	color: #868686;
}

div.subFooter


/* @group Clearfix */

/* clearfix */

.inner:after, .content:after, .cols:after, .fixed:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.inner, .content, .cols, .fixed {
	display: block;
	min-height: 1%;
}

* html .inner, * html .content, * html .cols, * html .fixed {
	height: 1%;
}
 .index_rotate li{
	 list-style:none;
	 margin:0;
	 padding:0px;

 }

/* @end */




/* @group langBar */

#langBar {
	position: absolute;
	top:30px;
	right:20px;
}

#langBar img {
	vertical-align: middle;
}

#langBar #langBox {
	float: left;
}

#langBar #langBox #langSelect {
	border-radius: 5px;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	margin: 10px;
	padding: 4px;
	border: 1px solid #999;
	color: #333;
	width: 130px;
	height: 26px;
	font-size: 95%;
	background: #D1D2D4;
}

/* @end langBar */
