body  {

	margin: 0px;

	padding: 0px;

	background-image:  url(../bg.gif);

	background-repeat: repeat;

	background-color: #445476;

	font-family: verdana, arial, helvetica, sans-serif;

	color: #333;

}



a:link {font-weight: bold; color: #660000; text-decoration: none;}

a:visited {font-weight: bold; color: #999999; text-decoration: none; }

a:hover {font-weight: bold; color: #993300; text-decoration: none;}



/* css rules for container table--all content will be in main */



div.centered {text-align: center;}

div.centered table {margin-left: auto; margin-right: auto; text-align: left;}



#firsttable {

	width: 780px; 

	margin: 0px; 

	padding: 0px;}



td#left {

	width: 20px;

	background-image:  url(../bgshadowleft.gif);

	background-repeat: repeat-y;

	vertical-align: top;

}

td#main {background-color: #fff; vertical-align: top; font-size: 11px; margin: 0; padding: 0;}



td#right {width: 20px; 	background-image:  url(../bgshadowright.gif); background-repeat: repeat-y;}



/* css rules for navigation bar */



#navigation {width: 100%; height: 25px; margin: 0px; padding: 0px; background-color: #445476;}



.navbutton {

	width: 100px;

	background-color: #445476;

	border-right: 1px solid white;

	margin: 0px;

	padding: 0px;

	font-family: verdana, arial, helvetica, sans-serif;

	font-size: 9px;

	color: #fff;

	text-align: center;

}



.navbuttonred {

	width: 100px;

	background-color:  #660000;

	border-right: 1px solid white;

	margin: 0px;

	padding: 0px;

	font-family: verdana, arial, helvetica, sans-serif;

	font-size: 9px;

	color: #ffffff;

	text-align: center;

}



/* link colors for main navigation buttons */

#navigation a:link {font-weight: bold; color: #fff; text-decoration: none;}

#navigation a:visited {font-weight: bold; color: #ccc; text-decoration: none;}

#navigation a:hover {font-weight: bold; color: #ccc; text-decoration: underline;}





/* leftmost and rightmost cells are a different color and have no text */

/* no width set for rightmost cell so it fills whatever space is left */



#leftnavcell {background-color: #333; width: 65px; 	border-right: 1px solid white; 	margin: 0px; padding: 0px;}



#rightnavcell {background-color: #333; margin: 0px; padding: 0px;}



/* home button is different dimensions from others */



#homebutton {

	width: 50px;

	background-color: #660000;

	border-right: 1px solid white;

	margin: 0px;

	padding: 0px;

	font-family: verdana, arial, helvetica, sans-serif;

	font-size: 10px;

	color: #fff;

	text-align: center;

}



#homebuttongone {

	width: 50px;

	background-color: #445476;

	border-right: 1px solid white;

	margin: 0px;

	padding: 0px;

	font-family: verdana, arial, helvetica, sans-serif;

	font-size: 10px;

	color: #fff;

	text-align: center;

}



#homebutton a:link {font-weight: bold; color: #FFFFFF; text-decoration: none;}

#homebutton a:visited {font-weight: bold; color: #CCCCCC; text-decoration: none;}

#homebutton a:hover {font-weight: bold; color: #CCCCCC; text-decoration: underline;}





/* second row of navigation-will be horizontal dropdown menu */

#dropdownmenu {	width: 100%; height: 40px; 	background-color: #ccc; margin: 0px;}



#dropdowntext {

	font-family: verdana, arial, helvetica, sans-serif;

	font-weight: bold;

	font-size: 9px;

	color: #660000;

	text-align: center;

	padding-top: 12px;

	padding-right: 10px;



}



/* 3rd row with photos with colorblock as separator */

#photorow {	width: 100%; height: 110px; margin: 0px; padding: 0px;}



#colorblock {background-color: #445476; width: 100%;}



/* content table */

/* leftmost column with logo */



#logo {

	width: 25%;

	text-align: left;

	font-family: verdana, arial, helvetica, sans-serif;

	vertical-align: top;

	border-right: 1px solid #ccc;

	margin: 0;

	padding: 0;

	padding-bottom: 15px;

	padding-top: 10PX;

}



#offices {

	margin-top: 40px;

	margin-left: 25px;

	text-align: left;

	margin-bottom: 15px;

	font-size: 10px;

}



#offices h1 {

	font-size: 13px;

	color: #660000;

	border-bottom: 1px solid #ccc;

	margin-right: 20px;

	padding-bottom: 5px;

}



/* middle content cell */

.middlecontent {

	vertical-align: top;

	border-right: 1px solid #ccc;

}



.middlecontent h1 {

	margin-top: 15px;

	margin-bottom: 0px;

	font-size: 17px;

	font-weight: bold;

	color: #660000;

	text-align: left;

	border-bottom: 1px solid #ccc;

	margin-left: 25px;

	margin-right: 25px;

	padding-bottom: 0px;

}



.middlecontent h2 {

	margin-top: 15px;

	margin-bottom: 0px;

	font-size: 13px;

	font-weight: bold;

	color: #660000;

	text-align: left;

	border-bottom: 1px solid #ccc;

	margin-left: 25px;

	margin-right: 25px;

	padding-bottom: 0px;

}



middlecontent ul, li {

	text-align: left;

	font-size: 11px;

	line-height: 1.4em;

	margin-right: 25px;

}





.middlecontent p {

	font-size: 12px;

	text-align: left;

	line-height: 1.4em;

	margin-left: 25px;

	margin-right: 25px;

	padding: 0px;

}



/* override bold tag for search engine optimization */



.middlecontent p strong {

	font-weight: normal;

}



/* product images */

.prodimage {

	margin-top: 15px;

	margin-left: 25px;

	margin-bottom: 10px;

}



.productcontent {

	vertical-align: top;

	margin-right: 50px;

}



.productcontent h1 {

	margin-top: 15px;

	margin-bottom: 20px;

	font-size: 20px;

	font-weight: bold;

	color: #660000;

	text-align: left;

	border-bottom: 1px solid #ccc;

	margin-left: 25px;

	margin-right: 40px;

	padding-bottom: 0px;

}



.productcontent h2 {

	margin-top: 15px;

	margin-bottom: 0px;

	font-size: 15px;

	font-weight: bold;

	color: #660000;

	text-align: left;

	border-bottom: 1px solid #ccc;

	margin-left: 25px;

	margin-right: 40px;

	padding-bottom: 0px;

}



.productcontent p {

	font-size: 11px;

	text-align: left;

	line-height: 1.4em;

	margin-left: 25px;

	margin-right: 40px;

	padding: 0px;

	margin-bottom: 10px;

}



.productcontent h3 {

	font-size: 13px;

	color: #660000;

	text-align: left;

	line-height: 1.4em;

	margin-left: 25px;

	margin-right: 40px;

	padding: 0px;

	margin-bottom: 10px;

}



/* override bold tag for search engine optimization */



.productcontent p strong {

	font-weight: normal;

}





/*right content cell */

#rightcontent {

	width: 25%;

	text-align: left;

	font-family: verdana, verdana, verdana, verdana, arial, helvetica, sans-serif;

	vertical-align: top;

	border-right: 1px solid #ccc;

	margin: 0;

	padding: 0;

	padding-bottom: 15px;

	padding-top: 10px;

	background-color: #fff;

}



#rightcontent h1 {

	margin-top: 10px;

	padding: 5px 5px 5px 0px;

	font-size: 11px;

	font-weight: bold;

	color: #333333;

	text-align: center;

	background-color: #CCCCCC;

	margin-left: 15px;

	margin-right: 15px;

}



#rightcontent p {

	font-size: 10px;

	text-align: left;

	padding-left: 0px;

	border-bottom: 1px dotted #ccc;

	margin-left: 15px;

	padding-bottom: 5px;

	margin-right: 15px;

	background-color: #F5F5F5;

}





/* address row at bottom of page */

#addressrow {

	width: 100%;

	margin: 0%;

	padding: 0%;

	height: 20px;

	background-color: #445476;

	vertical-align: bottom;

}



#leftaddresscell {

	background-color: #660000;

	width: 20px;

	border-right: 1px solid white;

	margin: 0px;

	padding: 0px;

}



#addresscell {

	font-family: verdana, verdana, verdana, verdana, arial, helvetica, sans-serif;

	font-size: 10px;

	color: #fff;

	text-align: center;

	border-right: 1px solid white;

	background-color: #333333;

}



#rightaddresscell {

	width: 10px;

	background-color: #660000;

	margin: 0px;

	padding: 0px;

}