@charset "utf-8";
/* CSS Document */

@media only screen and (max-device-width: 480px) {
  .navigation {
    display: none;
  }
}
#container{
	width:900px;
	margin: 0 auto; /* 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. */
	background-image: url(images/whitebgnologo.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
}
#containerwithlogo{
	width:900px;
	margin: 0 auto; /* 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. */
	background-image: url(images/whitebg2.jpg);
	height: auto;
	background-repeat: no-repeat;
	margin-top: 5px;
}
body {
	font: 100% Trebuchet MS, Arial, Helvetica, sans-serif;
	background:url(images/bgpattern3.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
#topnavcont{
	width:620px;
	margin-top:15px;
	margin-left:60px;
}
.greennav{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#492244;
	font-size:16px;
	font-weight:bold;
	text-transform: lowercase; /* force text to lowercase */

}
.greennav a{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	list-style-type:none;
	color:#492244;
	line-height:1.7;
	text-decoration:none;
}
.greennav a:hover{
	color:#492244;
	text-decoration:none;
}
#subnavcont{
	width:600px;
	margin-top:13px;
	margin-left:60px;
}

.subnav{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
.subnav a{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	list-style-type:none;
	color:#fff;
	text-decoration:none;
}
.subnav a:hover{
	color:#FFF;
	text-decoration:underline;
}
#bodycontainer{
	width:80%;
	height:auto;
	padding:0px 0px 20px 20px;
	margin-left: 40px;
}
.bodytext{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#492244;
	line-height:1.5;
}
.bodyimg{
	float: left;
	padding: 0px 10px 3px 0px;
}
a{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	list-style-type:none;
	color:#cdcd49;
	line-height:1.7;
	text-decoration:none;
}
a:hover{
	color:#666666;
	text-decoration:none;
}
.bold{
	font-weight:bold;
}
.print{
	font-weight:bold;
	font-size:14px;
}
.address{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color:#492244;
}
#splashinfo{
	float:right;
	width:300px;
	text-align: right;
	margin-top: 160px;
	font-size: 14px;
}
.greenbold{
	color:#cdcd49;
	font-weight:bold;
}
.blackbold{
	color:#333;
	font-weight:bold;
}
#logo{
	width:164px;
	float: left;
}
#footer{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#993333;
	text-align: center;
	margin-top: 0px;
	margin-bottom:10px;
	padding-top:20px;
	background-image:url(images/whitebgbottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
