@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;

	margin-right: 20px;

}

.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;
	margin-right:10px;

}

.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;

}

.bodytext2{

	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;

	font-size:15px;

	color:#492244;

	line-height:1.5;

	

}

.bodytext3{

	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;

	color:##FF9933;

	font-size:15px;

	font-weight:bold;

}

.bodyimg{

	float: left;

	padding: 0px 10px 3px 0px;

}

a{

	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;

	list-style-type:none;

	color:#FF6600;

	line-height:1.7;

	text-decoration:underline;

}

a:hover{

	color:#666666;

	text-decoration:underline;

}

.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;

}

#rightaddress{

	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;

	font-size:14px;

	font-weight:bold;

	color:#492244;

	width: 430px;

}

#splashinfo{

	float:right;

	width:250px;

	text-align: right;

	margin-top: 110px;

	font-size: 14px;

}

.greenbold{

	font-weight:bolder;

	font-size:20px;

	

}

.blackbold{

	color:#333;

	font-weight:bold;

}

#logo{

	width:164px;

	float: left;

}

#bodycontainersp{

	width:90%;

	height:auto;

	padding:0px 0px 20px 30px;

	margin-left: 50px;

}

#containerwithlogosp{

	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/whitebg2sp.jpg);

	height: auto;

	background-repeat: no-repeat;

	margin-top: 5px;

}

.specialbold{

	font-size:18px;

	font-weight: bold;

	text-align: right;

}

.twitter{

	padding-left: 245px;

	padding-top: 10px;

}

#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;

}

#footer a{

color:#993333;

}

#footer a:hover{

text-decoration:underline;

}


