/* CSS Document */

/*Template Layout*/
body {
    background-color:#f1f5f8;
    background-image:url(../images/page_bg.jpg);
    background-position:top;
    background-repeat:repeat-x;
    margin:0px;
    padding:0px;
    color:#666666;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:1.5em; /* vertical spacing between your lines of text*/
}
a, a:link, a:visited {
    color:#2180ac;
}
a:hover {
    color:#2180ac;
    text-decoration:none;
}
#background_texture {
    background:url(../images/header_bg.jpg) center top no-repeat;
}
#wrapper {
    width:940px;
    margin:0px auto; /*centers your design on the page*/
    
}
#header {
    height:100px;
    width:940px;
    clear:both;
}
#logo {
    width:284px; /*change this width and height to match your logo image*/
    height:78px;
    float:right;
}
#header_contact {
    /*width:195px;
    height:52px;*/
    float:right;
   /* margin:20px 50px 0px 0px;*/ /* you may need to change these margins if your contact info is larger, order is top, right, bottom, left*/
}
#lang_links{
	 float:left;
}
#header_menu { /*the container that holds the main menu*/
    height:38px;
    margin:2px 0px 0px 0px;
    clear:both;
}
ul#navigation {
    margin:0px;
    padding:0px;
    margin-top:1px;
    width:940px;
    height:38px;
    /*position:absolute;*/  /*makes dropdown sit on top of flash & map*/
    z-index:100; /*makes dropdown sit on top of flash & map*/

}
ul#navigation li {
    float:right;
    list-style:none;
    display:inline;
    padding:0px;
    margin:0px;
}
ul#navigation a {
    float:right; /*makes the text sit beside each other not down the page*/
    color:#ffffff; /*menu color normal*/
    padding:10px 13px 10px 13px; /*space around and inbetween the buttons, top, right, bottom, left*/
    text-decoration:none; /*no underline*/
    text-transform:uppercase; /*all in capitals*/
    font:16px Georgia, "Times New Roman", Times, serif; /*menu text size and font*/
    letter-spacing:1px; /*space out the letters, remove if you want it normal*/
    background-image:url(../images/menu_divider.gif); /*the bar between each button*/
    background-position:right center;
    background-repeat:no-repeat;
}

ul#navigation li.hover a, ul#navigation li:hover a, ul#navigation a.active, ul#navigation a:hover {
    background-color:#2180ac; /*color behind the menu text*/
    color:#c4de87; /*color of text on mouse over*/
}
/*--drop down menu second-level - this is optional--*/
ul#navigation li.hover, ul#navigation li:hover {
    position:relative;
}
ul#navigation li.hover ul.second-level, ul#navigation li:hover ul.second-level {
    display:block;
}
ul#navigation li.hover ul.second-level ul.third-level, ul#navigation li:hover ul.second-level ul.third-level {
    display:none;
}
ul#navigation ul.second-level {
    position:absolute;
    top:35px; /*how far away from the top menu*/
    left:0;
    margin:0;
    padding:5px;
    width:160px;
    display:none;
    background-color:#2180ac; /*color of the dropdown*/
}
ul#navigation ul.second-level li {
    width:160px;
    margin:0;
}
ul#navigation ul.second-level a {
    display:block;
    float:none;
    width:140px;
    border:none;
    padding:0 10px;
    background:none;
    font:14px/26px Arial, Helvetica, sans-serif; /*font size and line height*/
    color:#FFFFFF;
    border-bottom:1px solid #64a6c5;
    text-transform:capitalize;
}
ul#navigation ul.second-level li.hover a, ul#navigation ul.second-level li:hover a, ul#navigation ul.second-level a:hover {
    color:#FFFFFF;
    background-color:#64a6c5;
}
#content_bg { /*the 2 columns of white*/
    background-image:url(../images/content_box_tilear.gif);
    background-repeat:repeat-y;
    margin-top:30px;
}
.top{
	 background-image:url(../images/content_box_topar.gif);
}
#content_bg .top {
    width:940px;
    height:5px;
}
.bottom{
	background-image:url(../images/content_box_bottomar.gif);
}
#content_bg .bottom {
    width:940px;
    height:5px;
}
#left_column {
    float:right;
    width:610px; /*640px minus the padding on left and right*/
    padding:15px;
    min-height:200px;
    text-align:right;
}
#right_column {
    float:right;
    width:280px; /*290px minus the padding on left and right*/
    padding:0px 5px 5px 5px;
}
hr.clear {
    margin-top:10px;
    margin:0px;
    clear:both;
    visibility:hidden;
}
#footer {
    height:70px;
    width:940px;
    margin:0px auto;
    color:#7ba1b3;
    font-size:12px;
    padding-top:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    clear:both;
}
#footer a, #footer a:link, #footer a:visited {
    color:#7ba1b3;
    text-decoration:none;
}
#footer a:hover {
    text-decoration:underline;
}
#footer .right {
    width:450px;
    float:right;
    text-align:right;
}
#footer .left {
    width:400px;
    float:right;
}
/*General Content*/

h1 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:22px;
    color:#2180ac;
    font-weight:normal;
    margin-top:0px;
}
h2 {
    color:#06437a;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:18px;
    margin-top:0px;
    margin-bottom:3px;
    font-weight:normal;
    letter-spacing:1px;
}
h3 {
    color:#a1c7da;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:16px;
    font-weight:normal;
    letter-spacing:1px;
}
.size11 {
    font-size:11px;
}
.image_border {
    border:1px solid #3b3b3b;
    margin:3px;
    padding:3px;
}
hr {
    border: 0;
    color: #e7e7e7;
    background-color: #e7e7e7;
    height: 1px;
    width: 100%;
    clear:both;
}
/*side bar*/

.top_title {
    width:264px; /*280px minus the padding*/
    height:27px; /*33px minus padding*/
    margin:0px -10px 5px -10px;
    padding:6px 3px 0px 13px;
    background-image:url(../images/column_top_title.jpg);
    background-repeat:no-repeat;
    background-position:top;
    color:#FFFFFF;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:16px;
    text-align:right;
}
.news_item {
    font-size:14px;
    border-bottom:1px solid #e7e7e7;
    padding:5px;
    margin-bottom:5px;
}
.news_item p {
    margin:0px;
    padding:0px;
}
.news_title {
    color:#2180ac;
    font-weight:bold;
}
.news_title a, .news_title a:link, .news_title a:visited {
    text-decoration:none;
}
.news_title a:hover {
    text-decoration:underline;
}
.quote_box_container {
    width:252px; /*280px minus padding*/
    height:83px; /*107px minus padding*/
    margin:10px -10px;
    background:url(../images/box_blue.jpg) no-repeat top;
    padding:10px 14px 14px 14px;
}
.quote_box_container .title {
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#c4de87;
    font-size:18px;
}
.quote_box_container .image {
    float:right;
    width:67px;
    height:64px;
    margin:0px 0px 0px 0px;
}
.quote_box_container .text {
    float:right;
    width:185px;
    font-size:12px;
    padding:5px 0px;
    line-height:normal;
    color:#FFFFFF;
}
.quote_box_container .text p {
    padding:0px;
    margin:0px;
}
.quote_box_container a, .quote_box_container a:visited, .quote_box_container a:link, .quote_box_container a:hover{
    text-decoration: none;
    color:#c4de87;
}

.testimonial {
    width:260px; /*280px minus padding*/
    height:138px; /*160px minus padding*/
    padding:14px 10px 8px 10px;
    background:url(../images/testimonial_bg.jpg) no-repeat top;
    font-size:11px;
    line-height:17px;
}
.testimonial .title {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:14px;
    color:#77aabf;
    padding-bottom:5px;
}
.testimonial p {
    padding:0px;
    margin:0px;
}
.italic {
    font-style:italic;
}
/*Home Page*/

.service_box_container {
    width:610px;
    border-bottom:1px solid #e7e7e7;
    margin-bottom:5px;
}
.service_box_container .image {
    float:right;
    width:67px;
    height:67px;
    margin:10px 0px 0px 22px;
}
.service_box_container .text {
    float:right;
    width:490px;
    font-size:12px;
    padding:5px 0px;
}
.service_box_container .text p {
    padding:0px;
    margin:0px;
}
/*Services Page*/

.service_table td {
    padding:3px 8px;
    color:#186c9b;
    font-size:12px;
    height:28px;
}
th { /*top row of the table*/
    background-color:#a1c7da;
    color:#FFFFFF;
    font-weight:bold;
    border-bottom:1px solid #ffffff;
    height:28px;
}
.row1 {
    background-color:#f1f5f8;
}
.row2 {
    background-color:#FFFFFF;
}
ul.ticklist {
    padding:0px 0px 0px 15px; /*indent whole list*/
}
ul.ticklist li {
    list-style:none;
    background-image:url(../images/icon_tick.gif);
    background-position:left top;
    background-repeat:no-repeat;
    margin:0px 0px 10px 0px;
    padding:0px;
    padding-left:25px;
    font-size:11px;
    line-height:normal;
}
/*Contact Page*/

.left_details{
float:right;
width:240px;
}

.map{
width:357px;
height:225px;
float:right;
}

.contact_title{
color:#186c9b;
font-weight:bold;
float:right;
width:70px;
}

.contact_detail{
float:right;
width:100px;
clear:right;
}

.forms {
    background-color:#FFFFFF !important; /*the important gets rid of the yellow google toolbar field style*/
    border:1px solid #c8cdd2 !important;
    margin:3px 0px;
    padding:4px;
}

.blue{
color:#186c9b;
}

#contact{
border:0;
}
#contact label{
float:right;
width:80px;
margin-right:15px;
clear:left;
color:#186c9b;
font-weight:bold;
text-align:right;
height:32px;

}
#contact input,
#contact textarea{
margin-right:40px;
}
#contact #submit{
clear:left;
margin-left:95px;
}
.search_box_top{
text-align:left;
}
#changeble_div{
	text-align: right;
	margin-right:20px
}