/*	*************************
**	Global Stylesheet
**	Author: Keith Daulton
**	************************/

/* ---- Containers ------------ */
body { 
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#outerContainer {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
#innerContainer { 
	width:740px;
	margin:0 auto;
}


/* ---- Page Elements ------------ */
#header {
	height:163px;
	background-color:#e1e1e1;
	margin:0 0 17px 0;
	padding:0 30px 0 30px;
}
#content {
	background-color:#89a5bd;
	margin:0 0 17px 0;
	padding:24px 6px 6px 6px;
}
#content.homePage {
	padding:6px 6px 6px 6px;
}
#footer {
	height:163px;
	background-color:#c8def0;
	margin:0;
	padding:0 30px 0 30px;
}


/* ---- Content Elements ------------ */
h1, h2, h3, h4, p, table { margin:0 0 10px 0; }

h2 { color:#dedede; text-transform:uppercase; font-size:24px; }
#content.homePage h2 {
	color:#fff; font-size:24px; text-transform:none; text-align:center;
}
h3 { color:#dedede; text-transform:uppercase; font-size:18px; }
h4 { color:#339; font-size:16px; }
h5 { font-size:14px; }
/* -- for print -- h1 { font-size:18px; color:#2d6392; text-transform:uppercase; margin-top: } */
h1 { height:133px; background: url(/images/logo_bg.gif) no-repeat left bottom; }
h1 span { display:none; }

table { border: none; padding:0; }
td { white-space:nowrap; }

ul#menu { 
	margin:0;
	padding:36px 0 0 0;
	list-style:none;
	text-align:right;
	float:right;
}
ul#menu li{ 
	margin:0;
	padding:0;
}
ul#menu li a{ 
	font-size:10px;
	font-weight:bold;
	color:#339;
	text-decoration:none;
	display:block;
	width: 90px;
	padding: 1px 4px 2px 2px;
	text-align:right;
}
ul#menu li a:hover{
	color:#fff;
	background-color:#339;
	text-decoration:none;
}
p#copyright { color:#339; font-size:10px; padding-top:15px; clear:both; }

