/* 
Organon CSS

/*****************************************************
* Global
*****************************************************/

* { padding: 0; margin: 0; }

body {
	text-align: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}

ul,
li  { list-style-type: none; }
img { border: 0; }
a   { outline: none; }

.clear {
	clear: both;
}

.nodisp { display: none; }
img.right {
	float: right;
	padding: 0px 0px 10px 10px;
	dosplay: block;
}
img.right-margin {
	float: right;
	padding: 0px 18px 10px 10px;
	dosplay: block;
}
.text-right {
	text-align: right;
}


/*****************************************************
* Typography
*****************************************************/

#header h1 {
	text-indent: -7777em;
}
#subhead p {
	font-size: .7em;
	color: #FFFFFF;
	padding-left: 18px;
	line-height: 1.4em;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#subhead p.login {
	float: right;
	padding-right: 140px;
}
h2 {
	font-size: .85em;
	font-weight: normal;
	color: #008484;
	line-height: 1.4em;
}
h2 span {
	font-size: .8em;
	font-weight: bold;
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #008484;
	line-height: 1.2em;
	letter-spacing: 1px;
	padding-bottom: 5px;
}
#content h1 {
	padding-left: 18px;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #008484;
	line-height: 1.4em;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 2px;
}
#content .section p {
	padding-right: 0px;
	padding-left: 0px;
}
#content p {
	padding-top: 5px;
	padding-bottom: 7px;
	font-size: .7em;
	line-height: 1.6em;
	padding-right: 18px;
	padding-left: 18px;
}
#content p.first-para {
	font-size: .85em;
	color: #008484;
}
#content .col-one p,
#content .col-two p,
#content .col-three p {
	padding-right: 8px;
	padding-left: 0px;
}
#content .individual p {
	display: block;
	float: right;
	width: 490px;
	padding-left: 0px;
}
#content .individual h2 {
	display: block;
	float: right;
	width: 508px;
	padding-left: 0px;
}
.download-pdfs h2 {
	background-image: url(../images/pdf-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 186px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.left-col p span {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: 8px;
	padding-left: 15px;
	display: block;
}
#footer p {
	font-size: 0.65em;
	line-height: 1.5em;
	color: #008484;
}
#footer p.adr {
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 700px;
	height: 24px;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-top: 5px;
	margin-bottom: 10px;
	font-size: 0.7em;
}
#footer p.adr span {
	color: #CCCCCC;
	margin-bottom: 10px;
}
p span + br {
        display: none;
}

/*****************************************************
* Links
*****************************************************/

#header h1 a,
#header h1 a:visited {
	position: absolute;
	height: 68px;
	width: 210px;
	left: 25px;
	top: 10px;
	display: block;
}
#subhead a,
#subhead a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a,
#footer a:visited,
#subhead a:hover {
	text-decoration: underline;
}
a,
a:visited {
	color: #008484;
	text-decoration: none;
}
a:hover {
	color: #FFA200;
}
a.big-link,
a.big-link:visited {
	font-size: 1.2em;
}
.section p a,
.section p a:visited {
	font-weight: bold;
}


/*****************************************************
* Layout
*****************************************************/

#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
	position: relative;
}
#subhead {
	background-image: url(../images/subhead.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	height: 29px;
	width: 700px;
	text-align: left;
}
#content {
	background-image: url(../images/bgrepeat.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	width: 700px;
	padding-bottom: 20px;
}
.cols {
	padding-top: 20px;
}
.col-one,
.col-two,
.col-three {
	float: left;
	width: 217px;
}
.col-two,
.col-three {
	padding-left: 8px;
}
.col-one {
	padding-left: 18px;
}
.personel {
	padding-top: 20px;
	padding-right: 18px;
	padding-left: 18px;
}
.ads {
	padding-top: 10px;
	margin-right: 50px;
	margin-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	padding-bottom: 10px;
}
.individual {
	display: block;
	padding-right: 15px;
	padding-bottom: 8px;
	margin-top: 13px;
	margin-bottom: 10px;
	background-image: url(../images/profile-underline.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.individual img {
	display: block;
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
.section {
	margin-left: 18px;
	margin-right: 18px;
	width: 664px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008484;
	padding-top: 8px;
	padding-bottom: 5px;
}
.left-col {
	display: block;
	width: 440px;
}
.sidebar {
	display: block;
	float: right;
	padding-left: 18px;
	padding-right: 18px;
	width: 216px;
}
.download-pdfs {
	margin-top: 15px;
	background-image: url(../images/pdf-mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.end-pdfs {
	background-image: url(../images/pdf-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 12px;
	width: 216px;
}
.maps {
	float: right;
	width: 390px;
}

/*****************************************************
* Lists
*****************************************************/

ul#main-nav {
	width: 682px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	display: block;
	padding-left: 18px;
}
ul#main-nav li {
	display: inline;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	font-size: 0.75em;
	line-height: 1em;
	color: #939598;
	letter-spacing: 1px;
}
ul#main-nav a,
ul#main-nav a:visited {
	color: #008484;
	text-decoration: none;
}
ul#main-nav a:hover {
	color: #FFA200;
}
ul#main-nav li.selected a,
ul#main-nav li.selected a:visited {
	color: #FFA200;
}

ul.pdfs {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
}
ul.pdfs li a,
ul.pdfs li a:visited {
	background-image: url(../images/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 32px;
	padding-top: 8px;
	color: #86888A;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 7px;
	padding-bottom: 2px;
}
ul.pdfs li a:hover {
	color: #FFA200;
}


/*****************************************************
* Forms
*****************************************************/
