@charset "UTF-8";
@import "reset.css";

/* PRINT */
@media print {
	body, #main, #content { color: #000 !important; }
	a, a:link, a:visited { color: #000 !important; text-decoration:none !important; }
	#nav, .noprint, .hide { display: none !important; }
}

/* iPhone (and iPod touch) settings */
@media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

body { font: 1em Helvetica, Geneva, Arial, Verdana, sans-serif; background-image: url(../images/background_gradient.png); background-repeat: repeat-x; background-color: #154269; margin: 0; padding: 0; text-align: center; color: #4c4a36; line-height: 1.65; }

/* divs */
#container { width: 1000px; margin: 0 auto; border: none; text-align: left; }
#utility { /*background-color: #000;*/ text-align: left; font-size: 0.8em; margin: .3em 0 .3em 0; color: #FFF; }
	#utility a, #utility a:link, #utility a:visited, #utility a:active { color: #aa6b35/*d78642*/; }
	#utility a:hover { color: #fff; }
	#utility #tollfree { margin-left: 24em; }
#search { float: right; margin: 0; padding: 0; }
/* header image div is selected randomly from this list: */

#header { background-color: #000; border: none; /*border-bottom: 6px solid #ac7f06;*/ padding: 0px; margin: .3em 0 0 0; } 
#header h1 { margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */ padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ }

#sidebar1 { float: left; /* since this element is floated, a width must be given */ width: 220px; /* 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: 0;/*15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */ }
#sidebar2 { float: right; /* since this element is floated, a width must be given */ width: 325px; /* 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 */ background-color: #fbfbb7; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 0; /*15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */ margin: 8px 0 0 0; border-top: 8px solid #d78642; border-left: none; border-right: none; }

#mainContent { margin: 0 326px 0 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */ padding: 0 10px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */ } 
#mainContentFullWidth { margin: 0 0 0 240px; /*padding: 0 10px 0 0;*/ }
#mainWidget { float: right; width: 750px; background-color: #ffffde; border-top: 8px solid #d78642; color: #444; font-weight: normal; padding: .3em .5em .3em .7em; margin: 8px 0; }
#footer { margin: 10px 0 0 0; padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ background: #092136; color: #fff; border-top: 8px solid #000; } 
#footer p { margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ }
.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; }

.content-left { float: left; width: 372px; }
.content-right { float: right; width: 372px; }

/* text styles */
h1, h2, h3, h4, h5, h6, th { font-family: Georgia, "Times New Roman", Times, serif; margin-bottom: 0.2em; margin-top: 0.35em; line-height: 1.2; font-weight: bold; color: #513448; }
h1 { font-size: 1.8em; color: #0c6cce; margin-top: .3em; }
h1 + h2 { margin-top: 0.5em; }
h2 { font-size: 1.25em; /*clear: both;*/ }
p + h2 { margin-top: 0.8em; }
h2 + h3 { margin-top: 0.5em; }
h3 { font-size: 1em; }
h4 { font-weight: bold; }
h5 {  }
h6 {  }
p { margin: 0 0 0.9em 0; font-size: 0.8em; }
/*p + p { text-indent: 1em; }*/
.attribution + p { text-indent: 0; }

/* navigation */
/* horizontal nav is based on Webfroot Horizontal NavBar: http://css.maxdesign.com.au/listamatic/horizontal14.htm */
#navlist { /*border-bottom: 1px solid #FFCC66; border-top: 1px solid #FFCC66;*/ margin: 0 auto; background-image: url(../images/horizontal_nav_bg_gradient.png); background-color: #154269; font-family: Georgia, serif; font-size: 1.6em; padding; 0.2em 0; text-align: center; text-transform: uppercase; letter-spacing: .2em; }
#navlist a, #navlist a:link, #navlist a:visited { border: 0px solid #FF9900; padding-left: 1.5em; padding-right: 1.5em; color: #fff; font-weight: normal; text-decoration: underline; }
#navlist a:hover, #navlist a:active, #navlist a:focus { padding-left: 1.5em; padding-right: 1.5em; text-decoration: none; background-color: #000; }
#navlist li { padding-right: 1px; display: inline; }
#navlist ul { margin: 0; padding: 0; }
#navlist #active a { background-color: #FFCC66; }

/* lists */
ul, ol { margin: 0.2em 0 0.75em 1em; padding: 0 0 0 1em; }
ul { list-style-type: square; }
ol { list-style-type: decimal; }
li { margin: 0 0 0.3em 0; font-size: 0.8em; }
li li { font-size: 1em; }
dl { width: 100%; margin: 1em 0 2em 0; display: inline; }
dt { width: 15%; float: left; margin: 0.5em 0 0 0; padding: 0.5em; border-top: 1px solid #999; font-weight: bold; background-color: #ccc; }
dd { width: 80%; float: left; margin: 0.5em 0 0 0; padding: 0.5em; border-top: 1px solid #999; background-color: #eee; }

/* this vertical navigation is based on Russ Weakley's rollover lists http://css.maxdesign.com.au/listamatic/vertical08.htm */
#navcontainer2 { line-height: 1.3; }
#navcontainer2 ul { margin-left: 0; margin-bottom: 0; padding-left: 0; list-style-type: none; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; text-align: left; }
#navcontainer2 ul ul { font-size: 1em; margin-left: 0.5em; margin-bottom: .4em; padding-left: 0; list-style-type: none; text-transform: none;}
#navcontainer2 ul ul ul { font-size: 1em; margin-left: 0.75em; margin-bottom: .4em; padding-left: 0; list-style-type: none; text-transform: none; }

#navcontainer2 li { font-size: 12px !important; }
#navcontainer2 a { display: block; padding: .3em 0 .3em .6em; /* width: 160px;*/ background-color: #242f42; border-bottom: 1px solid #ac6d38;  }
#navcontainer2 ul ul a { background-color: #3b4e6e; }
#navcontainer2 ul ul ul a { background-color: #4e6894; }
#navcontainer2 ul ul ul ul a { background-color: #4e6894; }
#navcontainer2 a:link, #navlistvertical a:visited { color: #fff; text-decoration: none; }
#navcontainer2 a:hover { background-color: #000; color: #e39553; }
#navcontainer2 a.active { background-color: #ffffde; color: #0c6cce; font-weight: bold; }

/* links */
a:link { color: #0c6cce; }
a:visited { color: #000; }
a:hover { color: #fff; background-color: #0c6cce; }
a:active {  }
#footer a:link { color: #d78642; }
#footer a:visited { color: #d78642; }
#footer a:hover { color: #000; background-color: #d78642; }
#footer a:active { color: #000; background-color: #d78642; }

/* images */
#header1 img, #header2 img, #header3 img, #header4 img, #header5 img { margin: 0; padding: 0; }
#sidebar2 img {  }
img { margin: 0; }
img.noborder { border: none; }
img.border { border: 1px solid #000; }
img.right { float: right; margin: 0.2em 0 0.4em 0.5em; }
img.left { float: left; margin: 0.2em 0.5em 0.4em 0; }
img.center, img.centre { display: block; margin: .4em auto; }
/* see custom classes for bordered image divs w captions */

/* tables */
table { border: 0px solid #555; margin: 1em 0 1em 0; font-size: 0.85em; }
th { border: 0px solid #333; font-weight: bold; text-align: middle; padding: 0.3em; /*background-color: #999;*/ }
tr { border: 0px solid #888; padding: 0.3em; }
td { border: 0px solid #888; padding: 1em 1em 0.3em 0.3em; border-top: 1px solid #513448; }
	td.left { text-align: left; }
	td.right { text-align: right; }

/* miscellaneous HTML tags */
em, i { font-style: italic; }
em em { font-style: normal; }
strong, b { font-weight: bold; }
u { font-style: normal; text-decoration: none; }
hr { padding: 0 0.3em 0 0.3em; margin: 0.3em 0 0 0.3em; }
blockquote, q { font-style: italic; border-left: 2px solid #999; margin: 1em 1.5em 1.5em 2.5em; padding: 0 1em 0 1em; font-size: 0.8em; line-height: 2; }
address { padding: 0 0 0 1em; font-style: italic; line-height: 1.6; }
acronym, abbr { font-style: italic; border-bottom: 1px dotted #666; text-decoration: dotted; }
code, kbd { font-family: "Monaco", "Lucida Console", Courier, "Courier New", monospace; font-size: 95%; background-color: #ccc; color: #000; margin: .5em 2em .5em 2em; }
pre { font-family: Courier, Monaco, "American Typewriter", monospace; color: #eee; margin: 2em 0 2.5em 0; padding: 5px 0 5px 10px; border-width: 1px 0 1px 0; border-color: #6b6b6b; border-style: dashed; }
sup { bottom: 1ex; font-size: .9em; }
sub { top: .5ex; font-size: .9em; }

/* custom classes */
.widget { overflow: auto; background-color: #ffffde; border-top: 8px solid #d78642; color: #444; font-weight: normal; padding: .3em .5em .3em .7em; margin: 8px 0; }
.navwidget { overflow: auto; background-color: #092136/*58677f*/; border-top: 8px solid #d78642; color: #444; font-weight: normal; padding: .3em .5em .3em .7em; margin: 8px 0; }
#sidebar1 div.widget { background-color: #fbfbb7; }
#sidebar2 div.widget { background-color: #fbfbb7; border-top: none; padding: 0 .5em .3em .7em; margin: 8px 0; }
.feature {  }
.featureright { width: 240px; float: right; border: 1px solid #000; padding: 0.3em 0.6em 0.3em 0.6em; margin: .4em 0 .4em .4em; background: #ccc; }
.featureleft {  }
.pullquote { font-size: 200%; width: 40%; border: none; text-align: left; float: right; margin: 1em 0 1em .5em; padding: 0.3em 0.5em; background: #ddd; }
.caption { font-size: 85%; font-style: italic; line-height: 1.4; }
.testimonial { font-style: italic; margin-bottom: 0; }
.attribution { text-align: right; margin: 0; padding: 0 20px 10px 200px; }
.attribution-narrow { text-align: left; margin: 0; padding: 0 0 10px 100px; }
.postalcode { margin: 0 0 0 0.5em; text-transform: uppercase; white-space: nowrap; } /* span class to keep postal codes uppercase and to prevent wrapping */
.tel { white-space: nowrap; } /* span class to keep phone numbers from wrapping */

img.align-right { float: right; margin-left: 5px; }
img.align-left { float: left; margin-right: 5px; }

.feature-center { width: 80%; border: 1px solid #ccc; background-color: #eee; margin: 10px auto; }
.feature-left { float: left; width: 350px; border: 1px solid #ccc; background-color: #eee; margin: 0 5px 0 0; padding: 5px; }
.feature-right { float: right; width: 320px; border: 1px solid #000; padding: 0.3em 0.6em 0.3em 0.6em; margin: .4em 0 .4em .4em; background: #eee;/*background-color: #eee; margin: 0 0 0 5px; padding: 5px;*/ }

/* calendar */

table#full-calendar { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; width: 740px; margin: 0 auto 5px auto; font-size: 90%; }
table#full-calendar th, table#full-calendar td.weekDays { padding: 5px; border-top: 1px solid #ccc; border-left: 1px solid #ccc; text-align: center; font-weight: bold; }
table#full-calendar td.weekDays { background-color: #ddd; }
table#full-calendar th.no-border { border-left: 0; }
table#full-calendar th span { font-size: 130%; }
table#full-calendar td.monthDay { background-color: #fff; }
table#full-calendar td.monthDay, table#full-calendar td.monthDayActive, table#full-calendar td.nonMonthDay { padding: 5px; border-top: 1px solid #ccc; border-left: 1px solid #ccc; width: 100px; height: 100px; vertical-align: top; }
table#full-calendar td.nonMonthDay { background-color: #ddd; }
table#full-calendar td.monthDayActive { background-color: #fefac4; }
table#full-calendar td.monthDayActive li a, table#full-calendar td.monthDayActive li a:visited { color: #0c6cce; }
table#full-calendar td.monthDayActive li a:hover { color: #fff; }
table#full-calendar td.today { background-color: #0c6cce; }
table#full-calendar ul { margin: 20px 0 0 0; padding: 0; list-style-type: none; list-style-image: none; }
table#full-calendar ul li { margin: 0 0 3px 0; }
table#full-calendar ul li span { color: #999; }
table#full-calendar ul li a:link { color: #000; }
table#full-calendar ul li a:visited { color: #ddd; }
table#full-calendar ul li a:hover, table#full-calendar ul li a:active { color: #fff; text-decoration: none; }
table#full-calendar span.dateNumber { float: right; color: #aaa; font-size: 1.2em; font-style: italic; }
table#full-calendar td.today span.dateNumber { float: right; color: #fff; font-size: 1.2em; font-style: italic; }
table#full-calendar td.today span.dateNumber a { color: #fff; }


/* --- small calendar --- */
table#small-calendar { margin: 10px 0; font: 0.7em Verdana; width: 100%; background-color: #fff; }
table#small-calendar td { text-align: center; border: 1px solid #ccc; padding: 3px; }
table#small-calendar th { text-align: center; font-weight: bold; border: 1px solid #ccc; padding: 2px; font-size: 120%; }
table#small-calendar td.weekDays { background-color: #ddd; color: #000; }
table#small-calendar td.nonMonthDay { background-color: #ddd; }
table#small-calendar td.today { background-color: #0c6cce; color: #fff; }
table#small-calendar td.monthDay:hover, table#small-calendar td.monthDayActive:hover { background-color: #ccc; }