/*
 * Specific Page Layout Elements
 */


/*
 * Common Page Layout Elements
 */

#page {
	position: relative;
	min-height: 100%;
	width: 100%;
	background: #000;
}

#container {
	background: url(/img/bg.jpg) repeat-x top;
	min-height: 100%;
	height: expression( 
	    this.height < document.body.clientHeight ?
	        "100%":
	        this.height);

	width: 100%;

}
#footer {
	text-align: center;
	color: #999;
	border-top: 1px solid #333;
	padding: 20px 0;
}
#footer, #footer a {
	text-decoration: none;
}
#header_container {
	background: #fff url(/img/header_bg.jpg) bottom repeat-x;
	color: #fff;
	width: 100%;
	height: 520px;
	text-align: center;
}
#header {
	background: url(/img/header.jpg) left bottom no-repeat;
	height: 520px;
	position: relative;
}

div.centercolumn {
	width: 942px;
	text-align: left;
	margin: 0 auto;
}

#content, div.content {
	display: block;
	text-align: left;
	font-size: 1em;
	margin-bottom:40px;
	padding-top: 40px;
	clear: both;
}
#main {
	background: #000;
}
#copy {
	text-align: left;
}


/**************************************
 * Navigation
 */
#nav {
	padding: 0 0 10px;
	margin: 0;
}
#nav li {
	float: right;
	padding-left: 40px;
}
#nav li a {
	color: #000;
	font-size: 1.20em;
	text-decoration: none;
	font-family: tahoma, arial, georgia;
}
#nav li a:hover {
	text-decoration: underline;
}


/**************************************
 * Header Info
 */
#logo {
	background: url(/img/logo.gif) no-repeat;
	text-decoration: none;
	width: 232px;
	height: 97px;
	position: absolute;
	top: 5px;
	left: 170px;
}


#display {
	float: right;
	margin-left: 300px;
	margin-top: 150px;
	width: 567px;
}
#display div.header {
	background: url(/img/page_header.png) bottom right no-repeat;
	height: 31px;
}
#display div.footer {
	background: url(/img/page_footer.png) top right no-repeat;
	height: 35px;
	font-size: 10px;
}
#display div.body {
	background: url(/img/page_body.png) right repeat-y;
	padding: 5px 30px 15px 25px;
}
#display div.body p, #display div.body dl {
	color: #333;
}



#breadcrumbs {
	color: #ccc;
	font-size: 0.75em;
	border-top: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#breadcrumbs:hover, #breadcrumbs:hover a {
	background: #eee;
	color: #666;
}
#breadcrumbs a {
	color: #ccc;
	text-decoration: none;
	text-transform: lowercase;
}
#breadcrumbs a:hover {
	color: #666;
	text-decoration: underline;
}


/*
 * Overload Static Elements
 */
* {
	margin: 0;
	padding: 0;
}
* html #page {
	height: 100%;
}
html, body {
	height: 100%;
}
body {
	font-family: verdana, helvetica, arial;
	font-size: 1em;
	font-weight: normal;
	background: #000;
	text-align: center;
}

a {
	color: #C5001F;
	text-decoration: underline;
}
ul.submenu a {
	padding-left: 20px;
	background: url(../img/anchor.gif) left 50% no-repeat;
	text-decoration: none;
	color: #333;
}
ul.submenu li {
	margin-bottom: 5px;
}
ul.submenu a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, h7 {
	text-transform: capitalize;
	font-family: "Lucida Grande","Gill sans","Trebuchet MS",Helvetica,Tahoma,sans-serif;
	letter-spacing: 2px;
}
h1 {
	font-family: Arial;
	color: #000;
	text-align: right;
	font-size: 2.4em;
	letter-spacing: 0;
	font-weight: bold;
}
h1:first-letter {
	color: #C5001F;
	text-transform: capitalize;
}
h2 {
	color: #fff;
	font-size: 20px;
}
h3 {
	font: 2em Arial, helvetica, sans-serif;
	color: #C5001F;
}
h4 {
	font: 1.5em "Trebuchet MS";
	color: #9C8F1D;
}
h5 {
	font-family: Tahoma;
	color: #73A0E4;
}

img {
	border: 0;
}


ul{
	margin: 25px;
}
ul.list {
	line-height: 1em;
	font-size: 1em;
	font-family: Verdana;
	margin: 0 25px 10px;
}
ul.list li {
	list-style-image: url(../img/bullet.gif);
	color: #7F7F7F;
	line-height: 1.5em;
}

ol.footnotes {
	margin-bottom: 20px;
	list-style-position: inside;
}

p, ol.footnotes li, dl  {
	text-align: justify;
	letter-spacing: 0.08em;
	line-height: 1.5em;
	font-size: 1em;
	font-family: georgia, serif;
	color: #ccc;
	margin-bottom: 28px;
}

dl,dt,dd {
	text-indent: 0em;
	border:none;
	display: block;
} 
dt {
	margin-right: 20px;
	float: left;
	clear: left;
}

hr {
	border: 0;
	border-bottom: 2px dotted #ccc;
	margin: 20px 0;
}



blockquote {
	margin: 20px 0;
	padding: 5px 10px;
	background: #eee;
}
cite {
	font-weight: bold;
	margin-top: 10px;
	display: block;
}

input, textarea, select {
	background: #fff url(/img/input_bg.jpg) repeat-x top;
}



/*
 * Generic classes
 */
.error {
	color: #990000;
	border: 3px solid #990000;
	min-width: 200px;
	width: auto !important;
	width: 200px;
}
.success {
	color: #006600 !important;
	background: #BEB !important;
	padding: 0 10px;
}
.fail {
	color: #660000 !important;
	background: #EBB !important;
	padding: 0 10px;
}
.small {
	font-size: 75%;
}
.disabled {
	color: #999;
}
.unsaved 
{
	border: 1px solid red;
}
.close {
	border: 0;
	position: absolute;
	top: 6px;
	right: 6px;
}
.movable {
	position: absolute;
	z-index: 500;
}
.movable .handle {
	cursor: move;
}

.clear {
	clear:both;
}

.super {
	font-size: 70%;
	position: relative;
	bottom: 5px;
}

.footnote {
	color: #6699cc;
	text-decoration: none;
	font-size: 70%;
	position: relative;
	bottom: 10px;
}

.highlight {
	color: #73A0E4;
}


/**************************************
 * Other Pages
 */
table.tableform {
	width: 100%;
}
table.tableform td {
	padding: 0 4px;
}
table.tableform th {
	vertical-align: top;
	width: 100px;
}
table.tableform input {
	width: 100%;
}
table.tableform textarea {
	width: 100%;
	height: 300px;
}


