﻿html{
	height:100%;
	max-height:100%;
	padding:0px;
	margin:0px;
}
body{	
	height:100%;
	max-height:100%;
	padding:0px;
	margin:0px;
	font-family:verdana;
	font-weight:normal;
	font-size:12px;
	color:#444444;
}
#container {
   min-height:100%;
   position:relative;
}
#header{
	height:122px;
	background-color:#9baaaf;
	margin-bottom:50px;
}
#header_conf{
	height:122px;
	background-color:#9baaaf;
}

#body{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-left:20px;
	padding-bottom:60px;
}

a{
	text-decoration:none;
	color:#00A1DF;	
}

img{
	border:0px;
	
}
.main_text{
	width:550px;
	float:left;
	padding-right:40px;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	color: #9E9E9E;
}
.subtitle {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #00A1DF;
	padding-left:30px;
	line-height:15px;
}

.heading1{
	padding-top:30px;
	padding-bottom:5px;
	color: #9e9e9e;
	text-transform:uppercase;
}
.heading2{
	padding-top:40px;
	color: #9e9e9e;
	font-size: 12px;
	font-weight:bold;
	line-height:10px;
	text-transform:uppercase;
}
.heading3{
	padding-top:10px;
	color: #9e9e9e;
	font-weight:bold;
	line-height:20px;
}
.heading4{
	padding-top:30px;
	color: #00A1DF;

}
.text{
	line-height:20px;
}

.text a:link{
	color:#00A1DF;	
	text-decoration:none;
}

.text a:hover{
	text-decoration:underline;
	color:#00A1DF;

}
.logo_header{
	width:970px; 
	padding-left:5px; 
	margin-left:auto; 
	margin-right:auto;
}
.logo{
	position: absolute;
	width:182px;
	height:84px;
	top:10px;
}
.picture{
	position: absolute;
	width:277px;
	height:212px;
	right:0px;
	top:-57px;
}

.site_UI{
	height:45px;
	width:916px;
	position:relative;
	top:100px;
	left:50px;	
}
.title_conf{
	height:45px;
	width:920px;
	position:relative;
	top:20px;
	left:200px;	
}


.nav_links{
	padding:7px 11px 10px 8px;
	line-height:16px;
	font-family:Arial;
	font-size:12px;
	color:#00A1DF;
	background-color:#bddce8;
	height:14px;
	float:left;
	margin-top:7px;
}
.nav_links_active{
	padding:7px 11px 10px 8px;
	line-height:16px;
	font-family:arial;
	font-size:12px;
	color:#00A1DF;
	background-color:#ffffff;
	height:14px;
	float:left;
	margin-top:7px;
	cursor:default;
}

.nav_links:hover{
	padding:7px 11px 10px 8px;
	line-height:16px;
	font-family:arial;
	font-size:12px;
	color:#00A1DF;
	background-color:#d2e9f2;
	height:14px;
	float:left;
	margin-top:7px;
	cursor:default;
}
.nav_border_left{
	float:left;
	background-image:url('images/NavBorder_Left.png');
	height:45px;
	width:6px;
}

.nav_border_center{
	background-image:url('images/NavBorder_Center.png');
	background-repeat:repeat-x;
	height:45px;
	float:left;
}
.nav_border_right{
	background-image:url('images/NavBorder_Right.png');
	height:45px;
	width:6px;
}

/*****------- SIDE QUIOTE ----------****/
.sidequote{
	width:250px;
	float:left;
	margin-top:70px;
}
.sidequote_header1{
	color:#9e9e9e;
	font-family:"Trebuchet MS";
	font-size:16px;
	line-height:14px;
}
.sidequote_header2{
	color:#29a0e2;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	padding-left:30px;
	padding-bottom:10px;
}
.sidequote_text{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color:#9E9E9E;
	line-height:26px;	
}

.sidequote_text a:hover{
text-decoration:underline;
}
/****----- PEOPLE SECTION --------****/
.people_name{
	color: #29a0e2;
	font-size:14px;
	font-variant:small-caps;
}
.people_jobinfo{
	font-size:12px;
}
.people_title{
	color: #9E9E9E;
	font-size:12px;
}
.pictures{
	background-color: #F2F4F4;
	padding:5px;
	border:1px solid #cccccc;
	width:150px;
}
.pictures_awards{
	background-color: #F2F4F4;
	padding:5px;
	border:1px solid #cccccc;
	width:320px;
}
.secondary_text{
	color: #9e9e9e;
}


/*****------- FOOTER----------****/
#footer{
	position:relative;
	float:left;
	bottom:0;
	height:25px;
	width:100%;
	background-color:#9baaaf;
}
.footer_text{
	width:600px; 
	margin-left:auto; 
	margin-right:auto; 
	padding-top:5px;
	font-size:10px;
	color:#ffffff;
}
.footer_text_separator{
	font-family: Wingdings;
	font-size: 6px;
	color:#b4c1c7;
}
.footer_text a{
	color:#bddce8;
}
.footer_text a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.newwindow_mark {
	font-family: Wingdings;
}

