/* Standard HTML element styles */
body
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	behavior:url(csshover.htc);
}

a:link { color: #737373 }
a:visited { color: #737373 }
a:hover { color: #c00 ; text-decoration: underline; }
a:active { color: #737373 }

a.buttonlink, a.buttonlink:visited, a.buttonlink:active
{
	font-size: 10px;
	margin-left: 5px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
}
a.buttonlink:hover
{
	color: #c00;
	text-decoration: underline;
}

h1, h2, h3 {
	color: #036;
}

/* End standard HTML element styles */

#play
{
	margin: auto;
	padding: 10px;
	width: 970px;
	text-align: center;
	background-color: Lime;
	font-size: 150%;
	font-weight: bolder;
	color: Navy;
}

#container
{
	margin: auto;
	width: 990px;
	text-align: left;
	/* background-color: Red;
	border: 1px solid black; */
}

/* Header styles */
#header
{
}

#header .heading
{
	color: #036;
	font-size: 31px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 33px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#header img
{
	margin-right: 5px;
	vertical-align: middle;
	float: left;
}

#header a
{
	float: right;
	color: #c00;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	margin-top: 5px;
}
#header a:hover
{
	text-decoration: underline;
}

/* End header styles */

#mainnav
{
	clear: both;
	padding-top: 5px;
}
#mainnav .content
{
	color: #fff;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

#mainnav ul li a
{
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;

	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;

	display: block;
	
	margin: 0;
	
	white-space: nowrap;
}
#mainnav a:hover
{
	text-decoration: underline;
}

#mainnav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainnav li
{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

#mainnav ul ul
{
	z-index: 500;
	border: 1px solid #FFF;
	text-align: left;

	width: 215px;
}
#mainnav ul li ul li
{
	float: none;
	text-align: left;
	border: none;
	
	padding-bottom: 1px;
}

#mainnav ul li ul
{
	display: none;
	position: absolute;
	background-color: #900;
}
#mainnav ul li ul.rightalign
{
	right: 0;
}

#mainnav ul li:hover ul { display: block; }

/* Fix IE. Hide from IE Mac \*/
* html #mainnav ul li { float: left;}
/* * html #mainnavmenu ul li { height: 1%; } */
/* End */




/* ROUNDED RED BOX */
.roundedred { background-color: #cc0000; }
.roundedred .top { background: url(../images/roundedRedTL.gif) no-repeat top left; }
.roundedred .top div { background: url(../images/roundedRedTR.gif) no-repeat top right; }
.roundedred .bottom { background: url(../images/roundedRedBL.gif) no-repeat bottom left; }
.roundedred .bottom div { background: url(../images/roundedRedBR.gif) no-repeat bottom right; }
.roundedred .top, .roundedred .top div, .roundedred .bottom, .roundedred .bottom div
{
	width: 100%;
	height: 5px;
	font-size: 1px;
}
.roundedred .content
{
	margin: 5px 10px;
}
/* END ROUNDED RED BOX */

/* ROUNDED GREY BOX */
.roundedgrey { background-color: #c1c8cb; }
.roundedgrey .top { background: url(../images/roundedGreyTL.gif) no-repeat top left; }
.roundedgrey .top div { background: url(../images/roundedGreyTR.gif) no-repeat top right; }
.roundedgrey .bottom { background: url(../images/roundedGreyBL.gif) no-repeat bottom left; }
.roundedgrey .bottom div { background: url(../images/roundedGreyBR.gif) no-repeat bottom right; }
.roundedgrey .top, .roundedgrey .top div, .roundedgrey .bottom, .roundedgrey .bottom div
{
	width: 100%;
	height: 5px;
	font-size: 1px;
}
.roundedgrey .content
{
	margin: 5px 10px;
}
/* END ROUNDED GREY BOX */

/* ROUNDED NAVY BOX */
.roundednavy { background-color: #003366; }
.roundednavy .top { background: url(../images/roundedNavyTL.gif) no-repeat top left; }
.roundednavy .top div { background: url(../images/roundedNavyTR.gif) no-repeat top right; }
.roundednavy .bottom { background: url(../images/roundedNavyBL.gif) no-repeat bottom left; }
.roundednavy .bottom div { background: url(../images/roundedNavyBR.gif) no-repeat bottom right; }
.roundednavy .top, .roundednavy .top div, .roundednavy .bottom, .roundednavy .bottom div
{
	width: 100%;
	height: 5px;
	font-size: 1px;
}
.roundednavy .content
{
	margin: 5px 10px;
}
.roundednavy .wording
{
	color: #fff;
	font-size: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 120%;
	margin: 0;
	padding: 0;
}
.roundednavy .status
{
	color: #fff;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 120%;
	margin-top: 5;
	padding: 0;
}
.roundednavy .link a:link, .roundednavy .link a:visited, .roundednavy .link a:active
{
	color: #fff;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 120%;
	margin: 10;
	padding: 0;
	
}
.roundednavy .link a:hover
{
	color: #f00;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 120%;
	margin: 10;
	padding: 0;
}
/* END ROUNDED NAVY BOX */

#menu
{
	float: left;
	width: 245px;
	padding-top: 10px;
}
#menu .content
{
}
#menu .blurb
{
	color: #fff;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 120%;
	background-color: #036;
	margin: 0;
	padding: 0;
}
#menu .blurbheading
{
	color: #fff;
	font-size: 300%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 135%;
}
#menu ul
{
	list-style: none;
	padding: 0;
	margin-left: 5px;
}

#menu ul a, #menu ul
{
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 135%;
	text-decoration: none;
	font-weight: bold;
}

#menu ul a:hover { text-decoration: underline; }

#menu ul li
{
	margin-top: 10px;
}
#menu ul ul
{
	font-weight: normal;
	margin-left: 0px;
	margin: 0;
}
#menu ul ul a { font-weight: normal; }
#menu ul li li
{
	margin: 0;
}
#menu .roundednavy .bottom
{
	margin-bottom: 10px;
}
#menu #subscribe
,#menu #noticeboard
{
	display: block;
	margin-bottom: 10px;
}
#menu #subscribe img,
#menu #noticeboard img
{ 
	border: none; 
}


#contents
{
	margin-left: 245px;
	padding-top: 10px;
}

#single
{
	width: 732px;
	padding-left: 10px;
}

#left
{
	width: 478px;
	float: left;
	padding-left: 10px;
}

#right
{
	width: 245px;
	float: right;
}
#right .content
{
	color: #fff;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding-left: 15px; 
}
#right #join { padding-top: 10px; display: block; }
#right #join img { border: none; }


#footer
{
	clear: both;
	padding-top: 10px;
}
#footer .content
{
}
#footer .content td
{
	font-size: 80%;
	color: #036;
	text-align: left;
	margin: 0;
}
#footertext
{
	padding: 10px 0;
	
	color: #737373;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 12px;
}
#footertext a { text-decoration: none; }
#footertext a:hover { text-decoration: underline; }




/**********************/
/* SPONSORS FORMATTER */
/**********************/
.divsponsors
{
	padding-top: 10px;
}
.divsponsors .heading
{
	color: #036;
	font-size: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 150%;
	display: block;
}
.divsponsors .logo
{
	margin-top: 10px;
}
.divsponsors p
{
	margin: 0;
	padding: 0;
	display: block;
}
.divsponsors .more
{
	display: block;
}
/* END SPONSORS FORMATTER */



/***************************/
/* TODAYS EVENTS FORMATTER */
/***************************/
.events
{
	background-color: #d6f0ff;
	padding: 10px;

/* STUPID SCROLLING EVENTS THING */
	height: 570px;
	overflow: auto;
/* END STUPID SCROLLING EVENTS THING */
}

.events .event
{
	border-bottom: 1px dashed #6987a5;
	padding-bottom: 15px;
	margin-top: 0;
	margin-bottom: 15px;
}

.events .event .date
{
	display: block;

	color: #036;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.membersonly
{
	text-align: right;
	color: #F00;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.events .event .location
{
	color: #444;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.events .event .heading
{
	display: block;

	color: #c00;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.events .event .body
{
	font-size: 85%;
}

.events .event .body .description
{
	display: block;
}

.events .event .body .sponsor
{
	display: block;
	color: #c00;
}
.events .event .body .time
{
	display: block;
	font-weight: bold;
}
.events .event .body .venue
{
	display: block;
	font-weight: bold;
}


.events .roundedred
{
	width: 435px;
}
.eventstitle .content,.events .content
{
	color: #fff;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding-left: 15px; 
}

.events .content span { float: left; }
.events .content img { float: right; border: none;}
.events .roundedred { margin-bottom: 15px; }
/* END TODAYS EVENTS FORMATTER */


/******************/
/* NEWS FORMATTER */
/******************/
.newsitem
{
	padding-top: 10px;
	border-bottom: 1px dashed #6987a5;

}
.newsitem .newsimage
{
	float: left;
	margin: 10px 10px 10px 0px;
}
.newsitem .heading
{
	display: block;

	color: #036;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.newsitem .subheading
{
	display: block;

	color: #c00;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.newsitem p
{
	margin-top: 10px;
	font-size: 85%;
}
.newsitem p.moreinfo
{
	margin-bottom: 0;
}
/* END NEWS FORMATTER */


/********************************/
/* BOARD OF DIRECTORS FORMATTER */
/********************************/
.boardmember
{
	border-top: 1px dashed #6987a5;
	padding-bottom: 20px;
	padding: 20px 0;
}
.boardmember .boardmemberdetail
{
	margin-top: 10px;
}
.boardmember .boardmemberdetail td, .boardmember .boardmemberdetail th
{
	vertical-align: top;
}
.boardmember .boardmemberdetail td
{	
	padding-left: 10px;
}
.boardmember .boardmemberdetail td p
{
	padding: 0;
	margin: 0;
}
/* END BOARD OF DIRECTORS FORMATTER */

/************************/
/* COMMITTEES FORMATTER */
/************************/
.committees .stateselection
{
	margin: 15px 0;

	background-color: #f6f6f6;
	padding: 5px;
	
	color: #036; 
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 150%;
	font-weight: bold;
}

.committee td, .committee th
{
	vertical-align: top;
	padding-bottom: 7px;
	padding-top: 7px;
}

.committee th
{
	font-weight: bold;
}

.committee td
{
	padding-left: 15px;
}

.committee th.alt, .committee td.alt
{
	background-color: #f6f6f6;
}
/* END COMMITTEES FORMATTER */

/**********************************/
/* COUNCIL OF GOVERNORS FORMATTER */
/**********************************/
.councilofgovernors .stateselection
{
	margin: 15px 0;

	background-color: #f6f6f6;
	padding: 5px;
	
	color: #036; 
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 150%;
	font-weight: bold;
}

/****************************/
/* CONTACT AMCHAM FORMATTER */
/****************************/
.contactamcham td
{
	padding-top: 25px;
	vertical-align: top;
}

.contactamcham td.right
{
	padding-left: 30px;
	vertical-align: top;
}

/*******************/
/* FORM FORMATTING */
/*******************/
table.form input.textbox,
table.form textarea.textbox
{
	color: #424242; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 12px;
	background-color: #eeeded;
	padding: 2px;
	border-width: 1px;
	border-color: #036;
}

table.form td
{
	vertical-align: middle;
	padding: 5px;
}
table.form td.header,
table.form tr.header td
{
	background-color: #f6f6f6;
	color: #036; 
	
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 150%;
	font-weight: bold;

	padding: 5px;
}

table.form tr.footer td
{
	background-color: #eeeded;
}

table.form tr.header td
{
		background-color: #cc0000;
		color: white;
}

table.form tr.header2 td
{
	font-weight: bold;
	padding: 5px;
	background-color: #d6f0ff;
}

table.form td.label
{
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

table.form td.span
{
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

table.form td.labelrequired
{
	color: #c00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

table.form td.field
{
	padding: 5px 0px 5px 50px;
}

table.form td.headerright
{
	padding-left: 50px;
	background-color: #f6f6f6;
	padding: 5px 5px 5px 50px;
}

.formerrors
{
	margin: 15px 0 15px 0;
	color: #c00;
}

table.form input.fielderror
{
	color: #424242; 
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 12px;
	background-color: #eeeded;
	padding: 2px;
	border: 1px solid red;
}
/* END FORM */

/********/
/* CART */
/********/
table.cart
{
}

table.cart .header
{
	color: #444;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 140%;
	font-weight: bold;
	background-color: #eeeded;
}

table.cart .item td
{
	border-bottom: 1px dashed #6987a5;
}
/* END CART */


/*****************/
/* TRADE MISSION */
/*****************/
.trademissionheader
{
	margin-bottom: 10px;
	background-color: #d6f0ff;
	padding: 5px;
}
.trademission
{
	margin-bottom: 10px;
	padding: 5px;
}
.trademissionspacer
{
	border-bottom: 1px dashed #036;
	margin-bottom: 10px;
}
/* END TRADE MISSION */


/*****************/
/*  Cart Errors  */
/*****************/

.ErrorPanel
{
	border: solid 1px #F00;
	padding: 10px;
}

/******************/
/* Event Calendar */
/******************/
a.emailfriend
{
	font-weight: bold;
	color: #036;
	float: right;
}