@charset "UTF-8";

html {
	height: 101%;
}

body  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 82%;
	background-image: url(../images/bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color: #5AAAF1; 
	color: #000;
}
.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #BCD5FE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	opacity: 0.8; 
	-moz-opacity: 0.8; 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
} 


/*******************
** header styling **
*******************/
.twoColFixRtHdr #header { 
	padding: 10px 0px;
	height: 130px;
}
.twoColFixRtHdr #header #logo {
	float: left;	
	margin: 0px 0px -30px 20px;
}

.twoColFixRtHdr #header #buyOnline {
	float:right;
	width: 212px;
	margin-bottom: -40px;
}

.twoColFixRtHdr #header #date {
	margin: 0px 0px 0px 10px;
	font-size: 1.4em;
}

.twoColFixRtHdr #header #location {
	width: 300px;
	margin: 0px 0px 0px 10px;
}

.twoColFixRtHdr #header #strapline {
	width: 530px;
	margin: 10px 0px 0px 10px;
}

.twoColFixRtHdr ul#navigation {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
	background-color: #FFF;
}

.twoColFixRtHdr ul#navigation li {
	float: left;
	width: 20%;
	text-align: center;
}

.twoColFixRtHdr ul#navigation li a:link,
.twoColFixRtHdr ul#navigation li a:active,
.twoColFixRtHdr ul#navigation li a:visited {
	color: #69F;
	text-decoration: none;
}
.twoColFixRtHdr ul#navigation li a:hover { color: #09C; font-weight: bold;}
.twoColFixRtHdr ul#navigation li a.current { 
	background-image:url(../images/blue-arrow.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}



.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 209px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin: 20px 20px 20px 0px;
}


/*************************
** MAIN CONTENT STYLING **
*************************/
.twoColFixRtHdr #mainContent { 
	float: left;
	width: 690px;
	margin: 20px;
}

.twoColFixRtHdr #mainContent h1 {
	font-size: 1.5em;
	font-weight: normal;
}

.twoColFixRtHdr #mainContent h2 {
	font-size: 1.2em;
	font-weight: normal;
}

.twoColFixRtHdr #mainContent div.box {
	width: 217px;
	float: left;
	height: 314px;
	margin-right: 10px;
	background-image: url(../images/home-page.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.twoColFixRtHdr #mainContent div.box h2 {
	font-family: Impact, sans-serif, verdana;
	color: #FFF;
	font-size: 1.4em;
	text-align:center;
}

.twoColFixRtHdr #mainContent div.box ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.5em;
}

.twoColFixRtHdr #mainContent div.copy {
	background-color: #FFF;
	padding: 10px;
}

.twoColFixRtHdr #mainContent div.copy div#addressInfo {
	float: left;
	width: 210px;
}
.twoColFixRtHdr #mainContent div.copy div#map {
	width: 450px;
	float: right;
	padding: 0px;
	margin: 0px;
}

.twoColFixRtHdr #mainContent div.copy h2 {
	font-family: Impact, sans-serif, verdana;
	font-size: 1.5em;
	border-bottom: 1px solid #666;
	color: #5AAAF1;
}

.twoColFixRtHdr #mainContent div.copy h2 a:link,
.twoColFixRtHdr #mainContent div.copy h2 a:active,
.twoColFixRtHdr #mainContent div.copy h2 a:visited {
	color: #5AAAF1;	
	text-decoration: none;
}
.twoColFixRtHdr #mainContent div.copy h2 a:hover,
.twoColFixRtHdr #mainContent div.copy h2 a.current {
	color: #03C;	
}

.twoColFixRtHdr #mainContent div.copy ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.twoColFixRtHdr #mainContent div.copy ul li {
	width: 100%;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}

.twoColFixRtHdr #mainContent div.copy ul li h3 {
	font-weight: bold;
	font-size: 1em;
	width: 450px;
}

.twoColFixRtHdr #mainContent div.copy ul li a:link,
.twoColFixRtHdr #mainContent div.copy ul li a:active,
.twoColFixRtHdr #mainContent div.copy ul li a:visited {
	text-decoration: none;
	color: #666;
	width: 450px;
	display: block;
}
.twoColFixRtHdr #mainContent div.copy ul li a:hover {
	text-decoration: underline;	
}

.twoColFixRtHdr #mainContent div.copy ul li img,
.twoColFixRtHdr #mainContent div.copy img {
	float: right;	
}

.twoColFixRtHdr #mainContent div.copy p {
	font-size: 1em;
	width: 450px;
}










.twoColFixRtHdr #footer { 
	width: 920px;
	margin: 10px auto;
	padding: 0px;
	text-align: right;
} 
.twoColFixRtHdr #footer a:link,
.twoColFixRtHdr #footer a:visited,
.twoColFixRtHdr #footer a:active {
	text-decoration: none;
	color: #111;
	font-size: 0.8em;
}
.twoColFixRtHdr #footer a:hover { text-decoration: underline; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img { border: none; }