/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	background: #f0f0f0 url("../images/bg_main.png") top left repeat-x;
	padding: 0px 0 0 0;
	margin: 0;
	color: #333;
	height: 100%;
}


/* anchors
----------------------------------------------- */
a, a:link, a:visited {
	color: #ff9999;
	font-weight:normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
a:hover {
	text-decoration: underline;
}

strong, STRONG, b, B {
	font-weight: bold;
}

/* Main container  */

div.main_container {
	margin: 0 auto;
	padding: 0 0 0px 0px;
	text-align: center;
	background: transparent;
	height: 100%;
	width: auto;
}

div.main_content {
	margin: 0px !important;
	padding: 0px 0px 20px 0px !important;
	float: left;
	clear: both; 
	width: 100%;
	height: 100%;
	height: auto !important;
	min-height: 500px;
	background: #fff url("../images/bg_content.gif") top left repeat-y;
}

div.content {
	margin: 0px !important;
	padding: 0px !important;
}

/* Header, Logo, Menu, Right and Bannertop */

div.header {
	padding: 0px 0px 0px 0px;
	background: #fff url("../images/bg_header.gif") top left no-repeat;
}

div.logo {
	padding: 0px;
	margin: 0px;
	float: left;
	height: 85px;
	background: transparent url("../images/bg_logo.png") top right no-repeat;
}

div.logo img{
	padding: 2px;
	margin: 3px 0px 0px 10px;
	max-height: 74px;
}

div.bannertop {
	margin-right: 0px;
	margin-bottom: 1px;
	margin-top: 10px;
	padding: 0;
	float: right;
	background: transparent url("../images/bg_banner_top.jpg") top right repeat-y;
}

div.bannertop p{
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 1px 1px;
	font-size: 0.9em;
	line-height: 1.2em;
	max-height: 84px;
	max-width: 200px;
	text-align: left;
	color: #ccc;
}

div.bannertop p STRONG{
	font-size: 1.0em;
	line-height: 1.2em;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 3px 0px;
	color: #999;
	text-align: left;
	font-weight: bold;
}

div.bannertop p img{
	margin: 0px 3px 0px 3px;
	max-height: 76px;
	height: expression(this.height > 77 ? 77 : true);
	float: left;
	display: block;
	-moz-opacity: 0.5;
	opacity:0.5;
	filter: alpha(opacity=50);
	border: 1px solid #ccc;
	background: #000;	
}


div#menu {
	padding: 0px;
	margin: 0px;
}


/* 960 grid system container background
----------------------------------------------- */
div.container_16 {
	background: transparent url("../images/bg_container.gif") top right repeat-y;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	text-align: left;
	height: 100%;
}

div.main{
	background: transparent /* url("../images/right.gif") top right repeat-y */;
}

div.moduletable {
	padding: 0px;
	margin: 0px;
}

/* headings
----------------------------------------------- */
H1, H2, H3, H4, H5, H6 {margin: .3em .5em !important; padding: 1em 0.1em 0.3em 0em !important; font-weight: normal; color: #ccc; background:transparent; border-bottom: 1px dashed #ccc; clear:both; text-transform: uppercase; font-family: Georgia, "Times New Roman", Times, serif !important;}

H1.componentheading, H1.componentheadingnav  {display: none;padding: 0px; text-transform: uppercase; margin: 0px;padding: 1px 5px 1px 0px; }
H2, H2.contentheading, H2.contentheadingnav {}
H3 {}
H5 { background: #fff; padding: 0px 10px !important; font-weight: normal; margin:0px 2px 0px 2px !important; color: #ccc; border-top: 1px solid #fff; border-bottom:none; text-align: right; font-size: 9px;}

/* Bottom container
----------------------------------------------- */
div.container_bottom {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px;
	background: transparent url("../images/bg_bottom.gif") top left repeat-y;
	color: #ccc;
	font-size: 1em;
	text-align: left;
	vertical-align: bottom;
	float: left;
	clear: both;
	width: 800px;
}	

div.container_bottom p{
	padding: 0px 0px 3px 0px;
	text-align: center;
}	

ul, ol {
  padding:0px 0px 0px 10px;
}