@charset "utf-8";

#top {
	height: 30px;
	background-image: url(../img/top_shade.jpg);
	background-repeat: repeat-x;
}

#lang {
	float: right;
	font-size: 11px;
	position: relative;
	top: -20px;
	right: 20px;
}

#top_right {
	float: right;
	position: relative;
	top: -55px;
	color: #008DB8;
	right: 20px;
	font-size: 11px;
    display: none;
}

#header {
	width: 850px;
	background-image: url(../img/frame_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
	clear: right;
}
#main_frame {
	width: 850px;
	background-image: url(../img/frame_bg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-position: center;
}
#logo {
	margin-right: auto;
	margin-left: auto;
	padding-left: 45px;
}

#menu {
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-left: 30px;
}

#submenu {
	margin-left: 45px;
	font-weight: bold;
	width: auto;
	height: 20px;
	font-size: 11px;
	margin-bottom: 15px;
	white-space: nowrap;
	margin-right: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear: both;
}
td {
	padding-right: 10px;
	padding-bottom: 5px;
}

#submenu a {
	color: #666666;
}
#submenu a:hover {
	color: #008DB8;
	text-decoration: underline;
}


#page_logo {
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat-x;
	margin-right: 20px;
	position: relative;
	top: -69px;
	float: right;
}
#content {
	min-height:350px;
	height:auto !important;  /* for modern browsers */
	height:350px;
	margin-left: 30px;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 13px;
	text-align: center;
	margin-top: 50px;
}
.team_wrap {
}
.team_pic {
	float: left;
	margin-top: 7px;
}
.team_desc_sm {
	margin-left: 200px;
	height: 120px;
}
.team_desc_full {
	margin-left: 200px;
}


.divider {
	background-image: url(../img/divider.jpg);
	background-repeat: no-repeat;
	height: 3px;
	background-position: center;
	padding-bottom: 5px;
}
#main_frame #content th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main_frame  #content  td {
	border-top-width: 1px;
	border-top-style: none;
	padding-top: 5px;
	border-top-color: #999999;
}
#footer {
	margin-left: 24px;
	color: #666666;
	font-size: 10px;
	height: 10px;
}
#footer a {
	color: #5EA4D7;
}
#text_size {
	height: 12px;
	width: 24px;
	position: relative;
	bottom: 12px;
	margin-left: 780px;
}
#end_blurb {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/frame_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	color: #666666;
	font-size: 10px;
	padding-top: 20px;
}
#end_blurb a {
	color: #5EA4D7;
}
.small_text {
	font-size: 9px;
}
.black_text {
	color: #000000;
}
.blue_text {
	color: #008DB8;
}
.separator {
	color: #999999;
}

a:link {
	color:#008DB8;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #008DB8;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	outline: none;
}
p {
	line-height: 18px;
	margin-top: 0px;
}

ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

li {
	background-image: url(../img/list_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
	margin-bottom: 3px;
}

h1 {
	color: #008DB8;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
	background-color: #f4f4f4;
	margin: 0px;
	background-image: url(../img/pattern.gif);
	background-repeat: repeat;
	text-align: center; /* To make IE < 6 center the layout */
}
/* Make scroll bar always appear to avoid jumping in layout */
html {
	height:100%
}
body {
min-height:101%
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008DB8;
	border: 1px solid #666666;
}
input:hover, textarea:hover {
	border: 1px solid #67A9DA;
}
