@CHARSET "UTF-8";

.clear {
  clear: both;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	overflow: auto;
  background: #001f3d url(../images/html-background.png) repeat-x;
  background-position: top left;
  background-attachment: fixed;
}

html>body {
	height: auto;
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	width: 100%;
	height: 100%;
  background: transparent url(../images/body-background.png) repeat-x;
  background-position: bottom right;
  background-attachment: fixed;
	font: 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	min-width: 1000px;
}

* html body {
	height: 100%;
}

a {
  	font: bold 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #6fb111;
}
.content-wrapper {
	width: 1000px;
	position: relative;
        margin:0 auto;
}

.content-body {
  padding-top: 1px;
  padding-bottom: 4em;
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  position:relative;
}

#content {
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  position:relative;
  z-index:5;
 /* background: transparent url('../images/content-bg.png') repeat-y;*/
}

#bagg {
    position:absolute;
   width:1000px;
    height:97%;
    opacity:0.2;
    filter: alpha(opacity=20);
    background: white;
    overflow:hidden;
    left:0;
    top:0;
    z-index:0;
}
#slogan_map {
    float:left;
    position:relative;
    z-index:1;
}

#slippy_map {
    position:absolute;
    /*background:red;*/
    left:270px;
    width: 706px;
    height: 191px;
}
.corners {
	width: 224px;
	float: left;
}

.top-corner {
  height: 165px;
  width: 178px;
  float: left;
  position: relative;
}

.top-left-corner {
  background: transparent url(../images/top-left-corner.png) no-repeat;
}

.top-right-corner {
  background: transparent url(../images/top-right-corner.png) no-repeat;
}

.bottom-corner {
  height: 191px;
  position: absolute;
  bottom: 0;
  width: 224px;
  background: blue;
}

.bottom-left-corner {
  background: transparent url(../images/bottom-left-corner.png) no-repeat;
}

.bottom-right-corner {
  background: transparent url(../images/bottom-right-corner.png) no-repeat;
}

.header {
	height: 126px;
	background: transparent url(../images/header-background.png) repeat-x;
}

.logo {
	padding: 10px 14px 0 14px;
	height: 95px;
	width: 156px;
	float: left;
}

.top-area {
  width: 816px;
  height: 124px;
  float: left;
}

.phone-container {
	height: 71px;
}

#phone {
	padding-top: 31px;
	float: left;
}

.twitter-container {
	float: right;
	margin-top: 16px;
	margin-right: 15px;
	width: 318px;
	height: 40px;
}

.twitter-block-left {
	width: 19px;
	height: 40px;
	float: left;
	background: transparent url(../images/twitter-block-left.png) no-repeat;
}

.twitter-block-body {
  width: 293px;
  height: 40px;
  float: left;
  background: transparent url(../images/twitter-block-body.png) repeat-x;
  padding-top: 5px;
}

.twitter-block-right {
  width: 6px;
  height: 40px;
  float: left;
  background: transparent url(../images/twitter-block-right.png) no-repeat;
}

.top-menu-container {
	height: 53px; 
	clear: both;
}
#twitter { float: right; width: 260px; line-height: 10px; font-size: 9px; overflow:hidden; word-break:break-all; }

.twitter-icon {
	display: block;
	float: left;
	height: 40px;
	width: 28px;
	margin-left: -6px;
}

.main-area {
  background: #fff url(../images/content-background.png) repeat;
	margin: 5px;
	border: 1px solid #000;
}

.main-area-header{
	background: #fff url(../images/main-area-background.png) repeat-x;
	height: 231px;
	padding: 10px;
}

.main-area-body-container {
	background: #fff url(../images/main-area-body-background.png) repeat-x;
	background-position: bottom;
	padding-bottom: 26px;
}

.main-area-body {
	margin: 0 8px 24px 8px;
	padding-top: 18px;
}



.info-blocks {
	clear: both;
	position:relative;
}

.info-block {
	position: relative;
	float: left;
	width: 314px;
	height: 191px;
	padding: 2px;
  	background: url('../images/info-block-background.png');
}

.info-container {
	width: 316px;
	height: 173px;
	border-right: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
}

.info-container-bottom {
	height: 6px;
	width: 316px;
	background: transparent url(../images/info-container-bottom.png) no-repeat 0 0;
}

.info-item-container {
	padding: 5px 10px;
	overflow: hidden;
}


.info-item-photo {
	float:left;
	height:60px;
	margin-right:10px;
	overflow:hidden;
	width:67px;
}

.info-item-photo img {
	float: left;
	margin-right: 10px;
}

.info-item-title {
	margin-bottom: 3px;
}


.testimonial-container {
  width: 294px;
  height: 151px;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
	padding: 11px;
}

.person {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.person-info {
	font-size: 11px;
	color: #666;
	width: 90px;
}

.read-more {
	position: absolute;
	bottom: 12px;
	right: 13px;
	color: #6FB111;
	font-weight:bold;
}

.footer {
	clear: both;
	padding-top: 5px;
	height: 36px;
        z-index:5;
        position:relative;
}

.footer-menu {
	padding: 10px 5px 10px 0;
	float: right;
}

.copyright {
  padding: 10px 0px 10px 5px;
	float: left;
}

/* Interior pages styles */
.main-area-interior-container {
	background: #fff url(../images/main-area-background.png) repeat-x top;
        padding: 10px;
        position:relative;
        overflow:hidden;
}

.submenu-interior-container {
	margin: 0px 10px 10px 10px;
  background: transparent url(../images/subheader.png) no-repeat;
  width: 994px;
  height: 53px;
}

.main-area-body-interior-container {
	background: transparent url(../images/main-area-body-background.png) repeat-x;
  background-position: bottom;
  padding-bottom: 26px;
	
}

.main-column {
	float: left;
	width: 714px;
	margin: 20px 2px 0 10px;
}

.main-column-top {
	height: 6px;
  width: 716px;
  background: transparent url(../images/main-column-top.png) no-repeat 0 0;
}

.main-column-bottom {
  height: 6px;
  width: 716px;
  background: transparent url(../images/main-column-bottom.png) no-repeat 0 0;
}

.main-column-body, .one-column-body {
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  background: #fff;
}

.main-column-body {
	width:100%;
}

.column-title {
	height: 23px;
	font-size: 17px;
	background: #a9dc37;
	margin: 0 3px 3px 3px;
	padding: 3px 7px;
}
.column-title h3 {
	font: bold 17px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #000;
}
.simple-column .column-title { margin: 0 0 10px;}
.news_image {
    float:left;
    margin: 10px;
}
.images-column {
	margin: 5px 13px;
	width: 226px;
	float: left;
}

.images-column img {
	padding: 5px 0;
}

.text-column {
	float: left;
	width: 435px;
	margin: 5px 13px 5px 9px;
}

.simple-column {
	float: left;
  	margin: 5px 13px 15px 9px;
        text-align:justify;
}

.error {
	height:200px;
	padding:20px;
	font-size:16px;
	text-align:center;
	color:red;
}
.one-column {
  float: left;
  width: 965px;
 margin-top: 20px;
 margin-left: 1px;
}

.one-column-top {
  height: 6px;
  width: 965px;
  background: transparent url(../images/one-column-top.png) no-repeat 0 0;
}

.one-column-bottom {
  height: 6px;
  width: 965px;
  background: transparent url(../images/one-column-bottom.png) no-repeat 0 0;
}
.left-column {
	float: left;
	width: 330px;
	margin: 10px 30px 0 10px;
}
.left-column p { margin-bottom: 10px; line-height: 16px;}
.left-column p.separated { margin-bottom: 20px; }
#map-SVP {
	float: right;
	width: 562px;
	margin-right: 15px;
}
.details-column {
  float: left;
  width: 234px;
  margin: 20px 4px 0 4px;
}

.details-column-top {
  height: 6px;
  width: 236px;
  background: transparent url(../images/details-column-top.png) no-repeat 0 0;
}

.details-column-bottom {
  height: 6px;
  width: 236px;
  background: transparent url(../images/details-column-bottom.png) no-repeat 0 0;
}

.details-column-body {
	background: #fff;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  width:100%;
  overflow:hidden;
}

.separated-block {
	background: #ecedef;
	padding: 8px;
	margin-bottom: 20px;
}

.text-column ul, .details-column ul, .simple-column ul {
	list-style-type: disc;
	padding: 5px;
	padding-left: 20px;
}
.event-list li { margin: 3px 0; }

/* Submenu styles */
.submenu-container {
  background: transparent url(../images/subheader.png) no-repeat;
	width: 966px;
	height: 38px;
}

/* Buttons styles */
.top-menu-button {
	float: left;
	position: relative;
	text-decoration: none;
}
.top-menu-button a { text-decoration: none; }
.top-menu-left {
	float: left;
	background: transparent url(../images/button-sprite.png) no-repeat 0 0;
	width: 6px;
	height: 41px;
}

.top-menu-right {
  float: left;
  background: transparent url(../images/button-sprite.png) no-repeat 0 -41px;
  width: 6px;
  height: 41px;
}

.top-menu-center {
	float: left;
	background: transparent url(../images/button-sprite.png) repeat-x 0 -82px;
  height: 29px;
  padding: 12px 12px 0 12px;
  font: normal 13px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #fff;
}

a:hover .top-menu-center {
  float: left;
  background: transparent url(../images/button-sprite.png) repeat-x 0 -205px;
  height: 29px;
  padding: 12px 12px 0 12px;
  font: bold 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #000;
}

a:hover .top-menu-left {
  float: left;
  background: transparent url(../images/button-sprite.png) no-repeat 0 -123px;
  width: 6px;
  height: 41px;
}

a:hover .top-menu-right {
  float: left;
  background: transparent url(../images/button-sprite.png) no-repeat 0 -164px;
  width: 6px;
  height: 41px;
}

a:hover .top-menu-bottom {
	display: block;
	position: absolute;
	clear: both;
	width: 100%;
	height: 16px;
	left: 0;
	top:41px;
	margin-top: -2px;
	background: transparent url(../images/button-bottom.png) no-repeat;
	background-position: center;
}



.top-menu-center-selected {
  float: left;
  background: transparent url(../images/button-sprite.png) repeat-x 0 -205px;
  height: 29px;
  padding: 12px 12px 0 12px;
  font: bold 13px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #000;
}

.top-menu-left-selected {
  float: left;
  background: transparent url(../images/button-sprite.png) no-repeat 0 -123px;
  width: 6px;
  height: 41px;
}

.top-menu-right-selected {
  float: left;
  background: transparent url(../images/button-sprite.png) no-repeat 0 -164px;
  width: 6px;
  height: 41px;
}

.top-menu-bottom-selected {
	display: block;
	position: absolute;
	clear: both;
	width: 100%;
	height: 16px;
	left: 0;
	top:41px;
	margin-top: -2px;
	background: transparent url(../images/button-bottom.png) no-repeat;
	background-position: center;
}

.testimonial-row {
	clear: both;
	overflow: hidden;
	zoom: 1;
	/*margin: 10px 0 20px;*/
        padding: 20px 0 0;
}
.one-testimonial {
	float: left;
	width: 476px;
}

.company-row {
  border-bottom: 1px solid #ced5d8;
  padding: 10px 0;
}

.img-client {
	display: block;
	float: left;
	text-align: center;
	width: 190px;
}

.company-row blockquote { padding: 10px 10px 10px 190px; }
.one-testimonial blockquote { padding: 0px 10px 20px 190px; text-align:justify;}

.sign {
	line-height: 13px;
	text-align: right;
	padding: 0px 20px;
}
.one-testimonial .sign { text-align: left; }

.sign span {
	display: block;
	font: normal 11px Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

.client-row .company-descr, .client-row h3, .company-row .company-descr, .company-row h3 {
	display: block;
	margin-left: 190px;
	padding-bottom: 10px;
}

/* Top menu items styles */
.home-button {
	width: 78px;
}

.home-button .top-menu-center {
	width: 37px;
}


.spaces-button {
  width: 149px;
}

.spaces-button .top-menu-center {
  width: 108px;
}


.news-button {
  width: 133px;
}

.news-button .top-menu-center {
  width: 92px;
}

.qa-button {
  width: 69px;
}

.qa-button .top-menu-center {
  width: 28px;
}

.blog-button {
  width: 70px;
}

.blog-button .top-menu-center {
  width: 29px;
}

.testimonials-button {
  width: 121px;
}

.testimonials-button .top-menu-center {
  width: 80px;
}

.about-button {
  width: 78px;
}

.about-button .top-menu-center {
  width: 37px;
}

.contactus-button {
  width: 108px;
}

.contactus-button .top-menu-center {
  width: 67px;
}

/* Text styles */
.text {
  font: 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #fff;
}

.gray-text {
  font: 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #ccc;
}

.info {
  font: bold 17px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #fff;
}

.info-events {
  font: bold 17px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #000;
  padding: 10px;
}
span.twitter a {
	font: 9px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #cde120;
}

a:hover.twitter-link {
  font: bold 9px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #fff177;
}

a:active.twitter-link {
  font: bold 9px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #a9b06a;
}

.Twitter {
	font: normal 9px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #fff;
  line-height: 1.1;
}

.title {
	float: left;
	width: 420px;
	margin: 0 0 25px 40px;
}
.title h2{
	font-weight: normal;
	font-size: 23px;
	margin-bottom: 10px;
	color: #000;
}
.topic {
	float: right;
	width: 420px;
	margin: 0 40px 25px 0;
}
.topic p{
	margin-bottom: 5px;
  	color: #5e5e60;
  	text-align: justify;
  	font-size:13px;

}
h2.info-block-title {
	font-weight: normal;
	font-size: 19px;
	color: #5e5e60;
	border-bottom: 1px solid #d9d9d9;
	padding: 4px 11px 2px ;
	margin-bottom: 5px;
}

.bold {
	font-weight: bold;
}

.left-index-text {
  float:left;
  position:relative;
  width:437px;
  padding: 0px 20px;
}


.date {
	font: normal 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #666;
  padding-right: 5px;
}

.info-item {
	font-size: 11px;
	color: #000;
}
.testimonial .info-item {
	float: right;
	width: 204px;
	margin-top: 10px;
	margin-right: 10px;
}

a.info-item-link {
	font: bold 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #6fb111;
}

a:hover.info-item-link {
  font: bold 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #83d114;
}

a:active.info-item-link {
  font: bold 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #758460;
}

.footer-link {
	font: 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #fff;
  text-decoration: underline;
}

.text-column h4, .details-column h4, .simple-column h4 {
	font: bold 16px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #000;
}

.text-column p, .simple-column p {
	font: normal 13px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #000;
  padding-bottom: 7px;
}

.qa-column p {
	padding-bottom: 20px;
}

.qa-column .bold {
    background-color:#d0d0d0;
    display:block;
    padding: 5px 10px 5px 5px;
}

.details-column p {
  font: normal 13px Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color: #000;
  padding: 10px;
}

.text-column p.text, .details-column p.text, .simple-column p.text {
  padding-top: 10px;
  padding-bottom: 15px;
}

/* Map styles */
.map {
	height: 350px;
	width: 800px;
	float: left;
	margin: 10px 0;
}

.map-link {
	padding: 3px;
}

.login_menu {
font-weight:bold;
position:absolute;
right:18px;
top:100px;
z-index:21;
}
.login_menu a {
color:#FFFFFF;
font-weight:bold;
}
.adminTable {
border:1px solid #666666;
border-collapse:collapse;
margin:15px 0 0 1px;
padding:0;
}
.adminTable thead th {
background-color:#EEEEEE;
border:1px solid #666666;
text-align:center;
}
.adminTable td, #adminTable th {
border:1px solid #666666;
padding:2px 5px;
}
.adminTable .colored td {
background-color:#EFEFEF;
}

/* News page styles */
ul.news-list {
	list-style-type: none;
	padding: 3px;
}

ul.news-list li {
	border: 1px solid #e8e8e8;
	background: #f7f7f7;
	height: 94px;
	margin-bottom: 1px;
}

ul.news-list li a {
	padding: 10px 7px 0 7px;
	text-decoration: none;
	display: block;
}

ul.news-list li a span {
	display: block;
}

ul.news-list li a .news-date {
	font: normal 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #5e5e60;
	margin: 0 0 6px 0;
}

ul.news-list li a .news-title {
	font: bold 15px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #000;
	line-height: 1;
	margin: 0 1px;
}

ul.news-list li a .news-body {
	font: normal 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #5e5e60;
	margin: 0 1px;
}

ul.news-list li.selected span {
	display: block;
}
ul.news-list li.selected {
	border: 1px solid #969696;
	background: #b0b0b0;
	/*padding: 10px 7px 0 7px;*/
}

ul.news-list li.selected .news-date {
	font: normal 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 6px 0;
}

ul.news-list li.selected .news-title {
	font: bold 15px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #000;
	line-height: 1;
	margin: 0 1px;
}

ul.news-list li.selected .news-body {
	font: normal 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #fff;
	margin: 0 1px;
}

ul.news-list li a:hover {
	background: #e8e8e8;
}

ul.news-list li.selected a:hover {
    background: #b0b0b0;

}
.event-header {
    font: bold 18px Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

.event-date {
    font: bold 18px Arial, Verdana, Tahoma, Helvetica, sans-serif;
    color: #a9dc37;
    padding-left: 10px;
}

ul.event-list {
	padding: 10px 7px 0 7px;
	list-style-type: none;
}

ul.event-list li {
	padding: 3px 0;
        overflow:hidden;
}

ul.event-list li a {
  	font: bold 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #6fb111;
}

.events_pagination a.prev_page{
    background:transparent url(/images/left.png) no-repeat scroll left top;
    overflow:hidden;
    text-indent:-1000px;
    width:100px;
    height:35px;
    display:block;
    float:left;
}

.events_pagination span.prev_page {
    background:transparent url(/images/left-disabled.png) no-repeat scroll left top;
    overflow:hidden;
    text-indent:-1000px;
    width:100px;
    height:35px;
    display:block;
    float:left;
}

.events_pagination a.next_page{
    background:transparent url(/images/right.png) no-repeat scroll right top;
    text-indent:-1000px;
    height:35px;
    display:block;
}

.events_pagination span.next_page {
    background:transparent url(/images/right-disabled.png) no-repeat scroll right top;
    text-indent:-1000px;
    height:35px;
    display:block;
}

.archive {
    display:block;
    float:left;
    /*background:transparent url(/images/archive.png) no-repeat scroll left top;
    text-indent:-1000px;*/
    margin:5px;
    /*width:150px;*/
}

.upcoming_events {
    display:block;
    float:left;
    /*background:transparent url(/images/upcoming_events.png) no-repeat scroll left top;
    text-indent:-1000px;*/
    margin:5px;
    /*width:190px;
    overflow:hidden;*/
}

.questions {
    padding-left: 20px;
    padding-top: 10px;
    overflow:hidden;
    /*width:50%;*/
    position:relative;
	
}

.questions-left {
   position:relative;
   width:200px;
   float:left;
   padding:0 20px 0 0;
   z-index:1;
}

.questions a{
   display:block;
   padding:0 0 10px 0;
}

.questions-right {
   position:relative;
   width:220px;
   padding:0 10px 0 0;
   z-index:1;
   float:left;
}

#questions-image {
   position:absolute;
   background:transparent url(/images/questions-image.png) no-repeat left top;
   width:960px;
   height:316px;
   top:2px;
   left:-5px;

}


.left-question {
    display:block;
    float:left;
    width:47%;
}

.rigth-question{
    display:block;
    overflow:hidden;
}