@charset "utf-8";

/* =============Initialization setup for all browsers ============== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ============= end of Initialization setup for all browsers ============== */

/* =========================== Template setup ============================ */
body {
	font: 100%/1.5 Arial, Helvetica, sans-serif;
	background: #004080;
	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: #FFF;
}

#container { /* this is for a .twoColHybLtHdr arrangement */
	width: 100%;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #004080;
	min-width: 52em;
	max-width: 62em;
}

#header { /* this is for a .twoColHybLtHdr arrangement */
	background: #FFF url(../thumbnails/Logoimage1.gif) no-repeat left bottom;
	margin: 0 30px 10px 30px;
	padding: 10px 30px 14px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom:6px solid #31c501;
}
#header a { /* remove the border from the header image link */
	border: none;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar1 { /* this is for a .twoColHybLtHdr arrangement */
	float: left;
	width: 12em; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px 0px; /* top and bottom padding create visual space within this div  */
	font-size: 110%;
}
ul.MenuBarVertical a#selected {
	font-weight: bold;
	color: #FFF;
	background-color: #004080;
	border-top: 2px solid #31C501;
	border-right: 2px solid #31C501;
	border-bottom: 2px solid #31C501;
	border-left: 12px solid #31C501;
	padding-left: 18px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
*/
#mainContent { /* this is for a .twoColHybLtHdr arrangement */
	margin: 0px 30px 20px 14em;
	max-width: 48em;
}
#mainContent h1 {
	font: normal 180%/1.1 Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.7em;
	padding-top: 10px;
}
#mainContent p {
	margin-bottom: 0.7em;
	font: 100%/1.3 Arial, Helvetica, sans-serif;
}

#footer { /* this is for a .twoColHybLtHdr arrangement */
	background: #FFF url(../thumbnails/Logoimage2.gif) no-repeat right top;
	padding: 15px 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 10px 30px 0 30px;
	border-top: 6px solid #31C501;
	max-width: 62em;
}
#footer p { /* this is for a .twoColHybLtHdr arrangement */
	padding-top: 7px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 70%;
	color: #004080;
}
#footer #baen {
	float: right;
	margin-left: 12px;
	padding-top: 2px;
}

/* Define the properties for default anchor text and anchor image behavior */
a {
	color: #AD2027;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* Miscellaneous classes for reuse */
.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;
}
.first { /* this class should be placed on the first element in a div needing top-border alignment */
	margin-top: 0;
}
/* =========================== end of Template setup ============================ */

/* =========================== #mainContent setup ============================ */
#mainContent h2 {
	margin: 1em 0 0.5em 0;
	text-align: center;
	font: normal 120%/1.1 Arial, Helvetica, sans-serif;
}
#mainContent img {
	border: 2px solid #004080;
	margin-bottom: 12px;
	padding: 2px;
}
#mainContent dt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#004080;
	line-height: 1.2;
}
#mainContent dd {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 1em;
	padding-bottom: 10px;
	line-height: 1.2;
}
#mainContent p.note {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	color: #31c501;
}
.centered {
	text-align: center;
	padding: 0;
}
.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: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
/* =========================== end of #mainContent setup ============================ */

/* =========================== #slideshow setup ============================ */
#slideshow {
	width: 260px;
	height: 260px;
	margin-bottom: 10px;
}
#slideshow img {
	width: 250px;
	height: 250px;
	position: absolute;
}
/* =========================== end of #slideshow setup ============================ */

/* =========================== .services setup ============================ */
.services_table {
	width: 45%;
	float: right;
	margin-left:6px;
	padding: 2px;
	border: 2px solid #004080;
	line-height: 1.3;
}
.services_table tr th {
	font-size: 60%;
	color: #004080;
	text-align: center;
	padding: 2px;
	border: 1px solid #004080;
	font-style: italic;
	font-weight: bold;
}
.services_table tr td {
	font-size: 60%;
	color: #004080;
	padding: 2px;
	text-align: center;
	border: 1px solid #004080;
}
/* =========================== end of .services setup ============================ */

/* =========================== #salespage setup ============================ */
#salespage .TabbedPanelsContent li { 
    list-style: disc;
	margin-left: 280px;
}
#salespage p.centered {
	margin-top: 12px;
}
#TabbedPanels1 {
	margin-bottom: 12px;
}
#contact dd {
	padding-left: 0;
}
/* =========================== end of #salespage setup ============================ */

/* =========================== #shows setup ============================ */
#showspage ul {
	background: url(../thumbnails/none.gif) no-repeat left center;
	margin: 0 0 0 10px;
	padding-left: 1em;
}
#showspage ul.point {
	background: url(../thumbnails/open.gif) no-repeat left center;
	margin: 0 0 0 10px;
	padding-left: 1em;
	cursor:pointer;
}
li.date {
	padding: 0 0 0 0.5em;
	margin: 0;
	float: left;
	width: 11em;
}
#showspage ul.close {
	background-image: url(../thumbnails/close.gif);
}
.results {
	margin-top: 0px;
	margin-left: 4em;
	font: normal 80%/1.1 Arial, Helvetica, sans-serif;
}
.results_table {
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 1.3;
}
.results_table tr td {
	padding: 0 0.8em;
	color: #004080;
}
/* =========================== end of #shows setup ============================ */

/* =========================== #gallery setup ============================ */
#controls, #picture {
	display: none;
}
/* =========================== end of gallery setup ============================ */

/* =========================== #sponsors & #links setup ============================ */
#mainContent p.logofltrt img {
	float: right;
	margin-left: 12px;
	border: 0;
}
/* =========================== end of #sponsors & $links setup ============================ */

/* =========================== #map setup ============================ */
#mapform {
	margin-bottom: 12px;
}
#mapdir {
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
	width: 260px;
	padding-top: 15px;
}
#map_canvas {
	float: left;
	margin: 0 0 12px 0;
	padding: 2px;
	width: 50%;
	height: 450px;
	border: 2px solid #004080;
}
#directionsPanel {
	float: left;
	margin: 0 0 12px 5px;
	font-size: 60%;
	padding: 2px;
	width: 44%;
	border: 2px solid #004080;
}
/* =========================== end of #map setup ============================ */

