/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background: #fff url('../images/bg_site.png') top left repeat-x;
}

/* PAGE STRUCTURE */
#container {
	margin: 51px auto 0;
	padding: 0;
	width: 810px;
	height: auto;
	background: #fff;
}

#head {
	position: relative;
	display: block;
	width: 810px;
	height: 127px;
	margin: 0;
	padding: 0;
	background: #fff url('../images/corners_head.png') top center no-repeat;
}

#content {
	margin: 0 auto 0;
	margin-bottom: 20px;
	padding: 0;
	width: 810px;
	display: block;
	background: #fff url('../images/bg_content.png') top center no-repeat;
}

#leftColumn {
	margin: 35px 0 0 27px !important;
	margin: 35px 0 0 14px;
	padding: 0;
	width: 245px;
	display: block;
	float: left;
}

#rightColumn {
	margin: 35px 0 0 10px;
	padding: 0;
	width: 501px;
	display: block;
	float: left;
	text-align: left;
}

.spacer {
	height: 77px;
	display: block;
}

.cleaner {
	clear: both;
}

#footer {
	margin: 0 auto 0;
	margin-bottom: 20px;
	padding: 0;
	width: 757px;
	height: 65px;
	background: url('../images/bg_footer.png') top left no-repeat;
}

#logout {
	position: absolute;
	top: -36px;
	right: 0;
	display: block;
	width: 90px;
	height: 45px;
	background: #fff url('../images/log_out.png') top left no-repeat;
}

#logout a {
	display: block;
	width: 90px;
	height: 36px;
}

#logout a strong {
	display: none;
}

/* PAGE ELEMENTS */

p {
	font-size: 12px;
}

h1#logo {
	position: absolute;
	top: 27px;
	left: 40px;
	width: 238px;
	height: 69px;
	background: url('../images/logo_vector_fm.png') top left no-repeat;
}

h1#logo a {
	display: block;
	width: 238px;
	height: 69px;
}

h1#logo a strong {
	display: none;
}

h2#navTitle {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 6px 0 0 7px;
}

h2#navTitle span {
	margin: 0;
	padding:0;
}


#extranet {
	display: block;
	position: absolute;
	top: 51px;
	right: 20px;
	width: 147px;
	height: 24px;
	background: url('../images/logo_extranet.png') top left no-repeat;
}

#mainNav {
	display: block;
	margin: 0;
	padding: 0;
	width: 245px;
	background: #1e396a url('../images/bg_nav_left.png') top center no-repeat;
	color: #fff;
	text-align: left;
}

#deco {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	width: 245px;
	height: 114px;
	background: url('../images/img_deco.jpg') top left no-repeat;
}

.cornersNav {
	display:block;
	margin: 10px 0 0 0;
	padding: 0;
	width: 245px;
	height: 10px;
	background: url('../images/corners_nav.png') bottom center no-repeat;
}

#heading {
	display: block;
	width: 501px;
	height: 106px;
	margin: 0 0 30px 0 ;
	background: url('../images/bg_heading.png') bottom center no-repeat;
}

#heading p {
	padding: 10px 8px 0 8px;
	color: #fff;
}

#heading h3 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 8px 0 0 8px;
}

#loginBox {
	margin: 0 auto 58px;
	padding: 0;
	position: relative;
	width: 502px;
	height: 216px;
	background: url('../images/bg_login.gif') top left no-repeat;
}

#controls {
	position: absolute;
	top: 69px;
	left: 196px;
	width: 200px;
	text-align: left;
}

.textBox {
	width: 190px;
	height: 18px;
	margin: 0 0 8px 0;
	color: navy;
	background: #fff;
	padding: 4px;
	border: 0;
}

.btnLogin {
	width: 93px;
	height: 26px;
	padding: 0 0 4px 0;
	border: 1px solid #fff;
	color: #fff;
	background: #ee8822;
	font-weight: bold;
}

/* NAVIGATION BOX */
ul.mainNavList {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.mainNavList li {
	margin: 0;
	padding: 7px 3px 7px 22px;
	background: url('../images/bg_list.gif') 8px 11px no-repeat;
}

ul.mainNavList li a {

	font-weight: bold;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;

}

ul.mainNavList li a:hover {
	color: #e98524;
	text-decoration: underline;
}

.entry {
	display: block;
	width: 501px;
	margin: 0 0 26px 0;
	position: relative;
	border-bottom: 1px solid #a5c6dd;
}

.entry h4 {
	font-size: 14px;
	color: navy;
	padding: 0 0 0 53px;
}

.entry p {
	padding: 5px 0 0 53px;
	font-size: 11px;
}

.entry .pdf, .entry .word, .entry .other  {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 2px;
	left: 10px;
}

.entry .pdf {
	background: url('../images/ico_pdf.gif') top left no-repeat;
}

.entry .word {
	background: url('../images/ico_word.gif') top left no-repeat;
}

.entry .download {
	display: block;
	padding: 8px 0 9px 53px;
}

.entry .other {
	background: url('../images/ico_other.gif') top right no-repeat;
}