body, header, table, tr, td, th, form {
  margin:0;
  padding:0;
  vertical-align:top;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /*background-color:#4B332B;*/
}

a {
	color: #0099CC;
}

.yellowText {
	color:#FFFFCC;
}

div#logo{
	float:left;
	background-color:#4B332B;
}

div#motto{
	float:right;
	background-color:#4B332B;
	margin-top:30px;
}

div#menu {
	float:right;
}

table#container {
	background-color:white;
	width:100%;
}

td#left, td#right {
	background-color:#4B332B;
}

td#center {
	width:960px;
}


div#sidenav {
	float:left;
	width:180px;
	color: #4B332B;
	margin-top:150px;
	margin-left:10px;
	font-size:10px;
}

div#main {
	float:right;
	width:710px;
	color: #4B332B;
	margin-right:50px;	
	font-size:12px;	
}

div#watermark {
	float:right;
}

div#rollover {

}

.footer {
	color: #FFFFCC;
	font-size: x-small;
}



div#footerCopy {
	text-align:center;
}

div#footerLinks {
	float:left;
}

div#footerEmail {
	float:right;	
}

.subtitle {
	color: #4B332B;
	font-weight: bold;
}

td.contact {
	
	text-align:left;
	padding-right: 10px;	
}

table.contactTbl {
	color: #4B332B;
	padding: 1px;
	vertical-align: middle;

}

input#submit {
	margin-left: 300px;
}

.sidenavOver {
	cursor: auto;
	filter: Chroma(Color=blue);
}

.bullets {
	list-style-position: inside;
	list-style-type: disc;
}
.subtitleBlue {
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}

div#mini {
	float:left;
	margin-right:10px;
	border:1px solid #0099CC;
}

div#miniDesc {
	height:210px;
	float:right;
	width:430px;
	
}

.required {
	font-size: x-small;
	color: #FF0000;
	
}

.error{
	color:red;
	font-weight:bold;
}

.blogComment {
	margin-left: 10px;
	margin-right: 100px;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #CCCCCC;
	text-indent: 25px;
	font-size: 8pt;
}

.blogPostTitle {
	color: #4B332B;
	font-family: Georgia, Serif;
}

.clientHeading {
	font-size: 24px;
	color: #FFFFCC;
}
.clientText {
	color: #FFFFCC;
}

