/* Layout & colors */

/* Extend html container to 100% and eliminate border & margin problems */
html {
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	margin: 0em !important;
	padding: 0em !important;
	border: none !important;
	background: #000000 url('/images/skin/default/bg.gif') repeat;
}

/* Extend body container to 100% and eliminate border & margin problems */ 	   
body {
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	margin: 0em !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0em !important;
	border: none !important;
	background: #000000;
	color: #ffffff;
	font-family: "Verdana", "Tahoma", helvetica, arial;
	font-size: 75%;
	z-index: 0;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	margin: 0em;
	margin-top: .5em;
	margin-bottom: .5em;
}
p, ul, ol, blockquote {
	text-align: left;
}

/* Link Colors */
a:link { color: #F5E190; }
a:active { color: #F5E190; }
a:visited { color: #F5E190; }
a:hover { color: #ffffff; }

/* id'ed tags styles */
div#layout {
	position: relative;
	min-width: 1004px;
	max-width: 100%;
	overflow: hidden;
}

div#header {
	position: relative;
	width: 100%;
	height: 120px;
	line-height: 120px;
	background: #ffffff url('/images/skin/default/header.gif') no-repeat;
	color: #000000;
	overflow: hidden;
	z-index: 1;
}

div#adbar {
	position: relative;
	height: 60px;
	margin-bottom: .5em;
	padding-bottom: 24px;
	background: #ffffff url('/images/skin/default/dividerbg.gif') bottom left repeat-x;
	color: #000000;
	/* text-align: center; */ /* add back after ie6 is dead - also, in top-ads, edit out left positions */
}

div#adbar a {
	color: #ffffff;
}

div#content-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	z-index: 1;
}

div#left-column {
	position: relative;
	width: 180px;
	float: left;
	margin-left: .5em;
	margin-right: .5em;
	margin-bottom: .5em;
	padding-top: 20px;
	border-bottom: solid #4ab4d8 .25em;
	background: #528194 url('/images/skin/default/menu-bg.gif') no-repeat;
	text-align: left;
	overflow: hidden;
	z-index: 3;
}
div#left-column ul {
	list-style: none;
	padding: .65em;
	margin: .25em;
	border: none;
	text-indent: 0em;
}
div#left-column h1, div#left-column h2, div#left-column h3, div#left-column h4, div#left-column h5, div#left-column h6 {
	margin: .25em;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: .75em;
	margin-right: .75em;
	padding-bottom: .25em;
	border-bottom: solid #fff200 1px;
}
div#left-column a {
	color: #ffffff;
}
div#left-column a:hover {
	color: #EBDFB0;
}

div#content {
	position: relative;
	text-align: left;
	z-index: 2;
	overflow: hidden;
	text-align: center;
}
.highlight {
	border-top: solid #4ab4d8 1px;
	border-bottom: solid #4ab4d8 .25em;
	background: #528194 url('/images/skin/default/highlight-box-bg.gif') top left no-repeat;
}
.highlight img, .highlight a img {
	float: left;
	margin: .5em;
	border: solid #4ab4d8 .25em;
}
.highlight a {
	color: #ffffff;
}
.highlight a:hover {
	color: #EBDFB0;
}
.paragraph_container { margin-left: auto; margin-right: auto; }
div#content a.thumb {
	width: 200px;
	height: 124px;
	padding-top: .85em;
	margin: .25em;
	color: #000000;
	background: url('/images/skin/default/thumb-bg.png') no-repeat;
	/* margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 15px; */
	display: inline-block;
	text-decoration: none;
}
div#content a.thumb:hover {
	color: #666666;
}
div#content a.thumb img {
	border: solid #97abc4 1px;
}

div#right-column {
	position: relative;
	width: 160px;
	float: right;
	margin-left: .5em;
	margin-right: .5em;
	margin-bottom: .5em;
	text-align: left;
	overflow: hidden;
	z-index: 3;
}
div#right-column * {
	position: relative;
}

div#footer {
	position: relative;
	padding-top: .5em;
	padding-bottom: 1em;
	background: #ffffff url('/images/skin/default/footerbg.gif') repeat-x;
	color: #000000;
	text-align: center !important;
	z-index: 2;
}
div#footer a {
	color: #000000;
}
div#footer a:hover {
	color: #8ebbb9;
}
div#footer * {
	text-align: center !important;
}

/* text ads */
div#text_ads { position: relative;
			   top: 0px;
			   width: 158px;
			   margin-top: .5em;
			   margin-bottom: .5em;
			   padding-top: 30px;
			   border: solid #8EBBB9 1px;
			   background: url('/images/skin/default/textheader.gif') 0px 0px no-repeat;
			   font-size: 9pt;
			   color: #ffffff; }
			   
div#text_ads p { padding: 0px;
				 margin: 2px;
				 margin-bottom: 10px;
				 font-size: 9pt;
				 color: #ffffff; }
			   
div#text_ads a { font-size: 10pt;
				 color: #ffffff;
				 text-decoration: underline;
				 font-weight: bold; }
div#text_ads a:link { color: #8EBBB9; }
div#text_ads a:active { color: #8EBBB9; }
div#text_ads a:visited { color: #8EBBB9; }
div#text_ads a:hover { color: #ffffff; }			   
			   
div#text_ads_footer { clear: both;
					  width: 158px;
					  height: 24px;
					  margin-top: auto;
					  line-height: 24px;
					  background: #8EBBB9;
					  text-align: center; }
div#text_ads_footer a { color: #ffffff; font-weight: normal; font-size: .8em; }
div#text_ads_footer a:link { color: #ffffff; }
div#text_ads_footer a:active { color: #ffffff; }
div#text_ads_footer a:visited { color: #ffffff; }
div#text_ads_footer a:hover { color: #5E5340; }