/* Stylesheet bg theme */
@import url(theme.css);
@import url(sidebarmenu.css);
/** document general options **/
body {
	font:12px Helvetica, Arial, Tahoma, sans-serif;
	line-height: 150%;
	margin-top: -9px;
	color: #333333;
}
body, html {
	height:100%;
}
span.clearFix {
	width:100%;
	height:0px;
	visibility:hidden;
	clear:both;
	display:block;
	margin:0;
	padding:0;
	font-size:0px;
}
.hidden {
	display:none;
}
a {
	text-decoration: none;
	color:#663366;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
	color: #663366;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	font-weight:bold;
	padding-bottom: 6px;
}
h3 {
	font-size:14px;
	color: #333333;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	padding: 15px 0 6px 0;
}
h5 {
	font-size:13px;
	font-weight: bold;
	padding: 15px 0 12px 0;
	color: #404040;
}
h5.home {
	font-size:14px;
	font-weight: bold;
	padding: 8px 0 13px 0;
	color: #404040;
}
h5.dottedunderline {
	color: #404040;
	padding:10px 0 5px 0px;
	border-bottom:1px dotted #d9d9d9;
	text-transform:none;
	font-weight:bold;
	padding-bottom:6px;
}
h3.sub3 {
	font-size:12px;
	color: #336633;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-weight: bold;
	text-transform:none;
	padding: 10px 0 0 0;
}
hr {
	height: 3px;
	border-top:1px dotted #aaa;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
}
/** button stylings **/
div.inner-nav {
	clear:both;
	margin:10px 0;
}
div.inner-nav a, a.button {
	display:inline-block;
	background:url(/img/bg-buttons-left.gif) no-repeat;
	text-decoration:none;
	height:21px;
	padding:0 0 0 15px;
	color:#fff;
	font-weight:bold;
	font-size:9pt;
}
div.inner-nav a:hover, a.button:hover {
	color:#333;
}
div.inner-nav a span, a.button span {
	display:block;
	background:url(/img/bg-buttons-right.gif) no-repeat right;
	padding:0 15px 0 0;
	line-height:21px;
}
a.button {
	margin:0 10px;
}
.align-left {
	float:left;
}
.align-right {
	float:right;
}
.align-right-right {
	float:right;
	text-align:right;
}
/** text colors assigned to elements in various areas **/
.dark {
	color:#404040;
}
.dark-gray {
	color:#6D6E71;
}
.light-grey {
	color:#D1D3D4;
}
.light-blue {
	color:#CCDDE7;
}
.blue {
	color:#6BAED5!important;
}
.plum {
	color:#60335B;
}
.apricot {
	color:#FFBA64;
}
.olive-green {
	color:#7A903E;
}
.fresh-green {
	color:#B9BD17;
}
.yellow {
	color:#D8C800;
}
.haystack {
	color:#D6CC70;
}
.white {
	color:#fff;
}
.print {
	color:#fff;
	text-align:right;
}
/** 2 col content **/




/** header styles **/
.subhead1 h2 {
	font: 16px bold #60335B Helvetica, Arial, Tahoma, sans-serif;
}
.subhead2 h3 {
	font: 14px bold #333333 Helvetica, Arial, Tahoma, sans-serif;
	padding-bottom:15px;
}
.newsheadline h2 {
	font:16px bold #333333 Georgia, "Times New Roman", Times, serif;
}
.newssubhead h3 {
	font:12px bold #333333 Georgia, "Times New Roman", Times, serif;
}
.newsdate h4 {
	font:10px bold italic #333333 Helvetica, Arial, Tahoma, sans-serif;
}
.footnotes h5 {
	font:9px italic #6666666 Helvetica, Arial, Tahoma, sans-serif;
}
/** MISC **/

.spacer200 {
	height: 200px;
}
.spacer80 {
	height: 80px;
}
.spacer40 {
	height: 40px;
}
div#container {
	width:960px;
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -113px;
}
.push {
	height:133px;
}
/** HEADER AND NAVIGATION **/
div#header {
	padding-top: 0px;
}
/** logo, which is a typographical h1 element (you can edit this part if you want to replace with your logo graphic) **/
	div#header h1 {
	font-weight:bold;
	float:left;
	width: 1px;
	margin-top: 40px;
}
div#header h1 a {
	color:#fff;
	text-decoration:none;
}
div#header h1 a:hover {
	color:#ccc;
}
/** header userbox **/
	p#userbox {
	float:right;
	color:#FFF;
	padding:0px 0px 0px 18px;
	margin:7px 5px 0 0;
	text-align: right;
}
p#userbox a {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}
p#userbox a:hover {
	color:#fff;
}
p#userbox small {
	display:block;
	margin-top:2px;
	color:#fff;
	font-size:10px;
}
p#userbox strong {
	display:block;
	margin-top:2px;
	color:#fff;
	font-size:12px;
}
/** header timebox**/
	p#timebox {
	float:left;
	color:#FFF;
	padding:0px 18px 0px 0px;
	margin:7px 0 0 4px;
	text-align: left;
}
p#timebox a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
}
p#timebox a:hover {
	color:#fff;
}
p#timebox small {
	display:block;
	margin-top:2px;
	color:#fff;
	font-size:11px;
}
p#timebox strong {
	display:block;
	margin-top:2px;
	color:#fff;
	font-size:12px;
}
div#top {
	width: 960px;
	margin-top:-5px;
	height: 190px;
}

div#top_bu {
	background:url(/img/bg-header-sub-default.jpg) no-repeat;
	width: 960px;
	margin-top:-5px;
	height: 190px;
}


/** menu **/
	
	
	ul#menu {
	width:950px;
	padding-left: 10px;
	float:left;
	margin-top: 2px;
	background: url(/img/nav_bg3.png) top center no-repeat;
}
ul#menu li {
	float:left;
	height:40px;
	position:relative;
}
ul#menu li a {
	color:#FFF;
	text-decoration:none;
	padding:10px 10px 10px 10px;
	height:20px;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	background:url(/img/bg-topnav-mask.gif) no-repeat 0 0;
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul#menu li a:hover {
	color:#6baeds;
	background:#fff;
	background:url(/img/bg-topnav-mask.gif) no-repeat top right;
}
ul#menu li a.top-level {
	position:relative;
	padding-right:38px;
	font-size: 130%;
	font-weight: bold;
	margin-right: 12px;
}
ul#menu li a.top-level span {
	background:url(/img/bg-toplevel.gif) no-repeat 0px 4px;
	width:11px;
	height:10px;
	display:block;
	position:absolute;
	right:10px;
	top:13px;
}
ul#menu li a.top-level:hover span, .blue span {
	background-image:url(/img/bg-toplevel-hover.png) !important;
}
ul#menu li ul {
	position:absolute;
	top:40px;
	min-width:200px !important;
	left:0px;
	z-index:999;
	background:#fff;
	visibility:hidden;
	display:none;
	padding-bottom:10px;
	border:2px solid #ccc;
	border-left:none;
	border-top:none;
	border-right-width:1px;
	padding-top:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}
ul#menu li ul li {
	float:none;
	height:auto;
	border-bottom:1px dotted #d6d8d9;
}
ul#menu li ul li:hover {
	background:url(/img/bg-submenu-hover.gif) no-repeat;
}
ul#menu li ul li a {
	padding:6px 3px 6px 20px;
	display:block !important;
	background:url(/img/link-arrow-regular.gif) no-repeat 10px 10px !important;
	color:#5c6467;
	text-decoration:none;
	text-align:left;
	text-transform:capitalize;
	height:auto;
	background-color:none !important;
	font-weight:normal;
}
ul#menu li ul li a:hover {
	color:#fff;
	background-image:url(/img/submenuhover.gif) !important;
}
ul#menu li.selected a {
	background:#86c3e2;
	color:#fff;
}
/** search form **/
	div#header form {
	float:right;
	width:246px;
	margin-top:9px;
}
div#header form fieldset legend {
	display:none;
}
div#header form fieldset label#searchbox {
	display:block;
	background:url(/img/bg-search.gif) no-repeat;
	height:21px;
	width:246px;
}
div#header form fieldset label#searchbox input {
	background:none;
	border:none;
	outline:none;
	padding:4px 0 0 23px;
	color:#666;
	font-size:0.9em;
}
/** END OF HEADER **/

/** CONTENT **/
div#content {
	padding-top:10px;
}
/** main heading of the page **/
	 div#content-top {
	margin-bottom:15px;
	margin-top:-25px;
}
div#content-top img.imgpreview {
	width: 956px;
	border: 1px dotted #ccc;
	padding: 1px;
}
div#content-top h2 {
	font-size:200%;
	font-weight:bold;
	color:#373d40;
	margin-left:12px;
	float:left;
}
div#content-top a#topLink {
	float:right;
	display:inline-block;
	padding-left:23px;
	text-decoration:none;
	font-weight:bold;
	color:#508db8;
	height:14px;
	margin-top:10px;
	margin-right:12px;
}
div#content-top a#topLink:hover {
	color:#333;
}
/** box general settings **/
	div.box {
	margin-bottom:15px;
	width:100%;
}
div.box-container {
	background-color:#fff;
	padding: 10px 10px 10px 10px;
	min-height: 760px;
}
div.box-container p {
	line-height:18px;
	padding: 10px 10px 10px 0px;
}
div.box h4 {
	background:#6baed5;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px;
	color:#FFF;
} /** Change this to update the box color headers **/
div.box-container p a {
	text-decoration:none;
}
div.box-container p a:visited {
	text-decoration:none;
}
div.box-container p a:hover {
	text-decoration:none;
}
div.box h4 a {
	color: #fff;
	text-decoration:none;
}
div.box h4 a:visited {
	color: #fff;
	text-decoration:none;
}
div.box h4 a:hover {
	color: #fff;
	text-decoration:none;
}
div.box-container form {
	margin-left: 10px;
	padding-top: 15px;
}


div#mid-col .box .box-container ul li {
	
    margin-top: 10px;
	padding-left: 5px;
	margin-left: 20px;
	list-style-type:square
}
div#mid-col .box .box-container ul li ul li {
	font-size: 100%;
	margin-top: 5px;
	margin-left: 20px;
	list-style-type:disc;
	font-weight: normal;
}
div#mid-col .box .box-container ul li ul li ul li {
	font-size: 100%;
	margin-top: 5px;
	margin-left: 20px;
	list-style-type:circle;
	font-weight: normal;
}





/** columns **/
	div#left-col, div#mid-col {
	float:left;
	margin-right:7px;
}
div#mid-col {
	width:558px;
}
div#right-col {
	margin-right:0px;
	float:right;
}
div#left-col {
	width:223px;
}
div#right-col {
	width:165px;
}
div.full-col {
	width:740px !important;
	margin-right:0px !important;
}
/** 2 columns **/
	
	div#fullright-col {
	width:728px;
	margin-left: 231px;
}
div#fullright-col .box .box-container img {
	padding-left: 20px;
	padding-right: 20px;
}
/** 1 column **/
	
	div#full-1col {
	width:960px;
	margin:0;
}
/** Homepage columns **/
	
	div#homefull-1col {
	width:960px;
	margin:0;
	display: block;
}
div#homeleft-col {
	float:left;
	margin-right:8px;
}
div#homesecond-col {
	margin-right:0px;
}
div#homesecond-col {
	width:209px;
	margin-left: 751px;
}
div#homeleft-col {
	width:741px;
}
div#homead-1col {
	width:960px;
	margin-top: 8px;
	display: block;
}
div.box-containerhome {
	background-color:#fff;
	margin-bottom: 10px;
	padding: 10px 10px 15px 10px;
}
div.box-containerhome p {
	line-height:18px;
	padding: 10px;
}
/** Homepage contents **/
	
	
div#home-main {
background: url(/img/home/home-main.png) no-repeat;
width: 960px;
height: 400px;
}

div#home-featured {
width: 960px;
border: none;
z-index: 990;
}

div#home-seasons-container {
margin-top: 10px;
width: 960px;
height: 90px;
margin-bottom: -4px;
padding-bottom: 10px;
}

span.home-seasons {
margin-left: 95px;
}
	
span.home-seasons img {
padding-right: 8px;

}

span.home-year-round {
margin-left: 110px;
}



	
	
div.home-eventcontainer {
	width:310px;
	margin-left: 8px;
	margin-right: 8px;
	height: 40px;
	float: left;
}
div.home-eventfeeds {
	width:290px;
	height: 222px;
	margin-right: 8px;
	overflow: auto;
	padding: 5px;
	border: solid 1px #DDD;
}
div.home-newsfeeds {
	width:180px;
	height: 196px;
	overflow: auto;
	padding: 5px;
	border: solid 1px #DDD;
}
div.home-socialmedia {
	width:180px;
	height: 58px;
}
div.home-socialmedia h5 {
	padding: 10px 0px 5px 0px;
}
div.home-socialmedia p {
	padding: 5px 0px 0px 0px;
}
div.home-widget {
	width:185px;
	margin-top: -15px;
	float: left;
	margin-left: 299px;
	height: 265px;
	display: inline;
}
div.home-plantoolscontainer {
	width:195px;
	height: 265px;
	float: right;
}
div.home-plantool {
	width:195px;
	height: 240px;
	overflow: hidden;
}
div.home-plantool img {
	padding-top: 2px;
	padding-bottom: 5px;
}

div.ad1726x90 {
	float: left;
}
div.ad2 {
	margin-left: 740px;
}


/** list links **/
	ul.list-links {
	width:100%;
}
div#to-do-list ul {
	width:100%;
	margin-right: 20px;
}
ul.list-links li {
	border-bottom:1px dotted #d6d8d9;
}
ul.list-links li a {
	padding:8px 3px 6px 15px;
	display:block;
	background:url(/img/link-arrow-regular.gif) no-repeat 3px 12px #fff;
	color:#6d6e71;
	text-decoration:none;
}
ul.list-links li ul {
	background:#fcfbf2 !important;
	padding-left:10px;
	padding-top:6px;
	font-size:0.9em;
	margin: 0;
	color:#333333;
}
ul.list-links li ul li {
	border-bottom:none;
}
ul.list-links li ul li a {
	background:none;
	padding:5px 3px 5px 8px !important;
	text-decoration: none;
}
ul.list-links li ul li a:hover {
	text-decoration: underline;
}
ul.list-links li a.ui-state-active {
	font-weight:bold;
}
/** system messages **/
	div#sys-messages-container h5 {
	background:url(/img/icon-messages.gif) no-repeat;
}
div#quick-send-message-container h5 {
	background:url(/img/icon-quick-send-message.gif) no-repeat;
}
div#sys-messages-container ul {
	margin-bottom:20px;
}
div#sys-messages-container ul li {
	font-size:0.8em;
	padding:8px;
	position:relative;
}
div#sys-messages-container ul li a.sysmessage-delete {
	position:absolute;
	right:8px;
	top:7px;
}
div#sys-messages-container ul li a:hover {
	text-decoration:none;
}
div#sys-messages-container ul li.even-messages {
	background:#f3f6f7;
}
div#sys-messages-container ul li.even-messages a {
	color:#314d5b;
}
div#sys-messages-container ul li.odd-messages {
	background:#ebf0f3;
}
div#sys-messages-container ul li.odd-messages a {
	color:#1f2f35;
}
/** quick send message **/
	div#quick-send-message-container form {
	background:#f2f2f2;
	padding:8px;
	font-size:0.9em;
	color:#333;
	margin-bottom:5px;
}
div#quick-send-message-container form fieldset p {
	margin-bottom:6px !important;
}
div#quick-send-message-container form p:first-child {
	margin-top:0px;
}
div#quick-send-message-container form p label {
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
div#quick-send-message-container form input#message-title, div#quick-send-message-container form textarea {
	padding:5px;
	font-size:0.9em;
	border:1px solid #ccc;
	width:175px;
	font-family:Helvetica, Arial, sans-serif
}
/** to-dos **/
	ul.tab-menu {
	border-bottom:1px dotted #404040;
	height: 30px;
	margin: 10px 10px 0px 10px;
}
ul.tab-menu li {
	float:left;
	margin-right:5px;
}
ul.tab-menu li.tabs-selected a {
	background:#60335B;
	color:#c4a93d;
	font-weight:bold;
}
ul.tab-menu li a {
	display:inline-block;
	background:#737d81;
	color:#CCC;
	font-weight:normal;
	padding:6px 10px;
	text-transform:uppercase;
	text-decoration:none;
}
.tabs-hide {
	display:none;
}
div#to-do-list ul {
	margin:0 5px 5px 5px;
}
div#to-do-list ul li {
	border-bottom:1px solid #eeeddb;
	padding:8px 10px;
}
div#to-do-list ul li.even {
	background:#f5f4eb;
}
div#to-do-list ul li.odd {
	background:#fbfbf7;
}
div#to-do-list ul li a {
	font-weight:bold;
	color:#ae9a62;
}
div#to-do-list ul li a:hover {
	color:#666;
	text-decoration:none;
}
div#to-do-list ul li small {
	display:block;
	padding:5px 0 0 24px;
	font-size:0.9em;
	color:#999;
}
/** forms **/
	form.middle-forms {
	padding:5px;
	color:#3a4043
}
form.middle-forms p {
	margin:10px 0;
}
form.middle-forms h3 {
	color:#1d8895;
	font-weight:bold;
	font-size:150%;
	margin-bottom:10px;
}
form.middle-forms fieldset {
	padding-top:10px;
}
form.middle-forms fieldset ol li {
	padding:15px;
}
form.middle-forms fieldset ol li.even {
	background:#f3f3f3;
}
form.middle-forms fieldset ol li input/*,form.middle-forms fieldset ol li textarea*/ {
	padding:5px;
	border:1px solid #dedede;
	background:url(/img/bg-textbox.gif) repeat-x #fff;
}
form.middle-forms fieldset ol li input[type="radio"], form.middle-forms fieldset ol li input[type="checkbox"] {
	border:none;
	background:none;
}
input.txtbox-short {
	width:122px;
}
input.txtbox-middle {
	width:190px;
}
input.txtbox-long, form.middle-forms fieldset ol li textarea {
	width:305px;
}
form.middle-forms fieldset ol li label {
	float:left;
	margin-right:15px;
	display:block;
}
form.middle-forms fieldset ol li label.field-title {
	font-weight:bold;
	width:100px;
	padding-top:3px;
}
span.form-confirm-inline, span.form-error-inline {
	display:inline-block;
	padding-left:20px;
	margin-left:10px;
	height:16px;
}
span.form-confirm-inline {
	color:#72a101;
	background:url(/img/icon-confirm.gif) no-repeat;
}
span.form-error-inline {
	color:#a10101;
	background:url(/img/icon-error.gif) no-repeat;
}
a.heading-link {
	color:#cae6ed;
	text-transform:capitalize;
	font-size:0.9em;
	font-weight:normal;
	display:inline-block;
	padding-left:15px;
	text-decoration:none;
}
a.heading-link:hover {
	color:#fff;
}
/* tables */
	table.table-short {
	width:500px;
	margin:-5px 0 0 -5px;
	border-collapse:collapse;
}
table.table-long {
	width:740px;
	margin-left:-10px
}
table.table-short td, table.table-long td {
	border-top:1px solid #dfdfdf;
	font-size:0.9em;
	padding:10px 0;
	margin:0;
	color:#666;
}
table.table-short thead td, table.table-long thead td {
	font-weight:bold;
}
table.table-short thead td, table.table-short tfoot td, table.table-long thead td, table.table-long tfoot td {
	border:none;
}
table.table-short td:first-child, table.table-long td:first-child {
	text-align:left;
	padding:0 0 0 10px;
}
table.table-short tfoot, table.table-long tfoot {
	border-top:1px solid #ccc;
}
table.table-short tr.odd, table.table-long tr.odd {
	background:url(/img/bg_tableRow.gif) repeat-x 0px 1px;
}
td.col-chk {
	width:40px;
}
td.col-first {
	font-weight:bold;
	width:200px;
}
td.col-second a {
	color:#508db8;
	font-weight:bold;
}
td.col-second a:hover {
	text-decoration:none;
	color:#333;
}
td.row-nav {
	width:110px;
}
a.table-edit-link, a.table-delete-link {
	color:#666;
	text-decoration:none;
	display:inline-block;
	margin-right:10px;
	padding-left:20px;
	height:16px;
	text-align:right;
}
a.table-edit-link:hover, a.table-delete-link:hover {
	color:#000;
}
a.table-delete-link {
	margin-right:0px !important;
	background:url(/img/icon-delete.gif) no-repeat;
}
a.table-edit-link {
	background:url(/img/icon-edit.gif) no-repeat;
}
/** CALENDAR & DATE **/
	div#date-container {
	background-color:#f3f6f7;
	margin:-10px -10px 0px -10px;
	padding:10px;
}
div#date-container img {
	float:left;
	margin-right:10px;
	padding-left: 10px;
}
div#date-container span.hour, div#date-container span.date {
	display:block;
	float:left;
}
div#date-container span.hour {
	font-size:160%;
	font-weight:bold;
	color:#d8a416;
	padding-top:2px;
	margin-right:10px;
}
div#date-container span.date {
	color:#666;
	font-size:0.8em;
	padding-top:2px;
}
div#calendar-container {
	width:100%;
}
div#calendar-container h5 {
	background-image:url(/img/icon-calendar.gif);
	background-repeat:no-repeat;
	display:block;
}
div#calendar-container div.ui-datepicker-header {
	background:#a1b1b3;
	padding:10px;
	text-align:center;
	position:relative;
	color:#fff;
	font-weight:bold;
	margin-bottom:1px;
}
span.ui-icon {
	position:absolute;
	top:10px;
	cursor:pointer;
}
.ui-icon-circle-triangle-e {
	right:10px;
}
.ui-icon-circle-triangle-w {
	left:10px;
}
a.ui-state-highlight {
	background:#fff;
	color:#ac0000;
	font-weight:bold;
}
a.ui-datepicker-next-hover span, a.ui-datepicker-prev-hover span {
	color:#000 !important;
}
table.ui-datepicker-calendar {
	width:203px;
	padding:5px;
	background:#f2f2f2;
	font-size:0.9em;
}
table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {
	text-align:center;
	font-weight:bold;
	padding:2px;
}
table.ui-datepicker-calendar a {
	text-decoration:none;
	display:block;
	text-align:center;
	color:#666;
	padding:3px;
	border:1px solid #f2f2f2;
}
table.ui-datepicker-calendar a:hover {
	border:1px solid #ccc;
}
table.ui-datepicker-calendar a.ui-state-active {
	color:#ac0000 !important;
	border:1px solid #ccc;
	background:#fff;
}
td.ui-datepicker-week-end a {
	color:#999;
}
/** SECTION and CONTENT TITLES **/
	div#section-title {
	background-color:#f3f6f7;
	margin:-10px -10px 15px -10px;
	padding:10px;
}
h1.section-title {
	font-size: 22px;
	color: #FF9900;
	padding:10px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:-10px -10px 0px -10px;
}
h1.section-title a {
	font-size: 22px;
	color: #FF9900;
	padding:10px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:-10px -10px 0px -10px;
}
h1.content-title {
	font-size: 22px;
	color: #FF9900;
	padding:10px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:-10px -10px 0px -10px;
}
div#section-title span.title {
	display:block;
	float:left;
}
div#section-title span.title {
	font-size:220%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#d8a416;
	padding-top:2px;
	margin-right:10px;
	letter-spacing:1px;
}
/** CONTENT IMAGES **/
	div#contentsection-title {
	background-color:#fff;
}
div#contentsection-title span.title {
	display:block;
	float:left;
}
div#contentsection-title span.title {
	font-size:220%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#d8a416;
	padding-top:2px;
	margin-right:10px;
	letter-spacing:1px;
}
/** AD TITLES **/
	div#ad-title {
	background-color:#ffffff;
	margin:-10px -10px 15px -10px;
	padding:10px;
}
div#ad-title span.title {
	display:block;
	float:left;
}
div#ad-title span.title {
	font-size:160%;
	font-weight:bold;
	color:#d8a416;
	padding-top:2px;
	margin-right:10px;
	letter-spacing:1px;
}
div.small-link {
	font-size: 80%;
	text-align: right;
	margin-top: 20px;
	padding: 0px 5px 0px 0px;
	display: block;
}
/** RIGHT SIDE BAR ADS **/
	#feature1 {
	margin-top: 10px;
}
/** QUICK VISUAL LINKS **/
	ul#quick-visual-links {
	text-align: center;
	width:100%;
}
ul#quick-visual-links li {
	float:left;
}
ul#quick-visual-links li a {
	background-color: #fff;
	text-align:center;
	margin:0 7px 1px 13px;
	font-size:0.8em;
	display:block;
	padding: 5px 10px 5px 10px;
	text-decoration:none;
	color:#444;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul#quick-visual-links li img {
	margin-bottom:3px;
}
ul#quick-visual-links li a:hover {
	color:#000;
	border-color:#999;
	background:#f3f6f7
}
/** QUICK VISUAL LINKS 2 **/
	ul#quick-visual-links2 {
	text-align: center;
	width:100%;
}
ul#quick-visual-links2 li {
	float:left;
}
ul#quick-visual-links2 li a {
	background-color: #fff;
	width:94px;
	text-align:center;
	margin:5px 5px 0 0;
	font-size:0.8em;
	border:1px solid #ccc;
	display:block;
	padding:4px 0;
	text-decoration:none;
	color:#444;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul#quick-visual-links2 li img {
	margin-bottom:3px;
}
ul#quick-visual-links2 li a:hover {
	color:#000;
	border-color:#999;
	background:#f3f6f7
}
/** BLOCKQUOTES **/

	blockquote {
	margin: 15px 35px 20px 25px;
	padding-right: 5px;
	background: url('/img/closedquotes.png') no-repeat bottom right;
}
blockquote p {
	text-indent:30px;
	padding-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 14px;
	background: url('/img/openquotes.png') no-repeat top left;
}
/** FOOTER **/	
	div#footer-wrap {
	margin-top:0px;
	position:relative;
}
div#footer {
	width:940px;
	margin:0;
	padding:10px;
	background: #86c3e2 url(/img/footer_background.png) top center no-repeat;
}
div#footer-top {
	color: #333;
	height: 315px;
}
div#footer-top h2 {
	color:#60335B;
	margin:5px 0;
	font-size:110%;
	font-weight:bold;
}
div#footer-top h4 {
	color:#60335B;
	margin:5px 0;
	font-size:120%;
	font-weight:bold;
}
div#footer-top h5 {
	color:#333;
	text-transform:uppercase;
	margin:5px 0;
	font-size:120%;
}
div#footer-top a {
	color:#333;
	font-size:0.9em;
	text-decoration:none;
}
div#footer-top .align-right-wrap {
	width: 940px;
	float: left;
}
div#footer-top .sitemap {
	font-size:10px;
	float:right;
	width: 150px;
	height: 120px;
	padding: 10px 0 10px 0;
	line-height: 16px;
}
div#footer-top .sitemap2 {
	font-size:10px;
	float:right;
	width: 150px;
	height: 100px;
	padding: 10px 0 10px 0;
	line-height: 16px;
}
div#footer-top a:hover {
	color:#333;
}
div#footer-top h2 {
	font-size:160%;
	text-transform:uppercase;
	padding-top:10px;
	padding-right:10px;
	font-weight:bold;
}
div#footer-top h2 a {
	color:#333;
}
div#footer-top h2 a:hover {
	color:#333;
}
div#footer-bottom {
	border-top:1px dotted #aaa;
	margin-top:5px;
	padding-bottom: 6px;
	height: 55px;
	padding-top: 8px;
}
div#footer-bottom p {
	color:#333;
	font-size:10px;
	line-height: 16px;
	padding-bottom: 6px
}
div#footer-bottom p a {
	color: #0099FF;
	text-decoration:none;
	padding-bottom: 0px
}
/** SITEMAP **/
	
	div#sitemap {
	margin-top: 10px;
	margin-left: 10px;
	color: #404040;
}
div#sitemap a {
	color: #404040;
}
div#sitemap ul li {
	font-size: 110%;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 5px;
	margin-left: 20px;
	list-style-type:square
}
div#sitemap ul li ul li {
	font-size: 100%;
	margin-top: 5px;
	margin-left: 20px;
	list-style-type:disc;
	font-weight: normal;
}
div#sitemap ul li ul li ul li {
	font-size: 100%;
	margin-top: 5px;
	margin-left: 20px;
	list-style-type:circle;
	font-weight: normal;
}
/** BREADCRUMBS **/
	
	div#breadcrumbs {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 960px;
	display: block;
	padding-left: 10px;
	color: #FFF;
}
div#breadcrumbs a, div#breadcrumbs a:visited {
	color: #FFF;
	text-decoration: none;
}
div#breadcrumbs h4 {
	color:#FFF;
	font-size:110%;
	font-weight:bold;
	display: inline-block;
}
