@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto;
	text-align: left;
} 
#header {
	height: 70px;
	background-color: #FFFFFF;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo {
	float: left;
	padding: 10px 15px 0 0;
}
#logo img {

}
#tagline {
	position:relative;
	font-size: 90%;
	padding: 25px 15px 0 0;
	display: block;
	float: left;
	color: #44528C;
}
#tagline a:link, #tagline a:visited, #tagline a:active {text-decoration: none; color: #44528C;}
#tagline a:hover {text-decoration: underline; color: #44528C;}
#iitt {
	position:relative;
	padding: 3px 0 0 0;
	float: left;
}
#login-area {
	position: relative;
	margin: 0;
	float: right;
	text-align: right;
	width: 236px;
	height: 90px;
	font-size: 90%;
	/*
	background-image: url(/asset/image/header_footer/orange-curve.png);
	background-repeat: no-repeat;
	background-position: right top;
	*/
	padding: 2px 10px 0 0;
	color: #11449E;
	overflow: hidden;
}
#login-area a:link, #login-area a:visited, #login-area a:active {
	text-decoration: none; 
	color: #11449E; 
	font-weight: bold;
}
#login-area a:hover {text-decoration: underline;}

#nav {
	background-color: #FFFFFF;
	height: 22px;
	width: 400px;
	text-align: left;
	clear: both;
}
#javamenu {
	float: left;
	position: relative;
	margin: 0;
}
#nav2  {
	float: right;
	position: relative;
	margin: 0 0 0 0;
	text-align: right;
	bottom: 20px;
}
#breadcrumbs_home {
	background: #DDEAFB;
	text-align: right;
	font-size: 80%;
	padding: 5px 10px 5px 0;
	color: #0560A6;
	border-top: solid #A7C0D6 thin;
	margin: 0 0 10px 0;
}
#breadcrumbs_home a:link, #breadcrumb_home a:active, #breadcrumbs_home a:visited {
	color: #0560A6;
	text-decoration: none;
	margin: 0 0 0 2em;
	font-weight: bold;
}
#breadcrumbs_home a:hover {text-decoration: underline;}

#home_left_part {
	width: 450px;
}

#home_flash_banner {
	z-index: -5;
}
.venue_map {
	line-height: 0;
}
#col1, #col2, #col3, #home_left_part, #home_right_part {
	float: left; 
	position: relative;
}
#col1 {
	width: 260px;
	padding-top: 10px;
}
#col2 {
	width: 180px;
	padding: 10px 5px 0 5px;
	overflow: hidden;
}
#col3 {width: 315px;}

#col1 a:link, #col1 a:visited, #col1 a:active,
#col2 a:link, #col2 a:visited, #col2 a:active,
#col3 a:link, #col3 a:visited, #col3 a:active {color: #0560A6; text-decoration:none;}

#col1 a:hover, #col2 a:hover, #col3 a:hover {text-decoration: underline;}


#allnewcontent a:link, #allnewcontent a:visited, #allnewcontent a:active {color: #0560A6; text-decoration:none;}
#allnewcontent a:hover {text-decoration: underline;}

#newlook {float: left; padding: 0 10px;}
#newlook .welcome {color: #333333; font-style: italic; font-size: 110%;}

#usp p, #quicklinks p {margin-bottom: 0px;}
#usp, #quicklinks, #gogreen {
	color: #666666;
	padding: 10px 0 0 0;
}
#whychooseus {
	color: #666666;
	padding-left: 2em;
}
#gogreen img {
	border: 0;
	vertical-align: middle;
}
#gogreen p {margin: 0;}
#usp li, #quicklinks li, #blue_info_box li, #whychooseus li {padding: 2px;}
#quicklinks li, #blue_info_box li {
	list-style-image: url(/asset/image/icon/bullet_4_orange.gif);
}
#quicklinks ul  {
	padding-left: 1em;
	margin-left: 0;
}
#quicklinks li {
	padding-left: 0;
	margin-left: 0;
}
#quicklinks ul li a.prominent {
/*	background-color: #0560A6;
	color: #fff;
	padding: 5px;*/
	font-weight: bold;
}
#usp li, #whychooseus li {list-style-image: url(/asset/image/icon/tick-orange.gif);}
#usp .recycle {list-style-image: url(/asset/image/icon/16x16/recycle.png); color: #009900;}
#usp .recycle a {color: #009900;}
#usp ul {margin-bottom: 0;}
#usp h2, #quicklinks h2, #gogreen h2 {color: #2B59A7; font-size: 115%; padding: 0 1em; margin: 0;}

#bookmark {
	text-align: center;
	margin: 0 0 2px 0;
}
#bookmark table tr td p {margin: 0; font-size: 115%;}
#grey_info_box {
	background-color: #ECECEC;
	margin: 0 0 10px 0;
	border: solid #D4D4D4 1px;
}
#grey_info_box h3 {
	margin: 0;
	background-color: #F3F3F3;
	color: #11449E;
	font-size: 115%;
}
/*
#blue_info_box select {background-color: #DDEAFB; color: #11449E;}
#blue_info_box select:focus {background-color: #ffffff; color: #11449E;}
*/
#grey_info_box p, #blue_info_box form {margin: 2px;}
#mslogos {text-align: center; margin: 10px 0 0 0;}
#mslogos img {border: 0; vertical-align: middle; margin: 0 6px;}
#searchbox { text-align: center; margin: 0; }
#searchbox form { margin: 0; padding: 0; }
#newbox {text-align: left; margin: 10px 0 0 0; }
#newbox img {border: 0; vertical-align: middle; margin: 0 2px;}
#blue_info_box {margin: 10px 0 0 0;	border: solid #C6C6C6 1px;}
#blue_info_box .moreright {float: right; font-size: 80%;}
#blue_info_box .centerp {text-align: center;}
#blue_info_box .centerp img {vertical-align: middle; border: 0; margin: 0 3px 0 6px;}
#blue_info_box .wherewhenprice {margin: 2px; text-align: center; color: #333333; font-style: italic; letter-spacing: 1px;}
#blue_info_box .wherewhenprice span {margin: 0 10px;}
/*#blue_info_box #heading_strip {background-color: #DAE8FD; color: #2B59A7; font-size: 115%; padding: 0 1em; margin: 0;}*/
/*#blue_info_box #heading_strip h2 {}*/
#blue_info_box #heading_strip {
	background: url('/asset/image/home/blue-box-heading-background.gif') repeat-x;
	color: #2B59A7;
	font-size: 115%;
	height: 18px;
	padding: 0 1em;
	margin: 0;
	font-weight: bold;
}
#blue_info_box .morebottom {
	text-align: right;
	font-size: 80%;
	margin: 10px 0 0 0;
	border-top: dashed #A4C0DC 1px;
	padding: 5px 10px;
}
#orange_background {
	background-image: url("/asset/image/header_footer/orange-gradient.png");
	background-repeat: no-repeat;
	background-position: left top;
}

#footer {
	padding: 10px 10px;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

