/* Marketing Department Website CSS Document 2007 */

body {
	margin: 0px;
	padding: 0em;
	background-color: #e6e6da;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
#wrap {
	margin: 20px auto 20px auto;
	width: 730px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-top: none;
}
#header {
	padding: 0em;
	position: relative;
}
#logo {
	position: absolute;
	top: 15px;
	left: 30px;
}
#marthome {
	position: absolute;
	top: 165px;
	right: 10px;
}
/**** NAVIGATION ****/

#navigation {
	float: left;
	margin: 1.8em 0em 0em 1.2em;
	padding: 0em;
	background-color: #e6b121;
	width: 140px;
	border: 1px solid #cccccc;
}
#navigation ul {
	padding: 0em;
	margin: 0.5em 0em 1.0em 0em;
	list-style-type: none;
}
#navigation ul li {
	padding: 0.5em;
	border-bottom: 1px dotted #cccccc;
	font-weight: bold;
}
#navigation ul li a {
	color: #ffffff;
	padding: 0em;
	border: none;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #333333;
	text-decoration: underline;
}
/* sub navigation */

#navigation ul li ul {
	font-size: 1.0em;
	border: none;
	padding: 0em 0em 0em 0.3em;
	margin: 0em 0em 1.0em 0em;
}
#navigation ul li ul li {
	border: none;
	font-weight: normal;
}
#navigation ul li ul li a {
	color: #ffffff;
	padding: 0em;
	border: none;
}
#navigation ul li ul li a:hover {
	color: #333333;
	text-decoration: underline;
}
.searchform {
	margin: 20px 0 20px;
	text-align: center;
}
.searchform fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
.searchform input {
	width: 90%;
}
.searchform button {
	width: 95%;
}
/**** CONTENT ****/

#content {
	margin: 0em 0.7em 0em 13.5em;
	padding: 0em 0em 5.0em 0em;
	vertical-align: top;
	min-height: 30em;
}
#content h1 {
	font-size: 2.3em;
	color: #e6b121;
	border-bottom: 1px dotted #333333;
	padding: 0em;
	margin: 0.6em 0em 1.0em 0.7em;
	font-weight: normal;
}
#content h2 {
	font-size: 1.6em;
	color: #333333;
	padding: 0em 0em 0.6em 1.1em;
	margin: 1.0em 0em 0em 0em;
	font-weight: normal;
}
#content h3 {
	font-size: 1.3em;
	color: #000000;
	padding: 0em 0em 0.6em 1.3em;
	margin: 1.0em 0em 0em 0em;
	font-weight: normalå;
}
#content h4 {
	font-size: 1.2em;
	color: #000000;
	padding: 0.4em 0em 0.4em 1.5em;
	margin: 0em;
	font-weight: bold;
}
#content h5 {
	font-size: 1.0em;
	color: #000000;
	font-weight: bold;
	padding: 0em 0em 1.4em 1.8em;
	margin: 0em;
}
#content h6 {
	font-size: 1.0em;
	color: #000000;
	font-weight: normal;
	padding: 0em 0em 0.4em 1.3em;
	margin: 0em;
}
#content p {
	color: #333333;
	padding: 0em 1.8em 1.0em 1.8em;
	margin: 0em;
	line-height: 1.6em;
}
#content ul {
	color: #333333;
	padding: 0em;
	margin: 0em 0em 1.0em 4.0em;
}
#content ol {
	color: #333333;
	list-style-type: decimal;
	padding: 0em;
	margin: 0em 0em 1.0em 4.0em;
}
#content ol li {
	list-style-type: decimal;
}
#content li {
	list-style-type: circle;
	padding: 0.5em 0em 0.5em 0em;
}
#content a {
	color: #003399;
	text-decoration: none;
}
#content a:hover {
	color: #224568;
	text-decoration: underline;
}
/* content table */

#content table {
	border-collapse: collapse;
	border-top: 1px solid #d3d3c9;
	border-left: 1px solid #d3d3c9;
	margin: 1.0em 2.0em 1.0em 1.6em;
	padding: 0em;
	color: #333333;
	width: 90%;
}
#content table tr {
}
#content table th {
	text-align: left;
	vertical-align: top;
	padding: 0.7em 0.5em 0.5em 0.5em;
	border: 1px solid #898983;
	background-color: #6a6c78;
	color: #ffffff;
}
#content table td {
	font-size: 1.0em;
	line-height: 1.7em;
	color: #333333;
	border-bottom: 1px solid #d3d3c9;
	border-right: 1px solid #d3d3c9;
	padding: 0.5em;
	vertical-align: top;
	text-align: left;
}
#content table td h1 {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0em;
	margin: 0em 0em 0.5em 0em;
	font-weight: bold;
	color: #000000;
}
#content table td h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0em;
	margin: 0em 0em 0.5em 0em;
	font-weight: bold;
	color: #000000;
}
#content table td h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0em;
	margin: 0em 0em 0.5em 0em;
	font-weight: bold;
	color: #000000;
}
#content table td h4 {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0em;
	margin: 0em 0em 0.5em 0em;
	font-weight: bold;
	color: #000000;
}
#content table td h5 {
	font-size: 1.0em;
	line-height: 1.2em;
	padding: 0em;
	margin: 0em 0em 0.5em 0em;
	font-weight: bold;
	color: #000000;
}
#content table td h6 {
	font-size: 1.0em;
	line-height: 1.2em;
	padding: 0em;
	margin: 0em 0em 0.5em 0em;
	font-weight: bold;
}
#content table td p {
	font-size: 1.0em;
	line-height: 1.2em;
	padding: 0em;
	margin: 0em 0em 0.5em 0em;
	color: #333333;
}
#content table td ul {
	font-size: 1.0em;
	margin: 0.5em 0em 0.5em 0em;
	list-style-type: disc;
}
#content table td ol {
	font-size: 1.0em;
}
#content table td li {
	font-size: 1.0em;
	line-height: 1.2em;
	padding: 0em;
}
#content img {
	margin: 0.5em 1.4em 1.0em 1.0em;
}
#content .topofpage {
	color: #CC6600;
	text-align: right;
	margin: 3.0em 0em 3.0em 0em;
}
#content table.photoprofile {
	border: 1px solid #cccccc;
	width: 1.0em;
	float: right;
	margin: 1.0em;
}
/**** NEWS - for the frontpage ****/

#news {
	vertical-align: top;
	margin: 0em 1.0em 0em 0em;
	padding: 0em;
	font-size: 0.9em;
	border-left: 1px solid #e6e6da !important;
	border-top: 1px solid #e6e6da !important;
}
#news p {
	margin: 0em;
	padding: 0em;
	font-style: italic;
}
#news a {
	color: #336699;
	padding: 0em;
}
#news a:hover {
}
#news tr {
	padding: 0em;
	margin: 0em;
}
#news th {
	padding: 0em;
	margin: 0em;
	border: 1px solid #e6e6da !important;
	border-bottom: none !important;
	border-collapse: collapse;
}
#news td {
	border-bottom: 1px solid #e6e6da !important;
	border-right: 1px solid #e6e6da !important;
	border-collapse: collapse;
	color: #6a6c78;
	padding: 0em;
	margin: 0em;
}
#news td h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.8em !important;
	line-height: 1.4em;
	color: #e6b121 !important;
	padding: 0em 0em 0em 0.5em !important;
	margin: 0em !important;
	font-weight:normal;
}
#news td ul {
	padding: 0em 0em 0.5em 0em !important;
	margin: 0em;
}
#news td ul li {
	margin: 0em 0.5em 0em 1.0em;
	padding: 0.6em 0em 0.6em 0em;
	list-style: none;
	border-bottom: 1px dotted #cccccc;
}
/* For the dynamic display of papers */

.tt_break {
	display: none;
}
/**** FOOTER ****/

#footer {
	clear: both;
	border-top: 1px dotted #cccccc;
}
#footer .links {
	font-size: 0.9em;
	padding: 1.3em 1.4em 1.3em 1.0em;
	margin: 0em;
	color: #6a6c78;
}
#footer .links a {
	color: #6a6c78;
	text-decoration: none;
}
#footer .links a:hover {
	color: #999999;
}
#footer .weboffice {
	font-size: 0.9em;
	width: 8.0em;
	float: right;
	color: #cccccc;
	margin: 0em;
	padding: 1.3em 1.4em 0em 0em;
	text-align: center;
}
#footer .weboffice a {
	font-size: 1.0em;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#footer .weboffice a:hover {
	text-decoration: underline;
	color: #cccccc;
}

