/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Forms
  Clear
  Footer
  Home



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
} 

body, html {	
	color:#524c4c;
	background: #31435d url(/images/bg.jpg) repeat-x;
	min-height:101%;
	padding-bottom: 30px;
}

body, select, textarea, input, font {	
	font-family: Trebuchet MS;
	font-size: 100%;
}

table, td {	
	font-family: Arial;
	font-size: 100%;
}

fieldset {
	border: none;
}

p {	
	margin: 15px 0;
}
		
a:link, a:visited {	
	text-decoration:none;
	color: #42759e;
	font-weight:bold; 
}

a:hover, a:active {	
	text-decoration:underline;
}

*:focus { 
	outline: none 
}

th, td {
	padding: 5px 5px 5px 5px;
}

th {
	text-align: left;
}


/* ---------- @ Page Structure -----------*/


#wrapper {
	background: url(/images/bg_wrapper.jpg) no-repeat;
	margin: 0 auto;
	font-size: 0.7em;
	width: 865px;
	margin-top:14px;
   }
	   
#masthead {
	background: url(/images/bg_masthead.jpg);
	height: 117px;
	padding:16px 0 0 10px;
}

#masthead .clearfloat {
	height: 76px;
}

#main {
	background: #FFF url(/images/bg_main.gif) bottom no-repeat;
	padding:5px 10px 10px 0px;
	min-height: 350px; /*to ensure footer readability on shorter pages*/
	height: 350px; /*for ie*/
	}

html>body #main {
	height: auto; /*correcting ie correction*/
}
	
.left {	
	float:left;
}

.right {	
	float:right;
}


	

/* ---------- @ Navigation -----------*/

#menulist_root-top {
	clear: both;
	margin: 0;
	list-style-type: none;
}

#menulist_root-top li {
	float:left;
	height: 29px;
	margin-right: 8px;
	color: #ffffff;
	text-decoration: none;
}

#menulist_root-top a {
	float:left;
	color: #ffffff;
	height: 29px;
}

a#menulink_1-top {
	width: 126px;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px; font-family: Trebuchet MS;
	text-transform: uppercase;
	margin-right: 13px;

}

a#menulink_1-top:hover, .mainlevel_current-top a#menulink_1-top {
	background: url(/newsite/images/on.gif) repeat-x;
	width: 126px;
	text-decoration: none;
	font-size: 15px; font-family: Trebuchet MS;
	text-transform: uppercase;
	margin-right: 13px;

}

a#menulink_2-top {
	width: 101px;
	text-decoration: none;
	font-size: 15px; font-family: Trebuchet MS;
	text-transform: uppercase;
	margin-right: 13px;

}

a#menulink_2-top:hover, .mainlevel_current-top a#menulink_2-top {
	background: url(/newsite/images/on.gif) repeat-x;
	width: 101px;
	text-decoration: none;
	font-size: 15px; font-family: Trebuchet MS;
	text-transform: uppercase;
	margin-right: 13px;

}

a#menulink_3-top {
	width: 175px;
	text-decoration: none;
	font-size: 15px; font-family: Trebuchet MS;
	text-transform: uppercase;
	margin-right: 13px;

}

a#menulink_3-top:hover, .mainlevel_current-top a#menulink_3-top {
	background: url(/newsite/images/on.gif) repeat-x;
	width: 175px;
	text-decoration: none;
	font-size: 15px; font-family: Trebuchet MS;
	text-transform: uppercase;
	margin-right: 13px;

}

a#menulink_4-top {
	width: 144px;
	text-decoration: none;
	font-size: 15px; font-family: Trebuchet MS;
	text-transform: uppercase;
	margin-right: 13px;

}

a#menulink_4-top:hover, .mainlevel_current-top a#menulink_4-top {
	background: url(/newsite/images/on.gif) repeat-x;
	width: 144px;
	text-decoration: none;
	font-size: 15px; font-family: Trebuchet MS;
	text-transform: uppercase;
	margin-right: 13px;

}

a#menulink_5-top {
	width: 96px;
	text-decoration: none;
	font-size: 15px; font-family: Trebuchet MS;
	text-transform: uppercase;
	margin-right: 13px;

}

a#menulink_5-top:hover, .mainlevel_current-top a#menulink_5-top {
	background: url(/newsite/images/on.gif) repeat-x;
	width: 96px;
	text-decoration: none;
	font-size: 15px; font-family: Trebuchet MS;
	text-transform: uppercase;
	margin-right: 13px;

}

a#menulink_6-top {
	width: 92px;
	text-decoration: none;
	font-size: 15px; font-family: Trebuchet MS;
	text-transform: uppercase;
}

a#menulink_6-top:hover, .mainlevel_current-top a#menulink_6-top {
	background: url(/newsite/images/on.gif) repeat-x;
	width: 92px;
	text-decoration: none;
	font-size: 15px; font-family: Trebuchet MS;
	text-transform: uppercase;
}

a#menulink_1-top .navlink, a#menulink_2-top .navlink, a#menulink_3-top .navlink, a#menulink_4-top .navlink, a#menulink_5-top .navlink, a#menulink_6-top .navlink {
	margin-top: 5px;
	margin-left: 5px;
}

/* All Sidebar */

#sidebar_nav {
	width:211px;
	background: #42759e;
	margin-left: 10px;
	}

#sidebar_nav ul {
	
	}

#sidebar_nav li {
	list-style:none;
	color: #ffffff;
	text-transform: uppercase;
	font-family: Trebuchet MS;
	font-size: 12px;
	background:url(/images/arrow_middle.gif) no-repeat 0 8px;
	}

#sidebar_nav li .notlast {
	border-bottom:1px solid #648daf;
	}

#sidebar_nav a#active_menu {
	background-color: #42759e;
	padding: 3px;
}

#sidebar_nav a, #sidebar a:visited {
	color:#ffffff;
	}

#sidebar_nav a:hover, #sidebar a:active, #sidebar a#active_menu {
	color:#ffffff;
	}

#sidebar_nav li ul {
	margin-top:5px;
	margin-bottom: 10px;
}

#sidebar_nav li li {
	border-bottom:0;
	margin:0;
	padding:0;
	background: none;
}

#sidebar_nav li li a, #sidebar li li a:visited {
	background:#42759e;
	padding:4px;
	display:block;
	margin:0 7px 0 0;
	border-bottom:1px solid #42759e;
	border-left:5px #2a5373 solid;
	line-height:125%;
	}

#sidebar_nav li li a:hover, #sidebar li li a:active, #sidebar li li a#active_menu {
	background:#42759e;
	padding: 4px;
	}

#sidebar_nav .sublink {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #ffffff;
	padding-left: 25px;
	padding-bottom: 4px;
	text-transform: none;
	background-color: #1F4777;
	}

#sidebar_nav .sublink a {
	font-weight: bold;
	}

#sidebar_nav .mainlink {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #ffffff;
	padding-left: 11px;
	padding-bottom: 12px;
	text-transform: uppercase;
	}

#sidebar_nav .mainlink a {
	font-weight: bold;
	}

#sidebar_nav .mainlink_active {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #ffffff;
	padding-left: 11px;
	padding-bottom: 12px;
	text-transform: uppercase;
	background-color: #1F4777;
	}

#sidebar_nav .mainlink_active a {
	font-weight: bold;
	}
	
		
/* ---------- @ Headings -----------*/


h1#logo, a#logo {
	width: 261px;
	background: url(/images/logo.png) no-repeat 0 0px;
	height: 55px;
	margin-left: 10px;
	margin-top: 2px;
}

h1.contentpagetitle, h1.componentheading {
	border-top: 3px solid #a04b37;
	background: url(/images/bg_dots.gif) left bottom repeat-x;
	padding: 3px 0;
	margin: 15px 0 5px 0;
	font-size: 1.5em;
}

h2 {	
	font-size: 1.6em;
	}

.contentitem h2 {
	font-size: 100%;
	font-size: 1.5em;
	margin-bottom: -5px;
}
						
h4 {	
	font-size: 1.2em;
	margin: 15px 0 -5px 0;
	}

#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 {
	color: #c0cdde;
	font-family: Goudy, Garamond, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	background-color: #1f4777;
	padding: 4px 4px 4px 6px;
	border: none;
	border-left: 4px solid #4d8ab9;
}

#sidebar .moduletable-info h3, #sidebar .moduletable-residentmenu h3, #sidebar .moduletable-businessmenu h3, #sidebar .moduletable-governmentmenu h3 {
	text-indent: -9000px;
	border: none;
	}


/* ---------- @ Content Area -----------*/

#content {
	width:563px;
	}

#content_interior {
	width:623px;
	}

#fullwidth #content {
	width:805px;
	}

#fullwidth #content_interior {
	width:805px;
	}

#sidebar {
	width:271px;
	color: #cbe6ff;
}

#sidebar .marketing_module_home_1 {
	margin: 0px 0px 10px 10px;
	}


#sidebar .marketing_module_home_2 {
	margin: 0px 0px 0px 10px;
	}

#sidebar .blue_box_top {
	margin: 0px 0px 0px 10px
	}

#sidebar .blue_box_bottom {
	margin: 0px 0px 10px 10px;
	}

#sidebar_thin {
	width:211px;
	color: #cbe6ff;
}

#sidebar_thin .blue_box_top_interior {
	margin: 0px 0px 0px 10px
	}

#sidebar_thin .blue_box_bottom_interior {
	margin: 0px 0px 10px 10px;
	}

#sidebar_thin .marketing_module_interior_1 {
	margin: 0px 0px 10px 10px;
	}

#sidebar_thin .marketing_module_interior_2 {
	margin: 0px 0px 0px 10px;
	}

/* ---------- @ blue box home page -----------*/

#bluebox {
	background: #42759e;
	width:271px;
	float: left;
	margin-left: 10px;
	height:255px;
	}

#bluebox .rowtop {
	background: #1F4778;
	border: none;
	margin: 0px 0px 14px 0px;
	height:26px;
	padding-top:6px;
	padding-left:15px;
	font-size: 15px;
	font-family: Trebuchet MS;
	color:#ffffff;
	font-weight:bold;
	text-transform: uppercase;
	}

#bluebox .rowbottom {
	background: #1F4778;
	border: none;
	margin: 17px 0px 0px 0px;
	height:26px;
	padding-top:6px;
	padding-right:15px;
	font-size: 13px;
	font-family: Trebuchet MS;
	color:#ffffff;
	text-transform: lowercasecase;
	text-align: right;
	font-weight: bold;
	}

#bluebox .text {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	margin: 0px 13px 0px 13px;
	}

/* ---------- @ blue box interior -----------*/

#bluebox_interior {
	background: #42759e;
	width:211px;
	float: left;
	margin-left: 10px;
	}

#bluebox_interior .rowtop {
	background: #1F4778;
	border: none;
	margin: 0px 0px 17px 0px;
	height:24px;
	padding-top:8px;
	padding-left:15px;
	font-size: 15px;
	font-family: Trebuchet MS;
	color:#ffffff;
	font-weight:bold;
	text-transform: uppercase;
	}

#bluebox_interior .rowbottom {
	background: #1F4778;
	border: none;
	margin: 17px 0px 0px 0px;
	height:24px;
	padding-top:8px;
	padding-right:15px;
	font-size: 13px;
	font-family: Trebuchet MS;
	color:#ffffff;
	text-transform: lowercasecase;
	text-align: right;
	}

#bluebox_interior .text {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	margin: 0px 13px 0px 13px;
	}

/* ---------- @ news articles -----------*/

#news_articles {
	width:535px;
	background: #BEC6C9 url(/images/tanboxtop.gif) top no-repeat;
	padding: 15px 14px 0px 14px;
	float: right;
	}

#news_articles .news_article_1 {
	width:525px;
	height:80px;
	margin: 3px 0px 10px 0px;
	background: #FFFFFF;
	border: none;
	padding: 10px 0px 10px 10px;
	}

#news_articles .news_article_1 img, #news_articles .news_article_2 img {
	margin: 0px 10px 10px 0px;
	}

#news_articles .news_article_1 p, #news_articles .news_article_2 p {
	margin: 0px 10px 0px 0px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color:#4a5243;
	}

#news_articles .news_article_1 p .article_title, #news_articles .news_article_2 p .article_title {
	font-size: 15px;
	font-family: Arial, sans-serif;
	color:#4a5243;
	font-weight: bold;
	}

#news_articles .news_article_2 {
	width:525px;
	height:80px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	border: none;
	padding: 10px 0px 10px 10px;
	}

#news_articles .large_module_header {	
	background: url(/images/module_header.jpg) no-repeat;
	border: none;
	height: 31px;
	margin: 0px 0px 6px 0px;
	padding-top:5px;
	padding-left:15px;
	font-size: 15px;
	font-family: Trebuchet MS;
	color:#ffffff;
	font-weight:bold;
	text-transform: uppercase;
	}

/* ---------- @ event items -----------*/

#event_items {
	width:535px;
	background: #BEC6C9 url(/images/tanboxtop.gif) top no-repeat;
	padding: 14px 14px 0px 14px;
	float: right;
	}

#event_items .large_module_header {	
	background: url(/images/module_header.jpg) no-repeat;
	border: none;
	height: 31px;
	margin: 0px 0px 6px 0px;
	padding-top:5px;
	padding-left:15px;
	font-size: 15px;
	font-family: Trebuchet MS;
	color:#ffffff;
	font-weight:bold;
	text-transform: uppercase;
	}

/* ---------- @ interior page -----------*/

#interior_page {
	width:595px;
	background: #BEC6C9 url(/images/tanboxtop_long.gif) top no-repeat;
	padding: 14px 14px 0px 14px;
	float: right;
	}

#interior_page .large_module_header {	
	background: url(/images/module_header_long.jpg) no-repeat;
	border: none;
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding-top:7px;
	padding-left:15px;
	font-size: 15px;
	font-family: Trebuchet MS;
	color:#ffffff;
	font-weight:bold;
	text-transform: uppercase;
	}

#interior_page .text {
	width:565px;
	background: #FFFFFF;
	border: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color:#4a5243;
	padding: 1px 15px 7px 15px;
	margin-bottom: 7px;
	margin-top: 7px;
	}

#interior_page .text ul
{
	margin-left: 0;
	padding-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#interior_page .text ul li { 
	margin-bottom: 10px; 
	list-style-image: url(/_images/graphics/list-marker.gif);
}

hr {
	color:#298ec8;
	margin: 15px 0 15px 0;
}


/* ---------- @ landing page -----------*/

#landing_page {
	width:595px;
	background: #BEC6C9 url(/images/tanboxtop_long.gif) top no-repeat;
	padding: 14px 14px 0px 14px;
	float: right;
	}

#landing_page .large_module_header {	
	background: url(/images/module_header_long.jpg) no-repeat;
	border: none;
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding-top:5px;
	padding-left:15px;
	font-size: 15px;
	font-family: Trebuchet MS;
	color:#ffffff;
	font-weight:bold;
	text-transform: uppercase;
	}

#landing_page .text {
	width:565px;
	background: #FFFFFF;
	border: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color:#4a5243;
	padding: 1px 15px 7px 15px;
	height: 232px;
	margin-bottom: 5px;
	margin-top: 7px;
	}


#landing_page .text img {
	margin: 0px 10px 10px 0px;
	}

#landing_page_modules {	
	width:639px;
	}

#landing_page_modules .small_module_1 {
	width: 278px;
	background: #BEC6C9;
	padding: 0px 14px 0px 14px;
	float: left;
	}

#landing_page_modules .small_module_1 .sub_module_header, #landing_page_modules .small_module_2 .sub_module_header {	
	background: url(/images/module_header_long.jpg) no-repeat;
	border: none;
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding-top:6px;
	padding-left:15px;
	font-size: 15px;
	font-family: Trebuchet MS;
	color:#ffffff;
	font-weight:bold;
	text-transform: uppercase;
	}

#landing_page_modules .small_module_2 {
	width: 278px;
	background: #BEC6C9;
	padding: 0px 14px 0px 14px;
	margin-left: 10px;
	float: left;
	}

#landing_page_modules .small_module_1 .text, #landing_page_modules .small_module_2 .text {
	width:248px;
	height:120px;
	background: #FFFFFF;
	border: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color:#4a5243;
	padding: 12px 15px 0px 15px;
	margin-bottom: 5px;
	margin-top: 7px;
	}
	
/* ---------- @ Forms -----------*/

label {
	margin-top:10px;
	display: block;
	}

textarea {
	margin-bottom: 10px;
}

#masthead .search {
	float: right;
	padding-right: 23px;
	width: 250;
	font-size: 12px;
	color: #4a5243;
	font-weight: bold;
	margin-top: 5px;
	}

#masthead .search .textlinks {
	margin-bottom: 8px;
	font-family: Trebuchet MS;
	}

#masthead .search #mod_search_searchword {
	background:#fdfefe;
	border:1px solid #aebeca;
	height: 20px;
	vertical-align: middle;
	}

#magnify {
	background:url(/images/search.jpg) no-repeat;
	padding: 0 5px 0 23px;
	height: 22px;
	width: 70px;
	border: 0px;
	vertical-align: middle;
	}

div.pagenav, .itemblock {
	margin: 15px 0;
}

.resultcounter, .searchparams {
	margin: 5px 0;
}

.contact_email_copy {
	float: left;
}


/*Clear*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* End hide from IE-mac */




/* ---------- @ Footer -----------*/

#footer {
	color:#869ebf;
	width:845px;
	margin:0 auto;
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding: 20px 0px 0 25px;
}

#footer .supporters {
	font-size: 12px;
	float: right;
	margin-right: 25px;
}

#footer .supporters .slogan {
	text-align: right;
	font-size: 14px;
	font-family: Trebuchet MS;
	color: #ffffff;
	font-weight: bold;
}

#footer .supporters .support_list {
	float: right;
}

#footer .supporters .support_list p {
	text-align: right;
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #ffffff;
}

#footer .supporters img {
	margin-left: 10px;
}

#footer a:link, #footer a:visited {
	font-weight: normal;
	color:#cbe6ff;
}

#footer p {
	float: left;
	margin: 0;
	height: 1.1em;
	line-height: 1.1em;
	color: #ffffff; 
}

#footer ul {
	float: left;
	padding-left: 8px;
}

#footer li {
	list-style-type: none;
	height: 1.1em;
	line-height: 1.1em;
	float: left;
	border-left: 1px solid #869ebf;
	padding: 0 8px;
}



/* ---------- @ HOME -----------*/


/* ---------- @ Headers -----------*/

#home #sidebar h3 {
	text-indent: -9000px;
	border: none;
	}

h3#header {
	background:url(/images/module_header.jpg);
	color:#ffffff;
	border: none;
	}

#home h3 a, #home h3 a:visited {
	font-size:0.65em;
	font-weight:normal;
	text-decoration:underline;
	}

/* ---------- @ Event Listing -----------*/

#home .event_listing_1 {
	background: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 3px;
	width: 535px;
	height: 82px;
}

#home .event_listing_2 {
	background: #FFFFFF;
	margin-bottom: 0px;
	width: 535px;
	height: 82px;
}

#home .event_listing_1 a:link, #home .event_listing_1 a:visited, #home .event_listing_2 a:link, #home .event_listing_2 a:visited {
	color: #4a5243;
	font-weight: normal;
}

#home .event_listing_1 .event_date, #home .event_listing_2 .event_date {
	width: 105px;
	height: 82px;
	float: left;
	background: #4a5243 url(/images/bg_calendar_cell.gif) repeat-y;
}


#home .event_listing_1 h4, #home .event_listing_2 h4 {
	color: #ffffff;
	margin-top: 7px;
	margin-left: 10px;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 13px;
}

#home .event_listing_1 h5, #home .event_listing_2 h5 {
	color: #ffffff;
	margin-left: 10px;
	font-weight: normal;
	font-size: 10px;
}

#home .event_listing_1 .event_details, #home .event_listing_2 .event_details {
	margin-left: 115px;
	padding-top:7px;
	background: #ffffff;
	width: 420px;
	font-size: 12px;
	font-family: Trebuchet, sans-serif;
	color:#4a5243;
}

#home .event_listing_1 .event_details .event_title, #home .event_listing_2 .event_details .event_title {
	font-size: 14px;
	font-family: Trebuchet, sans-serif;
	color:#4a5243;
	font-weight: bold;
	}

#home .event_listing_1 .event_details .event_description, #home .event_listing_2 .event_details .event_description {
	}

#home .event_listing_1 .event_details .event_speakers, #home .event_listing_2 .event_details .event_speakers {
	line-height:25px;
	}


