html { 
	height: 100%; 
	margin-bottom: 0; 
	background-color:#E8E5FA;
	/* E8E5FA R:232 G:229 B:250 */
}

#main_wrapper {
	width:900px;
	margin:0 auto;
	font-size: medium;
	padding: 0px 0;
	background-color:#E8E5FA;
}

#nav_container{
	margin-left: 9px;
	background-color:#E8E5FA;
	font-size: 75%;
	text-decoration:none;
	text-align:left;
	clear: both;
	bottom: auto;
	display: block;
	margin-top: 7px;
	margin-bottom: -3px;

}


#content {
	font-size:100%;
	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: #DEE6F0;
}

#content_1 {
	/* width:900px; */
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	text-align:left;
	margin-left: 0px;
	margin-right: 0px;
	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: #E8E5FA;
	padding-bottom: 0px;
	bottom: auto;
	border-bottom-width: 0px;
	border-top-width: 0px;
	clear: both;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

/******************************************************/
/* Indestrucible box */

.container {
  float: right;     /* override this default value in your HTML file */
  margin: 0px 0;    /* override this default value in your HTML file */
  /*width: 42%;*/   /* override this default value in your HTML file */
  padding: 0 0 0 0; /* override this default value in your HTML file */
  background: url(../BorderGraphics/rounded-upper-right.gif) top right no-repeat;
  } 
  
.container .desc {
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #E0CFAB;
	background: url(../BorderGraphics/rounded-upper-left.gif) top left no-repeat;
	font-size: small;
	text-align: center;
  }

.container .link {
  margin: 0;
  padding: 0 0 0 9px;
  background: url(../BorderGraphics/rounded-lower-left.gif) bottom left no-repeat;
  }

.container .link em {
  display: block;
  padding: 0 9px 9px 0;
  text-align: center;
  font-style: normal;
  background: url(../BorderGraphics/rounded-lower-right.gif) bottom right no-repeat;
  }

.container h3 a {
/*  color: #B60122; */
  color: #627081;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: small;
  text-decoration: none;
  }
  
.container p.link {
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  }

.container p.link img {
  text-align: center;
  padding: 0px;
  }

.container p.link a {
  color: #000;
  text-decoration: none;
  }

.container a:hover { 
  color: #f37b1e; 
  text-decoration: none;
}

/******************************************************/

body {
	text-align:left;
	margin:0px;
	background-image:url(../images/global/bg.gif);
	background-repeat: repeat-x;
        background-color:#E8E5FA; 
/*    background-color:#E6E6F2;  */
}


H1 {
	font-size: large;
	font-weight: normal;
	top: 6pt;
}

H2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 3pt;
	font-style: normal;
	line-height: 1.3em;
	color: #2176DB;
	border-right-width: 5px;
}

H3 {
	font-size: medium;
	font-weight: normal;
	margin-top: 8pt;
	text-decoration: none;
}

.attached {
	font-weight: bold;
	text-align: center;
}

p { 
    font-size:1.1ems;
    font-family:Arial, Helvetica, sans-serif;
    color:#000000;
    text-decoration:none;
}


.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;
}


.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;
	font-family:Arial, Helvetica, sans-serif;
	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:6px;
	height: 28px;
	background-color: #E8E5FA;
	width: 205px;
	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: 90%;
	line-height: 12px;
	color: #7089AD;
	background-color: #E8E5FA;
}

div#footer {
	color: #363E49;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 12px;
	padding-left: 11px;
	padding-right: 3px;
	background-color: #E8E5FA;
}

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: #FFFFFF;
	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: #FFFFFF;
	text-decoration: none;
}

.Home_Block_Text_Surveys {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #4C615A;
}

.Home_Block_Text_Surveys a {
	text-decoration: none;
	color: #4C615A;
}

.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: #FFFFFF;
	text-decoration: none;
}

.Home_Block_Text_Events {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000; 
}

.Home_Block_Text_Events a {
	text-decoration: none;
	color: #000000; 
}

.Home_Block_Text_Events a:hover {
	color: #000000; 
	text-decoration: none;
}

.Home_Block_Text_Reviews {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #854038;
}

.Home_Block_Text_Reviews a {
	text-decoration: none;
	color: #854038;
}

.Home_Block_Text_Reviews a:hover {
	color: #854038;
	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: #FFFFFF;
	text-decoration: none;
}

.quoteOfTheDay {
    text-decoration: none;
	font-family:"Franklin Gothic Book";
	font-size: 110%;
	font-style: italic;
}

.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: normal;
	top: 4pt;
}

.RSS_Description {
	font-size: small;
	font-weight: normal;
	padding-top: 2pt;
	padding-left: 15pt;
}
.RSS_Copyright {
	font-size: small;
	font-weight: normal;
	padding-top: 0pt;
	padding-left: 15pt;
}
.RSS_StoryDescription {
	font-size: small;
	font-weight: normal;
	padding-top: 0pt;
	padding-left: 15pt;
}
.RSS_StoryPubDate {
	font-size: small;
	font-weight: normal;
	padding-top: 0pt;
	text-align: right;
	padding-right: 15px;
}

/* Jonathan Ewart, Hana Phung 26/1/2011 START */

#twitter_div {
       margin: -0.5em 0.8em 0 -1.9em;}


#twitter_update_list > li {
       margin: 0.25em 0.25em 1.25em 0.25em;
       text-align: left;
       font-size: 12px;
       font-family:Arial, Helvetica, sans-serif;
}


}
.gfc-title, .gf-relativePublishedDate {
       font-weight:bold;
       text-decoration:underline;
}
/* Jonathan Ewart, Hana Phung 26/1/2011 END */

