﻿@charset "utf-8";
/* CSS Document */

html, body, #fullheight {
	height: 100%;
}
body { 
	margin: 0; 
	padding: 0; 
	background-color: #E2DBC8;
}
div.maincontainer {
	margin-left: auto; 
	margin-right: auto; 
	width: 766px;
	border: #1B160B 1px solid;
}
div.headercontainer {
	height: auto; 
	background: url(/Content/Images/blue.gif) repeat-x;
}
div.topheader {
	color: #E3E7E8; 
	font-family: times new roman; 
	font-size: 13px; 
	font-weight: bold;
	height:37px; 
	background: url(/Content/Images/blue.gif) repeat-x;
}
/* menus */
#navlist li {
	display: inline;
	list-style: none none outside;
}
a.home  { 
	background: url(/Content/Images/home_off.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:35px;
}
a.home:hover { 
	background: url(/Content/Images/home_on.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:35px;
}
span.home { 
	background: url(/Content/Images/home_on.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:35px;
}
a.publication  { 
	background: url(/Content/Images/publication_off.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
a.publication:hover { 
	background: url(/Content/Images/publication_on.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
span.publication { 
	background: url(/Content/Images/publication_on.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
a.gallery  { 
	background: url(/Content/Images/gallery_off.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
a.gallery:hover { 
	background: url(/Content/Images/gallery_on.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
span.gallery { 
	background: url(/Content/Images/gallery_on.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
a.membership  { 
	background: url(/Content/Images/membership_off.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
a.membership:hover { 
	background: url(/Content/Images/membership_on.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
span.membership { 
	background: url(/Content/Images/membership_on.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
a.convention  { 
	background: url(/Content/Images/convention_off.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
a.convention:hover { 
	background: url(/Content/Images/convention_on.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
span.convention { 
	background: url(/Content/Images/convention_on.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
a.about  { 
	background: url(/Content/Images/about_off.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
a.about:hover { 
	background: url(/Content/Images/about_on.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
span.about { 
	background: url(/Content/Images/about_on.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
a.contact  { 
	background: url(/Content/Images/contact_off.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
a.contact:hover { 
	background: url(/Content/Images/contact_on.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
span.contact { 
	background: url(/Content/Images/contact_on.gif);
	display: block;
	float: left;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
span.myaccount { 
	background: url(/Content/Images/myaccount_on.gif);
	display: block;
	float: right;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
span.backtomain { 
	background: url(/Content/Images/backtomain_on.gif);
	display: block;
	float: right;
	width: 92px;
	height: 31px;
	margin-left:2px;
}
a.myprofile { 
	background: url(/Content/Images/myprofile_off.gif);
	display: block;
	float: right;	
	width: 92px;
	height: 31px;
	margin-right:2px;
}
a.myprofile:hover { 
	background: url(/Content/Images/myprofile_on.gif);
	display: block;
	float: right;	
	width: 92px;
	height: 31px;
	margin-right:2px;
}
span.myprofile { 
	background: url(/Content/Images/myprofile_on.gif);
	display: block;
	float: right;
	width: 92px;
	height: 31px;
	margin-right:2px;
}
a.editmyprofile { 
	background: url(/Content/Images/editmyprofile_off.gif);
	display: block;
	float: right;	
	width: 92px;
	height: 31px;
	margin-right:2px;
}
a.editmyprofile:hover { 
	background: url(/Content/Images/editmyprofile_on.gif);
	display: block;
	float: right;	
	width: 92px;
	height: 31px;
	margin-right:2px;
}
span.editmyprofile { 
	background: url(/Content/Images/editmyprofile_on.gif);
	display: block;
	float: right;
	width: 92px;
	height: 31px;
	margin-right:2px;
}
a.changepassword { 
	background: url(/Content/Images/changepassword_off.gif);
	display: block;
	float: right;	
	width: 112px;
	height: 31px;
	margin-right: 2px; /* default 2px */
}
a.changepassword:hover { 
	background: url(/Content/Images/changepassword_on.gif);
	display: block;
	float: right;	
	width: 112px;
	height: 31px;
	margin-right: 2px;
}
span.changepassword { 
	background: url(/Content/Images/changepassword_on.gif);
	display: block;
	float: right;
	width: 112px;
	height: 31px;
	margin-right: 2px;
}
a.cancelmembership { 
	background: url(/Content/Images/cancelmembership_off.gif);
	display: block;
	float: right;	
	width: 112px;
	height: 31px;
	margin-right: 2px;
}
a.cancelmembership:hover { 
	background: url(/Content/Images/cancelmembership_on.gif);
	display: block;
	float: right;
	width: 112px;
	height: 31px;
	margin-right:55px;
}
span.cancelmembership { 
	background: url(/Content/Images/cancelmembership_on.gif);
	display: block;
	float: right;
	width: 112px;
	height: 31px;
	margin-right:55px;
}
a.submitnews { 
	background: url(/Content/Images/submitnews_off.gif);
	display: block;
	float: right;	
	width: 92px;
	height: 31px;
	margin-right: 2px; /* default 2px */
}
a.submitnews:hover { 
	background: url(/Content/Images/submitnews_on.gif);
	display: block;
	float: right;	
	width: 92px;
	height: 31px;
	margin-right: 2px;
}
span.submitnews { 
	background: url(/Content/Images/submitnews_on.gif);
	display: block;
	float: right;
	width: 92px;
	height: 31px;
	margin-right: 2px;
}
a.submitimage { 
	background: url(/Content/Images/submitimage_off.gif);
	display: block;
	float: right;	
	width: 112px;
	height: 31px;
	margin-right: 2px; /* default 2px */
}
a.submitimage:hover { 
	background: url(/Content/Images/submitimage_on.gif);
	display: block;
	float: right;	
	width: 112px;
	height: 31px;
	margin-right: 2px;
}
span.submitimage { 
	background: url(/Content/Images/submitimage_on.gif);
	display: block;
	float: right;
	width: 112px;
	height: 31px;
	margin-right: 2px;
}
a.submitevent { 
	background: url(/Content/Images/submitevent_off.gif);
	display: block;
	float: right;	
	width: 92px;
	height: 31px;
	margin-right: 2px; /* default 2px */
}
a.submitevent:hover { 
	background: url(/Content/Images/submitevent_on.gif);
	display: block;
	float: right;	
	width: 92px;
	height: 31px;
	margin-right: 2px;
}
span.submitevent { 
	background: url(/Content/Images/submitevent_on.gif);
	display: block;
	float: right;
	width: 92px;
	height: 31px;
	margin-right: 2px;
}
a.paymembership { 
	background: url(/Content/Images/paymembership_off.gif);
	display: block;
	float: right;	
	width: 112px;
	height: 31px;
	margin-right: 2px; /* default 2px */
}
a.paymembership:hover { 
	background: url(/Content/Images/paymembership_on.gif);
	display: block;
	float: right;	
	width: 112px;
	height: 31px;
	margin-right: 2px;
}
span.paymembership { 
	background: url(/Content/Images/paymembership_on.gif);
	display: block;
	float: right;
	width: 112px;
	height: 31px;
	margin-right: 2px;
}
a.submitpublication { 
	background: url(/Content/Images/submitpublication_off.gif);
	display: block;
	float: right;	
	width: 112px;
	height: 31px;
	margin-right: 2px; /* default 2px */
}
a.submitpublication:hover { 
	background: url(/Content/Images/submitpublication_on.gif);
	display: block;
	float: right;	
	width: 112px;
	height: 31px;
	margin-right: 2px;
}
span.submitpublication { 
	background: url(/Content/Images/submitpublication_on.gif);
	display: block;
	float: right;
	width: 112px;
	height: 31px;
	margin-right: 2px;
}
div.topheader a { 
	color: #E3E7E8; 
	text-decoration: none;
}
div.topheader a:hover {
	text-decoration: none; 
}
div.toporg {
	float: left; 
	margin-top: 10px; 
	margin-left: 15px;
}
div.topdate {
	float: right; 
	margin-top: 10px; 
	margin-right: 15px;
}
div.bannerbgcontainer {
	height: 198px; 
	width: 766px; 
	background: url(/Content/Images/header_banner.jpg) no-repeat;
}
div.bannerbgcontainer2 {
	height: 198px; 
	width: 766px; 
	background: url(/Content/Images/header_banner2.jpg) no-repeat;
}
div.bannerbgcontainer3 {
	height: 198px; 
	width: 766px; 
	background: url(/Content/Images/header_banner3.jpg) no-repeat;
}
div.bannerbgcontainer4 {
	height: 198px; 
	width: 766px; 
	background: url(/Content/Images/header_banner4.jpg) no-repeat;
}
div.bannerbgcontainer5 {
	height: 198px; 
	width: 766px; 
	background: url(/Content/Images/header_banner5.jpg) no-repeat;
}
div.menucontainer {
	padding-top: 167px;
}
div.menucontainers {
	padding-top: 167px;
	padding-right: 30px;
	text-align: right;
}
div.divider {
	height: 10px; 
	background: #CFA824;
}
span.topdate {
	font-family: tahoma;
	font-size: 11px;
	color: #E3E7E8; 
}
div.bodycontainer {
	width: 766px; 
}
div.imagegal {
	height: 184px;
	background: url(/Content/Images/bg.gif) no-repeat left bottom;
	background-color: #CFA824;
}
div.imagegal a { 
	color: #F7F0E0; 
	text-decoration: none; 
	font-family: times new roman; 
	font-size: 13px; 
	font-weight: bold; 
}
div.imagegal a:hover { 
	text-decoration: underline;
}
div.imagegal span a { 
	color: #503D13; 
	text-decoration: none;
}
div.imagegal a:hover { 
	text-decoration: underline
}
div.imagebg {
	float: left; 
	width: 179px; 
	height: 135px; 
	margin-left: 25px; 
	background: url(/Content/Images/thumbnail_bg.gif) top no-repeat;
}
div.imagebgs {
	float: left; 
	width: 179px; 
	height: 135px; 
	background: url(/Content/Images/thumbnail_bg.gif) top no-repeat;
}
img.imgitem {
	margin-top: 12px; 
	margin-left: 4px;
} 
div.mainbodycontainer {
	width: 766px; 
}
div.mainbodycontaineralt {
	width: 766px;
	float: left; 
}
div.mainbodycontainers {
	width: 766px; /* height: 454px; */
}
div.mainbodyleft {
	float: left; 
	width: 300px; 
}
div.mainbodycontainerindex {
	float: left; 
	width: 766px;
	padding-bottom: 163px; 
	background: url(/Content/Images/space_needle_bkg.gif) bottom left no-repeat;
}
div.options 
{
	height: 50px;
	padding-left: 55px;
	padding-top: 15px;
	background: url(/Content/Images/options.gif) no-repeat top left;
}
div.accountsubmenu {
	text-align: right; 
	padding-right: 30px; 
	background: #cfa824;
}
div.accountsubmenus {
	text-align: right; 
	padding-right: 30px;
	height: 31px; 
}
div.menusubheader {
	margin: 5px 10px 5px 10px;
}
div.mainbodyright { 
	float: left; 
	width: 466px; 
    min-height: 280px;
	background: url(/Content/Images/ksang_logo.gif) no-repeat right top;
}
div.mainbodycontent {
	margin-right: 10px; 
	margin-left: 10px;
	margin-bottom: 10px;
}
div.mainbodyrights { 
	float: left; 
	width: 466px; 
}
div.descbg {
	width: 466px;
}
div.desctop {
	background: url(/Content/Images/desc_top.gif) no-repeat center top; 
	width: 466px; 
	height: 19px;
	margin: 0;
}
div.descbody {
	background: url(/Content/Images/desc_middle.gif) repeat center top; 
	width: 436px; 
	padding-left: 15px; 
	padding-right: 15px;
	margin: 0;
}
div.descbodys {
	background: url(/Content/Images/desc_middle.gif) repeat center top; 
	width: 466px; 
	padding-left: 15px; 
	padding-right: 15px;
	margin: 0;
}
div.cartbody {
	float: left; 
	width: 546px; 
	height: 400px;
}
div.cartright {
	float: left; 
	width: 200px; 
	height: 400px;	
}
div.cartrightbody {
	width: 198px; 
	height: 195px; 
	border: solid 1px #898989; 
	background: #e1e1e1;
}
table.cartrightbody {
	 margin: 0px 0px 0px 0px;
	 border: 0px; 
	 height: 100px; 
	 width: 100%;	
}
div.cartrightbottom {
	width: 178px; 
	height: 150px; 
	border: solid 1px #898989; 
	background: #e1e1e1; 
	padding: 10px 10px 10px 10px;
}
div.cartleft {
	width: 545px; 
	height: 240px; 
	border: solid 1px #898989; 
	background: #ebebeb;	
}
table.cartleft {
	 margin: 0px 0px 0px 0px;
	 border: 0px; 
	 height: 240px; 
	 width: 100%;	
}
div.descbody p {
	background: url(/Content/Images/desc_middle.gif) repeat center top; 
	width: 436px; 
	margin: 0;
}
div.descbottom {	
	background: url(/Content/Images/desc_btm.gif) no-repeat center top; 
	width: 466px; 
	height: 19px;
	margin: 0;
}
div.footercontainer {
	width:766px;
	height: 37px; 
	background: url(/Content/Images/foot.gif) repeat-x; 
	background-color: #19150B; 
	color:#939088; 
	font-family: times new roman; 
	font-size: 13px; 
	font-weight: bold; 
	text-align: center;	
}
div.footercontainer a { 
	color: #939088; 
	text-decoration: none;
}
div.footercontainer a:hover { 
	text-decoration: underline;
}
img.greyborder {
	border: solid 3px #b7b7b7;
}
html>body div.maincontainer {
	height: auto;
} /*for mozilla */
form { 
	margin: 0px; 
	padding: 0px;
}
table { 
	border:0px; 
	border-collapse: collapse; 
} 
td {
	vertical-align: top; 
	padding: 0px; 
}
td, table, select, input, textarea, div {
	font-family: tahoma;
	font-size: 11px;
	vertical-align: top;
	line-height: 13px;
	color: #2A2415;
}
ul { 
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
	line-height: 18px; 
	color: #2A2415;
}
ul li { 
	background: url(/Content/Images/list_marker.gif) no-repeat left top; 
	padding-left: 13px;
}
ul li a { 
	color: #2A2415;  
	text-decoration: underline; 
}
ul li a:hover { 
	text-decoration: none;
}
a { 
	color: #2A2415; 
	text-decoration: underline;
}
a:hover { 
	text-decoration: none;
}
a.event_more {
	font-size: 9px;
	font-family: Verdana; 
	color: #544025;
	font-weight: bold; 
	text-decoration: none;
}
a.event_more:hover { 
	font-size: 9px;
	font-family: Verdana; 
	color: #544025;
	font-weight: bold; 
	text-decoration: underline;
}
a.title_header {
	color: #544025;
	font-size: 12px;
	font-family: Arial Black;	
	text-decoration: none;
}
a.title_header:hover { 
	color: #998675;
	font-size: 12px;
	font-family: Arial Black;	
	text-decoration: none;
}
a.none {
	color: #544025;
	font-size: 12px;
	font-family: Arial Black;	
	text-decoration: none;
}
a.none:hover { 
	color: #544025;
	font-size: 12px;
	font-family: Arial Black;	
	text-decoration: underline;
}
strong a { 
	color: #433C2D; 
	font-family: times new roman; 
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: none;
}
strong a:hover { 
	text-decoration: underline;
}
.bluebutton { 
	display: block;
	background: url(/Content/Images/blue_button.gif) no-repeat top center;
	font-size: 13px; 
	border: transparent;
	padding-top : 8px;
	font-weight: bold;
	text-decoration: none;
	height: 32px;
	width: 150px;
	color: #fff;
	text-align: center;
}
.date_header {
	color: #f7941d;
	font-size: 12px;
	font-family: Arial Black;
}
.sub_header {
	color: #959595;
	font-size: 12px;
	font-family: Arial Black;
}
.sub_header2 {
	color: #7d7d7d;
	font-size: 12px;
	font-family: Arial Black;
}
.date_col {
	color: #f7941d;
	font: 21px;
	font-family: Arial Black;
}
.carttotal {
	font-size: 24px; 
	font-weight: bold;
}
.cartsubtotal {
	font-size: 13px; 
	font-weight: bold;
}
.title_header {
	color: #544025;
	font-size: 12px;
	font-family: Arial Black;	
}
.title_header2 {
	color: #76612d;
	font-size: 12px;
	font-family: Arial Black;	
}
.title_header3 {
	color: #926f14;
	font-size: 12px;
	font-family: Arial Black;	
}
.body_col {
	color: #967350;
	font-family: Verdana;	
}
.paginationHome {
	text-align: left;
}
.form1 input{
	width: 189px;
	height: 20px;
	color: #2A2415;
	padding: 2px 0 0 5px;
	border: #544321 1px solid;
	background-color: #fff;
}
.form1 textarea {
	width:189px;
	height:121px;
	color: #2A2415;
	overflow: auto;
	padding:2px 0 0 5px;
	border:#544321 1px solid;
	background-color:#FFFFFF
}
.margin5 {
	margin: 5px 5px 5px 5px;
}
.margin10 {
	margin: 10px 10px 10px 10px;
}
.padding5 {
	padding: 5px 5px 5px 5px;
}
.padding10 {
	padding: 10px 10px 10px 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
    clear: both;
}
.error {
    color:Red;
}
.success  {
    display: block;
    height: 25px;
    padding-top: 5px;
    color: #448ccb;
    font-size: 14px;
}
#menucontainer {
    margin-top: 40px;
}
div#title {
    display: block;
    float: left;
    text-align: left;
}
#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: white;
}
#logindisplay a:link {
    color: white;
    text-decoration: underline;
}
#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}
#logindisplay a:hover {
    color: white;
    text-decoration: none;
}
div.form_field {
	min-height:35px;
	margin-bottom: 5px;	
}
.submit_button {
	background: url(/Content/Images/retrieve_submit.gif) no-repeat top center;
	color: #fff; 
	border: transparent; 
	height: 26px; 
	width: 136px;	
}
.field-validation-error {
    display: block;
    height: 25px;
    padding-top: 5px;
    color: #ff0000;
}
.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}