@charset "UTF-8";

/******************
   Layout Styles
******************/

html, body {
	height: 100%;
}

body {
	min-width: 802px; /* total width */
	background: #72a2c4 url('/template/images/bg.gif') repeat-x left top;
	color: #000000;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 62.8%;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center; /* centers the container */
}

#banner {
	height: 77px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
#banner a, 
#banner a:visited, 
#banner a:hover { border: 0; }

#container {
	display: table; /* for non-ie */
	width: 802px; /* total width */
	height: 100%;
	position: relative; /* for ie */
	margin: 0 auto;
  	background: #ffffff url('/template/images/bg_span.gif') repeat-y left top;
  	text-align: left;
}

#center-fill, 
#right-fill { display: none; }

#outer-wrap {
 	display: table-cell; /* for non-ie */
 	height: 100%;
 	position: relative; /* for ie */
	background: #ffffff url('/template/images/bg_span.gif') repeat-y left top;
}
#inner-wrap {
	height: 100%;
  	position: relative;
  	margin-right: 600px; /* content area width */
 	background: #ffffff url('/template/images/column_bg.gif') repeat-y left top;
}
#float-wrap {
	display: inline;
	width: 100%;
	float: left;
}
#left-wrap {
  	display: table;
  	width: 100%;
	height: 100%;
  	position: relative; /* fix for IE */
  	float: right;
  	margin-top: 77px; 
}
#right-wrap {
	display: inline;
	width: 600px; /* content area width */
	position: relative;
	float: left;
	margin-top: 77px; /* banner height */
	margin-right: -600px; /* negative content area width */
	font-size: 1.2em;
	line-height: 1.3em;
}

#top-menu { margin-right: 13px; }

#content { margin-right: 13px; }

#footer {
	text-align: center;
	margin-right: 13px;
}


/* Menu */

#menu {
	width: 202px;
	background: #ffffff url('/template/images/menu_bg.gif') repeat-y left bottom;
}

#menu ul {
	margin: 0 13px;
	padding-bottom: 6px;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
}

#menu li {
	margin: 0;
	display: block;
	width: 176px;
	height: 20px;
	border: 0;
	text-decoration: none;
}
#menu li a.active,
#menu li a.active:visited {
	display: block;
	background: #4a728f url('/template/images/menu_item.gif') repeat-x left 0; 
	color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	text-indent: 15px;
	width: 176px;
}
#menu li a.inactive,
#menu li a.inactive:visited {
	display: block;
	background: #2f404d; 
	color: #d0dae1;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	text-indent: 15px;
	width: 176px;
}
#menu li a.active:hover,
#menu li a.inactive:hover {
	background: #d6d6d6 url('/template/images/menu_item.gif') repeat-x left -30px;
	color: #555555;
}


/* Sub-Menu */

#submenu {
	display: block;
	height: 18px;
	background: #f1f1f1;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	z-index: 1;
}

#submenu ul {
	padding-bottom: 6px;
	font-size: .9em;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
}

#submenu li {
	margin: 0;
	display: block;
	float: left;
	margin-left: 5px;
	height: 18px;
	border: 0;
	text-decoration: none;
}
#submenu li a.active,
#submenu li a.active:visited {
	display: block;
	padding: 2px 10px 1px 10px;
	background: #4a728f url('/template/images/menu_item.gif') repeat-x left 0; 
	color: #ffffff;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	text-decoration: none;
	border-bottom: 0;
}
#submenu li a.inactive,
#submenu li a.inactive:visited {
	display: block;
	padding: 2px 10px 1px 10px;
	background: #2f404d; 
	color: #d0dae1;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	text-decoration: none;
	border-bottom: 0;
}
#submenu li a.active:hover,
#submenu li a.inactive:hover {
	background: #d6d6d6 url('/template/images/menu_item.gif') repeat-x left -30px;
	color: #555555;
	border-bottom: 0;
}


/* Advertisements */

.column-header {
	position: relative;
	margin: 0 7px;
	padding-top: 2px;
	border-bottom: 1px solid #a4a4a4;
	color: #444444;
}

#ads {
	background: #fff url('/template/images/column_bg.gif') repeat-y left top;
	text-align: center;
}

#ads-top {
	display: block;
	width: 100%;
	height: 2px;
	background: #000000 url('/template/images/column_top.gif') no-repeat left top;
}

.ad-top { margin: 4px 0 1px 0; }
.ad-top a,
.ad-top a:visited,  
.ad-top a:hover { border: 0; }

.ad { margin: 0 0 1px 0; }
.ad a, 
.ad a:visited, 
.ad a:hover { border: 0; }

.ad-top img,
.ad img { border: 1px solid #000000; }
