@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #cccccc;
	width: 735px;
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#container  {
	width: 735px;
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 500px;
	float: left;
}
#container #header {
	height: 87px;
}
#container #menubar {
	background-color: #990000;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}
#container #menubar #logo {
	float: left;
}
ul#menu {
	height: 30px;
	font-size: .9em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	padding: 0;
	background-color: #990000;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200;

}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#menu li a {
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;

}
ul#menu li a:hover {
	color: #CCCCCC;
}
ul#menu li a.current {
	color: #990000;
	background-color: #DFDFDE;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 200%;
}
#container #SubMenu {
	background-color: #DFDFDE;
	height: 5px;
	background-image: url(../images/greybar-bg.jpg);
	background-repeat: repeat-x;
}
#container #footer {
	background-color: #FFFFFF;
	margin-top: 1px;
}
#container #footer #copyright {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #cccccc;
	text-align: center;
	clear: both;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#container #footer #contactboxes {
}
#container #footer #contactboxes .contact {
	float: left;
	width: 143px;
	font-size: x-small;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
}
#container #strapline {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	clear: both;
}
.frontpageimages {
	background-position: center;
	width: 500px;
	text-align: center;
	clear: both;
}
#container #mainContent p {
	clear: both;
}
#container #rightcolumn {
	width: 205px;
	float: right;
	height: 650px;
}
#container #rightcolumn .logo {
	height: 55px;
	width: 200px;
	text-align: center;
	background-position: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
}
.frontpageimages  .imagesbox {
	/* width: 365px; */
	margin-right: auto;
	margin-left: auto;
}

.frontpageimages  .imagesbox  .image   {
	float: left;
}
 #container  .equipment {
	float: left;
	width: 350px;
	height: 150px;
	margin-right: 1px;
	margin-left: 1px;
	border: 1px solid #CCCCCC;
	margin-top: 1px;
	margin-bottom: 1px;
}
#container   .equipment   p   {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#container #mainContent2 h1 {
	font-size: medium;
	text-transform: capitalize;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#container #mainContent h1 {
	font-size: medium;
}


#container   .equipment  .imageright  {
	float: right;
}
 #mainContent2 {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
}
#container .components {
	float: left;
	width: 350px;
	height: 200px;
	border: 1px solid #CCCCCC;
	margin: 1px;
}
#container .components p {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	padding-left: 3px;
}
#container #mainContent2 .components h2 {
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: small;
}

#container .components .imageright {
	float: right;
}

p.equipmentNote {
	/* text-transform:uppercase;
	font-weight:bold; */
}