/* CSS Document */

/* -- Layout -- */

body {
background-image: url(images/bodybg_01.gif);
background-repeat: repeat-x;
background-color: #EAF2FA;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 22px;
color: #0A569D;
}

#container {
width: 739px;
background-image: url(images/containerbg_17.gif);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
}

#banner {
background-image: url(images/bannerbg_03.jpg);
background-repeat: no-repeat;
height: 238px;
}

#content {
float: right;
width: 472px;
padding: 20px 30px 20px 30px;
}

#sidebar-a {
float: left;
width: 204px;
padding-top: 20px;
margin-left: 3px;
}

#footer {
text-align: center;
background-color:#0A569D;
clear: both;
height: 160px;
width: 100%;
padding-top: 10px;
font-size: 10px;
color: #FFFFFF;
}

#testimonial {
display: block;
border: solid 2px #bad3ec;
background-color: #EAF2FA;
padding: 10px 20px;
margin-top: 22px;
margin-bottom: 22px;
}

/* -- Links -- */

#content a:link, #content a:visited {
color: #FF0000;
text-decoration: none;
}

#content a:hover {
color: #FF0000;
text-decoration: underline;
}

#footer a:link, a:visited {
color: #FFFFFF;
text-decoration: none;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: underline;
}



/* -- HTML Elements -- */

H1 {
color: #0A569D;
font-size: 12px;
font-weight: bold;
display: block;
border-bottom: 1px solid #385138;
margin-bottom: 20px;
}




/* -- Classes -- */

.photoleft {
float: left;
padding: 5px;
border: 1px solid #0A569D;
margin-top: 8px;
margin-right: 18px;
margin-bottom: 18px;
}

.photoright {
float: right;
padding: 5px;
border: 1px solid #0A569D;
margin-top: 8px;
margin-left: 18px;
margin-bottom: 18px;
}

.photo {
padding: 5px;
border: 1px solid #0A569D;
margin-top: 8px;
margin-bottom: 18px;
}

.redbold {
font-size: 14px;
font-weight: bold;
color:#990000;
}