/* the font styles for the text */
h1, h2, h3, h4 {
clear: both; color: #336699;
}

h1 {font-size: 18px;
}

h2 {font-size: 16px;
}

h3 {font-size: 14px;
}

h4 {font-size: 10px;
}

p {color: #000000; font-size: 12px; line-height:20px;}
p.copyright {color: #ADADAD}

ul, li {font-size: 12px;font-weight: normal;line-height: 20px;}



p,h1,h2,h3,h4,ul,ol,li,div,span,blockquote,body,table,td {
font-family:verdana,arial,helvetica,sans-serif;
 }
/*the top of page links used as menu items */

a.top:visited, a.top:link {
text-decoration: underline;
background-color: #ffffff;
font-weight: bold;
color: #004a7b;

}

a.top:hover {
text-decoration: underline;
background-color: #ffffff;
font-weight: bold;
color: #9cceff;
}


/*footer navigation*/
a.foot:visited, a.foot:link {
font-size: 11px;
text-decoration: none;
background-color: #ffffff;
font-weight: normal;
color: #004a7b;

}

a.foot:hover {
font-size: 11px;
text-decoration: none;
background-color:#ffffff;
font-weight: normal;
color: #9cceff;
}



 
/* the link text styles */
a:link {
background-color: #ffffff;
color:#004a7b;
font-weight: bold;
text-decoration:none;
}

a:visited {
color: #004a7b;
background-color: #ffffff; 
font-weight: bold;
text-decoration: none;
}

a:hover {
color:#99ccff;
background-color:#ffffff;
}

a.here:link, a.here:visited, a.here:hover {
color: #ffcc66;
background-color: #004a7b;
font-weight:bold;
text-decoration:none;
}





a.nav:link, a.nav:visited {
color: #ffffff;
background-color: #004a7b;
font-weight:bold;
text-decoration:none;
}
a.nav:hover {
color: #99ccff;
background-color: #004a7b;
}

a.outside:link, a.outside:visited {
color: #ffffff;
background-color: #004a7b;
text-decoration:none; 
font-weight: normal;
}

a.outside:hover {
text-decoration:underline;
background-color: transparent;
}
/*a.email:link {
color:#000000;
{
a.email:visited {
color:#000000;
{

a.email:hover {
color:#000000;
{
*/


/* the color and border class selectors */



.topoflist {
background-color: #ffffff;
color:#004a7b;
font-weight:bold;font-size: 12px;line-height: 22px;
}

.inlist {
background-color: #ffffff;
color:#000000;
font-weight:normal;font-size: 12px;line-height: 18px;
}

.maincolor {
background-color: #ffffff;
color:#000000;
}

.seccolor, .seccolorleft, .seccolorright {
background-color: #004a7b;
color:#ffffff;
}

.seccolorleft {
border-right: 2px solid #000000;
}


.seccolorright {
border-left: 2px solid #000000;
}


/*the styles for the content DIVs */
#left {
margin-top: 40px;
margin-left: 20px;
width: 180px;
font-size: 12px;
line-height: 24px;
}

#phonenumbers{
color: #ffcb63;
background-color: #004a7b;
margin-top: 40px;
margin-left: 20px;
width: 130px;
font-size: 12px;
font-weight: bold;
line-height: 24px;
}


#right {
margin-top: 40px;
margin-left: 20px;
margin-right:20px;
font-size: 11px;
line-height: 16px;
}

#copyright {
width: 180px;
font-size: 10px;
line-height: 24px;
}





#main {
padding: 0px 10px 10px 20px;
}

/* the body element styles */

body {margin: 0;}


/* form element styles */

input.submitbutton {
color: #004a7b;
background-color: #ffcc66;
border-top: 2px solid #ffcc66;
border-right: 2px solid #ffcc66;
border-bottom: 2px solid #ffcc66;
border-left: 2px solid #ffcc66;
font-family: arial, sans-serif;
font-size: 11px;
font-weight: bold;
height: 20px; 
width: 80px;
vertical-align:middle;
}

input.textbox {
color:#004a7b;
background-color:#9CCEFe;                         /*#004a7b;*/
font-family: arial, sans-serif;
font-size: 11px;
font-weight: bold;
border-top: 1px dashed #ffffff;
border-right: 1px dashed #ffffff;
border-bottom: 1px dashed #ffffff;
border-left: 1px dashed #ffffff;
height: 18px;
width: 80px;
vertical-align:middle;
padding:2px 0px 0px 2px;
}

/*the photo strip */

#photo {
background-image: url(images/stripcolor.jpg);
background-repeat: repeat-x;
background-position: 0% 0%;
}

/* floating elements */

.picright {
float: right;
padding: 10px;
}
.picleft {
float: left;
padding: 20px;
}

