/*--------------------- Last Modified --> 2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#FAF7ED url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 	
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#4C4C4C;
	}
	

blockquote { 
	margin: 0 40px 20px 40px;
	}

h1	{ font-size:18px; color:#03535C; font-weight:normal; }
h2	{ font-size:17px; color:#006671; font-weight:normal; }
h3	{ font-size:16px; color:#4C4C4C; }

h1 span,h2 span,h3 span	{ display:none; }

sup { font-size:12px }

a:link,a:visited	{ color:#268CCD; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#268CCD; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
	
div.hrule { background:url("../images/img-hrule.gif"); height: 24px; }

div.left { float:left; width: 200px; }

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
p.header-one {
	font-size:16px;
	font-weight:bold;
	}
	
p.header-two {
	font-size:16px;
	font-weight:bold;
	color:#4D2308;
	}
	
p.header-two a {
	color:#4D2308 !important;
	}
	
p.intro {
	font-size:16px;
	}

p.member {
	font-size:11px;
	float:right;
	background:url("../images/bullet-member.gif") 0 6px no-repeat;
	padding-left:13px;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 17px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
	
img.skyscraper {
	margin:20px 0 20px 65px;
	}

	
/* ----- global form elements ----- */ 

form {
	width:185px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FDFCF7 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #016772;
	color:#016772;
	width:180px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px;
	}
	
select { width:185px; padding:0; } 

textarea { height:90px; overflow:auto; }


#contact_business { display: none; } 


/* ----- main contact form ----- */ 

#contact-main { margin:20px 0 10px 0; position:relative; }

#contact-main label { 
	width:190px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-main label.survey-question { width:350px; padding: 10px 0 10px 0; font-weight:bold; }
#contact-main #survey { position:absolute; width: 325px; left:70px; top:280px; display:block; }
#contact-main div.flt-lft { float:left; width:25px; }
#contact-main div.flt-lft input.btn-radio  { border:none; background-color:transparent !important; width:20px; height:20px; float:left; }
#contact-main div.option { float:left; width:300px; text-align:left; margin-bottom:20px; } 
/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main, input.submit-registration { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	float:left;
	}

input.submit-registration { margin:5px 0 0 210px; }
input.submit-contact-main { margin:90px 0 0 210px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.gif") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:255px;
	}
	/* index page link within #masthead */		
	#masthead .home {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead span {
		display:none;
		}
		
/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:760px; 
	height:30px; 
	margin:0;
	padding:0; 
	position:absolute;
	top:116px;
	left:0;
	}

#nav span { display: none; }

#nav li, #nav a { height:30px; display:block; } 

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width:  50px; margin-left: 11px;}
#nav-02 { width:  89px;}
#nav-03 { width: 105px;}
#nav-04 { width: 119px;}
#nav-05 { width:  71px;}
#nav-06 { width:  60px;}
#nav-07 { width:  95px;}

#nav-01 a:hover { background:url("../images/nav.jpg")  -11px -30px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -61px -30px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -150px -30px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -255px -30px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -374px -30px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -445px -30px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -505px -30px no-repeat; }

/* ----- ad ----- */

#ad {
	background:url("../images/bg-ad.jpg");
	text-align:center;
	color:#fff;
	}
	
	#ad a:link, #ad a:visited	{ color:#fff; text-decoration:none; outline:none; }
	#ad a:hover, #ad a:active	{ color:#fff; text-decoration:underline; outline:none; }
	
	#ad-header {
		background:url("../images/header-ad.jpg") no-repeat;
		width:760px;
		}
		
	#ad-footer {
		background:url("../images/footer-ad.jpg") no-repeat;
		height:32px;
		}
		
#dates {
	width:261px;
	float:left;
	}
	
	#dates p {
		margin: 0 22px 0 30px;
		}
	
	#dates p.header-one {
		margin: 23px 22px 10px 65px;
		text-align:left;
		}
				
#airlines {
	width:253px;
	float:left;
	}
	
	#airlines p, #airlines ul {
		margin: 0 22px 0 23px;
		}	

	#airlines p.header-one {
		margin: 23px 22px 10px 60px;
		text-align:left;
		}
		
		
	#airlines p.header-two {
		font-size:14px;
		}
		
	#airlines p.header-two a {
		color:#4D2308;
		}
		
	#airlines ul { padding:0; }
		#airlines ul li { 
			display:inline;
			background:transparent url("../images/bullet-ad.gif") 0px 6px no-repeat;
			padding:0 5px; 
			}

#hotel {
	width:246px;
	float:left;
	}

	#hotel p {
		margin: 0 14px 0 23px;
		}
	
	#hotel p.header-one {
		margin: 23px 0 10px 57px;
		text-align:left;
		}

/* ----- column-left ----- */

#column-left {
	width:514px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 22px 20px 21px;
		}
		
	#column-left img { margin-left:15px; }
		
	#column-left .update p {
		font-size:11px;
		}
			
	#img-events {
		background:url("../images/img-events.jpg");
		height:104px;
		}
		
	#column-left p.lodging {
		float:left;
		width:250px;
		margin-left:0px;
		padding-left:21px;
		}
	#column-left p.pricing {
		float:left;
		width:130px;
		}

	/* single column list */
	#column-left ul { padding-left:20px; }
		#column-left ul li { 
			list-style-type:disc;
			}

#column-left div.name {
	width:175px;
	float:left;
	margin:0;
	padding-left:10px;
	}
	
#column-left div.company {
	width:200px;
	float:left;
	}
#column-left div.attending {
	float:left;
	width:70px;
	padding:0 10px 0 20px;
	margin:0;
	}
	
#column-left div.attending p {
	background-color:#FBA400;
	text-align:center;
	font-weight:bold;
	color:#fff;
	width:70px;
	margin:0 0 10px 0;
	}
	
#column-left div.attending p.none {
	background-color:#FAF7ED;
	width:70px;
	margin:0 0 10px 0;
	}
	
#column-left div.attending p.not-going {
	background-color:#999;
	text-align:center;
	font-weight:bold;
	color:#fff;
	width:70px;
	margin:0 0 10px 0;
	}
		
#column-left div.attending p.title {
	text-align:center;
	font-weight:bold;
	color:#4C4C4C;
	background-color:transparent !important;
	margin:0 0 10px 0;
	}
		
	#column-left div.name p, #column-left div.company p { margin:0 0 10px 0; padding:0; }
	
	
					
/* ----- column-right ----- */

#column-right {
	width:242px;
	float:right;
	}
	
	
	.header-bg {
		background:url("../images/bg-header-colrt.gif");
		}
		
	.header {
		background:url("../images/header-colrt.jpg") no-repeat;
		}
		
		#column-right .header p {
			font-size:17px;
			color:#006671;
			text-align:center;
			padding:10px 11px 0 22px;
			margin:0;
			}
			
	.header-footer {
		background:url("../images/footer-header-colrt.gif");
		height:28px;
		}
		
	#sponsors {
		background-color:#EFEADB;
		width:191px;
		margin-left:31px;
		border:1px solid #D4CEBA;
		text-align:center;
		padding-top:15px;
		margin-bottom:17px;
		}
		
		#sponsors img {
			padding-bottom:15px;
			}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 0px 10px 0px;
		}
		#column-right p { margin-left:22px; }
		
	#column-right form { margin-left:32px; }
	 
#column-left #txtPoll, #totalvotes { margin-left:21px; padding:0; }
	#column-left #txtPoll li { 
		list-style:none;
		margin-left:0;
		padding-left:0;
		}
	#column-left #txtPoll.vote li a { 
		background:transparent url("../images/check-box.jpg") 0px 4px no-repeat;
		padding-left:20px; /* pushes text to the right to display bg img */
		}
	#column-left #txtPoll.vote li a:hover { background:transparent url("../images/check-box-ov.jpg") 0px 4px no-repeat; }
	#column-left #txtPoll.vote li .graph, #column-right #txtPoll.vote li .percent { margin-left:20px; }

div.graph {
	height: 13px; 
	background-color: #FAA300;
	margin: .2em 0 .5em 0;
	}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background-color:#FAF7ED;
	height:40px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	


/* footer
 * ------------------------------------------------------------------------- */
#bg-footer {
	background:#006671 url("../images/bg-footer.jpg") repeat-x;
	width:100%;
	padding:20px 0 5px 0;
	} 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; }

#footer a:hover, #footer a:active { color:#fff; }

#footer ul {margin:10px 0;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
	}

	#footer li.first { border: none; }

