html { 
	height: 100%; 
	margin-bottom: 0; 
	background-color:#DEE6F0;  
    font-size:normal;
	font-family:Arial, Helvetica, sans-serif;
}

#main_wrapper {
	/*position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -445px; */
	font-size:normal;
	font-family:Arial, Helvetica, sans-serif;
	width:900px;
	margin:0 auto;
	padding: 0px 0;
	background-color:#FFFFFF;
}

#topbanner{
	background-image:url(../images/global/topbanner.gif);
	height:99px;
	margin: 0 auto;
	padding: 0px 0;
}

#nav_container{
	height:28px;
	background-color:#EEEEEE;
	font-size: 12px;
	text-decoration:none;
	text-align:left;
	border:#333333 thin;
}

#indent1 {
	text-indent: 8em;
	right: 18pt;
	margin-left: 77px;
	font-weight: bolder;
}

#content {
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	text-align:left;
	margin-left: 10px;
	margin-right: 10px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
	font-style: normal;
	background-color: #FFFFFF;
}

#content_1 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	text-align:left;
	margin-left: 10px;
	margin-right: 10px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	font-style: normal;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	bottom: auto;
	border-bottom-width: 0px;
	border-top-width: 0px;
	clear: both;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.full {
	float: left;
	width: 640px;
}

div.onethird {
	float: left;
	width: 200px;
}

body {
	text-align:left;
	margin:0px;
	background-image:url(../images/global/bg.gif);
	background-repeat: repeat-x;
    background-color:#DEE6F0; 
/*    background-color:#E6E6F2;  */
}

H1 {
	font-size: 2em;
	font-weight: bold;
	top: 6pt;
	color: #2176DB;
	border-right-width: 5px;
	margin: 0px;
}

H2 {
	font-size: 1.5em;
	font-weight:normal;
	font-style: normal;
	color: #2176DB;
	border-right-width: 5px;
	border-top-width: 0.25em;
}

/* Sinks down the very FIRST title's height to eliminate blank lines */
.H2_no_top_width {
    margin: 0px;
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	color: #2176DB;
	border-right-width: 5px;
}


H3 {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #2176DB;
	border-top-width: 0.2em;
	border-right-width: 5px;
}

H4 {
	font-size: 1.35em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin-top: 0px;
}

.indent1 {
	font-weight: normal;
	margin-left: 24px;
}

.attached {
	font-weight: bold;
	text-align: center;
}

p { 
    font-size:1.1em;
    font-family:Arial, Helvetica, sans-serif;
    color:#000000;
    text-decoration:none;
}

li {
	line-height: 1.2em;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 0;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}

.licol {
    float: left;
    width: 24.1em;
	margin-top: 0px;
    padding: 0;
}

.licol23 {
    float: left;
    width: 22em;
    margin: 0;
    padding: 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ol li {
	list-style-position: outside;
	list-style-type: decimal;
	
}

ul li {
	line-height: 1.2em;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: .6em;
}

ul > li {
    line-height: 1.2em;
	list-style-position: outside;
	list-style-type: disc;
    margin-bottom: .6em;
}

ul ul li {
	line-height: 1.2em;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: .6em;
}

ul li ul li {
	line-height: 1.2em;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: .6em;
}

ul ol li {
	font-style: normal;
	list-style-position: outside;
	list-style-type: decimal;
}


ol ol li{ list-style-type: lower-roman }  /* i ii iii iv v etc. */

.landingFeatureSa {width: auto; margin-left: 10px; margin-bottom: 10px; padding-top: .5em;}
.wide_left {float:left; width: 29% }
.wide_right {float:right; width: 63% }

.text_lft {
	float: left;
    width: 35em;
	height:auto;
	margin-left:10px;
}

.text_lft_30em {
    display: block;
	float: left;
    width: 30em;
}

.text_rt {
	float: right;
    width: 35em;
	height:auto;
}

/* 02/29/2008 /* All Other Landing Pages  */

.landingFeatureSm {float:left; width: auto; margin-left: 2px; padding-top: .5em;}

.colourLines {clear:both; float:left; width: 100%;  }
.colourLines div {height: 3px; font-size: 1px; line-height: 1px}
.colourLines .ochre {background-color: #cda333 }

.wide {float:left; width: 52% }
.ltBlue h2 {background: #717194}
.ochre h2 {background: #cda333}
.salmon h2 {background: #FA8071}
.violet h2 {background: #EE82EE}
.ltGreen h2 {background: #98C2B4}

.columnContent2 h2 {
	color: #fff; 
	font-size: 1.2em; 
	margin-bottom: .5em; 
	margin-top:0;
	font-weight: normal; 
	padding: .5em;
}


.Home_Research_Normal {
  background-image:url("../images/home_block_research_tall.jpg");
  }

.Home_Research_Highlight {
  background-image:url("../images/home_block_research_tall_hlt");
  }

.topbar { 
	padding-top: 5px;
	text-align: right; 
	height: 0px; 
}

/******************************/

/* Begin main navigation */

#mainnav {
	clear: both;
	position:relative;
	top:-3px;
	width:900px;
	z-index:400;
	font-size:11px;
	text-transform:none;
	background-color: #E8E5FA;
	padding-top: 16px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
}

/* begin drop down styling */	

#mainnav ul 	{margin: 0; padding: 0; list-style:none;}

#mainnav ul li 	{
	margin: 0;
	padding-top: 0;
	float: left;
	position: relative;
	text-align: right;
	color:#363E49;
	line-height: 2.6em;
	list-style-image: none;
	list-style-type: none;
	background-color: #E8E5FA;
	padding-left: 0px;
	padding-right: 0px;
}

#mainnav ul li a {
	color:#363E49;
	text-decoration:none;
	font-weight:normal;
	padding:0 10px;
	list-style-image: none;
	list-style-type: none;
} 

#mainnav ul li a:hover {
	color:#f37b1e;
	text-decoration:underline;
	list-style-image: none;
} 

#mainnav ul li.on a {color:#cc0104;} 

/* end drop down styling */	

/* End main navigation */	

/******************************/

.metanav { 
	float: right;
	padding-top: 0px;
	right: 100px; 
	top: 0px; 
	font-size: 11px;
	line-height: 2em; 
}

.metanav a { 
	color: #777676; 
	margin-right: 23px;
	text-decoration: none;
}

.metanav a:hover { 
	color: #777676; 
	margin-right: 23px;
	text-decoration: underline;
}

/******************************/

/* Begin search area */

#search {
	font-size:.8em;
	position:absolute;
	right:-1px;
	top:5px;
	height: 28px;
	background-color: #E8E5FA;
	width: 209px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 1px;
}

#search .text {border:0; width:117px; color:#787878; font-size:1em; padding:2px 1px 3px 4px; position:relative; top:7px;}

#search .submit {position:relative; top:3px;}

/* End search area */

#copyright {
	padding-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #7089AD;
}

div#footer {
	color: #363E49;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-left: 11px;
	padding-right: 3px;
}

div#footer a { 
	color: #363E49; 
	margin-right: 21px;
	text-decoration: none;
	line-height: 2em;
}

div#footer a:hover { 
	color: #f37b1e; 
	margin-right: 21px;
	text-decoration: underline;
}

.list_item_tight {
	line-height: 1.2em;
	list-style-position: outside;
	margin-top: 11px;
	margin-bottom: -0.3em;
	padding-bottom: 0em;
}

.list_item_tight_first_element {
	line-height: 1.2em;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: -0.3em;
	padding-bottom: 0em;
}

.Home_Block_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.Home_Block_Text a {
	text-decoration: none;
	color: #FFFFFF;
}

.Home_Block_Text a:hover {
    color: #f37b1e; 
	text-decoration: none;
}

.Home_Block_Text_Research {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.Home_Block_Text_Research a {
	text-decoration: none;
	color: #FFFFFF;
}

.Home_Block_Text_Research a:hover {
    color: #37346B; 
	text-decoration: none;
}

.Home_Block_Text_Surveys {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.Home_Block_Text_Surveys a {
	text-decoration: none;
	color: #FFFFFF;
}

.Home_Block_Text_Surveys a:hover {
    color: #4C615A; 
	text-decoration: none;
}

.Home_Block_Text_White {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.Home_Block_Text_White a {
	text-decoration: none;
	color: #FFFFFF;
}

.Home_Block_Text_White a:hover {
    color: #2B4870; 
	text-decoration: none;
}

.Home_Block_Text_Events {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.Home_Block_Text_Events a {
	text-decoration: none;
	color: #FFFFFF;
}

.Home_Block_Text_Events a:hover {
    color: #854038; 
	text-decoration: none;
}

.Home_Block_Text_Reviews {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.Home_Block_Text_Reviews a {
	text-decoration: none;
	color: #FFFFFF;
}

.Home_Block_Text_Reviews a:hover {
    color: #764179; 
	text-decoration: none;
}

.Home_Block_Text_Trips {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.Home_Block_Text_Trips a {
	text-decoration: none;
	color: #FFFFFF;
}

.Home_Block_Text_Trips a:hover {
    color: #725131; 
	text-decoration: none;
}

/******************************/

table {
	width: 96%;
	padding: 0 0 0px 0px;
	margin: 0 0 0px 0px;
	background: #FEF7DD;
	border-top-style: none;
	border-top-color: #E8E8E5;
	border-right-color: #E8E8E5;
	border-bottom-color: #E8E8E5;
	border-left-color: #E8E8E5;
}

table .name {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #B60122;
	padding-bottom: 0.4em;
	padding-top: 0.4em;
}

table td {
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 20px;
	text-align: left;
	border-left-width: 20px;
	clear: both;
}

table tr {
 background: #fff;
}

table tr.alt {
 background: #FEF7DD;
}


/************************/


.Table_Content_Header {
	vertical-align: middle;
	padding: 4px;
	background-color: #eee;
	border: 1px solid #999;
}

.Table_Content_Body {
	vertical-align: middle;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-left-width: 0px;
	border-left-style: none;
	border-right-width: 0px;
	border-right-style: none;
}

.Table_Content_Body_Left {
	vertical-align: middle;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

.Table_Content_Body_Right {
	vertical-align: middle;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

.RSS_Title {
	font-size: large;
	font-weight: bold;
	top: 4pt;
}

.RSS_Description {
	font-size: small;
	font-weight: normal;
	padding-top: 2pt;
	padding-left: 1.5em;
}

.RSS_Copyright {
	font-size: small;
	font-weight: normal;
	text-align: right;
	padding-right: 1.5em;
}

.RSS_StoryTitle {
	font-size: small;
	font-weight: bold;
	padding-top: 0em;
	padding-left: 0em;
}

.RSS_StoryDescription {
	font-size: small;
	font-weight: normal;
	padding-top: 0pt;
	padding-left: 1.5em;
}

.RSS_StoryPubDate {
	font-size: small;
	font-weight: normal;
	text-align: right;
	padding-right: 1.5em;
}

/******************************/
