/* CSS Document */
* {
margin: 0;
padding: 0;
/*border: 1px solid #000;*/
}

body {
background-color: #ccc;
text-align: center;
}

form {
padding: 10px 0 10px 30px;
font-size: 85%;
}
/*////////////////////////////////
...TABLE ON LINKS PAGE
////////////////////////////////*/
table.links {
width: 100%;
/*border: 1px solid #000;*/
}
table.links td {

/*8border: 1px solid #000;*/
}

table.links img {
padding: 5px 0 5px 5px;
}


/*/////////////////////////////////
.....BLOCKQUOTE bottom of home page
/////////////////////////////////*/

blockquote {
width: 402px;
background: #e1e1e1 url(images/pullquote_top.gif) no-repeat;
position: relative;
margin: 20px 0 5px 120px;
/*border: 1px solid red;*/
}
p.quotebody {
padding: 40px 10px 15px 15px;
text-align: center;
font-size: 85%;
background: url(images/quotemark_bottom.gif) bottom right no-repeat;
width: 370px;
color: #000;
line-height: 1.4em;
font-weight: bold;
/*border: 1px solid green;*/
}

p.quotecite {
text-align: right;
padding-right: 40px;
padding-bottom: 26px;
background: url(images/pullquote_bottom.gif) left bottom no-repeat;
color: #000;
font-weight: bold;
font-size: 85%;
/*border: 1px solid #000;*/
}

/*///////////////////////////
...WRAPPER
//////////////////////////*/

#wrapper {
width: 800px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
margin: 10px auto 0;
background-color: #fff;
}

/*/////////////////////
..HEADER
/////////////////////*/

#header {
width: 800px;
height: 45px;
background-image: url(images/HD_header_top.jpg);
background-repeat: no-repeat;
border-bottom: 2px solid #fff;
}

/*////////////////////////////
...FLASH BANNER
////////////////////////////*/
#flash_banner {
width: 800px;
/*height: 200px;
margin-bottom: 5px;*/
}

/*.......ORANGE FADE.....*/

/*#orange_fade {
width: 800px;
height: 3px;
background-image: url(images/orange_fade.jpg);
background-repeat: no-repeat;
background-position: top;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
/*border: 1px solid #000;
}*/

/*/////////////////////////////////////////
...RIGHT COLUMN
/////////////////////////////////////////*/

#right_column {
float: right;
width: 115px;
/*border: 1px solid #000;*/
background-color: #fff;
}
#right_column img {
padding: 0px 5px 0px 0;
border: none;
}

/*///////////////////////////////////
...........MENU
///////////////////////////////////*/

#menu {
float: left;
width: 658px;
background-color: #e21617;
/*border: 1px solid #000;*/
font-size: 80%;
font-weight: bold;
padding: 6px 12px 6px 12px;
/*padding-left: 20px;*/
}
#menu.ourpeople{
width: 776px;
}
#menu a {
background-color: #e21617;
color: #fff;
padding: 6px 12px 6px 12px;
text-decoration: none;
}
#menu a:link{
padding: 6px 12px 6px 12px;
}
#menu a:hover {
background-color: #8b0e14;
color: #FFF;
padding: 6px 12px 6px 12px;
}

/*///////////////////////////////////
.....MAIN CONTENT
///////////////////////////////////*/

#main_content {
float: left;
width: 640px;
font-size: 85%;
line-height: 1.5em;
padding: 10px 20px 20px 10px;
}
#main_content h3 {
color: #000;
/*border-bottom: 1px solid #ccc;*/
padding-bottom: 5px;
text-align: center;
}
#main_content a {
color: #003875;
}
/*...pushes first paragraph of each page down...*/
#main_content p.main {
padding: 10px 0 0 0;
text-align: center;
}

#main_content ul {
padding-left: 35px;
}
#main_content img.map  {
float: left;
padding: 0px 15px 0px 20px;
}

#main_content img.front  {
float: right;
}
/*////////////////////////////////
.............FOOTER
////////////////////////////////*/

#footer {
clear: both;
background-color: #999;
text-align: center;
}
#footer p {
font-size: 70%;
padding: 7px 0 7px 0;
color: #FFF;
}

#footer a {
color: #003875;
}
h2 {
text-align:center;
color: #e21617;
}
/*///////////////////////////////////
.....OUR PEOPLE
///////////////////////////////////*/

#ourpeople {
padding: 0px;
width: 800px;
margin: 0px auto;
}
#ourpeople h3 {
color: #000;
text-align: center;
padding-top: 10px;
}

/*////contact images////*/

.contactimg {
float: left;
padding-left:20px;
}
.contactform {
clear: left;
padding-left: 180px;
}
.contacth3 {
padding-left: 90px;
}

