@charset
"UTF-8"
;
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
}

a {
	text-decoration:none;
	color:#000000;
	border-bottom: 1px dotted black;
}

a:hover{
	border-bottom:none;
}

body {
    background: #FFFFFF;
}

#header {
  	background:#FFFFFF url(../images/topheader.gif) no-repeat scroll center top;
	height:228px;
	margin:0 auto 50px;
}

#wrapper {
    background-color:#FFFFFF;
	margin:0 auto;
	padding-bottom:100px;
	position:relative;
	width:960px;
	min-height:400px;
}

.hidden {
    display: none !important;
}

#logoLink{
	background-image:none;
	background-position:0 0;
	background-repeat:no-repeat;
	clear:both;
	cursor:pointer;
	height:120px;
	position:absolute;
	top:-205px;
	width:300px;
}

#contactLink{
	background-color:none;
	background-image:none;
	background-position:0 0;
	background-repeat:no-repeat;
	clear:both;
	float:right;
	height:82px;
	position:absolute;
	right:0;
	top:-252px;
	width:82px;
	cursor:pointer;
}

#content {
    font-size:12px;
	line-height:13px;
	margin-left:240px;
	padding-top:75px;
	position:relative;
	width:720px;
}

#content hr {
   	border-style:solid;
	border-width:1px 0 0;
	margin-bottom: 10px;
}

#navigation {
	float:right;
	font-size:9px;
	margin-right:18px;
}

.titleIMG {
    padding-bottom: 40px;
    display: block;
}

/* BREAD CRUMBS */

#breadcrumbs {
	font-size:9px;
	position:relative;
	top:-44px;
}

#breadcrumbs li{
	float:left;
	cursor:pointer;
	border-bottom:1px dotted #ffffff;
	list-style-image:url(../images/breadcrumb_bullet.gif);
	margin-right:20px;
}

#breadcrumbs li:first-child{
	float:left;
	list-style-type:none;
	list-style-image:none;
}

