@charset "utf-8";
/* CSS Document */

/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
padding: 0px;
border: none;
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}

*:focus {
outline: none;
}	

html{
overflow: scroll;
}

/*----------------------------------------------------- Don't edit anything above this line ---------------------------------------------------*/

html {
text-align: center;
background-image: url(../images/background_repeat.jpg);
background-repeat: repeat-y;
background-position: top;
background-color: #fff
}

body { 
position : relative; 
width : 1024px; 
margin : 0 auto; 
text-align : left;
}

img	{
padding: 0px;
}

h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: 600;
padding: 0;
color: #fff;
}

h2{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: 600;
padding: 0;
color: #000;
}

h3{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: 600;
padding: 8px 0 0 0;
color: #13375c;
}

h4{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: 600;
padding: 0;
color: #bfac89;
}

.small{
font-size: 14px;
color: #b0b0b0;
}

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000;
padding: 10px 0 0 0
}

ul{
padding: 10px 0 10px 0;
margin: 0 0 0 0
}

li{
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
padding: 0 0 0 10px;
margin: 10px 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #fff;
display: block
}

li a:active, li a:link, li a:visited, a:active, a:link, a:visited{
color: #fff;
text-decoration: underline;
margin: 0;
padding: 0
}

li a:hover, a:hover{
color: #fff;
text-decoration: none;
font-weight: normal
}





/* -----------------------------------------Begin Editing--------------------------------------------*/

#left_container{
float: left;
width: 263px;
background-image: url(../images/left_column.jpg);
background-repeat: no-repeat;
}

	#left_content{
	position: relative;
	top: 174px;
	left: 20px;
	width: 217px;
	min-height: 200px;
	}

#middle_container{
float: left;
width: 541px;
background-color: #fff;
background-image: url(../images/middle_header.jpg);
background-repeat: no-repeat;
}

#middle_container_team{
float: left;
width: 541px;
min-height: 768px;
background-color: #fff;
background-image: url(../images/team_header.jpg);
background-repeat: no-repeat;
}

#middle_container_roundtable{
float: left;
width: 541px;
min-height: 768px;
background-color: #fff;
background-image: url(../images/round_table_header.jpg);
background-repeat: no-repeat;
}

	#home_link{
	position: absolute;
	top: 50px;
	width: 150px;
	height: 150px;
	cursor: pointer;
	}

	#quote{
	position: absolute;
	top: 140px;
	left: 430px;
	width: 340px;
	min-height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: 600;
	font-size: 10px;
	}
	

	#middle_content{
	position: relative;
	top: 272px;
	left: 24px;
	width: 480px;
	}
	
		.listen{
		float: right;
		margin: -25px 0 0 0
		}
		
		.thumbs{
		padding: 12px 48px 12px 0
		}
		
		.roundtable{
		margin: 0 0 0 -24px
		}
		
		.home_button{
		float: right;
		margin: -23px 5px 0 0;
		}
		
		#member_picture{
		position: absolute;
		left: 0px;
		top: 18px;
		width: 119px;
		min-height: 167px;
		}
		
		#team_copy{
		position: absolute;
		top: 5px;
		left: 128px;
		width: 246px;
		min-height: 200px;
		}
		
		#team_list{
		position: absolute;
		left: 385px;
		width: 120px;
		min-height: 200px;
		}
		
			#team_list li{
			background-image: none;
			list-style: none;
			color: #6e6e6e;
			font-weight: 600;
			padding: 0;
			margin: 5px 0 0 0;
			}
			
			#team_list li a:active, #team_list li a:link, #team_list li a:visited{
			color: #6e6e6e;
			font-weight: 600;
			text-decoration: underline;
			margin: 0;
			padding: 0 2px 0 0
			}
			
			#team_list li a:hover{
			color: #6e6e6e;
			font-weight: 600;
			text-decoration: none
			}
			
			#team_list .active_member a:active, #team_list .active_member a:link, #team_list .active_member a:visited{
			color: #13375c;
			font-weight: 600;
			}
			
			#team_list .active_member:after
			{
			content:url(../images/bullet_after.gif);
			}

#right_container{
float: left;
width: 220px;
background-image: url(../images/right_column.jpg);
background-repeat:no-repeat;
}

	#right_content{
	position: relative;
	top: 110px;
	left: 27px;
	width: 175px;
	}
	
		#right_content p{
		color: #fff;
		}
		
		.logo{
		position: relative;
		top: 35px;
		left: -27px;
		}

.bump{
padding: 20px 0 10px 0;
}

.bump_team{
padding: 20px 0 0 0;
}

.sub_heading{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #fff;
font-size: 10px;
padding: 0;
}

.feedback{
padding: 0
}

.bold{
font-weight: 600;
}
	
/*Contact Form */

form{
padding: 0 0 20px 0;
}

	form p{
	padding: 5px 0 3px 0;
	}

input{
margin: 5px 0 0 0;
}

	
/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

	
	




