/* Default Colors */

body{
	background-image:url(../images/bg.gif);
	background-color:#e5f3f9;
	font-family:"arial",verdana;
	margin-top:0px;
	font-size:12px;
	color:#999;
}

h1{
	background-color:white;
	padding:5px;
	opacity:0.5;
	border-bottom:1px solid #ccc;
}

h2{
	color:#666;
}

a{
	cursor:pointer;
	text-decoration:none;
}

.simple_link{
	text-decoration:none;	
}
.simple_link:hover;{
	text-decoration:none;	
}

a:link{
	color:#1e6d90;
}

a:hover{
	color:#578ca4;
}

a:visited{
	color:#1e6d90;
}

hr{
	border-top:1px solid #aaa;
	border-bottom:1px solid #eee;
}

img{
	border:0px solid #ccc;
}

/************ Common Utilities **************/

.clear{
	clear:both;
}

 /* Replace Default <hx> tags */
.head_1{	
	
}

.head_2{
	
}

.head_3{
	font-size:14px;
	font-weight:bold;
	color:#666;
}

/* ------------------- Main Layout stuff --------------------- */

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	
}

#main_top{
	background-image:url(../images/bg_body_top.gif);
	background-repeat:no-repeat;
	height:27px;
	width:960px;
}

#main{
	background-color:white;
	width:960px;
	border-left:1px solid #666;
	border-right:1px solid #666;
}

#main_bottom{
	background-image:url(../images/bg_body_bottom.gif);
	background-repeat:no-repeat;
	height:27px;
	width:938px;	
}

#header{
	height:100px;
	/*background-image:url(../images/bg_header_x_01.jpg);*/
	background-repeat:repeat-x;
}

#header_main{
	background-image:url(../images/head_bg.gif);
	background-repeat:no-repeat;
	height:90px;
}

#header_image{
	width:350px;
	height:100px;
	cursor:pointer;
}

#nav{
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
	height:35px;
}

	.topnav{
	}

		.nav_button{
			float:left;
			height:25px;
			width:130px;
			font-size:16px;
			font-weight:bold;
			color:#0083c2;
			padding-top:10px;
			text-decoration: none;
		}
		
		.nav_button:hover{
			background-image:url(../images/nav_button_ov.gif);
			background-repeat:repeat-x;
			float:left;
			height:25px;
			width:130px;
			padding-top:10px;
			text-decoration: none;
		}
		
		.nav_button_current{
			float:left;
			height:25px;
			width:130px;
			font-size:16px;
			font-weight:bold;
			color:#0083c2;
			padding-top:10px;
			background-image:url(../images/nav_bg_selected.gif);
			background-repeat:repeat-x;	
			text-decoration: none;
		}
		


#content{
	margin-top:20px;
}

	#body{
		padding:10px;
	}
	
	#body .shadowed{
		background-image:url(../images/left_grad.gif);
		background-repeat:repeat-y;	
	}
	
	.content_left{
		float:left;
		width:716px;
		height:100%;
	}
	
	.content_left_b{
		float:left;
		width:202px;
		height:100%;
		border:1px solid #ccc;
		margin-right:10px;
		padding:10px;
	}
	
	.content_left_c{
		width:650px;
		border:1px solid #ccc;
		margin-right:10px;
		padding:10px;
		background-color:#e1e1e1;
	}
	
	
	.content_middle{
		float:left;
		height:100%;
		background-color:white;
		min-height:400px;
		margin-right:15px;
	}
	
		.c_small{
			width:300px;
		}
		
		.c_med{
			width:751px;
		}
		
		.c_large{
			width:850px;
		}
		
		.padded_small{
			padding:5px;
		}
		
	
	.content_right{
		margin-left:0px;
		float:left;
		width:222px;
	}
	
	.content_right_b{
		float:left;
		width:676px;
		height:100%;
		border:1px solid #ccc;
		padding:10px;
	}
	
	.content_right_c{
		float:right;
		width:290px;
		height:100%;
		border:1px solid #ccc;
		padding:10px;
		margin-left:5px;
		background-color:#eee;
	}


.right{
	float:right;
}

.left{
	float:left;
}

#footer{
	font-size:11px;
	color:#666;
}

#footer_bar{
	background-image:url(../images/footer_grad.gif);
	background-repeat:repeat-x;	
	padding-top:20px;
	padding-bottom:10px;
	color:#e1e1e1;
}

#footer_bar a{
	color:white;
}

.sidebar{
	background-image:url(../images/sidebar_back.gif);
	background-repeat:repeat-x;
	background-color:#f0f0f0;
	margin-left:0px;
	float:left;
	border-right:1px solid #ccc;
	height:100%;
}

.sidebar_bottom{
	background-image:url(../images/corner_l_l-white.gif);
	background-repeat:no-repeat;
	height:10px;
	width:20px;
}



.ch1{
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	padding:5px;
	color:#666;
	background-image:url(../images/nav_bg_selected.gif);
	background-repeat:repeat-x;
}

.ch1.bg1{
	background-color:white;
	opacity:0.5;
}

.ch2{
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	padding:5px;
	color:#999;
	background-image:url(../images/b_bottom_bg.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #ccc;
}

.ch2.bg1{
	background-color:white;
	opacity:0.5;
}

/* ------------------- Forms ----------------------------*/



.row{
	padding:5px;
	margin:5px;
	border-bottom:1px dotted #ccc;
}

.row_small{
	margin:5px;
	border-bottom:1px solid #ccc;
}

.row_left{
	float:left;
	margin-right:5px;
	width:20%;
}

.row_right{
	float:left;
	margin-left:5px;
}

.form_row{
	width:30%;
}

.form_text{
	font-size:11px;
	font-style:italic;
}

.shaded{
	background-color:#e1e1e1;
}

.disabled_bg{
	background-color:#FFDFDF;
}



/* ------------------- Content Layout containers, rows, etc. --------------------- */

.feature_box{
	width:761px;
	overflow:hidden;
}

.feature_box_b{
	width:761px;
	overflow:hidden;
	background-image:url(../images/blue_fade_bg.jpg);
	background-repeat:repeat;
	background-position:top right;
	border:1px solid #e1e1e1;
}

.feature_box_wide{
	width:910px;
	overflow:hidden;
	background-image:url(../images/blue_fade_bg.jpg);
	background-repeat:repeat;
	background-position:top right;
	border:1px solid #e1e1e1;
	padding:10px;
	margin-bottom:20px;
}

.box_break{
	height:40px;
	width:160px;
	background-color:white;
	
}

.inner_break{
	height:20px;
	width:100px;
}

	.feature_box #slide_nav{
		height:27px;
		width:701px;
		background-image:url(../images/slide_nav_bg.jpg);
		background-repeat:no-repeat;
	}
		
		.slide_nav_button{
			float:right;
			height:27px;
			background-image:url(../images/slide_nav_bg_repeat.jpg);
			background-repeat:repeat-x;
			border-top:0px;
			border-bottom:0px;
		}
		
			.slide_nav_button.next{
				background-image:url(../images/slide_button_next.jpg);
				background-repeat:no-repeat;
				width:123px;
				border-left:1px solid #ccc;
				border-right:0px;
			}
				.slide_nav_button.next:hover{
					background-image:url(../images/slide_button_next_ov.jpg);
					background-repeat:no-repeat;
				}
			
			
			.slide_nav_button.play{
				background-image:url(../images/slide_button_play.jpg);
				background-repeat:no-repeat;
				width:64px;
				border-left:1px solid #ccc;
				border-right:1px solid #999;
			}
				.slide_nav_button.play:hover{
					background-image:url(../images/slide_button_play_ov.jpg);
					background-repeat:no-repeat;
				}
				
			
			.slide_nav_button.pause{
				background-image:url(../images/slide_button_pause.jpg);
				background-repeat:no-repeat;
				width:64px;
				border-left:1px solid #ccc;
				border-right:1px solid #999;
			}
				.slide_nav_button.pause:hover{
					background-image:url(../images/slide_button_pause_ov.jpg);
					background-repeat:no-repeat;
				}
				
			
			.slide_nav_button.previous{
				background-image:url(../images/slide_button_previous.jpg);
				background-repeat:no-repeat;
				width:116px;
				border-left:1px solid #ccc;
				border-right:1px solid #999;
			}		
				.slide_nav_button.previous:hover{
					background-image:url(../images/slide_button_previous_ov.jpg);
					background-repeat:no-repeat;
				}
			
			.slide_nav_button.go{
				background-image:url(../images/slide_button_go.jpg);
				background-repeat:no-repeat;
				width:100px;
				border-left:1px solid #ccc;
				border-right:1px solid #999;
			}
				.slide_nav_button.go:hover{
					background-image:url(../images/slide_button_go_ov.jpg);
					background-repeat:no-repeat;
				}
	
	
	.feature_box #slides{
		height:365px;
		width:705px;
		background-image:url(../images/slides/slide_default.jpg);
		background-repeat:no-repeat;
	}
	
	.feature_box #slides_browser{
		width:760px;
		border-top:1px solid #e1e1e1;
		border-bottom:1px solid #e1e1e1;
		border-right:1px solid #ccc;
		overflow:scroll;
	}
	
	#slides_browser.bubble{
		height:810px;
		background-image:url(../images/bubbleback.jpg);
		background-repeat:no-repeat;
	}
	
	#slides_browser.default{
		
	}
	
	div#slideshow {		
		overflow: hidden;
	}

	div#slideshow div {
		
	}
	
	.inner_slide{
		margin:20px;
		padding:10px;
	}


		.slide_head{

		}
		
		.slide_feature{
			background-color:white;
			border:1px solid #ccc;
			padding:10px;
			margin-bottom:10px;
		}
			
			.slide_feature img{
				margin:3px;
			}
			
			.slide_feature div{
				color:#666;
			}
			
				.testimonial{
					border-bottom:1px dotted #ccc;
					margin-bottom:10px;
					padding:5px;
				}

.highlight_box{
	float:left;
	height:126px;
	width:207px;
	background-image:url(../images/highlight_box_full.gif);
	background-repeat:no-repeat;
	margin-right:15px;
	margin-top:15px;
	padding:10px 5px 5px 10px;
	color:#333;
}

	.entry_box{
		margin-bottom:10px;
	}

.large_highlight_box{
	height:372px;
	width:202px;
	background-image:url(../images/right_box_full.gif);
	background-repeat:no-repeat;
	padding:10px;
	color:#333;
}

.highlight_box_full{
	float:left;
	width:160px;
	padding-top:10px;
	padding-bottom:10px;
	color:#333;
	background-image:url(../images/corner_t_l-white.gif);
	background-repeat:no-repeat;
	height:100%;
}

.highlight_row{
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#e6e6e6;
	cursor:pointer;
}

.slide_content{
	padding:20px;
	color:#333;
}

.slide_content_bg{
	padding:20px;
	color:#333;
	background-color:white;
}

.section_content{
	
}

.box_head{
	color:#0083c2;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	margin-left:10px;
}

.small_box_text{
	padding-left:10px;
	padding-right:10px;
}

.entry_head{
	color:#0083c2;
	font-size:14px;
	font-weight:bold;	
	margin-left:10px;
}

.box_row{
	border-bottom:1px solid #ccc;
}

.more_link{
	font-weight:bold;
}

.linked{
	color:#1e6d90;
}

.box_text{
	font-size:12px;
	margin-bottom:20px;
	height:55px;
	max-height:55px;
	
}

	.blurb{
		height:65px;
	}
	
.text_block{
	margin-bottom:10px;
}
	
.bio{
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}	
	
.bio_left{
	float:left;
	width:90px;
	min-height:100px;
}

.bio_right{
	float:left;
	padding:5px;
	width:620px;
}

.bio_full{
	padding:5px;
	width:710px;
}

.bio_image{
	width:300px;
	height:300px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.bio_text{
	width:350px;
	float:left;
}

.news_entry{
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

.timestamp{
	margin-bottom:10px;
	font-style:italic;
	color:#666;
}

.jobttl{
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #ccc;
	
}


/* ------------------- Blogs ----------------------------*/


.blog_content{
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.blog_title{
	margin-top:20px;
	background-color:white;
	padding:5px;
}




/* ------------------- Buttons ---------------------- */

.button_next{
	width:30px;
	background-image:url(../images/button_next.gif);
	background-repeat:no-repeat;
	height:100%;
}

.tweet{
	
}
