/* CSS Document */

body
{margin:0;
padding:0;
background-color:#999999;
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;}

#wrapper  /* Positioning of the greyed logo on the large images pages */
{background-image:url(images/logo03.gif);
background-repeat:no-repeat;
background-position:top left;}

#wrapper_com  /* Positioning of the greyed logo on the large images pages */
{background-image:url(images/logo2.jpg);
background-repeat:no-repeat;
background-position:top left;}

.navigation
{font-size:0.8em;}
.navigation ul
{list-style:none;
margin: 0;
padding:10px 0 15px 5px;
color:#333333;
/*background-color:#99FF33;*/
}
.navigation li 
{display:inline;
color:#333333;}
.navigation a:link, .navigation a:visited
{color:#333333;
text-decoration:none;
display:inline;}
.navigation a:hover, .navigation a:active
{color:#333333;
text-decoration:underline;}

.navigation_img
{float: right;
min-height: 26px;
font-size:0.8em;}
.navigation_img ul
{list-style:none;
margin: 0;
padding: 5px 5px 0 0;
/*background-color:#99FF33;*/
}
.navigation_img li 
{display:inline;}

.indent  /* All text is indented to align with the navigation bar */
{padding-left:10px;
color:#333333;
font-size:0.8em;
font-weight:bold;
line-height:1.5;
text-align:left;}

p
{font-size: 1em;
color:#333333;
text-align:left;
font-weight:normal;}

#links
{padding-left:10px;
color:#333333;
font-size:0.8em;
font-weight:bold;
line-height:1.5;
text-align:left;}

#black ul /* all bulleted lists */
{list-style-type:square;
font-size: 0.8em;
color:#333333;
text-align:left;
font-weight:bold;
line-height:1.5;
padding-left:10px;}

/* email link from contact page */
a.email:link, a.email:visited, a.email:active{color:#333333;text-decoration:none;}
a.email:hover{color:#333333;text-decoration:underline;}

.commercial ul
{list-style:none;
margin:5px;
}