/*
	SITE COLORS
	
	Dark Grey: #b2b2b2;
	Light Grey: #e7e7e7;
	Blue Backgrounds: #6da6cf;
	Dark Blue Link Highlight: #6499BD;
	Light Blue: #e3ebef;
	Link Text: #0079C1;
	Blue Heading: #006BAD;
*/

/* ----------------------------------- */
/* Site Specific Styles
/* ----------------------------------- */

html, body{
	background: white;
	color: #666666;
	text-align: center; 
	/* fonts were out of order here until January 2011, now Opera renders pages properly */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.85em;
	/* For IE. Should generally be reset by first div */
}

h3{
	margin-top: 30px;
	font-weight: bold;
}

#header, #section, #nav, #sidebar, #content_nav, #footer{ font-size: 11px; }

a{
	text-decoration: none;
	color: #0079C1;
}

a:hover{
	text-decoration: underline;
	color: #777777;
}

input.gbutton{
	position: relative;
	width: 69px;
	height: 22px;
	line-height: 22px;
	border: 0;
	margin: 0;
	padding: 0;
	background: no-repeat url(img/search_button.gif);
	color: #666666;
}

input.gbutton:active{
	left: 1px;
	top: 1px
}

form.standard{
	width: 400px;
}

form.standard input.text,
form.standard input.password,
form.standard textarea{
	width: 200px;
}

form.standard p.buttons{
	text-align: right;
}

form.standard p.buttons input.gbutton,
form.standard p.buttons input.button{
	margin-left: 10px;
}

form.standard label.required{
	background: right 2px no-repeat url(img/required.gif);
}

blockquote{
	width: 25%;
	padding: 10px 20px 10px 0;
	float: left;
	color: #333333;
	font-size: 125%;
	margin: 0;
	text-align: left;
}

blockquote span{
	font-size: 80%;
	color: #666666;
}
blockquote.right{
	float: right;
	padding: 10px 0 10px 20px;
	text-align: right;
}

div.news{
	text-align: justify;
}

#structure{
	width: 980px;
	text-align: left;
	margin: 0 auto 0 auto;
	/*commented out for new homepage hover*/
	/*position: relative;*/
}

#signin{
	width: 220px;
	height: 250px;
	background: no-repeat url(img/signin.gif);
	position: absolute;
	top: 100px;
	right: 0px;
	display: none;
}

#header{
	height: 130px;
	position: relative;
	background: 0 24px no-repeat url(img/header.gif);
	border: 1px solid white;	/* Help w/ IE positioning */
	border-left: 0; border-right: 0;
}


#header a,
#mini_nav a{
	text-decoration: none;
	color: #777777;
	line-height:1.2em !important;
	padding-bottom:5px;
}

#header a:hover,
#mini_nav a:hover{
	color: #000063;
}

#header a.selected,
#mini_nav a.selected{
	color: #0079C1;
}

#mini_nav div{
	margin: 0 0 10px 15px;
}

#header #upper_header{
	height: 68px;
	border-bottom: 1px solid white;
}

#upper_header #language{
	width: 350px;
	height: 24px;
	line-height: 24px;
	float: right;
	display: inline; /* Fix IE6,7 */
	text-align: right;
}

#upper_header #logo{
	width: 400px;
	height: 50px;
	margin-top: 14px;
	float: left;
}

#header #nav{
	height: 62px;
}

#nav #quick_links{
	width: 350px;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	margin-top: 14px;
	float: right;
	text-align: right;
}

#nav #quick_links a{
	margin-right: 20px;
}

#nav #quick_links a.last{
	margin-right: 0;
}

#nav #main_menu{
	width: 500px;
	height: 35px;
	float: left;
}

#nav #main_menu a{
	height: 20px;
	line-height: 20px !important;
	display: block;
	float: left;
	padding: 0 15px 0 15px;
	margin-top: 7px;
	border-right: 1px solid #6FA6CF;
}

#nav #main_menu a.last{
	border-right: 0;
}

#nav #breadcrumbs{
	height: 24px;
	line-height: 24px;
	clear: both;
}

#main_menu li{
	width: 100px;
	float: left;
	list-style: none;
	border-right: 1px solid #666666;
	margin: 0;
	padding: 0 0 0 10px;
}

#sidebar{
	width: 215px;
	float: right;
}

#sidebar #mini_nav{
	font-size: 12px;
	background: #e3ebef;
	border-top: 1px solid #e3ebef; /* CSS positioning fix */
	padding: 20px;
}

#sidebar #mini_nav a{
	display: block;
	line-height: 18px;
}

#sidebar #secondary_nav{
	height: 450px;
	/*height: 750px;*/
	background: #6da6cf;
	margin-top: 10px;
	color: white;
	padding: 10px;
}


/*home page set secondary nav height*/
#sidebar #secondary_nav_home{
	/*height: 430px;*/
	height: 282px;
	background: #6da6cf;
	margin-top: 10px;
	color: white;
	padding: 10px;
}

#sidebar #secondary_nav_home dl{
	margin: 0 0 24px 0;
	padding: 0;
}

#sidebar #secondary_nav_home dl dt{
	margin: 0 0 5px 0;
	line-height: 20px;
	font-size: 20px;
}

#sidebar #secondary_nav_home dl dt span,
#sidebar #secondary_nav_home dl dt a{
	display: block;
	padding: 8px 10px 8px 10px;
	color: white;
	text-decoration: none;
}


#sidebar #secondary_nav_home dl dd a{
	line-height: 24px;
	font-size: 12px;
	margin: 0 10px 0 10px;
	padding: 0 0 0 2px;
	display: block;
	color: #cde7fe;
	border-bottom: 1px solid #cde7fe;
	text-decoration: none;
}

#sidebar #secondary_nav_home dl dt a:hover,
#sidebar #secondary_nav_home dl dd a:hover{
	background: #6499BD;
}






/*------------------Home setting*/
#sidebar #secondary_nav dl{
	margin: 0 0 24px 0;
	padding: 0;
}

#sidebar #secondary_nav dl dt{
	margin: 0 0 5px 0;
	line-height: 20px;
	font-size: 20px;
}

#sidebar #secondary_nav dl dt span,
#sidebar #secondary_nav dl dt a{
	display: block;
	padding: 8px 10px 8px 10px;
	color: white;
	text-decoration: none;
}


#sidebar #secondary_nav dl dd a{
	line-height: 24px;
	font-size: 12px;
	margin: 0 10px 0 10px;
	padding: 0 0 0 2px;
	display: block;
	color: #cde7fe;
	border-bottom: 1px solid #cde7fe;
	text-decoration: none;
}

#sidebar #secondary_nav dl dt a:hover,
#sidebar #secondary_nav dl dd a:hover{
	background: #6499BD;
}


#core{
	width: 755px;
	float: left;
	border-bottom: 1px solid white;
}

#section{
	/*commented out for new homepage hover*/
	/*position: relative;*/
	background-color: #6da6cf;
}

#content h1{
	font-size: 28px; 
	color: #006BAD;
}

#section h1{
	font-size: 28px;
	color: white;
	padding: 20px 0 20px 20px;
	margin: 0;
}


h1.basictab{width: 90%; padding: 20px 0 20px 20px; margin:0px}


#content{
	margin-top: 15px;
	padding: 0;
}


#content_nav{
	margin-top: 10px;
	border-bottom: 4px solid #6da6cf;
}

#content_nav a{
	height: 23px;
	line-height: 20px;
	display: block;
	float: left;
	color: white;
	background-color: #b2b2b2;
	background-image: url(img/content_tab_normal.gif);
	background-repeat: repeat-x;
	background-position: right 0;
	padding-top: 2px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#content_nav a:hover{
	text-decoration: none;
	background-color: #636363;
	background-image: url(img/content_tab_hover.gif);
	background-repeat: repeat-x;
	background-position: right 0;
}

#content_nav a.selected{
	background-color: #6da6cf;
	background-image: url(img/content_tab_selected.gif);
	background-repeat: repeat-x;
	background-position: right 0;
}

#content_body{
	border: 2px solid #e7e7e7;
	border-top: 0;
	padding: 20px;
	overflow: hidden;
}

#content_tabpage{
	padding: 20px;
	background: #ffffff;
	

}
/*Home page changes*/
#core #content_body_home{
	/*clear:both*/
	width: 711px;	
	height: auto;
	position: absolute;
	top: 253px;
	/*left: 20px;
	opacity: 0.2;
	filter: alpha( opacity=20 );
	background: #000063;*/
	border: 2px solid #e7e7e7;
	/*border-right: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;*/
	border-top: 0;
	padding: 20px;
	overflow: hidden;
}


#content_body.narrow{
	padding-right: 250px;
}

/*NEW Home page changes*/
#content_body_newhome{
	/*clear:both*/
	font-size: 1.1em;
	width: 755px;	
	height: auto;
	position: absolute;
	top: 121px;
	border-top: 0;
	overflow: hidden;
}


#content p{
	line-height: 1.4em;
}

#content p.heading{
	font-weight: bold;
}

#content h2{
	font-size: 1.8em;
	color: #006BAD;
}

#content ul{
	margin: 20px 0 20px 0;
	padding: 0 0 0 15px;
}

#content ul li{
	margin: 0 0 16px 0;
	padding: 0;
}

#content ul.simple{
	padding-left: 0;
}

#content ul.simple li{
	list-style: none;
	margin-bottom: 10px;
}

#content ul.tight{
	margin-top: 0;
	padding-left: 15px;
}

#content ul.tight li{
	margin-bottom: 4px;
}

#content ul.tightindent{
	margin-top: 0;
	padding-left: 30px;
}

#content ul.tightindent li{
	margin-bottom: 4px;
}

#content p.major{
	font-size: 1.2em;
}

#core #section_nrg #section{
	background-repeat: no-repeat;
	background-image: none;
}

/*#core #section #spots{*/
#core #section #photos{
	width: 313px;
	height: 100px;
	position: absolute !important;
	right: 10px;
	top: 12px;
	display: inline;
	background: no-repeat url(img/spot_area.gif) !important;
	overflow: hidden;
}

/*div.spot{*/
div.panel{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#core #section #photos #spot_1{
	display: block;
}

/*div.spot div.img{*/
div.panel div.img{
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 10px 10px 0 10px;
}

/*div.spot div.copy{*/
div.panel div.copy{
	width: 210px;
	height: 80px;
	overflow: hidden;
	margin: 10px 0 0 100px;
}

/*div.spot div.copy p{*/
div.panel div.copy p{
	font-size: 0.9em;
	margin-bottom: 4px;
}

/*div.spot div.copy p.download,
div.spot div.copy p.headline{*/
div.panel div.copy p.download,
div.panel div.copy p.headline{
	font-weight: bold;
	font-size: 1em;
}

/*#core #section #spots div.controls{*/
#core #section #photos div.controls{
	width: 32px;
	height: 12px;
	position: absolute;
	right: 15px;
	bottom: 0px;
}

/*#core #section_need_to_know #section #spots div.controls{*/
#core #section_need_to_know #section #photos div.controls{
	width: 32px;
	height: 12px;
	position: absolute;
	right: 15px;
	bottom: 0px;
}

/*#core #section #spots div.controls a.previous,
#core #section #spots div.controls a.next{*/
#core #section #photos div.controls a.previous,
#core #section #photos div.controls a.next{
	width: 11px;
	height: 11px;
	overflow: hidden;
	display: inline;
	float: right;
	margin-left: 5px;
	text-decoration: none;
	background: no-repeat url(img/spot_nav.gif);
}

/*#core #section #spots div.controls a:hover{*/
#core #section #photos div.controls a:hover{
	background-position: 0 -11px;
}

/*#core #section #spots div.controls a.next{*/
#core #section #photos div.controls a.next{
	background-position: -11px 0;
}

/*#core #section #spots div.controls a.next:hover{*/
#core #section #photos div.controls a.next:hover{
	background-position: -11px -11px;
}

ul.filmstrip {margin:-3px 0 0 0 !important;}
ul.filmstrip li {
	height:15px; 
	width:15px; 
	color:#0079C1; 
	text-align:center; 
	font-weight:bold !important; 
	font:1em/140% Arial, Helvetica, sans-serif;
	margin:0;
	list-style-type:none;
}





#core #search{
	height: 45px;
	background: #b2b2b2;
	margin-top: 10px;
}

#core #search div.heading{
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: white;
	float: left;
	display: inline;
	margin-left: 25px;
}

#core #search div.body{
	float: right;
	display: inline;
	margin: 11px 25px 0 0;
}

#core #search #search_box{
	width: 265px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background: white;
	margin: 0 10px 0 0;
}





#pre_footer{
	height: 43px;
	clear: both;
	margin-top: 10px;
	background: no-repeat url(img/pre_footer.gif);	
}

#pre_footer #other_sites{
	width: 215px;
	float: right;
	display: inline; /* Fix IE6,7 */
	text-align: right;
	margin-top: 20px;
}

#pre_footer #other_sites select{
	width: 175px;
}

#footer{
	padding: 10px;
	text-align: right;
	margin: 10px 0 10px 0;
	border-top: 1px solid #b2b2b2;
}

#footer a{
	float: left;
	padding: 0 15px 0 0;
	color: #b2b2b2;
}

#footer a.selected,
#footer a:hover{
	text-decoration: none;
	color: black;
}

#footer #legal_links{
	width: 330px;
	float: right;
	display: inline; /* Fix IE6,7 */
}

#legal_links a{
	float: right;
	padding: 0 0 0 15px;
}

div.pagination{
	float: right;
	line-height: 2em;
}

div.pagination a{
	padding: 0 3px 0 3px;
}

div.pagination a.previous,
div.pagination a.next{
	font-size: 1.5em;
}

div.best_sellers{ margin: 30px 0 30px 0; }
div.best_sellers dl{
	width: 330px;
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}

div.best_sellers dl dt{
	width: 50px;
	height: 60px;
	float: left;
	display: inline;
}

div.best_sellers dl dd{ margin-left: 60px;}
div.best_sellers dl dd.title{ font-size: 1.1em; font-weight: bold; }
div.best_sellers dl dd.product_code{}
div.best_sellers dl dd.price{ color: black; }


div.membership_types{ margin: 30px 0 30px 0; }
div.membership_types dl{
	width: 330px;
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}

div.membership_types dl dt{font-size: 1.5em;}
div.membership_types dl dd{ }

div.news_block{
	width: 330px;
	float: left;
	display: inline;
	margin: 0 20px 30px 0;
}

div.news_block.wide{
	width: auto;
	float: none;
}

div.news_block.odd{
	clear: left;
}

div.news_block dl{
	margin: 0 0 10px 0;
}

div.news_block dl dt{
	color: black;
	font-size: 1.1em;
	margin-top: 10px;
}

div.news_block dl dd{ padding-bottom: 5px; }


/* Media Room*/

div.video{
	width: 320px;
	height: 240px;
	float: right;
	display: inline;
	margin: 0 0 20px 30px;
}

div.video_thumbs{
	clear: both;
	margin: 0 0 20px 0;
	border-bottom: 1px solid white;
}

div.video_thumbs dl{
	width: 330px;
	float: left;
	display: inline;
	margin: 15px 20px 0 0;
}

div.video_thumbs dl dt{
	width: 80px;
	height: 60px;
	margin-top: 4px;
	float: left;
	display: inline;
}

div.video_thumbs dl dd{
	margin-left: 85px;
}

div.video_thumbs dl dd.name{
	font-size: 1.1em;
	font-weight: bold;
}

div.video_thumbs dl dd.date{
	color: black;
}

/* 2012 Annual Conference */

.agm2012 { width:710px; border:0; }
.agm2012 h2 { font-size: 18px; color:#333333; margin-top:0; }
.agm2012 h3 { font-size: 14px; color:#333333; }
.agm2012 p { font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:1.3em; }
.agm2012 p.subheader { font-family: Arial, Helvetica, sans-serif; font-size:14px; margin-bottom:0; color:#333333; line-height:1.2em !important; } 
.agm2012 img {border:0; float:right; margin-left:15px;}
.agm2012 img.banner { border:0; float:left; margin:0 0 20px 0;}
.agm2012 img.twitter { border:0; float:left; margin:0 10px 5px 0;}
.agm2012 img.email { border:0; float:left; margin:0 5px 0 0;}
.agm2012 a ,
.agm2012 a:link ,
.agm2012 a:visited,
.agm2012 a:hover,
.agm2012 a:active { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:none; color:#006bad; }
.agm2012 .greybar {background-color:#efefef; height:5px; clear:both;}
.agm2012 ul { font-family:Arial, Helvetica, sans-serif; font-size:12px; list-style:square; margin-top:0px; line-height:1.2em; }

/* Conference Program */
.agm2012 h3.program { font-size: 14px; color:#006bad; margin-top:0; line-height:1.25em; }

/* Hotel and Transport */
.agm2012 .roomrate { font-family: 'Lucida Grande', Arial, sans-serif; font-size: 12px; border:0; width:300px; margin-bottom:15px; }
.agm2012 .airlines {
	width:708px;
	border: 1px solid #efefef;
	padding:0;
	margin:0;
	-moz-border-radius: 10px;
    border-radius: 10px;
	font-size:11px !important;
	color:#333333;
}
.agm2012 .airlines #border { border: 1px solid #efefef; }
.agm2012 .airlines a { font-size:11px !important; }
.agm2012 .airlines img { float:left; margin:0; }
     
/* Tours and Activities */  
.agm2012 h3.tours { font-size: 14px; color:#006bad; margin-top:0; line-height:1.25em; }
.agm2012 .tours { width:100%; font-family: Arial,Helvetica,sans-serif; border:0; }
.agm2012 .tours p { margin-right:10px; font-size:11px; }
.agm2012 .tours p.header { font-size:14px; font-weight:bold; }
.agm2012 .tours p.rowheader {font-size:12px; color:#ffffff; font-weight:bold; }
.agm2012 .tours a ,
.agm2012 .tours a:link ,
.agm2012 .tours a:visited,
.agm2012 .tours a:hover,
.agm2012 .tours a:active { font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; color:#006bad; font-weight:normal; }

/* Homepage */
.agm2012 .hometable { height:275px; border:0; clear:both; }
.agm2012 .hometable p { font-family: Arial, Helvetica, sans-serif; font-size:11px; margin: 0 135px 0 0; }
.agm2012 .hometable a { font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#006bad; text-decoration:none; }
.agm2012 .hometable h3 { font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#333333; margin: 20px 0 12px 0; }
.agm2012 .hometable a ,
.agm2012 .hometable a:link ,
.agm2012 .hometable a:visited,
.agm2012 .hometable a:hover,
.agm2012 .hometable a:active { font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; color:#006bad; font-weight:normal; }
.agm2012 .whoscoming { width:510px; border:0; float:left;}
.agm2012 .speaker {
    width:170px;
	float:left;
	padding:0;
	margin:10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
	border: 1px solid #efefef;
}
.agm2012 .speaker p#speaker { margin:10px; font-size:11px; }
.agm2012 .speaker a { font-size:11px; }
.agm2012 .speaker img#guestspeaker { margin:10px 20px 10px 0; border:0; }
.agm2012 .break { clear:both; height:15px; }
