/*-------------------
RESET
------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	font-size: 100%;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/*-------------------
GLOBALS
------------------- */
body {
	background: #fff;
	color: #000;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
}
a { color: #3aa5e0; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	font-family: "myriad pro", "trebuchet ms", Arial, Tahoma, "Lucida Grande", Geneva, Verdana, sans-serif;
}

/*-------------------
HEADER
------------------- */
#header {
	background: #1c1c1c;
	height: 85px;
}
	#header #headerInner {
		color: #fff;
		height: 85px;
		margin: 0 auto;
		position: relative;
		text-align: left;
		width: 800px;
	}
		#header #headerInner #logo {
			height: 57px;
			left: 0;
			position: absolute;
			top: 14px;
			width: 185px;
		}
			#header #headerInner #logo h1 a {
				background: url(../img/logo.png) 0 0 no-repeat;
				display: block;
				height: 57px;
				width: 185px;
			}
				#header #headerInner #logo h1 a span {
					display: none;
				}
		#header #headerInner #menu {
			bottom: 0;
			height: 41px;
			position: absolute;
			right: 0;
		}
			#header #headerInner #menu ul li {
				display: inline;
				float: left;
				margin-left: 7px;
			}
				#header #headerInner #menu ul li a {
					border-top: 1px solid #1c1c1c;
					border-right: 1px solid #1c1c1c;
					border-left: 1px solid #1c1c1c;
					color: #fff;
					display: block;
					float: left;
					font-size: 13px;
					font-weight: bold;
					height: 40px;
					line-height: 40px;
					padding: 0 15px;
					text-decoration: none;
				}
				#header #headerInner #menu ul li a:hover {
					color: #dedede;
				}
					#header #headerInner #menu ul li a.selected {
						background: #fff url(../img/menuSelected.png) 0 0 repeat-x;
						border-top-color: #fff;
						border-right-color: #fff;
						border-left-color: #fff;
						color: #000;
					}
		#header #headerInner #intern {
			color: #666;
			line-height: 1;
			position: absolute;
			right: 0;
			top: 14px;
		}
			#header #headerInner #intern a {
				color: #666;
				text-decoration: none;
			}
			#header #headerInner #intern a:hover {
				color: #fff;
			}

/*-------------------
CONTENT
------------------- */
#content {
	background: url(../img/contentBG.png) 0 16px no-repeat;
	margin: 0 auto;
	min-height: 600px;
	height: auto !important; /* IE 6 Fix */
  	height: 600px;
	padding: 16px 26px 0 26px;
	text-align: left;
	width: 768px;
}
	#content .imgfiller {
		border: 4px solid #eee;
		display: block;
		height: 220px;
		margin-bottom: 16px;
		width: 760px;
	}
	#content a.buttonintro {
		border: 4px solid #fff;
		display: block;
		height: 220px;
		line-height: 220px;
		margin-bottom: 16px;
		text-align: center;
		width: 760px;
		opacity: 0.6;
	}
	#content a.buttonintro.abbo { background: url(../imgfiller/introabbo.png) 0 0 no-repeat; }
	#content a.buttonintro.mail { background: url(../imgfiller/intromail.png) 0 0 no-repeat; }
	#content a.buttonintro:hover { opacity: 1; }
		#content a.buttonintro span {
			display: none;
		}
	#content h2 {
		color: #313131;
		font-size: 27px;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1;
		margin-bottom: 16px;
	}
		#content h2 span {
			color: #3aa5e0;
			display: block;
			font-size: 16px;
			letter-spacing: 0;
			line-height: 23px;
		}
	#content h3 {
		color: #3aa5e0;
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 16px;
	}
	#content p {
		margin-bottom: 16px;
	}
	#content ul li {
		list-style: disc inside;
	}
	#content ul.form li {
		list-style: none outside;
	}
	#content table {
		margin-bottom: 16px;
		width: 100%;
	}
		#content table td {
			padding-bottom: 16px;
		}
			#content table td.image {
				text-align: center;
				width: 256px;
			}
				#content table td.image span {
					display: block;
				}
	#content form {
		margin-bottom: 16px;
	}
		#content form input {
			border: 1px solid #999;
			font-family: inherit;
			font-size: 12px;
			padding: 4px 7px;
			width: 190px
		}
		#content form select {
			border: 1px solid #999;
			font-family: inherit;
			font-size: 12px;
			padding: 3px 7px 3px 7px;
		}
		#content form ul.form { 
			overflow: hidden; 
			width: 768px;
		}
			#content form ul.form li {
				clear: both;
				display: block;
				margin-bottom: 7px;
				overflow: hidden;
				width: 768px;
			}
				#content form ul.form li span.label { 
					color: #666;
					display: inline; 
					float: left;
					line-height: 25px;
					margin-left: 10px;
					text-align: right;
					width: 80px;
				}
				#content form ul.form li span.input {
					display: inline;
					float: left;
					margin-left: 10px;
				}
				#content form ul.form li span.submit {
					display: inline;
					float: left;
					margin-left: 100px;
				}
					#content form ul.form li span.submit input {
						font-weight: bold;
					}
					#content form ul.form li span.submit input:hover {
						background: #3aa5e0;
						border: 1px solid #3aa5e0;
						color: #fff;
					}
				#content form ul.form li.paragraph {
					color: #666;
					line-height: 14px;
					margin-bottom: 7px;
				}
				#content form ul.form li ul.checkboxlist li {
					clear: none;
					display: block;
					height: 26px;
					line-height: 26px;
					margin-bottom: 0;
					width: auto;
				}
					#content form ul.form li ul.checkboxlist li input {
						width: auto;
					}
				#content form ul.form li span.textarea {
					display: inline;
					float: left;
					margin-left: 10px;
				}
					#content form ul.form li span.textarea textarea {
						border: 1px solid #999;
						height: 150px;
						padding: 4px 7px;
						width: 652px;
					}
	#content iframe {
		margin-bottom: 16px;
	}
	#content #formBusinessRel {
		display: none;
	}

/*-------------------
FOOTER
------------------- */
#footerInner {
	background: url(../img/footer.png) 0 50% no-repeat;
	color: #999;
	font-size: 11px;
	line-height: 17px;
	margin: 0 auto 16px auto;
	padding-left: 40px;
	text-align: left;
	width: 728px;
}
	#footerInner span {
		float: right;
	}
	#footerInner a {
		color: #999;
	}