/* style.css */

body { 
	background-color: white;
	background-image: url('images/verticalbar.png');
	background-repeat: repeat-y;
	background-position: left;
}

body.sub { 
	margin-left: 30px;
}

a.navbar {
	color: #dddddd;
}
a.navbar:hover {
	color: yellow;
}
a {
	text-decoration: none;
}
td.body a, p a {
	color: blue;
}
td.body a:hover, p a:hover {
	text-decoration: underline;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Sans-Serif;
	background-color: white;
	color: #555555;
}
div.copy {
	font-size: x-small;
	text-align: center;
}
span.clickable {
	width: 250px;
	height: 80px;
	float: left;
}
td.navbar {
	color: #dddddd;
	font-size: x-small;
	text-align: center;
}
td.top {
	height: 80px;
	background: #00387b url('images/topbar.jpg');
	background-repeat: no-repeat;
}
td.body {
	vertical-align: top;
	padding: 12px;
        width: 100%;
}
img {
	border: none;
}
li {
	color: black;
}
h1, h2, h3, h4{
	color: #00387b;
}
h1 {
	margin-top: 5px;
}
h2.callus {
	background: #eeeedd;
	border: 1px solid #aaaaaa;
}
td.services {
	vertical-align: top;
}
p.dyn {
	font-size: small;
}
div.dyn{
	padding: 3px;
	float: right;
	clear: right;
	width: 50%;
}
div.content{
	text-align: center;
	margin-left: 20px;
}
div.mainimage{
	margin: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0px; 
	width: 500px; 
	height: 350px; 
	background: no-repeat url('images/moonscape.jpg');
}
	
a.sidebar {color: #00387b;}
a.sidebar:hover {color: #bfa500;}

p.sidebar {
	font-size: small;
}
img.sidebar {
	height: 60px;
	width: 70px;
	padding-bottom: 10px;
	float: right;
}
img.mainimage {
	width: 500px;
	height: 350px;
}
hr.sidebar {
	clear: right;
}
