
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* globals */

body
{
	background-color: #f0f0f0;
	color: black;
	margin: 0px;
}

body, td, th, input
{
	font-family: tahoma, arial, helvetica, verdana;
	font-size: 12px;
}

.nofloat
{
	clear:both;
	float:none;
}

p
{
	margin: 12px 0px;
}

a
{
	color: black;
	text-decoration: none;
}

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

a img
{
	border: 0px;
}

form
{
	margin: 0px;
}

h1
{
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	font-size: 24px;
	text-transform: lowercase;
}

h2
{
	margin: 20px 0px 4px 0px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: black 1px solid;
	padding: 0px 0px 3px 0px;
}

h3
{
	margin: 4px 0px 4px 0px;
	font-weight: normal;
	font-size: 12px;
}

a.mail
{
	background-image: URL(../images/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
}

a.file
{
	background-image: URL(../images/icon_file.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
}

a.page
{
	background-image: URL(../images/icon_link.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
}

a.web
{
	background-image: URL(../images/icon_web.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
}

.nofloat
{
	clear:both;
	float:none;
}

ul
{
	list-style-image:url(../images/bullet.jpg);
	padding-left: 20px;
	margin: 0px;
}

li
{
	margin: 0px;
	padding-left: 0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* framework */

#content_body, #start_body
{
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 882px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* menu */

ul.menu
{
	margin: 0px;
	padding: 0px;
	display: inline;
	border-top: 1px black solid;
	text-transform: lowercase;
}

ul.menu li
{
	display: inline;
	padding: 0px 5px 0px 5px;
	line-height: 30px;
}

.menu a,
.menu a:visited,
.menu a:link
{
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover,
.menu a:active
{
	color: black;
	border-bottom: 1px black solid;
}

.menu .active
{
}

.menu .active a
{
	color: #2E698E;
	border-bottom: 1px #2E698E solid;
}

ul.links 
{
	text-transform: lowercase;
	margin: 0px;
	padding: 0px;
	list-style-image:none;
}

ul.links li
{
	list-style-type: none;
	padding: 0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* startpage */

#startpage
{
	background-image: URL(../images/bg_start.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 160px 267px 0px 267px;
	margin-top: 16px;
}

#start_body
{
	background-image: URL(../images/bg_top.jpg);
	background-repeat: no-repeat;
}

#start_intro
{
	padding: 38px 0px 34px 116px;
	font-size: 11px;
	line-height: 1.4em;
}

#start_nav
{
	background-image: URL(../images/bg_start.jpg);
	background-repeat: repeat-y;
	padding-bottom: 40px;
}

#start_nav .bg
{
	background-image: URL(../images/bg_menu_start.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
}

#start_menu
{
	padding: 24px 0px 0px 39px;
	float: left;
}

#start_links
{
	padding: 24px 40px 0px 0px;
	float: right;
}

#start_links a,
#start_links a:visited,
#start_links a:link
{
	font-weight: normal;
}

#start_footer
{
	height: 16px;
	background-image: URL(../images/bg_bottom_start.jpg);
	background-repeat: no-repeat;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* content pages */

#content_body
{
	background-image: URL(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}

#content_top
{
	background-image: URL(../images/bg_start.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 111px;
	position: relative;
	left: 0px;
	top: 16px;
}

#content_top .logo
{
	position: relative;
	top: 30px;
	left: 620px;
	width: 1px;
}

#content_menu
{
	background-image: URL(../images/bg_menu_content.jpg);
	background-repeat: no-repeat;
	height: 57px;
	padding: 18px 0px 0px 39px;
	position: relative;
	left: 0px;
	top: 0px;
}

#content
{
	background-image: URL(../images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 60px 30px 1px 275px;
	line-height: 1.4em;
}

#content_image
{
	position: relative;
	left: -180px;
	margin-top: 40px;
	margin-right: -180px;
	z-index: 11;
	float: left;
}

#content_main
{
	width: 289px;
	padding-right: 90px;
	display: inline-block;
	font-size: 12px;
	min-height: 300px;
}

#content_main a
{
	border-bottom: black 1px dotted;
}

#content_full
{
	font-size: 12px;
	padding: 20px 30px;
	background-image: URL(../images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	line-height: 1.4em;
}

#content_broad
{
	width: 560px;
	display: inline-block;
	font-size: 12px;
	min-height: 300px;
	padding: 0px 26px 20px 0px;
}

#content_bar
{
	display: inline-block;
	width: 172px;
	vertical-align: top;
	font-size: 11px;
	padding-top: 18px;
}

#content_bar h2
{
	padding: 20px 0px 3px 0px;
	text-transform: lowercase;
	margin-top: 0px;
}

#content_footer
{
	clear:both;
	height: 16px;
	background-image: URL(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
}

#content_links
{
	clear: both;
	float: none;
	width: 182px;
	top: 0px;
	float: right;
	font-size: 11px;
	margin-right: 12px;  /* ie separate */
}

#content_links a,
#content_links a:visited,
#content_links a:link
{
	font-weight: normal;
}

.menu a:hover,
.menu a:active
{
	color: black;
	border-bottom: 1px black solid;
}

#content table.two_cols
{
	width: 100%;
}

#content table.two_cols td
{
	vertical-align: top;
	width: 50%;
	padding-right: 10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* team */

.members_container
{
	height: 350px;
}

.members_container #content_links
{
	margin-top: 320px;
}

#members
{
	height: 300px;
	position: absolute;
	width: 820px;
}

.member
{
	width: 200px;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 2px solid;
	border-right: black 2px solid;
	padding: 4px;
	background-color: white;
	position: absolute;
	height: 60px;
	font-size: 10px;
	cursor: pointer;
	text-align: center;
}

#members .active
{
	border-color: #78A8BC;
}

.member h2
{
	margin: 0px;
	border: 0px;
}