/* CSS Document */
* { margin:0; padding:0;}

.clear { clear:both;}

html, body { height:100%; font-family: Helvetica, Arial, Verdana, sans-serif;}
body {font-size:62.5%; line-height:1.2; text-align:center; background:url(/images/bg1.gif) top center}
html, input, textarea
	{
		color:#161616;
	}	

h1,h2,h3 {
  color: #0BB4D3;
  margin-bottom: 1.3em;
}

a.lightbox-enabled {
  float: left;
  margin: 0 10px 10px 0;
  width: 120px;
  text-align: center;
}
  a.lightbox-enabled img {
    border: 3px solid #d41920;
  }
  a.lightbox-enabled:hover img {
    border: 3px solid #92b210;
  }
a.last_image {
  margin-right: 0;
}

.vam{ vertical-align:middle}
.fl{ float:left}
.fr{ float:right}
.tac{ text-align: center}
.width{ width:100%}

a img{ border:0px}
img{ vertical-align:top;  }

b{color:#007bbb;}

a{color:#018eb9; text-decoration:underline} 
a:hover{text-decoration:none}
.a1{color:#e5156d; font-weight:bold; font-size:0.89em; margin-right:20px} 

a#reset_btn {
  background:url(/images/page5_but1.gif) top left no-repeat;
  width: 58px; height: 19px;
  float: left;
  margin-right: 10px;
  text-decoration: none;
  color: #fff;
  text-indent: 18px;
  line-height: 20px;
}

a#submit_btn {
  background:url(/images/page5_but2.gif) top left no-repeat;
  width: 66px; height: 19px;
  float: left;
  text-decoration: none;
  color: #fff;
  text-indent: 18px;
  line-height: 20px;
}

#content ul{margin:0 0 1em 0; padding:0; list-style:none;}
#content ul li{background:url(/images/arrow.gif) top left no-repeat; background-position:0 5px; margin:0px; padding-left:17px; }
#content ul li a{color:#007bbb; text-decoration: underline; font-weight:bold;  line-height:1.7em} 
#content ul li a.highlight {color:#D81921;} 
#content ul li a:hover { text-decoration:none; }
#content ul.errors {
  margin-bottom: 2px;
}
#content ul li.form_error_field {
  color: #f00;
  font-size: 10px;
  background: none;
  padding-left: 0;
  width: 159px;
}

/*header*/
#header{ font-size:1.1em; width:100%; text-align:left; float: left;}
#header .logo{ margin:0px 0 0 11px; float: left; }
#header ul {margin:0 0 0 11px; padding:0; list-style:none; float: left; width: 760px;}
#header ul.menu li { display: inline; float: left; width: 152px; height: 33px; overflow: hidden;}
#header ul.menu li a {display: block; text-align: center; color:#000000; text-decoration:none; font-size: 1.1em; font-weight:bold; padding: 10px 0;} 
#header ul.menu li a:hover { text-decoration:underline; }

#header .flags {
  float: right;
  margin: 30px 20px 0 0;
  width: 150px;
}
  #header .flags li {
    float: right;
    padding: 0 2px;
    margin-left: 10px;
  }


/*content*/
#content{ font-size:1.4em; width:100%; text-align:left}
#content .indent{padding:6px 50px 0px 0px}
#content .indent1{padding:6px 50px 0px 55px}
#content .title{  margin-bottom:9px}
#content .pic_left{ float:left; margin:0px 20px 0px 0px}
#content .pic{ margin:0px 0px 16px 0px}
#content p{ margin:0px 0px 9px 0px}
#content .bann{margin:0px 0px 0px 11px}
#content .more{margin:12px 0px 0px 0px}

#page3 #content .indent{padding:6px 40px 0px 0px}
#page3 #content .indent1{padding:31px 40px 0px 0px}


/*footer*/
#footer { color:#ffffff; font-size:1em; background:url(/images/bot.gif) repeat-x top; padding: 50px 22px 20px 22px;}
#footer .branding {display:block; float: right;}
#footer .branding a { text-decoration: underline;}
#footer a {color:#ffffff; text-decoration:none}  
#footer a:hover {  text-decoration:underline}

.h{ height:44px} 
input{
	width:146px; height:17px;
	font-size:1em;
	padding-left:5px;
	margin-bottom:8px
}
textarea{
	width:152px; height:103px;
	font-size:1em;
	padding-left:5px;
	margin-bottom:21px;
	overflow:auto}
  
.message {
  border: 1px solid #4f8a10;
  background: #dff2bf;
  color: #4f8a10;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 10px;
  width: 730px;
  margin-left: 10px;
}

form.contact input, form.contact textarea {
  border: 1px solid #0BB4D3;
}
form.contact label {
  font-size: .9em;
  color: #555;
}