/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

@font-face {
	font-family: 'Myriad-Pro';
	src: url('fonts/Myriad-Pro.eot'); /* IE */  
	src: local('Myriad-Pro'), url('fonts/Myriad-Pro.ttf') format('truetype'); /* non-IE */
	/*src: local('Myriad-Pro'), url('/fonts/Myriad-Pro.woff') format('woff'); /* Modern Browsers */
}

@font-face {
	font-family: 'Myriad-Pro-Bold';
	src: url('fonts/Myriad-Pro-Bold.eot'); /* IE */  
	src: local('Myriad-Pro-Bold'), url('fonts/Myriad-Pro-Bold.ttf') format('truetype'); /* non-IE */
	/*src: local('Myriad-Pro-Bold'), url('/fonts/Myriad-Pro-Bold.woff') format('woff'); /* Modern Browsers */
}

@font-face {
	font-family: 'Myriad-Pro-Bolder';
	src: url('fonts/Myriad-Pro-Bolder.eot'); /* IE */  
	src: local('Myriad-Pro-Bolder'), url('fonts/Myriad-Pro-Bolder.ttf') format('truetype'); /* non-IE */
	/*src: local('Myriad-Pro-Bolder'), url('/fonts/Myriad-Pro-Bolder.woff') format('woff'); /* Modern Browsers */
}

* { font-family: Trebuchet MS;}

body{
	background:url(images/body-bg.jpg) no-repeat fixed;
	background-color:#8FDDEA;
	text-align:center;
	
}

img {
	float:left;
}
a img { border:0; padding:10px 0 20px;}

a {color: #090;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-size:13px;
		line-height:20px;
		color:#000000;
	}

input, select { vertical-align:middle; font-weight:normal;}

p {
	padding-bottom:15px;
	padding-top: 15px;
	font-size:13px;
	text-align:justify;
}

h1, h2, h3, h4, h5 {font-weight:normal;}
h1 {
	font-size:34px;
	color:#fff;
}
h1 span {font-size:47px; padding-right:60px; line-height:48px;}
h1 span span {padding:0;}
h2 a {
	font-family: Myriad-Pro-Bold;
	font-size:45px;
	color:#000;
	text-decoration:none;
	line-height:95px;
	letter-spacing:-1px;
	}
h2 a span {font-weight:bold; font-family: Myriad-Pro-Bolder;}
h3 {
	font-size:25px;
	color:#090;
	line-height:110%;
	font-weight:bold;
	text-align:right;
	}
h3 span {font-size:32px; color:#0e0e0e;}
h4 {
	font-size:16px;
	color:#575757;
	line-height:21px;
	padding-bottom:20px;
	text-align:center;
	}
h5 {
	font-size:16px;
	color:#016efa;
	line-height:20px;
	padding-bottom:5px;
}
h6 {font-size:13px; color:#000; font-weight:bold;}
/* ============================= main layout ======================*/

.imgindent {margin:0 30px 0 0; float:left;}
.fright {text-align:right;}
.last {padding-bottom:0;}

/* ============================= header ====================== */
#header ul li {display:inline;}
#translate {width:925px; margin:0 auto; text-align:right; padding-top:32px; position:absolute;}
.logo {height:98px;}
.logo h2 {line-height:113px;}
.logo h2 a {padding-top:25px; color:#65C607; font-weight:bolder;}
.logo ul {padding:47px 0 0;}
.logo ul li {color:#aeacac;}
.logo ul li a {
	padding:0 12px;
	color:#000;
	text-decoration:none;
	font-size:12px;
	letter-spacing:-1px;
}
.logo ul li a:hover {text-decoration:underline;}

.slogan {text-align:right; padding:43px 115px 0 0;}
/* ============================= content ====================== */
#content {padding:5px 0 10px;}
#content ul {font-size:14px; line-height:30px; padding:0 0 0px;}

.col1 .row1 h1 {
	font-size:42px;
	background:url(images/page1_img1.png) no-repeat center left;
	padding:5px 0 15px 55px;
	}
.col1 .row1 h1 span {
	font-size:42px;}
.block {padding:10px 33px;}
.block a {font-weight:bold; font-size:13px;}
.blocks {padding-bottom:20px}
img.blocks {padding:0 0 15px;}
.block h4 {
	font-size:13px;
	padding-bottom:10px;}

/*green block*/
.green {background:url(images/green_bg.png) no-repeat center top;}
.green p {color:#2b5904;}
.green h3,.green p span, .green li, .green a {color:#fff;}
#page2 .green h3 {padding-bottom: 25px;}

#page4 .green p a {font-size:16px; text-decoration:none; border-bottom:2px solid #b4e485;}
#page4 .green p a:hover {font-size:16px; border:0;}
#page6 .green p {color:#fff;}
#page6 .green p a {color:#2b5904; font-weight:normal;}

/*grey block*/
.grey {background:#dce4ef url(images/bg_grey.gif) no-repeat center top;}
.grey .foot {background:url(images/bg_grey_bottom.gif) left bottom; height:30px;}
.grey h4 a {color:#2e566f; text-transform:uppercase; font-weight:normal}
.grey h5 {color:#333940; padding:15px 0;}
.grey h3 {color:#0e0e0e; padding:25px 0 15px;}
.grey a {color:#000;}
.grey li {color:#333940;background:url(images/marker.gif) no-repeat left center; padding-left:22px;}

#page4 .grey h3 {padding:35px 0 20px;}

/*cols*/
.col2 .row1 {
	border-bottom:1px dashed #079C07;
	padding-bottom:10px;
}
.col2 .row1, .col2 .row2 {padding-right:0px;}
.col2 li {	}

#page1 .grey p span {text-decoration:underline;}
/*buttons*/
.btn span span {padding:3px 14px 23px 15px;}
.btn {
	display:inline-block; background:url(images/btn_middle.gif) repeat-x top left;
	color:#3e3e3f;
	font-weight:bold;
	text-decoration:none;
	}
.btn span { background:url(images/btn_left.gif) no-repeat top left; display:inline-block;}
.btn span span {background:url(images/btn_right.gif) no-repeat top right;}
.btn:hover {background:url(images/btn_middle.gif) repeat-x bottom left;}
.btn:hover span { background:url(images/btn_left.gif) no-repeat bottom left;}
.btn:hover span span {background:url(images/btn_right.gif) no-repeat bottom right;}
/* Table */
table.table1{
	padding-left:130px;		
    line-height: 1.4em;
    border-collapse:separate;
}
.table1 thead th{
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:1px solid #93CE37;
    border-bottom:3px solid #9ED929;
    background-color:#9DD929;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.table1 tbody td{
    padding:10px;
    text-align:center;
    background-color:#DEF3CA;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#333;
    text-shadow:1px 1px 1px #fff;
}
.table2 tbody td{
    padding:10px;
    text-align:center;
    background-color:#DEF3CA;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color: #333;
    text-shadow:1px 1px 1px #fff;
}
/*contacts, phones*/
.contacts p {font-size:16px;}
.contacts span {width:95px; display:inline-block;}
.contacts a {
	font-size:16px;
	display:inline-block;
	text-decoration:none;
	border-bottom:2px solid #888f97;
	}
.contacts a:hover {border-bottom:2px solid #dde5ef;}
.phone span {width:85px; display:inline-block;}
.phone p {padding-bottom:30px;}
/* ============================= footer ====================== */
#footer {border-top:1px solid #dee6f0; font-size:12px;}
#footer a  {padding-left:10px; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

#page8 p {padding-bottom:20px;}
#page8 #content {padding:25px 33px 40px;}
#page8 #content a {color:#000; font-weight:bold;}
/* ============================= forms ============================= */
#ContactForm {margin-top:15px;}
#ContactForm input {
	background:url(images/input_bg.gif) no-repeat top left;
	width:191px;
	border:0;
	padding:5px 10px;
	margin-bottom:12px;
	}
#ContactForm textarea {
	background:url(images/textarea_bg.gif) no-repeat top left;
	width:193px;
	height:172px;
	padding:5px 10px 10px;
	overflow:auto;
	border:0;
	margin-bottom:15px;
}
#ContactForm p a {margin-left:15px;}

/* ============================= menu ============================= */
.menu {font-family:'Calibri'; font-size:13px; width:100%; }
.menu ul {padding:0px 0px 0px; line-height:0px;}
.menu ul li {padding-left:35px;}
.menu a {
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
	font-size:17px;
	position:relative;
}

.menu a:hover  {border-bottom:1px solid #fff;}

.menu a.active {
	color:#7EFF06; 
	cursor:default; 
	border:0;
	background:url("images/menu-hover.png") repeat-x;
	border-bottom:1px solid #fff;
	letter-spacing:1px;
}

.menu {
	clear:both;
	padding:3px 0 0 0
}
.menu > ul > li:last-child {
	background:none;
}
.menu > ul > li > a {
	width:87px;
	text-align:center;
	float: left;
	display:inline;
	font-size:14px;
	color:#fff;
	line-height:50px;
	text-transform:capitalize;
	padding:0px 22px;
	margin:0px 0px 0px 0px;
}
.menu > ul > li > a.hovered, .menu > ul > li > a:hover {
	color:#fff;
	background:url("images/menu-hover.png") repeat-x;
	letter-spacing:1px;
}
.menu > ul > li {
	position:relative;
}

section#content {
  width: 300px;
  left: 50%;
  text-align: center;
}

div.dropdown {
  text-align: left;
  font-size: 0.9em;
  font-weight:bold;
  color: #090;
  width: inherit;
}
div.dropdown.closed ul {
  margin-top: 0px;
}
div.dropdown.closed ul li {
  margin-top: -40px;
  height: 0px;
}
div.dropdown.closed div.title:after {
  margin-top: -14px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
div.dropdown div.title {
  font-size:16px;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(25, 25, 25, 0.3);
  padding: 12px;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background:url("images/title_bg.png") repeat-x;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px rgba(0, 0, 0, 0.3);
}
div.dropdown div.title:after {
  display: block;
  content: " ";
  position: absolute;
  right: 20px;
  margin-top: -12px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
div.dropdown ul {
  overflow: hidden;
  -moz-transition: margin-top 1s;
  -o-transition: margin-top 1s;
  -webkit-transition: margin-top 1s;
  transition: margin-top 1s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 3px 3px;
}
div.dropdown ul li {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(25, 25, 25, 0.3);
  padding-top: 5px;
  padding-left: 12px;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  -moz-transition: margin-top 0.5s, height 0.5s;
  -o-transition: margin-top 0.5s, height 0.5s;
  -webkit-transition: margin-top 0.5s, height 0.5s;
  transition: margin-top 0.5s, height 0.5s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(top, rgba(230, 230, 230, 0.2), rgba(160, 160, 160, 0.2));
  background-image: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.2), rgba(160, 160, 160, 0.2));
  background-image: linear-gradient(to bottom, rgba(230, 230, 230, 0.2), rgba(160, 160, 160, 0.2));
}

.dropdown a {
	line-height:30px;
}

.title a {
	line-height:0px;
}


.dropdown li.active {
	color:#fff; 
	cursor:default; 
	background:url("images/menu-bg.png") repeat-x;
	letter-spacing:1px;
}

.dropdown li.active a{
	color:#fff; 
	text-shadow: 0px 1px 1px #07054B, 0px 0px 4px #07054B;
}


div.dropdown ul li:hover {
  text-shadow: 0px 1px 1px #07054B, 0px 0px 4px #07054B;
  background:url("images/menu-hover2.png") repeat-x;
}
div.dropdown ul li:hover a {
  color: #FFF;
}

div.dropdown ul li:before {
  content: " ";
  display: inline-block;
  position: relative;
  background: transparent url("images/line-stop.png");
  margin-top: -12px;
  margin-right: 10px;
  width: 20px;
  height: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.9;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*=======footer=======*/
#footer	{
		
}
#footer_wraper
{
	border-top:1px dashed #079C07;
	margin:0;
	padding:0;
}
#footer_wraper h2
{
	font-size:14px;
	background:none;
	color:#CCC;
	margin:10px 0;
	padding:0;
}
#footer_wraper p
{
	color:#CCC;
	margin:0;
	padding:0;
}
ul.list_footer
{
	margin:0;
	padding:0;
	float:left;
	
}
ul.list_footer li
{
	padding:0 10px;
	margin:0;
	line-height:20px;
	list-style:none;
}
ul.list_footer li a
{
	color:#CCC;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
ul.list_footer li a:hover
{
	color:#CCC;
}
ul.footer_address
{
	color: #fff;
	margin:0;
	padding:0;
}
ul.footer_address li
{
	color: #fff;
	font-size:12px;
	list-style:none;
	margin:10px 0;
	padding:0 0 0 25px;
}
.footer_about
{
	float:right;
	padding-right:15px;
	margin:10px 0;
	padding-top:17px;
}

.footer_address_
{
	font-size:14x;
	color: #060;
	width:280px;
	float:left;
	margin:10px 0;
	padding-left:10px;
	font-weight:bold;
}


/*========*/
#footer_wraper_main
{
	background:url(images/footer-bg.png) no-repeat right;
	margin:0;
	height:67px;
}
.copyright
{
	float:left;
	color:#000;
	line-height:45px;
	font-size:12px;
	padding-top:20px;
	padding-left:10px;
}
.powered
{
	float:right;
	color:#000;
	font-size:12px;
	height:45px;
	line-height:45px;
	padding-top:20px;
	padding-right:10px;
}
.powered a
{
	color:#FFF;
}

.expContainer{
  margin:10px;
  float:left;
}

.expHeader{
  text-align: right;
  background:url('images/arrow_up.png') no-repeat;
  background-position:right 0px;
  cursor:pointer;
}

.collapsed .expHeader{
  background-image:url('images/arrow_down.png');
}

.expContent{
  height:auto;
  min-height:100px;
  overflow:hidden;
  transition:all 0.3s linear;
  -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  -ms-transition:all 0.3s linear;
  -o-transition:all 0.3s linear;
}
.collapsed .expContent{
  min-height:0px;
  height:0px;
}

.appTable	{
	border-bottom:thin;
	border-bottom-color:#0C0;
	border-bottom-style:dashed;
}