/* Import Style for Article Styles */
@import "layout.css";

/* Reset all paddings and margins */
* {
	margin: 0px;
	padding: 0px;
}

/* Kill Debugger*/
#debugger { display: none; visibility: hidden; }

/* Clear Fix Hack for Firefox */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

/* Background Properties */
body { background: #fff; }

/* Website Default Text & Test Color */

body, th, td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #737373;
}

/* Default Link Style*/

a {
	color: #0072cf;
	text-decoration: underline;
	outline: none;
}

a:hover { color: #2e2f80; }

/* Reset Text Elements */
img { border: 0; }

p { padding: 10px 0; }

ul, ol { margin: 6px 20px; }

ul li, ol li { padding: 5px 0; }

.wrap {
	width: 808px;
	margin: 0 auto;
	padding: 98px 0 10px 10px;
	position: relative;
}

/* Website Logo and Tagline */
.logo {
	width: 104px;
	float: left;
	position: absolute;
	left: 39px;
	top: 20px;
	background: url(../img/logo.png) no-repeat left top;
}

.logo a {
	display: block;
	height: 102px;
}

.logo span {
	position: absolute;
	left: -50000px;
}

/* Language Box */
.language_box {
	position: absolute;
	width: 196px;
	height: 19px;
	padding: 5px 0 0;
	right: 10px;
	top: 0;
	background: url(../img/language_box-bg.gif) no-repeat left top;
	font-size: 9px;
	color: #555;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.language_box a, .language_box a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #555;
}

/* Website Menu */
.navigation {
	position: absolute;
	width: 640px;
	right: 10px;
	top: 64px;
	height: 24px;
	text-align: right;
}

/* Website Footer */
#footer {
	color: #b7b7b7;
	background: url(../img/footer-bg.gif) no-repeat center 10px;
	padding: 26px 0 10px;
	text-align: center;
	clear: both;
	margin-right: 10px;
	line-height: 20px;
}

#footer a {
	text-decoration: none;
	color: #898989;
}

#footer a:hover {
	text-decoration: none;
	color: #000;
}

/* Sec Nav */
.sec-nav { 
	padding: 10px 20px 0 4px; 
	margin: 0;
	width: 768px;
	height: 23px;
	margin-top: 1px;
}

.sec-nav li {
	float: left;
	list-style: none;
	height: 23px;
	padding: 0 6px;
	background: url(../img/sec_nav-bg.gif) no-repeat right center;
}

.sec-nav a {
	display: block;
	color: #898989;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	padding: 5px 7px;

}
.sec-nav .active,
.sec-nav a:hover {
	color: #0072cf;
	background: #e5eef6;
}

/* Sec Nav 2 */
.sec-nav2 { 
	padding: 6px 20px 0 4px; 
	margin: 0;
	width: 768px;
	height: 23px;
	margin-top: 1px;
}

.sec-nav2 li {
	float: left;
	list-style: none;
	height: 23px;
	padding: 0 6px;
	background: url(../img/sec_nav-bg.gif) no-repeat right center;
}

.sec-nav2 li.first {
	background: none;
	padding: 5px 0 5px 14px;
	color: #000;
	height: auto;
}

.sec-nav2 a {
	display: block;
	color: #898989;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 7px;

}
.sec-nav2 .active,
.sec-nav2 a:hover {
	color: #0072cf;
	text-decoration: underline;
}

.contact_box td {
	padding: 0 0 10px;
}
.contact_box input {
	border: 1px solid #e5e5e5;
	padding: 2px 4px;
	width: 200px;
	font-size: 11px;
}

.contact_box textarea {
	border: 1px solid #e5e5e5;
	padding: 2px 4px;
	width: 200px;
	height: 160px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.contact_box .contact_button {
	width: auto;
	background: #0072cf;
	padding: 4px 10px;
	border: 0;
	color: #fff;
	font-weight: bold;
}

#team-list a {
	display: block;
	padding: 8px 0;
	font-size: 10px;
	border-bottom: 1px solid #f5f5f5;
	background: #fff;
	color: #d0d0d0;
	height: 106px;
	width: 362px;
	text-decoration: none;
	margin-right: 20px;
}

#team-list a:hover {
	border-bottom: 1px solid #ececec;
	background: #f5f5f5;
}

#team-list a strong {
	font-size: 16px;
	color: #0875d0;
	display: block;
	padding: 20px 0 6px;
	font-weight: normal;
}

#team-list a img {
	border: 0;
	float: left;
	padding-right: 20px;
}

#whoweare {
	padding: 6px 10px 0;
}

#whoweare table {
	margin-bottom: 10px;
}

#whoweare table td {
	text-align: left;
	vertical-align: top;
}

#whoweare table td h1 {
	font-size: 15px;
	color: #a1a1a1;
	width: 170px;
	padding: 10px 10px 0 0;
}

#whoweare table td h2 {
	font-size: 12px;
	color: #82a5c9;
	width: 170px;
	padding: 6px 10px 0 0;
}

#whoweare table td h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0 2px;
}