/* @override http://ideva-kyri/application/lib/css/main.css */

html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	min-width: 840px;
	text-align: center;
	background: #fff url(../images/background.png) repeat-x;
}

/* @group Layout */

#top {
	margin: 0 auto;
	height: 36px;
	width: 834px;
	background-image: url(../images/background-top.png);
}

#footer {
	margin: 0 auto;
	width: 834px;
	background: white url(../images/background-bottom.png) no-repeat 0 top;
	text-align: left;
}

#footer p {
	padding-top: 10px;
	padding-left: 20px;
	color: #bcbec0;
	font-size: 10px;
	font-weight: bold;
}

#footer p a {
	color: #bcbec0;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	width: 834px;
	background: url(../images/background-content-trans.png) repeat-y;
}


#container {
	text-align: left;
	width: 800px;
	margin-left: 17px;
	background: url(../images/background-content.png) repeat-x;
}



/* @end */

#logo {
	margin-left: 80px;
	padding-top: 21px;
	width: 158px;
	height: 60px;
}

#logo h1 {
	display: none;
}


#contactf {
	float: right;
	margin-top: -40px;
	margin-right: 30px;
	font: 15px "Times New Roman", Times, serif;
	font-size: 15px;
	width: 168px;
}

#contactf dl dt {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	text-align: right;
	color: #b2b2b2;
}

#contactf dl dt a {
	text-decoration: none;
	color: #b2b2b2;
}

#contactf dl dd {
	color: #5cc4e0;
	font-size: 20px;
	border-top: 1px solid #ccc;
	letter-spacing: -1px;
}

#contactf dl dd em {
	font-size: 14px;
}

#contactf img {
	float: right;
	margin-top: -23px;
}

#navigation {
	margin-top: 14px;
	width: 747px;
	display: block;
	margin-left: 25px;
	border-top: 2px solid #ccc;
}

#navigation ul {
	margin-left: 16px;
}

#navigation ul li {
	float: left;
	display: block;
}

#navigation ul li a {
	display: block;
	float: left;
	font-size: 11px;
	padding: 4px;
	line-height: 10px;
	text-decoration: none;
	color: white;
	background: url(../images/menu-left-border.png) no-repeat 0 bottom;
}

#navigation ul li a span {
	padding: 4px;
	padding-right: 7px;
	background: url(../images/menu-right-border.png) no-repeat right;
}

#navigation ul li a.selected,
#navigation ul li a:hover {
	background-image: url(../images/menu-left-border-active.png);
}

#navigation ul li a.selected span,
#navigation ul li a:hover span {
	background-image: url(../images/menu-right-border-active.png);
}

#address {
	float: right;
	color: #b2b2b2;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

#navigation-sub {
	clear: both;
	padding-left: 72px;
	padding-top: 6px;
	height: 19px;
}

body#services #navigation-sub {
	padding-left: 24px;
}

#navigation-sub a {
	text-decoration: none;
	padding-right: 4px;
	color: #b2b2b2;
	font-size: 10px;
}

#navigation-sub b {
	color: #87db73;
	vertical-align: -5px;
	font-size: 14px;
}

#navigation-sub a.selected {
	font-style: italic;
}


#contents {
	padding-top: 17px;
	clear: both;
	padding-bottom: 20px;
}

.content-left {
	margin-left: 30px;
	float: left;
	width: 350px;
}

#contents h1 {
	padding-top: 12px;
	/*font: 28px "Times New Roman", Times, serif;*/
	font-size: 28px;
	color: #87db73;
	line-height: 25px;
}

#contents h1 em {
	color:  #5cc4e0;
	font-style: italic;
}

#contents h1 + h1 {
	padding-bottom: 12px;
}

#contents h1 strong {
	color:  #5cc4e0;
	font-style: italic;
	font-size: 38px;
	padding-left: 60px;
	background: url(../images/green-arrow.png) no-repeat left 10px;
	margin-left: -40px;
	font-weight: normal;
}

#contents h1 + h1,
#contents p {
	padding-top: 0;
	margin-left: 40px;
}

#contents p {
/*	font-style: italic;*/
}

p {
	color: #808080;
}

.content-right {
	float: right;
	width: 350px;
}


#contents div.rotator {
	float: left;
	margin-left: 40px;
	width: 297px;
	height: 188px;
	background-image: url(../images/background-photo.png);
}

#contents div.rotator img {
	margin-top: 13px;
	margin-left: 14px;
}

#contents div.video {
	float: right;
	margin-right: 21px;
	background-image: url(../images/video-background.png);
	width: 364px;
	height: 241px;
	margin-top: 7px;
}

#contents div.video a {
	border: 0 !important;
}

#contents div.video #videocontent {
	margin-left: 2px;
	margin-top: 2px;
}

#contents div.video div {
	margin-top: 14px;
	margin-left: 225px;
	font-size: 10px;
	color: #ccc;
	line-height: 10px;
}

#contents div.video img {
		padding: 0;
}


#contents div.content-left {
	clear: left;
}

a#playpause {
	display: block;
	position: absolute;
	margin-top: 6px;
	margin-left: 7px;
	border: 0 !important;
}

p#status {
	color: #ccc;
	font-size: 10px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	margin-right: 7px;
	margin-top: 0px;
}

.contents-wrapper {
	padding: 16px;
	padding-top: 20px;
}

.contents-wrapper h1 {
	color: #b2b2b2 !important;
}

.contents-wrapper p {
	margin-left: 16px !important;
	text-align: justify;
}

div.right-image {
	float: right;
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

div.left-image {
	float: left;
	margin-right: 40px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

div.left-image img,
div.right-image img {
	border: 2px solid #e2e2e2;
}

div.left-image p,
div.right-image p {
	margin: 0 !important;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	font-style: italic;
	color: #5cc4e0;
	padding: 2px;
	text-align: left;
}

#contents img {
	padding: 5px;
}

#contents table tr td {
	vertical-align: top;
}

#contents table p {
	padding: 0 !important;
	margin: 0 !important;
}

#contents div.rotator img {
	padding: 0;
}

#contents ul {
	color: #838383;
	list-style-type: circle;
}

#contents ul li {
	margin-left: 18px;
}

#contents ul.items {
	margin-left: 30px;
	padding-bottom: 12px;
}


p.separator {
	width: 747px;
	display: block;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	text-align: right;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 8px;
	padding-right: 4px;
	padding-bottom: 2px;
	margin-top: 12px;
	margin-bottom: 12px;
}

p.separator a {
	text-decoration: none;
	color: #87db73;
}

#contents a {
	color: #666;
	text-decoration: none;
	border-bottom: solid 1px #ccc;
}

#contents a:hover {
	border-color: #444;
	color: #888;
}

#contents p {
	margin-bottom: 1em;
}

#contents h2 {
	font-size: 14px;
	font-weight: bold;
	clear: both;
	padding-bottom: 12px;
	color: #999;
}

#contents h3 {
	color: #999;
}

#contents h1 + p {
	padding-top: 12px;
}



.contents-wrapper form {
	padding: 32px;
	padding-top: 8px;
}

.contents-wrapper form hr {
	display: none;
}

.contents-wrapper form input[type=submit] {
	margin-top: 8px;
}

.form span.form-error {
    position: absolute;
    margin-left: 240px;
    margin-top: -2em;
    width: 200px;
    padding: 8px;
    background-color: #EEEEEE;
	z-index: 200;
	font: normal 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: black;
}

.form span.form-error span.pointer {
    position: absolute;
    left: -7px;
    top: 5px;
    width: 7px;
    height: 8px;
    background: url( '../images/form-pointer.png' ) left top no-repeat;
}

.form input.form_input_text {
	width: 200px;
}

.form ol li {
	margin-top: 12px;
}

.form label {
	color: #888;
	font-style: italic;
	font-size: 12px;
}

.form-status {
	font-size: 10px;
	line-height: 16px;
	color: #ccc;
	margin: 8px;
	padding-left: 22px;
	background: url(../images/form-load.gif) no-repeat;
}

div.selector {
	padding-top: 16px;
}

div.selector a {
	text-decoration: none;
	border:0 !important;
}

div.selector a img {
	border: 1px solid #ccc;
	padding: 2px;
}

div.images {
	padding-top: 16px;
	text-align: center;
}

div.images div img {
	float: left;
}

div.images div p {
	text-align: justify;
}

div.images div img {
	padding: 4px;
	margin-right: 16px;
	border: 1px solid #ccc !important;
}

.selectedimage {
	border: 1px solid #5cc4e0 !important;
}

/* @group Helpers */

.clear {
	clear: both;
}

.debug {
	background-color: orange;
	padding: 1em;
}



.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }

/* @end */



#contents h1 {
color: rgb(135, 219, 115);
font-size: 28px;
line-height: 25px;
padding-top: 12px;
}







#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:100;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height: 355px;
width:903px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:200;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}