@charset "UTF-8";

body {
	background-image: url(../../images/sbBackground.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BCB1A7;
	background-position: center top;
	text-align: left;
}
.subBackground {
	background-image: url(../../images/sbBackgroundB.jpg);
}
#main {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#area {
	background-color: #EFE9E5;
	width: 990px;
	
}
#contentNav {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

/** TopHeader **/
#head {
	height: 312px;
	width: 990px;
	background-color: #efe9e5;
}
#headSub {
	height: 156px;
	width: 990px;
	background-color: #efe9e5;
}
#headTopSub {
	background-image: url(../../images/sbSubPhotoTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 156px;
	width: 990px;
}

/** Navigation **/
#social {
	float:left; 
	padding-left:22px; 
	margin-top:2px;
}
#nav {
	height: 35px;
	width: 990px;
	background-color: #b8aea2;
	background-image: url(../../images/sbMnBar.gif);
}
#navMenuTabs {
	height: 35px;
	width: 747px;
	margin-left: 243px;
}
#btnMeeting {
	height: 29px;
	width: 171px;
	margin-top: 6px;
	float: left;
	clear: right;
	margin-right: 16px;
}
#btnMeeting a {
	background-image: url(../../images/sbMnBtnMeetAll.gif);
	height: 29px;
	width: 171px;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}
#btnMeeting a:hover {
	background-image: url(../../images/sbMnBtnMeetAll.gif);
	height: 29px;
	width: 171px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
#btnEvent {
	height: 29px;
	width: 171px;
	clear: right;
	float: left;
	margin-top: 6px;
}
#btnEvent a {
	background-image: url(../../images/sbMnBtnEventAll.gif);
	display: block;
	height: 29px;
	width: 171px;
	background-repeat: no-repeat;
	background-position: center top;
}
#btnEvent a:hover {
	background-image: url(../../images/sbMnBtnEventAll.gif);
	display: block;
	height: 29px;
	width: 171px;
	background-repeat: no-repeat;
	background-position: center center;
}
#btnExhibit {
	height: 29px;
	width: 171px;
	clear: right;
	float: left;
	margin-top: 6px;
	margin-right: 16px;
}
#btnExhibit a {
	background-image: url(../../images/sbMnBtnExhibitorsAll.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 29px;
	width: 171px;
}
#btnExhibit a:hover {
	background-image: url(../../images/sbMnBtnExhibitorsAll.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 29px;
	width: 171px;
}
#btnAttend {
	height: 29px;
	width: 171px;
	float: left;
	margin-top: 6px;
	clear: right;
	margin-right: 16px;
}
#btnAttend a {
	background-image: url(../../images/sbMnBtnAttendeesAll.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 29px;
	width: 171px;
}
#btnAttend a:hover {
	background-image: url(../../images/sbMnBtnAttendeesAll.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 29px;
	width: 171px;
}
#navMenuTabs .active a {
	background-position: bottom;
}


/** Content Area **/
#content {
	width: 990px;
	overflow:hidden;
}
#contentArea {
	padding-top: 20px;
	padding-right: 200px;
	padding-bottom: 30px;
	padding-left: 60px;
	width: 547px;
	margin-left: 160px;
	height: 100%;
	background-color: #efe9e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #636467;
	text-align: left;
}
#contentArea p {
	text-align: left;
}
#contentArea h1 {
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
	color: #AE7A46;
}
#contentArea h2 {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #AE7A46;
}
#contentArea h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}
#contentArea a {
	color: #244B71;
}
#copyAreaUL ul {
	margin: 0px;
	display: block;	
}
#copyAreaUL h2 {
	margin: 0px;
	display: block;	
}
#copyAreaUL h3 {
	margin: 0px;
	display: block;	
}


#contentNav ul {
	list-style-image: url(../../images/subBox.gif);
	list-style-type: none;
}
#contentNav ul a {
	display: block;
	margin-left: 5px;
	margin-bottom: 10px;
	color: #efe9e5;
	text-decoration: none;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentNav ul a:hover {
	color: #efe9e5;
	text-decoration: underline;
}

#contentNav ul ul {
	list-style-image: url(../../images/subArrow.gif);
	list-style-type: none;
	display: inline-block;
	margin-left:-10px;
	width:105px;
	border:solid 0px #f00;
	padding-left:20px;
}
#contentNav ul ul a {
	display: block;
	margin-left: 3px;
	margin-bottom: 10px;
	color: #efe9e5;
	text-decoration: none;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentNav ul ul a:hover {
	color: #efe9e5;
	text-decoration: underline;
}

/** Footer **/
#footer {
	padding: 10px;
	height: 54px;
	width: 970px;
	background-color: #81705f;
	clear: both;
}
#footerContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e2ddda;
	float: right;
	padding-right: 10px;
}
#footerContact div {
	margin-bottom: 5px;
	text-align: right;
}
#footerLinks {
	float: left;
	width: 600px;
	height: 30px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footerLinks ul {
	display: inline;
	margin-top: -4px;
	margin-right: 0px;
	margin-left: 0px;
	height: 14px;
}
#footerLinks li {
	display: block;
	float: left;
	clear: right;
	margin-right: 10px;
	list-style-type: none;
	background-image: url(../../images/subLine.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
}
#footerLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e2ddda;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 0px;
}
#footerLinks a:hover {
	text-decoration: underline;
}


/** Top Nav **/
#topNav {
	width: 500px;
	float: right;
	margin-top: 40px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b6aba1;
	border-bottom-color: #b6aba1;
	text-align: justify;
}
#topNav li {
	display: inline-block;
	list-style-type: none;
	float: left;
	margin-left: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #8a7967;
	background-image: url(../../images/subBoxDark.gif);
	background-repeat: no-repeat;
	padding-left: 3px;
	text-transform: uppercase;
	background-position: left 2px;
	text-align: justify;
}
#topNav li a {
	color: #8a7967;
	text-decoration: none;
	display: block;
	padding-left: 23px;
	padding-right: 26px;
}
#topNav li a:hover {
	color: #6A5D4E;
	text-decoration: none;
}
#topNav ul {
	height: 15px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	padding-left:0px;
}
#topNav li li {
	display: inline-block;
	list-style-type: none;
	float: left;
	margin-left: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #efe9e5;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 0px;
	text-transform: capitalize;
	height: 14px;
	padding-top: 10px;
}
#topNav li li a {
	color: #efe9e5;
	text-decoration: none;
	display: block;
	padding-left: 0px;
	padding-right: 15px;
}
#topNav li li a:hover {
	text-decoration: underline;
}

/** Top Nav Sub **/
#topNavSub {
	width: 500px;
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b6aba1;
	border-bottom-color: #b6aba1;
	text-align: justify;
}
#topNavSub li {
	display: inline-block;
	list-style-type: none;
	float: left;
	margin-left: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #8a7967;
	background-image: url(../../images/subBoxDark.gif);
	background-repeat: no-repeat;
	padding-left: 3px;
	text-transform: uppercase;
	background-position: left 2px;
	text-align: justify;
}
#topNavSub li a {
	color: #8a7967;
	text-decoration: none;
	display: block;
	padding-left: 23px;
	padding-right: 26px;
}
#topNavSub li a:hover {
	color: #6A5D4E;
	text-decoration: none;
}
#topNavSub ul {
	height: 15px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	padding-left:0px;
}
#topNavSub li li {
	display: inline-block;
	list-style-type: none;
	float: left;
	margin-left: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #efe9e5;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 0px;
	text-transform: capitalize;
	height: 14px;
	padding-top: 10px;
}
#topNavSub li li a {
	color: #8a7967;
	text-decoration: none;
	display: block;
	padding-left: 0px;
	padding-right: 15px;
}
#topNavSub li li a:hover {
	text-decoration: underline;
}
#homeLink img {
	height: 70px;
	width: 270px;
}
#homeLink {
	height: 70px;
	width: 270px;
	float: left;
}


#formStyle {
}
#formStyle h2 {
	font-size: 18px;
	color: #82491F;
	margin-top: 0px;
}
#formStyle h3 {
	color: #584E42;
	font-size: 13px;
	font-weight: normal;
	display: inline;
}
.formBox {
	padding: 10px;
	background-color: #E6DED5;
	border: 1px solid #D7CFC7;
}
.topForm {
	background-color: #BCB1A7;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.cellRule {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCB1A7;
}
#formStyle th {
	background-color: #BCB1A7;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#formStyle td {
	vertical-align: top;
	background-color: #DCD4CC;
	padding: 8px;
}
#formStyle table {
	border: solid 1px #BCB1A7;
}
#formStyle table table {
	border: 0px;
}
#formStyle td th {
	background-color: #DCD4CC;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: normal;
	vertical-align: top;
}
#formStyle td td {
	background-color: #DCD4CC;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: normal;
	vertical-align: top;
}
#formStyle .form_textarea {
	width: 350px;
	text-align: left;
}
#formStyle td td .form_buttons {
	text-align: right;
}
#formStyle .list-item h1 a {
	color: #8A542D;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 420px;
	display: block;
}
#formStyle .list-item h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A59F99;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#formStyle .date {
	font-size: 11px;
	font-weight: bold;
	color: #5E5B58;
	line-height: 11px;
	float: right;
	margin-top: -18px;
	margin-right: 3px;
}
#formStyle .list-item p {
	padding-left: 0px;
	margin-left: -5px;
	font-weight: bold;
	margin-top: 20px;
}
#formStyle .list-item h2 {
	font-size: 12px;
	line-height: 18px;
	color: #636467;
	font-weight: Normal;
	margin-bottom: -18px;
	margin-top: 5px;
}#formStyle .list-item {
	background-color: #E6DED5;
	border: 1px solid #968776;
	margin-bottom: 12px;
	padding: 5px;
}



.shift{
    display:block;
    float:left;
    width:90%;
    text-align:right;
}
#articleDetail .item-detail .top h1 {
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 22px;
}
#articleDetail .dateDetail {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #82491F;
	text-align: left;
	padding-bottom: 20px;
}
#articleDetail .item-detail .top h2 {
	margin-top: 2px;
	margin-bottom: 0px;
	color: #636467;
	font-size: 16px;
	font-weight: bold;
}
#articleDetail .item-detail .top h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
#articleDetail .item-detail .body {
	margin: 0px;
	padding: 0px;
	vertical-align: text-top;
}


/** BLOG **/
#blogStyle .list-item {
	margin-bottom: 12px;
	padding: 5px;
}
#blogStyle .form_textarea {
	width: 350px;
	text-align: left;
}
#blogStyle .list-item h1 a {
	color: #8A542D;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width: 420px;
	display: block;
}
#blogStyle .list-item h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A59F99;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#blogStyle .date {
	font-size: 11px;
	font-weight: bold;
	color: #5E5B58;
	line-height: 11px;
	float: right;
	margin-top: -18px;
	margin-right: 3px;
}
#blogStyle .list-item p {
	padding-left: 0px;
	margin-left: -5px;
	font-weight: bold;
	margin-top: 20px;
}
#blogStyle .list-item h2 {
	font-size: 12px;
	line-height: 18px;
	color: #636467;
	font-weight: Normal;
	margin-bottom: -18px;
	margin-top: 5px;
}#blogStyle .list-item {
	margin-bottom: 40px;
	padding: 0px;
}
#mapFlash {
	margin-top: -10px;
	margin-left: -20px;
}
#flashSmallMap {
	height: 150px;
	width: 220px;
	margin-top: 40px;
	margin-left: 520px;
	position: absolute;
	text-align: left;
	padding-left: 10px;
}
#flashSmallMap p {
	text-align: left;
	padding-left: 10px;
}
#siteMapList li {
	font-size: 16px;
	font-weight: bold;
	display: block;
	list-style-type: none;
	margin-left: -15px;
}
#siteMapList li a {
	color: #AE7A46;
	text-decoration: none;
}
#siteMapList li a:hover {
	color: #D09153;
	text-decoration: none;
}
#siteMapList li li {
	font-size: 12px;
	font-weight: bold;
	list-style-type: disc;
}
#siteMapList li li li {
	font-size: 12px;
	font-weight: bold;
	list-style-type: circle;
}
#siteMapList li li li a {
	color: #4F4F4F;
}
#siteMapList li li li a:hover {
	color: #7D7D7D;
}
#siteMapList li li li li {
	font-weight: normal;
	list-style-type: square;
}
#siteMapList li li li li a {
	color: #666666;
}
#siteMapList li li li li a:hover {
	color: #9B9B9B;
}

/** Gallery **/
.image_gallery #current_image .image {	
	padding: 10px;
	background-color: #E6DED5;
	border: 1px solid #D7CFC7;
}
.thumbnails .image {	
	padding: 10px;
	background-color: #E6DED5;
	border: 1px solid #D7CFC7;
}
#contentArea .image_gallery .thumbnails .item .title {
	overflow:hidden;
	text-align:center;
	white-space:normal;
	width:120px;
	height: 50px;
}

#cmplogo {
	padding-top:20px;
	padding-bottom:30px;
	padding-left:25px;
	width:130px;
}
	

