/******************* main elements **********************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, legend, table, td, tr, th, blockquote, cite {
  margin: 0;
  padding: 0;
  border: 0;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

.clear{clear: both;}
.left{float: left;}
.right{float: right;}

html{
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 70%;
  height: 100%;
}

body{
  font-size: 1.2em;
  color: #434343;
  background: #fff url('../images/header-back.gif') repeat-x;
  height: 100%;
}

body#home{
  background: #fff url('../images/header-back-home.gif') repeat-x;
}

p, ul, ol{
  line-height: 1.7;
}

a{
  color: #075389;
  text-decoration: none;
}
a:hover{
  color: #075389;
  text-decoration: underline;
}
h2, h3, h4{
  text-transform: uppercase;
  line-height: 1.3;
}
#wrapper{
  min-height: 100%;
  height: auto !important;
  height: 100%; 
  width: 970px;
  padding: 0px 10px;
  margin: 0 auto -77px auto; 
}

/******************* header **********************/

#home #header{
  background: url('../images/banner-home.jpg') no-repeat 35px 59px;
  height: 320px;
}

#header{
  color: #fff;
  height: 225px;
  background: url('../images/banner-inside.jpg') no-repeat 15px 48px;
}

#logo{
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -4px;
}
#mainMenu{
  float: right;
  position: relative;
  z-index: 999;
}
#mainMenu li {
  float: left;
  font-size: 95%;
  list-style-type: none;
  text-transform: uppercase;
  margin: 10px 2px;
  position: relative;
}
#mainMenu li a {
  color: #fff;
  font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
  padding: 2px 16px;
  font-weight: normal;
  text-shadow: #444 0px 0px 3px;
}
#mainMenu li a:hover, #mainMenu li a.active, #mainMenu li a.active-dropdown {
  background: #127fcd;
  text-decoration: none;
}
#mainMenu li ul{
  display: none;
  background: #127fcd;
  width: 230px;
  position: absolute; top: 22px; left: 0;
  padding: 0;
  margin: 0;
  z-index: 999;
}
#mainMenu li:hover ul{
  display: block;
}
#mainMenu li ul li{
  margin: 0;
  padding: 0;
  width: 230px;
  border-bottom: 1px solid #0072C8;
}
#mainMenu li ul li a{
  display: block;
  width: 215px;
  padding: 5px 0 5px 15px;
  margin: 0;
}
#mainMenu li ul li a:hover{
  background: #0072C8;
}
#mainMenu li a#rss{
  font-size: 80%;
  text-transform: uppercase;
  color: #b1deff;
  padding: 5px 0 5px 22px;
  margin: 0 0 0 15px;
  background: url('../images/rss.gif') no-repeat left center;
  height: 15px;
}
#mainMenu li a#rss:hover{
  background-color: transparent !important;
  text-decoration: underline;
}
#call{
	float: right;
	font-size: 130%;
	padding: 0;
	text-transform: uppercase;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	margin-top: -50px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
#call span{
  color: #76c5ff;
}
#motto{
  font-size: 170%;
  padding-top: 20px;
  line-height: 1.4;
}
#submotto{
  font-size: 110%;
  line-height: 1.4;
}
#home #motto{
  font-size: 200%;
  padding-top: 35px;
  line-height: 1.4;
}
#home #submotto{
  font-size: 125%;
  font-weight: normal;
}
#quickContact{
  width: 50%;
  font-size: 135%;
  text-transform: uppercase;
}
#quickContact a{
  color: #b1deff;
  font-weight: bold;
  margin-top: 25px;
  padding: 0 0 0 60px;
  display: block;
  height: 32px;
  background: url('../images/envelope.png') no-repeat;
  font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}
#quickContact a:hover{
  text-decoration: none;
  color: #fff;
}
.button{
  width: 161px;
  height: 33px;
  text-transform: uppercase;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  text-shadow: #333 0 0 0.3ex;
  font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
  padding: 10px 10px 0 10px;
  float: right;
  margin: -10px 5px 0 0;
  background: url('../images/button.gif');
  text-align: center;
}
.button:hover{
  text-decoration: none;
  color: #fff;
  background: url('../images/button-hover.gif');
}
#main .button{
  margin: 5px 5px 0 0;
}
#leftColumn .button{
  float: left;
  margin: 5px 5px 0 0;
}
#hidden{
  display: none;
}

/***************** leftColumn ******************/

#leftColumn{
  width: 320px;
  font-size: 105%;
  margin: 0 0 20px 0;
}
#leftColumn h3{
  font-size: 120%;
  color: #004f89;
  margin: 10px 0px 10px 0px;
  font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}
#leftColumn h4{
  font-size: 100%;
  color: #004f89;
  margin: 25px 0px 5px 0px;
}
#leftColumn p{
  padding: 0 0 5px 0;
}
#leftColumn ul{
  margin: 0;
  padding: 0;
}
#leftColumn li{
  list-style-type: none;
  padding-left: 20px;
  background: url('../images/tick.gif') no-repeat left center;
}
.more{
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 50px;
  display: block;
}
#leftColumn .sidemenu{
  margin: 0 60px 45px 0;
}
#leftColumn .sidemenu li{
  border-bottom: 1px dotted #c0c0c0;
  background: url('../images/blue-arrow.gif') no-repeat left center;
  padding: 5px 10px 5px 20px;
}
#leftColumn .sidemenu li a{
  color: #444444;
}
#leftColumn .sidemenu li a:hover{
  color: #075389;
}
#leftColumn blockquote p{
  font-style: italic;
  padding: 0 60px 10px 0;
  text-align: justify;
}
#leftColumn cite{
  font-style: normal;
  font-size: 85%;
}
#leftColumn img.left{
  margin: 3px 10px 5px 0;
}

/***************** gallery ******************/

div.scrollable {
  position:relative;
  overflow:hidden;    
  width: 235px; 
  height: 77px; 
}

div.scrollable div.items { 
  width: 2000px; 
  position: absolute;
}

div.scrollable div.items a{
  float:left;
  width: 65px;
  height: 65px;
  border: 1px solid #1e7abf;
  margin: 10px 12px 0 0;
  overflow: hidden;
}

div.scrollable div.items a img {
  height: 65px;
  width: auto;
  overflow: hidden;
}

div.scrollable, div.scrollable div.items a {
  float:left; 
  cursor: pointer;
}

a.prevPage, a.nextPage {
  display:block;
  width:14px;
  height:24px;
  float:left;
  margin-top: 31px;
  cursor:pointer;
}
a.nextPage{
  background: url('../images/gallery-next.gif') no-repeat left center;
}
a.prevPage{
  background: url('../images/gallery-prev.gif') no-repeat left center;
}

a.disabled {
  visibility: hidden !important;   
}

div.scrollable {
  float:left; 
}

a.disabled {
  visibility:hidden !important;   
}

/***************** main text ******************/

#main{
  float: right;
  width: 640px;
  margin: 10px 0 40px 0;
}
#main h2{
  font-size: 160%;
  margin-bottom: 16px;
  color: #444;
  font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}
#main h3{
  font-size: 110%;
  padding-bottom: 15px;
  margin: 15px 0;
  border-bottom: 1px solid #D3D3D3;
}
#main h4{
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}
#main h5{
  font-size: 105%;
  font-weight: bold;
  margin-bottom: 10px;
}
#main h6{
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
#main .big{
  font-size: 120%;
  line-height: 1.5;
}
#main p{
  padding: 0 0 15px 0;
  font-size: 105%;
}
#main ul{
  padding: 0 0 25px 0;
  font-size: 105%;
  list-style: none;
}
#main ol{
  padding: 0 0 25px 20px;
  font-size: 105%;
}
#main ul li{
  background: url('../images/green-bullet.gif') no-repeat 0 10px;
  padding: 0 0 0 20px;
}
#main ul ol li{
  background: none;
  padding-left: 5px;
}
#main ul ul, #main ul ol, #main ol ul, #main ol ol{
  font-size: 95%;
  padding-bottom: 5px;
}
#main .column{
  width: 45%;
}
#main .column img{
  float: left;
  margin: 5px 10px 10px 0; 
}
#main blockquote p{
  font-style: italic;
  padding: 0 60px 10px 0;
  text-align: justify;
}
#main cite{
  font-style: normal;
  font-size: 85%;
}
#main table{
  margin: 0 0 15px 0;
  width: 100%;
}
#main th, #main td{
  padding: 5px 40px 5px 15px;
  text-align: left;
  border: 1px solid #dadada;
  margin: 1px;
  background: url(../images/input-back.gif) repeat-x left bottom;
}
#main th{
  color: white;
  background: #447EAC url(../images/input-back-blue.gif) repeat-x left top;
}
#main .article{
  font-size: 145%;
  font-weight: normal;
}
#main .info{
  color: #aaa;
  font-size: 85%;
}
.article-image img {
  float:left;
  width: 160px;
  height: auto;
  margin: 5px 12px 0 0;
  background: #fff;
  padding: 5px;
  border: 1px solid #1e7abf;
}

/***************** footer ******************/

.push {
  height: 77px;
}
#footerBackground{
  height: 77px;
  background: url('../images/footer-background.gif') repeat-x;
  margin: 0 auto;
}
#footer{
  width: 970px;
  padding: 0px 10px;
  font-size: 90%;
  margin: auto;
}
#footerLeft{
  float: left;
  line-height: 77px;
}
#footerLeft a{
  padding-right: 8px;
}
.grayBullet {
  padding-left: 15px;
  background: url('../images/gray-bullet.gif') no-repeat left center;
}
#footerRight{
  float: right;
  text-align: right;
  color: #6a7983;
  margin-top: 1.6em;
}


/**************** contact form **************************/

input, select, option{
  height: 18px;
  padding: 3px 5px;
}

input, select, textarea{
	border: solid 1px #d4d4d4;
	background: transparent url(../images/contact-input-back.gif) repeat-x;
	width: 190px;
	padding: 3px 5px;
}

option{background: white;}

textarea{
	width: 400px;
	background: transparent url(../images/contact-textarea-back.gif) repeat-x left bottom;
}

input.submit-button{
	background: #447EAC url(../images/input-back-blue.gif) repeat-x left top;
  height: 23px;
	border: 0;
	color: white;
	font-weight: bold;
}
label.bad{color: red; }
input.bad{border: 1px solid red;}

