﻿/* Remove padding and margin */
* {
	margin: 0px;
}

/* Put it back on certain elements */
p, pre, blockquote, fieldset {
	margin: 1em 0px;
}

/* Class for clearing floats */
.clear {
	clear: both;
}

body {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/pagebackground.jpg) repeat-x;
	background-color: #656565;
}

p { line-height: 16pt;}

/*
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #000080;
}
*/
div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#everything {
	background-color: white;
	text-align: left;
	margin: 20px auto 20px auto;
	width: 775px;
	border-right: #191970 1px solid;
	padding-right: 8px;
	border-top: #191970 1px solid;
	padding-left: 8px;
	padding-bottom: 8px;
	border-left: #191970 1px solid;
	padding-top: 8px;
	border-bottom: #191970 1px solid;
}

#header {
	height: 101px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 2px 0px;
	padding: 5px 10px 0px 0px;
	text-align: right;
	color: White;		
}

#header .name  { font-size: 18pt; font-weight: bold;}
#header .phone { font-size: 16pt; font-weight: bold; margin-top: 4px;}

#header img { padding-top: 5px; padding-left: 5px; }

#menu {
	height: 29px;
	background-image: url(images/menubackground3.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 10px;
	font-size: 10pt;
}
#menu_left { width: 300px; float: left; }
#menu_right { 
	font-size: 7pt;
	width: 300px; 
	float: right; 
	text-align: right; 
	padding-right: 10px; 
	line-height: 9px;
}

#menu a:link {
	color: #000000;
}
#menu a:visited {
	color: #000000;
}
#menu a:active {
	color: #000000;
}
#menu a {  text-decoration: none; }
#menu a:hover
{
    text-decoration: underline;
    color: #666666;
}

#content {
	font-size: 10pt;
	margin-bottom: 5px;
}

#content .name {font-size: 12pt; font-weight: bold;}
.bio { margin-top: 5px;}

#footer {
	margin: 20px auto auto auto;
	width: 775px;
	height: 20px;
	text-align: center;
	font-size: 8pt;
	color: #6D6D6D;
}

#footer a {
	font-size: 8pt;
	color: #336699;
	text-decoration: none;
}

#footer a:hover {
	color: #0482FE;
	text-decoration: underline;
}

.heading { font-size: 12pt; font-weight: bold; color: #336699; margin-top: 0px; }
.bold { font-weight: bold; }
.space { min-height: 400px; }

.whbg {
	background-color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	background-image: none;
}

#edit_div { text-align: center; }

#comm_left { width: 430px; float: left; }
#comm_right { width: 340px ; float: right; }
.small {
	font-size: 8pt;
	color: #191970;
}
.smallred {
	font-size: 8pt;
	color: #8b0000;
}
.imgBorder
{
    border: #000000 4px solid;
}

.photo {
    border: 1px solid black;
    background-color: White;
    padding: 4px;
    margin-bottom: 5px;
}

.map {
    border: solid 1px black;
}

a.hl:link {
	color: blue;
}
a.hl:visited {
	color: blue;
}
a.hl:active {
	color: blue;
}
a.hl:hover {
	color: blue;
}