/* Import the page area stylesheets */
@import url(Css/header.css);
@import url(Css/navigation.css);
@import url(Css/content.css);
@import url(Css/homeContent.css);
@import url(Css/assignedFiles.css);
@import url(Css/sitePromotion.css);
@import url(Css/homePromotion.css);
@import url(Css/linkedObjects.css);

/* Body definition */
 
body {
	margin:0px 0px;
	padding:0px 0px;
	text-align:center;
	background-image:url(Img/pageBG.gif);
	background-repeat:repeat;
	background-position:0px 0px;
}

/* Page Template (container) set the font used for the entire webpage here */
#pageTemplate {
	width:940px;
	font-family:Arial,Sans-Serif;
	font-size:9pt;
	text-align:left;
	margin:20px auto 20px auto;
	padding:0px 10px;
	color: #666666;
}

/* Page Header */
#pageHeader {
	height:299px;
	display:block;
	background-image:url(Img/headerBG.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff;
}

#pageHeader_1 {
	height:299px;
	display:block;
	background-image:url(Img/headerBG_1.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff;
}

#pageHeader_2 {
	height:299px;
	display:block;
	background-image:url(Img/headerBG_2.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff;
}

#pageHeader_3 {
	height:299px;
	display:block;
	background-image:url(Img/headerBG_3.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff;
}

#pageHeader_4 {
	height:299px;
	display:block;
	background-image:url(Img/headerBG_4.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff;
}

#pageHeader_5 {
	height:299px;
	display:block;
	background-image:url(Img/headerBG_5.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff;
}

/* Home Page content area (contains three columns)  */
#HomeContentArea {
	width:920px;
	margin:0px 0px;
	padding:0px 10px;
	background-color: #ffffff;
	background-image:url(Img/contentBG.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
}
 
/* Page content area (contains three columns)  */
#ContentArea {
	width:920px;
	margin:0px 0px;
	padding:0px 10px;
	background-color: #ffffff;
	background-image:url(Img/contentBG.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
}

/* Navigation Section (left column - contains Contact information too) */
#navigation {
	position: relative; /* relative positioning is used in order to able to use layer order with z-index */
	top: -82px;
	width:208px;
	float:left;
	display:block;
	z-index: 2; /* layer is positioned above the pageHeader layer */
	vertical-align: top;
	background-color: #ffffff;
}
 
/* Content Section and Home Content (middle column)  */ 
#content,#homeContent {
	width:479px;
	margin-left:216px;
	line-height: 12pt;
	/* any IE */
	margin-left: expression('215px');
	/* end */ 
	vertical-align: top;
	overflow: none;
}

#content #contentText
{
	width:457px;
	border: 1px solid #e5e5e5;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

/* Additional (right column) */ 
#additional {
	position: relative; /* relative positioning is used in order to able to use layer order with z-index */
	width:216px;
	float:right;
	display:block;
	padding-top:10px 8px 0px 8px;
	background-color: #fafafa;
	min-height: 100%;
}

/* Cleaner DIV TAG CLEARS Column Floating areas */
.cleaner {
	clear: both;
	font-size:1px;
}

 /* Page Footer (contains two sections) */ 
#footer {
	border-top: 10px solid #ffffff;
	clear:both;
	float:none;
	width:920px;
	height:15px;
	padding:12px 10px 10px 10px;
	text-align:left;
	font-size:10pt;
	color:#173F62;
}

/* Footer section element 1 (left): Copyright notice */
#footerCopyright {
	text-align: left;
	width:400px;
	height:24px;
	float:left;
	display:block;
	margin-left: -5px;
}

/* Footer section element 2 (right): Additional Footer Text */
#footerText {
	text-align: right;
	width:370px;
	height:24px;
	float:right;
	display:block;
}


