/* CSS Document */




/* =============================================================================== START OF HEADER ELEMENTS ============================================================================== */

#header_container {
	width: 1024px;
	height: 224px;
	margin: auto;
	}
	
	
#logo {
	width: 551px;
	height: 161px;
	float: left;
	}
	
#rheader_container {
	width: 219px;
	height: 169px;
	float: right;
	}
	
#soc_medtemp {
	width: 180px;
	height: 24px;
	float: right;
	margin-top: 14px;
	}
	
#cookie {
	width:240px;
	height:20px;
	margin-top:60px;
}
	
#contact {
	width: 160px;
	height: 18px;
	float: right;
	margin-top: 70px;
	}
	
#nav_container {
	width: 1024px;
	height: 40px;
	float: left;
	margin: 12px auto 0px auto;
	}
	
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	} 

#nav-menu li {
	float: left;
	margin: 0px;
} 

#search {
	width: 296px;
	height: 32px;
	float:right;
	background:url(../images/search_bg.png) no-repeat;
	padding: 8px 0px 0px 8px;
	margin: 3px 0px 0px 0px;
	}
/* =============================================================================== END OF HEADER ELEMENTS ================================================================================ */


/* =============================================================================== PAGE ELEMENTS ================================================================================ */

#page_container {
	width: 1024px;
	height: auto;
	margin: auto;
	}

#side_nav_container {
	width: 162px;
	height: 578px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding-top: 3px;
	background: url(../images/sidenav_bg.png) no-repeat;
	}
	
#side_nav_pc_container {
	width: 162px;
	height: 578px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding-top: 3px;
	background: url(../images/sidenavpc_bg.png) no-repeat;
	}
	
#side_nav_buttons_top {
	width: 154px;
	height: 44px;
	margin: 57px 4px 0px 4px;
	}
	
#side_nav_buttons_top_ref {
	width: 154px;
	height: 44px;
	margin: 30px 4px 0px 4px;
	}
	
#side_nav_buttons {
	width: 154px;
	height: 44px;
	margin: 2px 4px 0px 4px;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

	
#inttextcell_container {
	width: 592px;
	height: auto;
	margin: 20px 0px 0px 172px;
	background: url(../images/page_bg.png) no-repeat;
	padding: 21px 0px 0px 9px;
	}
	
#inttextcell_container_ref {
	width: 850px;
	height:2 auto;
	margin: 20px 0px 0px 172px;
	background: url(../images/page_ref_bg.png) no-repeat;
	padding: 21px 0px 0px 9px;
	}
	
#internal_pageheader{
	width: 583px;
	height: 26px;
	}
	
#inttext_container {
	width: 572px;
	height: auto;
	margin: 0px;
	}
	
#inttext_container_ref {
	width: 830px;
	height: auto;
	margin: 0px;
	}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */	

#update_container {
	width: 252px;
	height: 578px;
	float: right;
	margin: 0px 0px 0px 0px;
	background: url(../images/updates_bg.png) no-repeat;
	}
	
#update_scroll {
	width: 232px;
	height: 508px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 60px 10px 10px 10px;
	}

#article_box {
	width: 232px;
	height: 300px;
	}

#article_thumb {
	width: 79px;
	height: 79px;
	float:left;
	}
	
#article_date {
	width: 117px;
	height: 31px;
	float:left;
	margin-left: 10px;
	}
	
#article_title {
	width: 117px;
	height: 48px;
	float: left;
	margin: 5px 0px 5px 10px;
	}
	
#article_desc {
	width: 200px;
	height: 100px;

	}
	
	
	
/* =============================================================================== PAGE ELEMENTS ================================================================================ */




/* ============================================================================== ORIGINAL SAMPLE CODE ============================================================================== */
html {
	height:100%;
}

body {
	height:100%;
	background-color:#dadacd;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	margin-top:0px;
}

#page_wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -100px auto; /* -100 is the negative footer height */
}

#content {
}



#fillspace {
	height:100px;
}
/* ============================================================================== END OF ORIGINAL SAMPLE CODE ============================================================================== */








/* ============================================================================== START OF FOOTER ELEMENTS ============================================================================== */

#footer_wrapper {
	width: 100%;
	height: 284px;
	background: url(../images/footer_bg.png) repeat-x;
	}
	
#footer_element_container {
	width: 1024px;
	height: 250px;
	margin: auto;
	}
	
#footer_nav {
	width:150px;
	height: 230px;
	margin: 20px 0px 0px 20px;
	float: left;
	}
	
#footer_socmed {
	width:298px;
	height:230px;
	margin: 20px 0px 0px 20px;
	float: left;
	}
	
#sm_title{
	width: 298px;
	height: 20px;
	}
	
#sm_icon_container {
	width: 45px;
	height: 195;
	float: left;
	margin-top: 10px;
	}
	
#sm_icons {
	width: 45px;
	height: 65;
	}
	
#sm_text_container {
	width: 233px;
	height: 195;
	float: right;
	margin-top: 6px;
	}
	
#sm_text {
	width: 233px;
	height: 36px;
	margin-bottom: 30px;
	}
	
#newsletter_container {
	width: 512px;
	height: 255px;
	float: right;
	background:url('../images/e-news_bg.png') no-repeat;
	}
	
#email_box_container {
	width: 450px;
	height: 50px;
	margin-left:50px;
	margin-top: 85px;
	}
	
#webmail_intructions {
	width: 440px;
	padding-left: 10px;
	margin-top: 30px;
	}
	
#legal_container {
	width:1024px;
	height:20px;
	margin:auto;
}

#legal_left{
	width: 500px;
	height:20px;
	float:left;
	}
	
#legal_left ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#legal_left li {
	float: left;
	margin-left:20px;
	}
	

#legal_right {
	height:20px;
	width:500px;
	float:right;
}
	
/* ============================================================================== END OF FOOTER ELEMENTS ============================================================================== */
