/* CSS Document */

body {
background-image: url(images/bluedrops.jpg);
background-repeat: repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
}

#container {
width: 721px;
background-image: url(images/containerbg_11.gif);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
border-left: 4px solid #0A5DA4;
border-right: 4px solid #0A5DA4;
}

#container2 {
width: 721px;
background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
border-left: 4px solid #0A5DA4;
border-right: 4px solid #0A5DA4;
}

#banner {
background-image: url(images/bannerbg_07.jpg);
background-repeat: no-repeat;
background-position: bottom;
height: 263px;
}

#content {
float: left;
width: 495px;
padding: 20px;
}

#content2 {
float: left;
width: 681px;
padding: 20px;
}

#sidebar-a {
float: right;
width: 183px;
margin-right: 1px;
}

#footer {
font-size: 10px;
clear: both;
height: 160px;
border-bottom: solid #CDCDCD 1px;
text-align: left;
padding-left: 20px;
} 

#feedbox {
display: block;
background-color: #1a619f;
padding: 10px 20px 20px 20px;
margin-top: 30px;
margin-bottom: 30px;
color: #FFFFFF;
}

#feedbox ul li a:link, #feedbox ul li a:visited {
display: block;
background-image: url(images/icon-doc.gif);
background-repeat: no-repeat;
background-position: 1% 50%;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
padding-top: 5px;
padding-left: 24px;
padding-bottom: 5px;
}

#feedbox ul li a:hover {
background-color: #2973b3;
text-decoration: none;
}

#feedbox ul li {
margin: 0px;
list-style-type: none;
display: block;
border-bottom: 1px solid #4a8fca;
}

#feedbox ul {
margin: 0px 0px 20px 0px;
padding: 0px;
}

#feedbox h2 {
color: #FFFFFF;
font-size: 18px;
font-weight: 300;
padding-bottom: 12px;
text-align: left;
}

#feedbox p a:link, #feedbox p a:visited {
color: #FFFFFF;
text-decoration: none;
}

#feedbox p a:hover {
text-decoration: underline;
background-color: #1a619f;
}


/* Navigation */

div#navbar {
font-weight: bold;
text-align: center;
padding: 3px;
width: 715px;
background-image: url(images/navbg_05.jpg);
background-repeat: repeat-x;
font-size: 11px;
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #69ABE4;
background-color: #F6F6F6;
text-decoration: none;
display: inline;
padding-top: 3px;
padding-left: 10px;
padding-bottom: 3px;
padding-right:10px; 
}

#navbar ul li a:hover {
color: #0A5DA4;
background-color: #ffffff;
text-decoration: none; 
}

#navbar #current a {
color: #0A5DA4;
background-color: #ffffff;
text-decoration: none; 
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}

/* -- Nav Drop Downs -- */

#dropmenudiv{
position:absolute;
margin-top: 3px;
border:2px solid #CCCCCC;
border-bottom-width: 0;
font-size: 11px;
font-weight: bold;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 2px solid #CCCCCC;
background-color: #F6F6F6;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color:#69ABE4;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFFF;
color: #0A5DA4;
}




/* HTML Tags */

h1 {
font-size: 14px;
font-weight: bold;
}

h2 {
color: #0A5DA4;
font-size: 16px;
font-weight: 300;
border-top: 1px solid #0A5DA4;
border-bottom: 1px solid #0A5DA4;
text-align: center;
padding: 4px 0px;
font-weight: bold;
}

h3 {
font-size: 18px;
font-weight: bold;
}


/* classes */

.footer {
font-size: 10px;
text-align: center;
}

.photoleft {
float: left;
margin: 4px 12px 12px 0px;
padding: 4px;
border: solid 1px #666666;
}

.photoright {
float: right;
margin: 4px 0px 12px 12px;
padding: 4px;
border: solid 1px #666666;
}

.photoborder {
padding: 4px;
border: solid 1px #666666;
}

.redbolditalic {
color: #FF0000;
font-weight: bold;
font-style: italic;
}

/* links */

a:link, a:visited {
color: #4454F1;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
background-color: #4454F1;
text-decoration: none;
}

/*form*/
.formul {
margin-left: 10px;}
.formul ul{
list-style: none;
}
.formul ul li{
list-style: none;
margin:0px 0px 12px 0px;
}
fieldset {
/*border: 1px solid #000000;*/
width:420px;

}
.label {
/*width: 400px;*/
float:left;
color:#000000;
/*text-align: right;*/
/*margin-left: 15px;*/
display: block
}


.submit input {
margin-left: 4.5em;
} 
legend
{
color: #A31716;
background: #FFFFFF;
border: 1px solid #000000;
padding: 2px 6px;
}