@charset "utf-8";

/* CSS Document */

/*@import "navl.css";*/
@import "nav.css";
@import "form.css";

html, body, form {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    font-family: "Arial Narrow", Arial, sans-serif;
    background-attachment: fixed;
    text-align: center;
    background: url(../img/layout/back5.jpg) #b4cbeb no-repeat;
    background-position: bottom right;
}

p { color: black; }

a img { border: none; }

a, a:visited { color: blue; }

.logo a img, .logo a img:visited { border: none; }

#mainbox { }

.content {
    border:1px solid #1A69A5;
    opacity:0.9;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    background:white;
    /*border-bottom: 3px solid #1A69A5;
	border-top: 3px solid #1A69A5;*/
    overflow: auto;
    text-align: left;
}

.content p {
    text-align: justify;
    padding: 5px;
    margin: 0 0 3px 0;
}

/*.content div > p {
    margin:10px;
    padding:0;
    text-align: justify;
}*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    text-align: left;
}


.content h1 {
    margin: 20px;
    padding-left: 40px;
    background: url(../img/layout/leaf.gif) no-repeat left;
    border-bottom: 1px solid #ccc;
}

.content h2 {
    font-size: 120%;
    margin: 10px 0 4px 3px;
}

.content h3 {
    font-size: 110%;
    margin: 8px 0 4px 3px;
}

.content h4 {
    font-size: 100%;
    font-style: normal;
    margin: 6px 0 4px 3px;
}
.content h5 {
    font-style: normal;
    font-size: 100%;
    margin: 4px 0 4px 3px;
}

.content h6 {
    font-style: normal;
     font-size: 100%;
     margin: 4px 0 4px 3px;
}

.content {
    padding:20px;
}

.content img, .content p img {
    /*margin-right: 5px;*/
}

.contcolthree1,.contcolthree2,.contcolthree3 {
    float: left;
    width: 33.2%;
    height: 90%;
    text-align: center;
}

.contcoltwo1,.contcoltwo2 {
    float: left;
    width: 49.9%;
    height: 90%;
    text-align: center;
}

.contcolthree2, .contcolthree3, .contcoltwo2 {
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
}

.breadcumb a:link, .breadcumb a:visited, .breadcumb a:hover, .breadcumb {
    color: black;
    font-size: 10px;
}

div.contcolpic {
    margin: 4px;
    width: 400px;
    border: 1px solid black;
    height: 200px;
    clear: both;
}

.footer { color: #fff; }

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Correct text-align in Dojo Dialog Box for the Canada map */
.ddialog {
    text-align: left !important;
}

#testimonials {
    background-color: #fff;
    opacity:0.9;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    text-align: left;
    padding: 5px;
    /*height: 100px;*/
    margin: 5px 5px 5px 3px;
    width: 112px;
    /*-o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
    border: 1px solid #1A69A5;
    overflow: hidden;

}

#testimonials, #testimonials p, #testimonials a {
    font-size: 90%;
    color: #000;
    text-decoration: none;
    font-family: "Arial Narrow", Arial, sans-serif;

}
