/* general
--------------------------------------------------- */

body {
	position: relative;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: rgb(69,104,118) url(../design/section_mastheads/masthead_bg.png) repeat-x;
	color: #fff;
}

img {
	display: block;
}

em, cite {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
}

acronym {
	border-bottom: 1px rgb(180,180,180) dotted;
	cursor: help;
}

hr, .hide {
	display: none;
}

.note, .more {
	font-style: italic;
}

cite {
	font-style: italic;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body a {
	color: rgb(171,215,217);
	border-bottom: 1px solid rgb(94,139,159);
}

body a:hover {
	color: rgb(214,236,237);
}




/* masthead
--------------------------------------------------- */

div#masthead-wrapper {
	width: 100%;
	height: 315px;
	background: url(../design/masthead_bg.png) repeat-x;
}

div#masthead {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 315px;
}



/* logo
--------------------------------------------------- */

h1#logo {
	position: absolute;
	left: 0;
	top: 75px;
	width: 304px;
	height: 207px;
	background: url(../design/logo.png) no-repeat;
	text-indent: -9999px;
	z-index: 1;
}

h1#logo a {
	display: block;
	border: none;
	width: 304px;
	height: 207px;
}



/* link-to-chamber
--------------------------------------------------- */

h2#link-to-chamber {
	position: absolute;
	top: 17px;
	left: 0;
	width: 328px;
	height: 10px;
}

body h2#link-to-chamber a {
	height: 10px;
	width: 328px;
	display: block;
	text-indent: -9999px;
	background: url(../design/link_to_chamber.png) no-repeat;
	border: none;
}

h2#link-to-chamber a:hover {
	background-position: 0 -10px;
}



/* primary navigation
--------------------------------------------------- */

/* measurements for the nav image replacement:

the distance from the top to the...

up state = 0
over state = 40
selected state = 80

the distance from the far left to the...

home button = 209
news button = 275
offers button = 409
contact button = 550

the width of the...

home button = 37
news button = 105
offers button = 111
contact button = 81

*/

ul#primary-nav {
	position: absolute;
	height: 40px;
	width: 632px;
	top: 0;
	left: 328px;
	background: url(../design/primary_nav.png) no-repeat;
}

ul#primary-nav li {
	float: left;
}

body ul#primary-nav li a {
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	border: none;
}

li#nav-home a, li#nav-news a, li#nav-offers a, li#nav-contact a {
	background: url(../design/primary_nav.png) no-repeat;	
}

/* --------- */

li#nav-home a {
	background-position: -209px 0;
	width: 37px;
	left: 209px;
}

li#nav-home a:hover {
	background-position: -209px -40px;
}

body#section-home li#nav-home a {
	background-position: -209px -80px;
}

/* --------- */

li#nav-news a {
	background-position: -275px 0;
	width: 105px;
	left: 275px;
}

li#nav-news a:hover {
	background-position: -275px -40px;
}

body#section-news li#nav-news a {
	background-position: -275px -80px;
}

/* --------- */

li#nav-offers a {
	background-position: -409px 0;
	width: 111px;
	left: 409px;
}

li#nav-offers a:hover {
	background-position: -409px -40px;
}

body#section-offers li#nav-offers a {
	background-position: -409px -80px;
}

/* --------- */

li#nav-contact a {
	background-position: -550px 0;
	width: 81px;
	left: 550px;
}

li#nav-contact a:hover {
	background-position: -550px -40px;
}

body#section-contact li#nav-contact a {
	background-position: -550px -80px;
}

/* --------- */



/* banner
--------------------------------------------------- */

div#banner {
	position: absolute;
	width: 632px;
	height: 275px;
	left: 328px;
	top: 40px;
	text-indent: -9999px;
}

body#section-contact div#banner {
	background: url(../design/section_mastheads/contact.jpg) no-repeat;
}

body#section-news div#banner {
	background: url(../design/section_mastheads/news_and_events.jpg) no-repeat;
}

body#section-offers div#banner {
	background: url(../design/section_mastheads/special_offers.jpg) no-repeat;
}



/* main
--------------------------------------------------- */

div#main-wrapper {
	width: 100%;
	background: rgb(69,104,118) url(../design/main_bg.png) repeat-x;
}

div#main {
	margin: 0 auto;
	position: relative;
	width: 960px;
	padding-top: 24px;
}

div#main img {
	border: 1px solid rgb(92,122,135);
	padding: 3px;
}



/* content
--------------------------------------------------- */

div#content-wrapper {
	width: 632px;
	float: right;
	position: relative;
}

div#content {
	width: 632px;
}

body.design-2 div#content {
	width: 468px;
	float: left;
}

div#content h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.1em;
	font-weight: bold;
	padding-bottom: 0.2em;
	border-bottom: 1px solid rgb(92,122,135);
	margin-bottom: 1em;
	line-height: 1.2em;
}

div#content h2.entry {
	margin-bottom: 0.6em;
}

body#section-home div#content h2 {
	font-size: 1.6em;
	margin-bottom: 1.5em;
}

div#content h3 {
	margin-bottom: 0.1em;
	margin-top: 1.5em;
	font-size: 1.7em;
}

body div#content h3 a {
	border: none;
}

div#content h3.published {
	font-size: 1.1em;
	margin-bottom: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgb(171,215,217);
}

div#content h4 {
	margin-bottom: 0;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}

div#content p {
	font-size: 1.2em;
	margin-bottom: 1.4em;
	line-height: 1.4em;
}

div#content ul {
	margin-bottom: 1.4em;
}

div#content ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-left: 17px;
	background: url(../design/bullet.png) no-repeat 0 50%;
}

div#content div.image {
	margin-bottom: 1.4em;
}

div#content div.image p {
	margin: 0.5em 0 0 0;
	font-size: 1em;
	font-style: italic;
}

div#content table {
	margin-bottom: 1.4em;
}

div#content td, div#content th {
	font-size: 1.2em;
	line-height: 1.4em;
}

div#content th {
	font-weight: bold;
}


/* content - list-item
--------------------------------------------------- */

div#content div.list-item {
	width: 100%;
	float: left;
	clear: left;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted rgb(92,122,135);
	margin-bottom: 1.5em;
}

div#content div.list-item h3 {
	margin: 0;
	font-size: 1.7em;
	line-height: 1.2em;
}

div#main div.list-item a {
	border: none;
}

div#content div.list-item h3 img {
	float: left;
	margin-right: 12px;
	position: relative;
	top: 2px;
	border: 1px solid rgb(106,134,145);
}

div#content div.list-item h3 a:hover img {
	border: 1px solid rgb(134,157,166);	
}

div#content div.list-item h4 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	color: rgb(171,215,217);
	font-style: italic;
}

div#content div.list-item p {
	margin-left: 84px;
	margin-bottom: 0;
}



/* content - simple-item
--------------------------------------------------- */

div#content div.simple-item {
	width: 100%;
	float: left;
	clear: left;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted rgb(92,122,135);
	margin-bottom: 1.5em;
}

div#content div.simple-item h3 {
	margin: 0 0 0.1em 0;
	font-size: 1.8em;
}

div#content div.simple-item h4 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	color: rgb(171,215,217);
	font-style: italic;
}

div#main div.simple-item a {
	border: none;
}

div#content div.simple-item p {
	margin-bottom: 0;
}



/* content sidebar
--------------------------------------------------- */

div#content-sidebar {
	width: 140px;
	float: right;
	padding-left: 11px;
	border-left: 1px solid rgb(92,122,135);	
}

div#content-sidebar div.image {
	margin-bottom: 2.8em;
}

div#content-sidebar div.image p {
	font-size: 1em;
	line-height: 1.2em;
	margin-top: 0.6em;
	font-style: italic;
}


/* sidebar
--------------------------------------------------- */

div#sidebar {
	width: 305px;
	float: left;
	padding-right: 11px;
	border-right: 1px solid rgb(92,122,135);
}



/* sidebar - image
--------------------------------------------------- */

div#sidebar div.image {
	margin-bottom: 2.4em;
}

div#sidebar div.image p {
	font-size: 1em;
	font-style: italic;
	line-height: 1.2em;
	margin-top: 0.5em;
}



/* sidebar - highlight
--------------------------------------------------- */

div#sidebar div.highlight {
	position: relative;
	width: 304px;
	height: 150px;
	margin-bottom: 2.4em;
	text-indent: -9999px;
}

body div#sidebar div.highlight a {
	position: relative;
	width: 304px;
	height: 150px;
	display: block;	
	border: none;
}

div#sidebar div.highlight-events {
	background: url(../design/sidebar_highlights/events.jpg) no-repeat;
}

div#sidebar div.highlight-exchange {
	background: url(../design/sidebar_highlights/business_exchange.jpg) no-repeat;
}

div#sidebar div.highlight-freeze {
	background: url(../design/sidebar_highlights/freeze.jpg) no-repeat;
}

div#sidebar div.highlight-health {
	background: url(../design/sidebar_highlights/health_check.jpg) no-repeat;
}

div#sidebar div.highlight-marketing {
	background: url(../design/sidebar_highlights/marketing.jpg) no-repeat;
}

div#sidebar div.highlight-newsletter {
	background: url(../design/sidebar_highlights/e-newsletter.jpg) no-repeat;
}

div#sidebar div.highlight-stv {
	background: url(../design/sidebar_highlights/stv.jpg) no-repeat;
}

div#sidebar div.highlight-training {
	background: url(../design/sidebar_highlights/training.jpg) no-repeat;
}



/* section
--------------------------------------------------- */

div#main div.section {
	width: 140px;
	margin-bottom: 2.4em;
}

div#main div.section h2 {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.2em;
	line-height: 1.1em;
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 0.3em;
	border-bottom: 1px solid rgb(92,122,135);
}

div#main div.section p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 1em;
}

div#main div.section ul li {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 0.6em;
}

div#main div.section ul li a {
	border: none;
}



/* section-wrapper
--------------------------------------------------- */

div.section-wrapper {
	width: 304px;
	float: left;
}

div.section-wrapper div.wrapper-left {
	float: left;
}

div.section-wrapper div.wrapper-right {
	float: right;
}


/* highlight
--------------------------------------------------- */

div#main div.highlight img {
	border: none;
	padding: 0;
}


/* footer
--------------------------------------------------- */

div#footer-wrapper {
	clear: both;
	width: 100%;
	height: 135px;
	background: url(../design/footer_bg.png) repeat-x;
	position: relative;
}

div#footer {
	margin: 0 auto;
	position: relative;
	background: url(../design/footer.png) repeat-x;
	width: 960px;
	height: 135px;
}

div#footer p {
	position: relative;
	padding-top: 105px;
	font-size: 1.1em;
}

div#footer span {
	color: rgb(84,115,128);
}

body div#footer span a {
	color: rgb(84,115,128);
	border: none;
}



/* home page
--------------------------------------------------- */

body#section-home div#masthead-wrapper {
	width: 100%;
	height: 500px;
	background: url(../design/masthead_bg_home.png) repeat-x;
}

body#section-home div#masthead {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 500px;
}

body#section-home h1#logo {
	position: absolute;
	left: 0;
	top: 75px;
	width: 304px;
	height: 380px;
	background: url(../design/logo_home.png) no-repeat;
	text-indent: -9999px;
	z-index: 1;
}

div#splash-message {
	width: 632px;
	height: 100px;
	background: url(../home/splash_message.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 328px;
	top: 80px;
}



/* home page - tabdiv
--------------------------------------------------- */

div.tabdiv {
	position: relative;
	left: 328px;
	top: 190px;
	width: 632px;
	height: 245px;	
}

div#splash-1 {
	background: url(../home/splash_1.jpg) no-repeat;
}

div#splash-2 {
	background: url(../home/splash_2.jpg) no-repeat;
}

ul#tabs {
	position: relative;
	left: 328px;
	top: 190px;
	width: 632px;
}

ul#tabs li {
	float: left;
}

body ul#tabs li a {
	width: 145px;
	border: none;	
	display: block;
	background: url(../home/tab_bg.png) no-repeat;
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 2.5em;
}

body ul#tabs li.ui-tabs-selected a {
	background: url(../home/tab_selected_bg.png) no-repeat;
}

.ui-tabs-hide {  
	display: none;  
}

div.tabdiv div.inner {
	position: relative;
	width: 300px;
	top: 40px;
	left: 24px;	
}

div.tabdiv {
	font-size: 1.2em;
	line-height: 1.3em;
}

div.tabdiv h2 {
	text-indent: -9999px;
}

div.tabdiv h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.05em;
}

div.tabdiv h4 {
	color: rgb(171,215,217);
	font-style: italic;
	margin-bottom: 0.05em;
}

body div.tabdiv a {
	border: none;
}

div.tabdiv p, div.tabdiv ul {
	margin-bottom: 1.3em;
}

div.tabdiv ul li {
	padding-left: 16px;
	background: url(../design/bullet.png) no-repeat 0 4px;
}

div.tabdiv p.more {
	margin: 0;
}
