
/* <sitename> LAYOUT CSS - Framework v1.0 */


/* -------------- RESET DEFAULT BROWSER CSS -------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}
#body {
	width:1024px;
	margin: 0px auto;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* -------------- PAGE STRUCTURE -------------- */


#backgroundImageTop {
	position:relative;
	margin:0px auto;
	width:1024px;
	border:1px solid #000;
	background-image:url(/assets/images/backgroundImageTop.jpg) ;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFF;
	float:left;
	clear:both;
}

#backgroundImageBottom {
	position:relative;
	width:1024px;
	background-image:url(/assets/images/backgroundImageBottom.jpg) ;
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:transparent;
	float:left;
	clear:none;
}

#container {
	position:relative;
	margin: 0px auto;
	width:775px;
}

#header {
	position:relative;
	float:left;
	clear:both;
	width:775px;
	height:199px;	
	background-color:transparent;
}

#page {
	position:relative;
	float:left;
	width:775px;
	background-color:#281960;
	margin-bottom:20px;
}

#leftColumn {
	position:relative;
	float:left;
	width:168px;
	clear:left;
	padding:10px;
}
#leftNav {
	min-height: 258px;
}

#pageHeader {
	position:relative;
	float:right;
	width:587px;
	/*height:258px;*/
	clear:right;
}

#pageHeaderImage {
	position:relative;
	float:left;
	width:400px;
	height:258px;
}

#pageHeaderRight {
	position:relative;
	float:right;
	width:187px;
	height:258px;
	background-color:#00A097;
}

#pageContent {
	position:relative;
	float:right;
	width:587px;
	clear:right;
	margin:10px 0px 0px 0px;
}

#pageBody {
	position:relative;
	float:left;
	width:395px;
	padding:0px 5px 0px 0px;
	min-height: /*258px;*/300px;
	vertical-align: top;
}

#pageRight {
	position:relative;
	float:right;
	width:187px;
	background-color:#3AA5C9;
}

#mainNav {
	position:absolute;
	width:584px;
	height:76px;
	top:123px;
	left:187px;
	z-index:100;
}

.clearBoth {
	clear:both;
}

.printonly {display:none;}