/* SEG Website */
/* date: 5.14.08 */
/* author: Longduyvu */
/* Copyright: CBC */
/* Copyright: www.cbc.vn */
@import "pagein.css";
html, * {
	padding: 0;
	margin: 0;
	}
form, input {
	padding: 0;
	margin: 0;
	}
body {padding: 9px 0 0 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #321710;
  	background: #fff url(../images/body-bg.png) top left repeat-x;
	}
img {
	border: none;
	}
h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #2290c5;
	font-weight: normal;
	}
h1 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.7em;
	letter-spacing:-0.05em;
	border-bottom: 3px solid #e8e6e1;
	color:#333333
	}
h1 span {
	color: #321710;
	font-size: 0.7em;
	}
h2 {
	padding-bottom: 8px;
	
	margin-bottom: 8px;
	font-size: 1.8em;
	letter-spacing:-0.05em;
	}
#home h2 {
	padding-bottom: 5px;
	border-bottom: none;
	margin-bottom: 5px;
	font-size: 1.8em;
	}
h2 span {
	color: #321710;
	font-size: 0.9em;
	}
.lowercase {
	text-transform: none;
	font-size: 1.1em;
	}

h3 {
	font-size: 1.2em;
	padding: 7px 0;
	font-weight: bold;
 }
h4 {
	font-size: 1.1em;
	padding: 7px 0;
	font-weight: bold;
	}
.line {
	border-bottom: 1px solid #e8e6e1;
	font-size: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.line hr {
	display: none;
	color:#999999;
	}
blockquote {
	font-style:italic;
	color: #999999;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align: center;
	}
blockquote span {
	color:#333333;
	font-style: normal;
	font-weight: bold;
	}
.left{ float:left; }
.right{ float:right;}
img.left { float:left; margin-right:10px; }
img.right { float:right; margin-left:10px;}
.border { border: 1px solid #eeeeee; font-size:11px; color:#999999;
	padding: 5px;}
.tcenter { text-align:center; font-size:11px; color:#999999;}
.ileft { float:left;font-size:11px; color:#999999; width:inherit; margin-right:10px; text-align:center;}
.iright { float:right;font-size:11px; color:#999999; width:inherit; margin-right:10px; text-align:center;}
p.right { text-align:right; float:none}
.inewright {font-size:11px; color:#999999;}
.clear{ clear:both; height:0px; font-size:0px; line-height:0px; }
a img{ border:none; }
p{
	margin: 0 0 10px 0;
	line-height: 1.6em;
	text-align:justify;
}
ul li {
	list-style-type:square;
	margin:0.5em 0 0.5em 1em;
	line-height: 1.6em;
	text-align:justify;
}
ol li{
	margin:0.5em 0 0.5em 1em;
	line-height: 1.6em;
	text-align:justify;
}
blockquote{
	padding:1px 12px 1px 1em;
	border-left:2px solid #C00;
	color:#555;
	background-color:#EEE;
	font-size:1.1em
}

code, pre{
	width:100%;
	color: #666;
	padding:1em 0;
	overflow/**/:auto;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	font-size: 12px;
}

table{
	
	border-spacing:2px;
	margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }
table th{
	text-align:left;
}
table td{
}
table caption{
	text-align:left;
	margin-bottom:-1em;
	margin-top:1em;
}
/*-------- Links ----------*/
a:link,
a:visited {
	color:#2290c5;
	text-decoration: none;
	}
a:hover,
a:hover.internal-link {
	text-decoration: none;
	}
a:link.internal-link,
a:visited.internal-link {
	color: gray;
	text-decoration: underline;
	font-weight: bold;
	}
h1 a:link, h2 a:link, h3 a:link,
h1 a:visited, h2 a:visited, h3 a:visited {
	color: #2290c5;
	}
/*-------- General Layout ----------*/
#main {
  background: url(../images/bg-main-content.png) 0 0 repeat-y;
  padding-top: 0px;
}
#main-wrapper {
  background: url(../images/bg-main-content.png) 0 0 repeat-y;
}
#main-bottom {
  height: 18px;
  background: url(../images/bg-main-bottom.png) 0px 0 no-repeat;
}
#fade-right {
  float: right;
  width: 13px;
  height: 292px;
  background: url(../images/bg-fade-right.png) 0 0 no-repeat;
}
#fade-left {
  float: left;
  width: 12px;
  height: 292px;
  background: url(../images/bg-fade-left.png) 0 0 no-repeat;
}
#wrapper {
	width: 100%;
 	}
#inner-wrapper {
	width: 975px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	}
.clearboth {
	clear:both; /*line-height:1px; height:1px; padding-top:-1px;*/
	}
/*-------- Header ----------*/
#header {
	height: 151px;
  background: url(../images/bg-mast.png) 0 0 no-repeat;
  position: relative;
	}
#logo { width:180px; height:104px; position:absolute; left:35px; top:22px}	
#header h2{ 
	font-size:2.25em;
	margin:0;
	padding:0;
	position:absolute;
	left:188px;
	top:60px;
}
#header h2 a{ 
	text-decoration:none; 
	display:block;
	width:316px;
	height:39px;
	border:0;
	text-indent:-9999px;
	background: transparent url(../images/name-viendong.png) no-repeat left top;
}

#header p{
	padding:1em 0;
	margin:0;
	line-height:1em;
}
#top-nav { position:absolute; top:0px; right:5px; width:196px; height:28px; list-style:none; background:#00458a url(../images/top-nav-bg.png) no-repeat; padding-left:30px;}
#top-nav li {display: block;
	float: left;
	color:#321710; 
	list-style-type:none;
	margin:0 0 0 0;
	line-height: 26px; color:#fff}
#top-nav a { 
	color:#fff; 
	padding:0px 5px;
	font-size:11px; 
	font-weight:bold;
	}	
#lang { position:absolute; top:112px; right:30px; list-style:none; z-index:1000;}
#lang li { display: block;
	float: left;
	color:#fff; 
	margin:0 0 0 0px;
	}
#lang li a { 
	color:#fff; 
	padding:0px 5px;
	font-size:11px; 
	font-weight:bold;
	}			
/*nav*/
.preload1 {background: url(../images/nav-right.png);}
.preload2 {background: url(../images/nav-right-hover.png);}

#nav {padding:0 0 0 15px; margin:0 0 0 12px; list-style:none; height:38px; background:white url(../images/nav-bg.png) no-repeat; position:absolute; z-index:500; font-family:arial, verdana, sans-serif; top:104px; width:935px; text-transform:uppercase}
ul#nav li{
	margin:0 0 0 0;
}

#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; height:38px; line-height:36px; color:#eee; text-decoration:none; font-size:12px; font-weight:bold; padding:0 0 0 10px; cursor:pointer;background: url(../images/nav-right.png);}
#nav li a.top_link span {float:left; display:block; padding:0 28px 0 8px; height:38px; background: url(../images/nav-right.png) right top no-repeat;}
#nav li a.top_link span.down {float:left; display:block; padding:0 28px 0 8px; height:38px; background: url(../images/nav-right.png) no-repeat right top;}

#nav li:hover a.top_link {color:#fff; background: url(../images/nav-right-hover.png) no-repeat;}
#nav li:hover a.top_link span {background:url(../images/nav-right-hover.png) no-repeat right top;}
#nav li:hover a.top_link span.down {background:url(../images/nav-right-hover.png) no-repeat right top; padding-bottom:3px;}

#nav li.current a.top_link {color:#fff; background: url(../images/nav-right-hover.png) no-repeat;}
#nav li.current a.top_link span {background:url(../images/nav-right-hover.png) no-repeat right top;}
#nav li.current a.top_link span.down {background:url(../images/nav-right-hover.png) no-repeat right top; padding-bottom:3px;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:1px; top:35px; background: #2290c5; padding:3px; border:1px solid #8db89d; white-space:nowrap; width:180px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:180px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:178px; line-height:18px; text-indent:5px; color:#fff; text-decoration:none;border:1px solid #2290c5;}
#nav li ul.sub li a.fly
{background:#2290c5 url(../images/arrow.gif) 170px 6px no-repeat;}
#nav li:hover ul.sub li a:hover 
{background:#00458a; color:#fff; border-color:#8db89d;}
#nav li:hover ul.sub li a.fly:hover
{background:#00458a url(../images/arrow_over.gif) 170px 6px no-repeat; color:#fff;}

#nav li b {display:block; font-size:11px; height:18px; width:88px; line-height:18px; margin-bottom:3px; text-indent:6px; color:#ff6; border-bottom:1px solid #ff6; cursor:default;}

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:180px; top:-4px; background: #2290c5; padding:3px; border:1px solid #8db89d; white-space:nowrap; width:180px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#00458a url(../images/arrow_over.gif) 170px 6px no-repeat; color:#fff; border-color:#8db89d;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#2290c5 url(../images/arrow.gif) 170px 6px no-repeat; color:#fff; border-color:#2290c5;} 

/*--------- Content ---------*/
#content {
	text-align: left;
  float: left;
  width: 940px;
  padding: 0 5px;
	}
.last {
	margin-left: 0;
	margin-right: 0;
	}
#Member #banner	{
	height:180px;
	margin-bottom:10px;
	}
#banner	{
	height:212px;
	margin-bottom:10px;
	}	
/*--------- Strap lines ---------*/
#strap-line {
	background: url(../images/strap-line-home.gif) no-repeat;
	width: 583px;
	height: 71px;
	margin: 25px;
	}
#strap-line-2 {
	width: 496px;
	background: url(../images/strap-line-home.gif) -40px 0px no-repeat;
	}
#strap-line-wide {
	width: 700px;
	}
p#this-morning {
	background: url(../images/strap-line_thismorning.gif) center no-repeat;
	height: 74px;
	}
p#beachbag {
	background: url(../images/strap-line_beachbag.gif) no-repeat;
	height: 74px;
	}
#strap-line span,
#strap-line-2 span,
#strap-line-wide span {
	visibility: hidden;
	}
/*--------- Column One ---------*/
#column-one-home {
	float: left;
	width: 720px;
	padding-top:20px;
	}
#column-one-home .column-padding {
	padding-left: 38px;
	}
#column-one {
	float: left;
	width: 200px;
	}
#column-one .column-padding {
	padding-left: 38px;
	}
.highlights-container {
	margin: 0 0 15px 0;
	background: #00458a;
	}
.highlight {
	float: left;
	border: 1px solid #c9c6c5;
	padding: 6px;
	margin-right: 14px;
	margin-bottom: 25px;
	}
.inner-column {
	width: 214px;
	float: left;
	background: #ffffff url(../images/column-background.gif) bottom right no-repeat;
	margin-right: 12px;
	min-height: 20em;
	height: auto; /* note: see style-ie6.css */
	}
.inner-column .inner-column-padding,
#column-one-home .inner-column-padding {
	padding: 10px 12px 12px 10px;
	}
.sub-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	letter-spacing: 1px;
	/*letter-spacing: 0.2em;*/
	text-transform: uppercase;
	color: #ab7036;
	line-height: 1.1em;
	}
#column-one .column-one-padding {
	margin: 20px;
	}
#column-one .highlight-left {
	margin-top: 20px;
	}
#column-one .side-image img,
#column-one-home .side-image img {
	border: 1px solid #d9d7cd;
	padding: 5px;
	margin-bottom: 15px;
	width: inherit;
	}
#column-one .bottom-padding img,
#column-one-home .bottom-padding img {
	margin-bottom: 10px;
	}
#column-one-home #main-content-home {
	width: 667px;
	float: left;
	background: #ffffff url(../images/main-content-wide-bkrd.gif) bottom right no-repeat;
	margin-bottom: 20px;
	min-height:22em;
	}
#column-two-home .side-image img {
	border: 1px solid #acacac;
	padding: 5px;
	margin-bottom: 15px;
	/*width: inherit;*/
	}
#column-two-home .side-image img.left { margin-right:5px;}	
#column-two-home .side-image { clear:left;}
#column-two-home .side-image a { color:#321710;}
#column-two-home .side-image a:hover { color:#00458a;}
.btn-Search {vertical-align:middle; /*background:url(../images/search_btn.png) no-repeat top center; width:35px; color:#970505; text-align:center;  border:none;  cursor:pointer; border:0; height:27px; font-size:11px; font-weight:bold; border:0px; vertical-align:top;*/}
.ip-Search { padding:3px; width:145px;vertical-align:middle; border:0px #dddddd solid; color:#999999; background: url(../images/search-ip.png) no-repeat; height:20px; line-height:18px;}
#column-two-home h3 {
	font-size: 1.6em;
	letter-spacing:-0.05em;
	font-weight: normal;
 }
/*--------- Column Two ---------*/
#column-two-home {
	float: right;
	width: 246px; /* note: see style-ie6.css */
	padding-top: 20px;
	}
#column-two-home .column-padding {
	padding-left: 19px;
	padding-right: 40px; /* note: see style-ie6.css */
	}
#column-two {
	float: right;
	width: 738px;
	padding-top: 0px;
	}
#column-two .column-padding {
	padding-left: 5px;
	padding-right: 0px;
	}
#column-two-home .date,
#column-two .date {
	color: #959595;
	}
#column-two #main-content {
	width: 500px;
	float: left;
	background: #ffffff url(../images/main-content-background.gif) bottom right no-repeat;
	padding-bottom: 0px;
	}
#column-two #main-content .side-image img,
#column-two #main-content-wide .side-image img {
	border: 1px solid #eeeeee;
	padding: 5px;
	margin-bottom: 5px;
	margin-right:10px;
	float:left;
	}
#column-two #main-content-wide {
	width: 720px;
	float: left;
	background: #ffffff url(../images/main-content-wide-bkrd.gif) bottom right no-repeat;
	padding-bottom:0px;
	}
.highlight-right {
	margin-bottom: 10px;
	border-bottom:1px #eeeeee solid; min-height:80px; position:relative;
	}
.pull-point {
	width: 225px;
	float: left;
	background: #ffffff url(../images/pull-point-background.gif) bottom right no-repeat;
	margin-right: 13px; /* note: see style-ie6.css */
	margin-bottom: 15px; /* note: see style-ie6.css */
	min-height: 18em; 
	height: auto; /* note: see style-ie6.css */
	}
.pull-point img {
	margin-bottom: 10px;
	}
.pull-point-padding {
	padding: 12px;
	}
.pull-point h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	letter-spacing: 0em;
	font-weight: normal;
	border: none;
	margin: 0;
	}
/*--------- Column Three ---------*/
#column-three {
	float: right;
	width: 227px;
	}
#column-three .column-three-padding {
	padding: 8px 0px 8px 8px;
	padding-top: 0;
	}
#column-three .side-image img {
	border: 0px solid #acacac;
	padding: 0px;
	margin-bottom: 10px;
	margin-left:15px;
	margin-right:10px;
	width: inherit; float:left;
	}
#column-three .bottom-padding img {
	margin-bottom: 10px;
	}
#column-three .box-right { background:url(../images/box-right.png) left bottom no-repeat; padding-bottom:5px;}
#column-three .box-right h2 { background:url(../images/h2-right.png) left bottom no-repeat;
padding-bottom: 0px;
padding-top:8px;
padding-left:15px;
	border-bottom: 0px solid #e8e6e1;
	margin-bottom: 8px;
	font-size: 1.1em;
	font-weight:bold;
	color:#FFFFFF; height:22px;
	letter-spacing:0em;}
#column-three .box-right p { padding-left:15px; padding-right:15px;}	
/*------- Footer -------*/
#footer {
	clear:both;
	}
#footer {
	width: 968px;
	height: 57px;
	background: url(../images/dotted-line-horizontal.gif) repeat-x;
	padding-top: 23px;
	text-align: center;
	}
#footer ul {
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-right: 40px; 
	}
#footer ul li {
	display: inline;
	}
#footer ul li a {
	color: #959595;
	}
#footer #coco {color:#999999; font-size:11px;
	margin-right: 35px;
	margin-top: 20px;
	padding-bottom: 10px;
	}
#footer #coco a { color:#999999; font-size:11px;}
/*------- Primary Navigation -------*/
#primary-navigation {
	background: #31160f url(../images/primary-nav-backgrd.gif) repeat-x;
	height: 44px;
	}
#primary-navigation ul {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	letter-spacing: 1px;
	/*letter-spacing: 0.1em;*/
	padding-top: 17px;
	}
#primary-navigation ul li {
	
	color: #FFFFFF;
	}
#primary-navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
	}
#primary-navigation ul li a:hover,
#primary-navigation ul li a#active {
	color: #d82c00;
	}
/*------- Secondary Navigation -------*/
#secondary-navigation {
	width: 200px; /* note: see style-ie6.css */
	float: left;
	background: #ffffff url(../images/column-background.gif) bottom right no-repeat;
	margin-left: 0px; /* note: see style-ie6.css */
	margin-top: 0px;
	}
#secondary-navigation-padding {
	padding: 0px;
	}
#secondary-navigation h2 {
	padding-bottom: 8px;
	border-bottom: 1px solid #e8e6e1;
	margin-bottom: 0px;
	font-size: 1.8em;
	text-align:center;
	margin-right:10px;
	}
	
#nav-left-in {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: 1px;
	letter-spacing: 0.1em;
	text-transform: none;
	text-align: right;
	font-weight: bold;
	margin-right:10px;
	}
#nav-left-in li {
	list-style-type: none;
	border-bottom: 1px solid #e8e6e1;
	}
#nav-left-in li a {
	display: block;
	padding-right: 10px;
	margin: 9px 0 9px 0;
	}
#nav-left-in li a:link,
#nav-left-in li a:visited {
	color: #321710;
	text-decoration: none;
	}
#nav-left-in li a:hover {
	color:#d82c00;
	text-decoration: none;
	}
#nav-left-in ul li {
	list-style-type: none;
	border-bottom: 0px solid #e8e6e1;
	text-transform: none;
	font-weight:normal;
	font-size:1em;
	}

/*nav left*/
#nav-left {padding:0; margin:0; list-style:none; float:left;z-index:500; font-family:arial, verdana, sans-serif; position:relative; margin-bottom:10px;}
ul#nav-left li{
	margin:0 0 0 0;
}

#nav-left li.top {display:block; }
#nav-left li a.top_link {display:block; color:#321710; text-decoration:none; font-size:12px; font-weight:bold; background: url(../images/nav-left-btm.png) right bottom no-repeat; cursor:pointer;}
#nav-left li a.top_link span { display:block; padding:10px; background: url(../images/nav-left-top.png) right top no-repeat; width:177px; text-align:center;}
#nav-left li a.top_link span.down {display:block; padding:10px; background: url(../images/nav-left-top.png) no-repeat right top;}

#nav-left li:hover a.top_link {color:#321710; background: url(../images/nav-left-btm.png) right bottom no-repeat;}
#nav-left li:hover a.top_link span { background: url(../images/nav-left-top.png) no-repeat right top;}
#nav-left li:hover a.top_link span.down { background: url(../images/nav-left-top.png) no-repeat right top;}

#nav-left li.current a.top_link {color:#fff; background: url(../images/nav-right-hover.png) no-repeat;}
#nav-left li.current a.top_link span {background:url(../images/nav-right-hover.png) no-repeat right top;}
#nav-left li.current a.top_link span.down {background:url(../images/nav-right-hover.png) no-repeat right top; padding-bottom:3px;}

/* Default list styling */

#nav-left li:hover {position:relative; z-index:200;}

#nav-left li:hover ul.sub
{left:180px; top:5px; background: #2290c5; padding:3px; border:1px solid #8db89d; white-space:nowrap; width:150px; height:auto; z-index:300;}
#nav-left li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:150px; font-weight:normal;}
#nav-left li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:148px; line-height:18px; text-indent:5px; color:#fff; text-decoration:none;border:1px solid #2290c5;}
#nav-left li ul.sub li a.fly
{background:#2290c5 url(../images/arrow.gif) 140px 6px no-repeat;}
#nav-left li:hover ul.sub li a:hover 
{background:#00458a; color:#fff; border-color:#8db89d;}
#nav-left li:hover ul.sub li a.fly:hover
{background:#00458a url(../images/arrow_over.gif) 140px 6px no-repeat; color:#fff;}

#nav-left li b {display:block; font-size:11px; height:18px; width:88px; line-height:18px; margin-bottom:3px; text-indent:6px; color:#ff6; border-bottom:1px solid #ff6; cursor:default;}

#nav-left li:hover li:hover ul,
#nav-left li:hover li:hover li:hover ul,
#nav-left li:hover li:hover li:hover li:hover ul,
#nav-left li:hover li:hover li:hover li:hover li:hover ul
{left:150px; top:-4px; background: #2290c5; padding:3px; border:1px solid #8db89d; white-space:nowrap; width:150px; z-index:400; height:auto;}

#nav-left ul, 
#nav-left li:hover ul ul,
#nav-left li:hover li:hover ul ul,
#nav-left li:hover li:hover li:hover ul ul,
#nav-left li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav-left li:hover li:hover a.fly,
#nav-left li:hover li:hover li:hover a.fly,
#nav-left li:hover li:hover li:hover li:hover a.fly,
#nav-left li:hover li:hover li:hover li:hover li:hover a.fly
{background:#00458a url(../images/arrow_over.gif) 140px 6px no-repeat; color:#fff; border-color:#8db89d;} 

#nav-left li:hover li:hover li a.fly,
#nav-left li:hover li:hover li:hover li a.fly,
#nav-left li:hover li:hover li:hover li:hover li a.fly
{background:#2290c5 url(../images/arrow.gif) 140px 6px no-repeat; color:#fff; border-color:#50b5d0;} 
	
/* ---------- Forms --------- */
form fieldset {
	background: #FFFFFF;
	padding: 20px;
	border: 1px solid #cccccc;
	}
form legend {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	}
button#register {
	background: url(../images/button_register.jpg) no-repeat;
	width: 89px;
	height: 53px;
	float: left;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	}
button#register span {
	visibility: hidden;
	}

/* ---------- List syles --------- */
#main-content ul {
	margin: 15px;
	}
#main-content ul li {
	list-style-type: disc;
	margin-bottom: 5px;
	}
ul#timeline {
	margin: 0;
	}
ul#timeline li {
	list-style-type: none;
	margin-bottom: 10px;
	}
ul#timeline li span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00458a;
	}
/* ---------- Sitemap --------- */
ul#sitemap  {
	margin-left: 20px;
	}
ul#sitemap li  {
	margin-bottom: 5px;
	}
ul#sitemap ul  {
	margin-left: 20px;
	}
/* ------- Text image replacement ------- */
h2 .img-replacement {
	color:#00458a;
	}	
/* -------- Weather feed --------- */
#wx_module_8365 input {
	display: none!important;
	}
#wx_module_8365 table {
	border: none!important;
	}

/*-----------Halv---------*/
#nav li ul.sub li a.title_bg
{background:#00458a;}
#box-ads { text-align:center;}


/* begin styles for RSS Feed */

	
.rss-box {
	 background:url(../images/box-right.png) left bottom no-repeat; padding-bottom:5px;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-left:4px;
}
p.rss-title {padding:0.5em;}
.rss-title {
	
	background-color: silver;
	color: gray;
	font-weight:bold;
	font-size:11px; 
	
	text-align: left;
}

.rss-item  {
  font-size: 7pt;
  list-style:none;
  padding-bottom:1em;

}


.rss-item a {
	color:2290c5;
	font-size: 9pt;
	font-weight:bold;
	}
	
.rss-item a:visited {
	
	color: 2290c5;
	text-decoration: none;
}
.rss-item a:hover.internal-link {
	text-decoration: underline;
	color:#2290c5;
	}
.rss-item a:visited.internal-link {
	color: gray;
	text-decoration: underline;
	font-weight: bold;
	}

.rss-date {
	
	font-size:11px; 
	color:#999999;
	}
 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }


