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

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

body {
	background: #fff url("../images/bg_hall_hue.png") bottom center no-repeat;
	background-attachment:fixed;
	padding: 0px 0 0 0;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	height: 100%;
}


/* anchors
----------------------------------------------- */
a, a:link, a:visited {
	color: #fff;
	font-weight:normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #fff; 
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff; 
}

strong, b {
	font: bold;
}

/* Main container  */

div.main_container {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 800px;
	height: 100%;	
}

div.main_content {
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background: #000 /* url("../images/bg_main_content.png") top left repeat-y */;
	padding-bottom: 20px;	
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
}

/* 960 grid system container background
----------------------------------------------- */
div.container_16 {
	min-height: 100% !important;
/*	background: #000 url("../images/bg.png") top left repeat-y !important; */
	padding: 0px;
	text-align: left;
	width: 800px;	
}

* html div.container_16 {
	height: 100%;
}

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

div.logotop {
	background: #000 url("../images/bg_frame_top.png") top left no-repeat;
	padding: 0px;
	margin:5px 0 0 0;
}

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

div.logo a {
	border-bottom: none;
	padding: 0px;
	margin: 0px;
}

div.logo a img {
	padding: 5px 0 0 5px;
	margin: 0px;
}


div.banner {
	height: 70px;
	padding: 10px 0;
	margin: 0px;
	color: #fff;
}

div.banner p{
	padding-left: 200px;
	background: transparent;
	color: #fff;
}

div.banner p img, div.banner img {
	max-height: 70px;
	height: expression(this.height > 70 ? 70: true);
	float: right;
	margin: 0 10px;
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
	
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.6em; margin-bottom:.5em; font-weight: normal; color:#a71300;border-bottom: 1px dotted #333; font-family: FuturaLtBTLight, calibri, Arial, Helvetica, sans-serif; text-transform: uppercase}

h1.componentheading, h1.componentheadingnav  {display: none}
h2, h2.contentheading, h2.contentheadingnav {}

h5 { margin: 0px; padding: 0px; color:#ccc; font-family: Arial, Helvetica, sans-serif; text-transform: none; font-weight: normal; font-size:10px; border: none}



/* top menu and slogan
----------------------------------------------- */

div.container_bottom {
	padding: 10px 0px 0px 0px;
	background: #000 /* url("../images/bg_frame_bottom.png") bottom left no-repeat */;
	color: #666;
	font-size: 1em;
	text-align: center;
	margin: 0 0 5px 0;
	border-top: 1px dotted #333;	
}	


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	text-indent: 0em;
	margin-bottom: 3px;
}

ul, ol {
  padding-top:0;
}
