@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
#container {
	background: #FFFFFF;
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {background-color:#000000;}

#header img {vertical-align:middle; }

#navigation {
	float: left;
	width: 10em; /* top and bottom padding create visual space within this div  */
}

#map {
	width: 20em;
	height: 10em;
	margin-left: 0em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: relative;
}

#mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10em;
	padding-left: 1em;
} 

#mainContent .content_box {
	position: relative;
	width: 40%;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}	 
	
h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
}

h2 {
	font-size:90%
}

h3 {
	font-size:75%;
	list-style-type: none;
}

p {
	font-family: "Myriad Pro";
	font-size: medium;
}
strong {
	font-weight: bolder;
	font-style: normal;
}
em {
	font-style: oblique;
}

#breadcrumbs {
	margin: 3px 5px;
	text-align:left;
	color: #0066FF
}

#breadcrumbs li {
	display: inline;
	font-size:smaller
}

#breadcrumbs li a {
	font-weight: bold;
	font-family: verdana;
}

#breadcrumbs li a:link {
	color: #0000FF;
	font-weight: bold;
}

#breadcrumbs li a:visited {
	color: #47598D;
	font-weight: bold;
}

#breadcrumbs li a:hover{
  	color: #44D;
}

#breadcrumbs li.separator {
	padding: 2px;
}

#breadcrumbs li.currentPage {
	font: lighter;
	color: #000000;
}

#headline {
	margin-left: 10 em;
	text-align: center;
}

#headline h1 {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
}

#navigation ul {
	font-size: small;
}

#navigation h3  {
	text-align:center;
	border-top-width: thick;
	border-top-style: double;
	border-top-color: #0066FF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: smaller;
}

#navigation ul {
	list-style-type: disc;
	list-style-position: outside;
}

#navigation ul li  {
	font-size: smaller;
	font-weight: bold;
}

#navigation ul li a:link {
	color: #0000FF;
}

#navigation ul li a:visited {
	color: #47598D;
}

#navigation ul li a:hover {
	color: #FC0;
}

.textbox {
    float:right; 
    width: 25%;
    border: 1px;
    border-color: #000000;
    margin: 2px;
    padding: 2px;}

.textbox img {align: center; }
	 
.textbox h3 {
text-align:center;
margin: auto;
}

.textbox p {
	font-size: smaller;
	text-align:left;
	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer p {
	font-size: smaller;
	text-align: center;
}
.creditline {
	font-size: smaller;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

.slugline {
	font-size: smaller;
	font-weight: bolder;
	margin: 2px;
	padding: 2px;
	text-align: right;
	font-style: oblique;
}
.mailLink {
	font-weight: bolder;
}
.mailLink a {
	text-decoration: underline;
	color: #99CCFF;
}

.inlinePhoto {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
}
.inlinePhoto p {
	font-size: smaller;
	font-weight: bold;
	text-align: center;
	margin: 2px;
}
.menuSeparator {
	color: #0033FF;
	width: 60%;
}
