@charset "utf-8";
/* CSS Document */

html body { margin:0; font-family:"Calibri", Trebuchet MS, Verdana, Tahoma; color:#d6dde5; }

.background {
background-image:url(images/background-tile.gif);
background-repeat:repeat-x;
background-color:#3f536b;
}

.subBackground {
background-image:url(images/subpage-repeating-tile.gif);
background-repeat:repeat-x;
background-color:#3f536b;
}

.wrapper {
width: 924px;
margin: 0 auto;
text-align: center;
}

.nav {
height: 22px;
padding: 40px 20px 0 0;
}

.flashHeader {
width: 924px;
height: 418px;
}

.subHeader {
width: 924px;
height: 221px;
}

.leftPane {
float:left;
width: 387px;
}

.contentPane {
float: right;
width: 433px;
margin-bottom: 20px;
}

.FullcontentPane {
width: 584px;
background-image:url(images/palm-tree.gif);
background-repeat:no-repeat;
background-position: top left;
text-align: left;
min-height:350px;
}

/* IE fix */

* html .FullcontentPane {
height: 350px;
}


.footer {
clear: both;
padding: 15px 0 0 0;
background-image:url(images/footer-seperator.gif);
background-position: top;
background-repeat:repeat-x;
}

p {
margin: 0;
padding: 0;
text-align:justify;
}

h1 {
color:#ffffff;
font-size: 24px;
font-weight:bold;
margin: 0;
padding: 0;
text-align: left;
}

h2 {
color:#ffffff;
font-size: 16px;
font-weight:bold;
margin: 0;
padding: 0;
text-align: left;
}

.txt18 {font-size: 18px;}
.txt16 {font-size: 16px;}
.txt12 {font-size: 12px;}
.txt11 {font-size: 11px;}

.greenBox {
width: 387px;
height: 111px;
background-image:url(images/green-box-repeat.gif);
background-repeat:repeat-y;
}

.greenBoxbottom {
background-image:url(images/green-box-bottom.gif);
background-repeat:no-repeat;
height: 22px;
width: 387px;
}


li {
padding: 3px 0 3px 0;
}

ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}

a.foot:link { color:#d7dce3; text-decoration: none;}
a.foot:visited {color:#d7dce3; text-decoration: none;}
a.foot:hover {color:#d7dce3; text-decoration: underline;}
a.foot:active {color:#d7dce3; text-decoration: none;}


.navigationtxt {
font-family:"Calibri", Trebuchet MS, Verdana, Tahoma;
color:#415d8d; 
font-size:18px;
margin: 0 10px 0 10px;
}

a.navigationtxt:link { text-decoration: none;}
a.navigationtxt:visited {text-decoration: none;}
a.navigationtxt:hover {text-decoration: underline;}
a.navigationtxt:active {text-decoration: none;}

#frame {
border:4px solid #f6f6f6;
width:155px;
margin: 5px;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font-family:"Calibri", Trebuchet MS, Verdana, Tahoma;
font-size: 12px;
line-height: 18px;
z-index: 100;
width: 205px;
}

.anylinkcss a{
color:#415d8d; 
width: 100%;
display: block;
text-indent: 3px;
/* border-bottom: 1px solid #b7b7b7; */
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #d6dde5;
color:#415d8d;
}

label{
float: left;
width: 120px;
}

input, textarea{
font-family:"Calibri", Trebuchet MS, Verdana, Tahoma;
font-size: 14px;
color:#000;
width: 180px;
margin-bottom: 5px;
}

textarea{
font-family:"Calibri", Trebuchet MS, Verdana, Tahoma;
font-size: 14px;
color:#000;
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

