* { margin: 0; padding: 0; }

body {
	background: #fff url(/images/bg_body.gif) 0 0 repeat-x;
	text-align: center;
	}

#frame {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	}

/* ------------------------------------
Masthead
------------------------------------ */

#masthead {
	width: 960px;
	overflow: overflow;
	}

#masthead p.access { display: none; }

#masthead h1 a {
	display: block;
	float: left;
	width: 270px;
	height: 135px;
	text-indent: -999em;
	background: url(/images/h2.gif) 0 0 no-repeat;
	}

#masthead #nav {
	float: right;
	width: 690px;
	background: url(/images/bg_nav.gif) 0 0 no-repeat;
	}

/* ---- customer login ---- */

#masthead #nav #login {
	text-align: right;
	height: 67px;
	}

#masthead #nav #login p {
	padding: 38px 0 0 0;
	}
	
#masthead #nav #login p a {
	text-align: right;
	background: url(/images/icon_login.gif) 0 0 no-repeat;
	font: 12px Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 1px 0 2px 17px;
	}

/* ---- main menu ---- */

/* see file dropdown.css */


/* ------------------------------------
Core - Structure
------------------------------------ */

#core {
	width: 960px;
	overflow: hidden;
	clear: both; /* clears nav junk */
	background: url(/images/bg_core.gif) 0 0 repeat-y;
	}

#core #left {
	width: 250px;
	float: left;
	padding-left: 20px;	
	}
	
#core #right {
	width: 690px;
	float: right;
	overflow: hidden;
	background: #f8f5e6;
	padding-bottom: 30px;
	}


/* ------------------------------------
Core - Left
------------------------------------ */

#core #left h2 {
	text-align: right;
	font: 24px Georgia, serif;
	color: #06325f;
	margin: 337px 20px 0 0;
	}

#core #left h2.top {
	margin: 15px 20px 0 0;
	}

#core #left #sideflash {
	width: 230px;
	height: 350px;
	margin: 62px 0 0 20px;
	}


/* ------------------------------------
Core - Right
------------------------------------ */


/* ---- home page --- */

/* #core #right #leadflash {
	width: 690px;
	height: 295px;
	background: url(/images/bg_leadflash.gif) 0 bottom repeat-x;
	} */

#core #right #leadflashPlayer {
	width: 690px;
	height: 338px;
	/* background: url(/images/bg_leadflash.gif) 0 bottom repeat-x; this is not needed since player bar has a dropshadow */
	}


#core #right #home-content {
	width: 430px;
	float: left;
	margin: 0 0 0 20px;
	display: inline;
	}

#core #right #home-contextual {
	width: 200px;
	float: right;
	margin: 0 20px 0 0;
	display: inline;
	}

#core #right #home-contextual #homenews {
	background: #f1e6cb;
	padding-bottom: 1px;
	}

#core #right #home-contextual #homenews h3 {
	background: #f8ae4d;
	font: bold 14px Verdana, sans-serif;
	color: #fff;
	padding: 5px 0 5px 10px;
	}

#core #right #home-contextual #homenews dl {
	margin: 10px;
	}

#core #right #home-contextual #homenews dl dt {
	color: #3e3e29;
	font-weight: bold;
	}

#core #right #home-contextual #homenews dl dd {
	margin-bottom: 7px;
	}

/* ---- generic --- */

#core #right #content {
	width: 430px;
	float: left;
	padding: 0 19px 0 0;
	margin: 0 0 0 20px;
	display: inline;
	border-right: 1px solid #f2dca8;
	}

#core #right #full-content { /* for stuff that needs the full width of the content area without the subnav */
	margin: 0 20px;
	}

#core #right #contextual {
	width: 200px;
	float: right;
	margin: 0 20px 0 0;
	display: inline;
	}
	
/* ---- type definitions --- */	
	
#core #right h2 {
	font: 20px/57px Georgia, serif;
	color: #555;
	letter-spacing: 2px;
	margin: 0 0 0 20px;
	}

#core #right #content h2 {
	font: 20px Georgia, serif;
	margin: 0 0 15px 0;
	}

#core #right h3 {
	font: bold 14px/19px Verdana, sans-serif;
	color: #06325f;
	margin: 10px 0 8px 0;
	}

#core #right #contextual h3 { margin-top: 0; }

#core #right p,
#core #right li,
#core #right label,
#core #right table,
#core #right dl {
	font: 11px/19px Verdana, sans-serif;
	color: #000;
	}

#core #right p,
#core #right ul,
#core #right ol,
#core #right dl,
#core #right form,
#core #right table {
	margin-bottom: 8px;
	}

#core #right ul,
#core #right ol {
	margin-left: 25px;
	}
	
#core #right dl dt {
	font-weight: bold;
	}

#core #right dl dd {
	margin: 0 0 10px 20px;
	}

#core #right a { color: #105b88; }
#core #right a:hover { color: #666; }


/* ---- subnav --- */	

#core #right #contextual ul#subnav {
	list-style: none;
	margin: 0;
	}

#core #right #contextual ul#subnav a {
	display: block;
	width: 160px;
	padding: 5px 20px;
	font-size: 13px;
	text-decoration: none;
	}

#core #right #contextual ul#subnav a:hover {
	background: #fff;
	}

#core #right #contextual ul#subnav li.current a {
	font-weight: bold;
	color: #105b88;
	background: #f2dca8;
	}
	



/* ------------------------------------
Footer
------------------------------------ */

#footer {
	clear: both;
	width: 960px;
	font: 11px Tahoma, sans-serif;
	color: #808080;
	margin-bottom: 10px;
	}

#footer #contactinfo {
	border-top: 5px solid #fbcd53;
	border-bottom: 5px solid #fbcd53;
	width: 690px;
	padding: 10px 0;
	margin: 0 0 0 270px;
	overflow: hidden;
	}

#footer #contactinfo .address {
	float: left;
	width: 510px;
	}

#footer #contactinfo .regnumber {
	float: right;
	width: 180px;
	text-align: right;
	}

#footer #copyright {
	width: 960px;
	overflow: hidden;
	}

#footer #copyright .tepa {
	float: left;
	width: 199px;
	margin: 0 0 0 57px;
	display: inline;
	}

#footer #copyright .attributes {
	float: left;
	width: 340px;
	margin: 25px 0 0 13px;
	display: inline;
	}

#footer #copyright .attributes a {
	color: #808080;
	text-decoration: none;
	}

#footer #copyright .attributes a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#footer #copyright .security-logos {
	float: right;
	width: 340px;
	text-align: right;
	margin: 15px 0 0 0;
	}

#footer #copyright .security-logos img {
	margin-left: 5px;
	}



















	