/*
 * RESET
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
html { min-height: 100%; margin-bottom: 1px; }
body {
	behavior:url("/_scripts/csshover.htc");

}
ol, ul {
	list-style: none;
}
h1 em {
	color:#999;
	display:block;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:14px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p { padding:5px 0; }
img, div {  }

/*
 * BASIC ELEMENTS
 * Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.
 */
body{
	background: url(/_images/background.jpg) repeat-x fixed center bottom #cdc2ad;
	font-family: Trebuchet MS, Arial, sans-serif;
}

/*
 * BASIC LAYOUT
 * Define the basic template: header, footer, menu, content
 */
#page{
	margin:0px auto;
	width:902px;
}
#header{
	/* background-color: #ffffff; */
	height: 123px;
}
#menu{
	background: url(/_images/menu_bg.gif) repeat-x /* #ffffff */;
	width:902px;
	height: 58px;

}
#flash_home{
	background:#fff;
	height: 336px;
	width: 902px;
}
#content_top{
	height: 8px;
	width: 902px;
	background-image: url(/_images/content_top_bg.gif);
	margin-top: 10px;
	float: left;
}
#content{
	width:902px;
	background-color: #ffffff;
	min-height: 200px;
	float: left;
	font-size: 100%;
	padding-bottom: 20px;
}
#content_bot{
	height: 8px;
	width: 902px;
	background-image: url(/_images/content_bot_bg.gif);
	float: left;
}
#footer{
	padding: 10px;
	font-size: 11px;
	color: #373737;
	float: left;
}

/*
 * DROPDOWN AREA
 * 
 */
#drop_area{
	background-color:#d9e4de;
	background-image: url(/_images/drop_bg.gif);
	width:100%;
	background-repeat: repeat-y;
	background-position: center;
}
#drop_frame{
	margin:0 auto;
	width:902px;
}
#quicklinks{
	overflow: hidden;
	height:0px;
} 
.drop_pod{
	width: 318px;
	float: left;
	padding: 5px;
}
	.drop_pod h1{
		font-size: 14px;
		color: #004d24;
	}
	.drop_pod li{
		padding-left: 5px;
		list-style: inside;
	}
	.drop_pod a{
		font-size: 11px;
		text-decoration: none;
	}
	.drop_pod a:link,
	.drop_pod a:active,
	.drop_pod a:visited{
		color:#333333; 
	}
	.drop_pod a:hover{
		color:#666666; 
	}
.drop_pod_links{
	color:#FFFFFF; 
	width: 235px;
	float: left;
	padding: 5px;
}
	.drop_pod_links h1{
		font-size: 14px;
		color: #ffffff;
	}
	.drop_pod_links form{
		padding: 5px;
	}
	.drop_pod_links label{
		float: left;
		color:#FFF;
		width: 75px;
		font-size: 12px;
		margin: 3px;
	}
	.drop_pod label{
		float: left;
		clear: both;
		width: 125px;
		font-size: 12px;
		margin: 3px;
	}
	.drop_pod_links input,
	.drop_pod select{
		display: block;
		float: left;
		width: 100px;
		margin: 3px;
		color:#333333; 
	}
	.drop_pod_links input.input_radio{
		display: block;
		float: left;
		width: auto;
		margin: 3px;
	}
	.drop_pod_links a{
		color:#FFFFFF;
	}
	.drop_pod_links ul{
		color:#FFFFFF;
		list-style:inside;
	}
	.drop_pod_links li{
		color:#FFFFFF;
		list-style:inside;
		padding-left: 10px;
	}
/*
 * HEADER
 * Define all elements in the header area
 */
#header_logo{
	float: left;
}
#header_top{
	position:relative;
	background-image: url(/_images/header_bg_top.gif);
	background-repeat: no-repeat;
	width: 577px;
	height: 31px;
	float: right;
	font-size: 14px;
}
	#header_login{
		position:absolute;
		color: #004d24;
		top: 5px;
		left: 75px;
	}
		#header_login a{
			color: #004d24;
			text-decoration: none;
		}
	#header_links{
		position:absolute;
		color: #ffffff;
		top: 5px;
		left: 410px;
	}
		#header_links a{
			color: #ffffff;
			text-decoration: none;
		}
	#header_search{
		position:absolute;
		top: 70px;
		left: 325px;
	}
		#header_search input[type="text"]{
			border: 1px solid #d1d1d1;
			padding: 5px;
			width: 200px;
			font-size: 14px;
			color: #7d7d7d;			
		}
	#header_today{
		color: #004d24;
		position:absolute;
		top: 82px;
		left: 40px;
	}
	#header_fontsize{
		color: #004d24;
		position:absolute;
		top: 82px;
		left: 265px;
	}
/*
 * MENU
 * Define all elements in the menu area
 */

.menu_item_link,
.menu_item_link_selected{
	position: relative;
	float: left;
	height: 37px;
	z-index: 1;
	margin-top: 8px;
	margin-right: 13px;
	margin-bottom: 8px;
	margin-left: 13px;
}
.menu_item_link:hover,
.menu_item_link_selected{
	background-image: url(/_images/menu_item_bg.gif);
	background-repeat: repeat-x;
}
	.menu_link{
		position: relative;
		z-index: 2;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #ffffff;
		text-decoration: none;
		font-size: 13px;
		top: 9px;
	}
	.menu_item_left{
		position: absolute;
		background-image: url(/_images/menu_item_bg_left.gif);
		width: 100%;
		height: 37px;
		background-repeat: no-repeat;
		z-index: 1;
		display:none;
		background-position: left;
		top: 0px;
	}
	.menu_item_right{
		position: absolute;
		background-image: url(/_images/menu_item_bg_right.gif);
		width: 100%;
		height: 37px;
		background-repeat: no-repeat;
		background-position: right;
		z-index: 1;
		display:none;
		top: 0px;
	}
	.menu_item_link:hover .menu_item_left,
	.menu_item_link_selected .menu_item_left{
		display:block;
	}
	.menu_item_link:hover .menu_item_right,
	.menu_item_link_selected .menu_item_right{
		display:block;
	}
 
/*
 * CONTENT
 * Define all elements in the content area
 * All fonts must be percentage - works with our font size changer
 */
#content_full{
	float: left;
	width: 840px;
	color: #494949;
	font-size: 90%;
	padding-left: 10px;
}	
#content_left{
	float: left;
	width: 320px;
	padding-right: 10px;
	font-size: 90%;
}
	#content_left h1{
		font-size: 140%;
		padding-left: 50px;
	}
	#content_left h2{
		padding-top: 10px;
		font-size: 100%;
		color: #097039;
	}
	#content_left h6{
		font-size: 80%;
	}
	#content_left hr{
		color: #def1e3;
	}
	#content_left a{
		color: #097039;

	}
	#content_left a:hover{
		color: #000;
	}
	#content_left_pod_news{
		background-image: url(/_images/icon_newspaper.gif);
		background-repeat: no-repeat;
		background-position: left top;
		width: 100%;
	}
	#content_left_pod_calendar{
		background-image: url(/_images/icon_calendar.gif);
		background-repeat: no-repeat;
		background-position: left top;
		width: 100%;
	}
	#content_left_pod_job{
		background-image: url(/_images/icon_pencilpaper.gif);
		background-repeat: no-repeat;
		background-position: left top;
		width: 100%;
	}
	#content_left_pod_newsletter{
		background-image: url(/_images/icon_newsletter.gif);
		background-repeat: no-repeat;
		background-position: left top;
		width: 100%;
	}
#content_right{
	float: left;
	width: 517px;
	color: #494949;
	font-size: 90%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #def1e3;
	padding-left: 10px;
}	
	#content h1, #content h2 {
		font-size:150%;
		margin:10px 0;
	}
	#content h2{
	color:#004D24;
	font-size:125%;
	margin:10px 0;
	}
	#content_right img {
	border:4px solid #EAEAEA;
	float:right;
	margin:10px 0 10px 10px;
	}
	#content_right p,  
	#page_right p{
		padding-bottom: 10px;
	}
		#content_right p strong,  
		#page_right p strong{
			color: #000000;
			vertical-align: baseline;
		}
	#content_right ul,  
	#page_right ul,  
	#content_full ul{
		list-style-image: url(/_images/list_bullet.gif);		
		padding: 10px 0 10px 30px;	
	}
		#content_right ul li, 
		#page_right ul li,  
		#content_full ul li{
			list-style-image: url(/_images/list_bullet.gif);	
		}
	#content_right ol,  
	#page_right ol,  
	#content_full ol{	
		padding: 10px 0 10px 30px;
		list-style:upper-alpha;	
	}
		#content_right li,  
		#page_right li,  
		#content_fullli{	
			list-style:upper-alpha;	
		}
#page_right{
	float: left;
	width: 617px;
	color: #494949;
	font-size: 90%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #def1e3;
	padding-left: 10px;
}
#page_right img {
padding:5px;
border:1px solid #999;
margin-bottom:20px;
}
#page_left{
	float: left;
	width: 220px;
	padding-right: 10px;
	font-size: 90%;
}
	#page_left ul li {
		list-style:none;
	}
	#page_left ul li a:link, #page_left ul li a:visited {
		border-bottom: 3px  solid #def1e3;	
		color:#333;
		display:block;
		margin-bottom:5px;
		padding:10px;
		text-decoration:none;
		-webkit-border-radius-topleft: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-radius-topright: 5px;
		-moz-border-radius-topright: 5px;
	}
	#page_left ul li a:hover {
		color:#FFF;
		background-color:#004D24;
		-webkit-border-radius-topleft: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-radius-topright: 5px;
		-moz-border-radius-topright: 5px;
	}
		#page_left ul li ul li {
			list-style:none;
			padding-left: 20px;
		}
		#page_left ul li  ul li a:link, #page_left ul li ul li a:visited {
			border-bottom: 1px  solid #def1e3;	
			color:#333;
			display:block;
			margin-bottom:5px;
			padding:5px;

			-webkit-border-radius-topleft: 5px;
			-moz-border-radius-topleft: 5px;
			-webkit-border-radius-topright: 5px;
			-moz-border-radius-topright: 5px;
		}
		#page_left ul li ul li a:hover {
			color:#FFF;
			background-color:#004D24;
			-webkit-border-radius-topleft: 5px;
			-moz-border-radius-topleft: 5px;
			-webkit-border-radius-topright: 5px;
			-moz-border-radius-topright: 5px;
		}
	
#content_full a{
	text-decoration: none;
}
#content_full a:link,
#content_full a:active{
	color: #333333;
}
#content_full a:visited{
	color: #666666;
}
#content_full a:hover{
	color: #999999;

}
/*
 * FOOTER
 * Define all elements in the footer area
 */
#footer a{
	color: #373737;
	text-decoration: none;
}
#footer a:hover{
	color: #666666;
}
/*
 * GENERIC CLASSES
 * Define styles for simple things like floating to the sides, removing a bottom margin on elements, etc
 */
.padding_20{
	padding: 20px;
}
.strong{
	font-weight: bold;
}
.hrule {
	margin:15px auto;
	border-bottom:1px solid #CCC;
	clear:both;
}
.office_maps {
	background:#EAEAEA;
	float:right;
	height:220px;
	margin-bottom:10px;
	width:280px;
}
.profile {
	float:left;
	margin:0 10px 10px 0;
}
.small{
	font-size: 80%;
}
.table_w_border{
	border: 1px solid #999999;
}
	.table_w_border td{
		padding: 5px;
		border: 1px solid #999999;
	}
.odd{
	background:#eeeeee;
}
.even{
	background:#ffffff;
}
.paradigm th {
background:#999;
color:#FFF;
padding:5px;
}
.paradigm td {
border-bottom:1px solid #999;
padding:5px;
}
calendar-container li,
calendar-container ul{
	list-style: none;
}
