/* CSS Document */

/*-------------Global Tags-----------------*/

body {
background: #2e5b89 url(images/bg.jpg) top center no-repeat;
margin: 0px;
font-family: Calibri, Arial, Helvetica, sans-serif;
padding: 0;
}

a {
border: none !important;
outline: none;
color: #5d8dbd;
}

img {
border: none !important;
outline: none;
}

p {
padding: 0;
margin: 0 0 15px 0;
}

h1 {
color: #0d2c4d;
font-size: 22px;
font-weight: 100;
font-family: Cambria, "Times New Roman", serif;
margin: 0;
padding: 10px 0 15px 0;
}

h3 {
color: #416c99;
font-size: 19px;
font-weight: 100;
font-family: Cambria, "Times New Roman", serif;
margin: 0;
padding: 0 0 15px 0;
}

h4 {
color: #4f8cc6;
font-size: 16px;
font-weight: 100;
font-family: Cambria, "Times New Roman", serif;
margin: 0;
padding: 0 0 15px 0;
}

input {
width: 318px;
height: 20px;
color: #444;
border: 1px solid #ccc;
margin: 0 0 10px 0;
padding: 3px 5px 5px 5px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #fff url(images/input_bg.gif) top center no-repeat;
}

input:focus {
border: 1px solid #999;
background: #fff;
}

textarea {
width: 318px;
height: 100px;
margin: 0px;
padding: 5px;
border: 1px solid #ccc;
overflow: auto;
font-family: "Trebuchet MS", sans-serif; 
color: #444;
font-size: 16px;
background: #fff url(images/textarea_bg.gif) top center no-repeat;
background-position: center;
}

textarea:focus {
border: 1px solid #999;
background: #fff;
}

/*-------------Sitenav--------------*/

#nav {
width: 838px;
height: 36px;
background: url(images/nav_bg.jpg) top left no-repeat;
padding: 7px 0 0 0;
}

#nav a {
display: block;
float: left;
height: 21px;
padding: 9px 25px 6px 25px;
margin: 0 0 0 15px;
color: #fff;
font-family: Cambria, "Times New Roman", serif;
font-size: 14px;
text-decoration: none;
text-align: center;
}

#nav a:hover {
background: url(images/nav_button_hover.jpg) bottom left repeat-x;
}

#nav a.active {
background: url(images/nav_button_active.jpg) bottom left repeat-x;
color: #336394;
}

/*-------------Layout Divs--------------*/

#wrapper {
width: 838px;
position: relative;
margin: 0 auto;
}

#header {
width: 838px;
height: 144px;
}

#content {
width: 838px;
background: #fff;
min-height: 300px;
background: #fff url(images/content_bg.jpg) top left no-repeat;
padding: 0 0 33px 0;
}

* html #content {height: 300px;}  /* IE min-height hack */

#left {
width: 233px;
float: left;
padding: 42px 0 0 33px;
}

#right {
width: 506px;
float: right;
color: #2c4260;
text-align: justify;
font-size: 14px;
padding: 33px;
}

#full {
width: 772px;
padding: 33px;
color: #2c4260;
text-align: justify;
font-size: 14px;
}

#clear {
clear: both;
height: 1px;
font-size: 1px;
}

#footer {
width: 818px;
height: 85px;
background: url(images/footer_bg.jpg) top left no-repeat;
font-size: 13px;
color: #a4c0da;
padding: 19px 20px 0 0;
text-align: right;
}

#partnerWrap {
border-bottom: 1px dotted #ccc;
margin: 0 0 20px 0;
}

#partnerLogo {
width: 223px;
float: left;
margin: 0 20px 50px 0;
}

#partnerText {
float: right;
width: 500px;
}

#hr {
width: 100%;
height: 1px;
border-bottom: 1px dotted #ccc;
margin: 0 0 15px 0;
}

#bioWrap {
margin: 0 0 20px 0;
}

#bioLogo {
width: 204px;
float: left;
}

#bioText {
float: right;
width: 550px;
}