@charset "UTF-8";
 /* 44AA8D
 	707070 - light grey
 	F2FFFB - light green
	415D9E - blue
	88D1BD - medium green
 	FFF6E3 - cream/peachy (home_portals)
 
 
 
 */


body  {
	background: #eaeaea;
}

.wrapper {
margin:10px auto;
padding:0;
width:930px;

}

#video-holder {
	float:right;
	padding:5px 8px;
	width:210px;}


.no_nav #container {
  background-image: none;
}


#top_drop {
background:url(../graphics/top_dropshadow.gif) no-repeat;
width:930px;
height:11px;
}

#drop {
	background: url(../graphics/dropshadow.gif) repeat-y;
	width:930px;
}

#container_news { 
	width: 900px;  /* this will create a container 80% of the browser width */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	margin:0 0 0 16px;
	background: url(../images/container_bg.jpg) repeat-y;
} 

#container { 
	width: 900px;  /* this will create a container 80% of the browser width */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	margin:0 0 0 16px;
	background: url(../images/container_bg_nonews.jpg) repeat-y;
} 

#header { 
	background: #ffffff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:900px;
	height:172px
} 
#header h1 {
	margin: 0 0 0 60px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font:30px Georgia, "Times New Roman", Times, serif;
	color:#44AA8D;
}

#header p {
	margin: 5px 0 0 48px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color:#707070;
	line-height:18px;
}

#rotating_image_bg {
background:url(../graphics/rotating_background.png) no-repeat;
width:453px;
height:196px;
position:absolute;
top:-24px;
left:400px;
}


#rotating_image_holder {
width:321px;
height:159px;
position:absolute;
top:38px;
left:90px;
}

.stethoscope {
background:url(../graphics/stethoscope_head.png) no-repeat;
width:224px;
height:165px;
position:absolute;
top:8px;
left:350px;
z-index:100;
}

#marketing_ad {
/*	margin:22px 0 0 0px;
*/	padding:0px;
	z-index:20;
	position:relative;
	width:900px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	
}

/* Tips for sidebar:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".wrapper #sidebar p" rule.
*/
#sidebar {
	float: left; 
	width: 200px; /* since this element is floated, a width must be given */
	background:#f2fffb;
	height:100%;
	min-height:630px;
}

#sidebar h3, 
#sidebar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	text-transform:none;
}

 #mainContent {
 width:700px;
 float:left;
 margin:0px;
 padding:0px;

 }

 #mainContent.jobs {
	background-color:#ffffff;
}


#page_content_right {
padding:0 0px 0 12px;
width:440px;
float:left;
margin:0 0 20px 0;
}

#page_content {
padding:0 0px 0 12px;
width:670px;
float:left;
margin:0 0 20px 0;
}

	#page_content ul, #page_content_nr ul {
	margin:0 0 20px 35px;
	padding:0px;
	}
	
	#page_content li, #page_content_nr li {
	margin:0px;
	padding:0;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	line-height: 22px;
  	font-weight: normal;
  	color: #333333;
	
	}
	
	#page_content img, #page_content_right img {
	border:1px solid #cccccc;
	margin:5px;	
	}
	
	#page_content .img_caption, #page_content_right .img_caption {
	margin:0px;
	padding:0 0 15px 15px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	line-height: 14px;
  	font-weight: normal;
  	color: #333333;
	}
	
	#page_content table td{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	line-height: 16px;
  	font-weight: normal;
  	color: #333333;
	}
	
	
	/**Apply Online Table**/
	
	#page_content #online_app_styles table h2,
	#page_content table h2 {
	color:#415D9E;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0px;
	text-align:center;
	}
	
	#page_content #online_app_styles table h3, 
	#page_content table h3 {
	color:#415D9E;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0;
	}
	
	
	.main_color {
	background:#fff6e3;	
	}
	.highlight_color {
	background:#bfcfef;	
	}
	
	#page_content #online_app_styles table td,
	#page_content table td {
	border:2px solid #ffffff;
	border-collapse:collapse;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	font-weight: normal;
  	color: #333333;
	}
	
	#page_content #online_app_styles table td p,
	#page_content table td p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	line-height: 14px;
  	font-weight: normal;
  	color: #333333;
	}
	
	.no_border {
	border:none !important;	
	}
	
	#page_content #online_app_styles table td input,
	#page_content table td input {
	margin:5px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	font-weight: normal;
  	color: #333333;
	}
	
	
	

#news {
width:210px;
float:right;
padding:5px 8px 5px 8px;

}

	#news h1 {
	font-size: 16px;
	color:#415D9E;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px 0 10px 0;
	padding:0;
	font-weight:bold;
	}
	
	#news p {
	margin: 0;
	padding:0 0 15px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	}
	
	
.scroller {
	width:210px;
	overflow-x:hidden;
	overflow:hidden;
	margin:0px;
	height:400px;
}
	
	
	
	
#home_portals {
margin: 0;
float:left;
width:700px;
}
	
		#home_portals ul {
		padding:0px;
		margin:0 0 0 3px;
		}
		
		#home_portals li {
		width:19.6%;
		height:220px;
		float:left;
		list-style-type:none;
		margin:0;
		padding:0px;
		background:#FFF6E3;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		overflow:hidden;
		}
	
		#home_portals ul li h1{
			font-size: 14px;
			color:#415D9E;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:bold;
			margin:0px;	
			line-height:22px;
			padding:6px;
		}	
		
			

		#home_portals ul li p {
		font:12px Arial, Helvetica, sans-serif;
		color:#2c352b;
		line-height:18px;
		margin:0 8px 0 8px;
		padding:8px 0 8px 0;	
		}
		
		.portal_text {
		height:65px;
		
		}
		
	#bottom_buttons {
	margin: 0;
	float:left;
	width:700px;
	}
		
		#bottom_buttons ul {
		padding:0px;
		margin:0 0 0 3px;
		}
	
	
		#bottom_buttons li {
		width:19.6%;
		float:left;
		list-style-type:none;
		margin:0 0 5px 0;
		padding:0px;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
	}
	
		#bottom_buttons li h2{
		font-size: 14px;
		color:#415D9E;
		font-family:Georgia, "Times New Roman", Times, serif;
		padding:10px;
		font-weight:bold;
		margin:0px;	
		background:#BFCFEF;
		text-align:center;
		
		}
		
		#bottom_buttons li h2 a, #home_portals .bottom_buttons li h2 a:link {
		color:#415D9E;
		text-decoration:none;
		}
	
		#bottom_buttons li h2 a:hover {
		text-decoration:underline;
		color:#415D9E;
		}

	

#footer { 
	background:url(../graphics/bottom_dropshadow.gif) no-repeat;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:930px;
} 
#footer p {
		margin:0 0 0 20px;
 /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





.marg15t {
margin:10px 0 0 0;
}

.spacing1 {
margin:15px 0 5px 20px !important;
}



.spacing2 {
padding:0 0 0 102px !important;

}

.spacing3 {
margin:10px 0 10px 20px !important;
}

.left_margin10 {
margin:0 0 0 10px;

}

.line {
border-bottom:1px solid #f6f6f6;
margin:5px 0 5px 0;
}

.line2 {
border-bottom:1px solid #cccccc;
margin:20px 0 20px 0;
}

.line3 {
border-bottom:1px solid #cccccc;
margin:5px 0 20px 0;

}

.any_buttons {
	font-size: 14px !important;
	color:#415D9E !important;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	padding:10px !important;
	font-weight:bold !important;
	background:#BFCFEF !important;
	text-align:center !important;
	margin:5px !important;
	border:none !important;
	cursor:pointer !important;
}

.any_buttons_sized {
	font-size: 14px !important;
	color:#415D9E !important;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	padding:10px !important;
	font-weight:bold !important;
	background:#BFCFEF !important;
	text-align:center !important;
	margin:5px !important;
	border:none !important;
	cursor:pointer !important;
	width:200px;
}


.update {
	font-size: 14px !important;
	color:#415D9E !important;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	padding:10px !important;
	font-weight:bold !important;
	background:#BFCFEF !important;
	text-align:center !important;
	margin:5px !important;
	border:none !important;
	cursor:pointer !important;
	text-decoration:none;
	display:block;

}

.delete {
	font-size: 14px !important;
	color:#415D9E !important;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	padding:10px !important;
	font-weight:bold !important;
	background:#ebb0b2 !important;
	text-align:center !important;
	margin:5px !important;
	border:none !important;
	cursor:pointer !important;
		text-decoration:none;
	display:block;

}


.add {
	font-size: 14px !important;
	color:#415D9E !important;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	padding:10px !important;
	font-weight:bold !important;
	background:#88d1bd !important;
	text-align:center !important;
	margin:5px !important;
	border:none !important;
	cursor:pointer !important;
		text-decoration:none;
	display:block;

}


.update_sized {
	font-size: 14px !important;
	color:#415D9E !important;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	padding:10px !important;
	font-weight:bold !important;
	background:#BFCFEF !important;
	text-align:center !important;
	margin:5px !important;
	border:none !important;
	cursor:pointer !important;
	text-decoration:none;
	display:block;
		width:100px;

}

.delete_sized {
	font-size: 14px !important;
	color:#415D9E !important;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	padding:10px !important;
	font-weight:bold !important;
	background:#ebb0b2 !important;
	text-align:center !important;
	margin:5px !important;
	border:none !important;
	cursor:pointer !important;
		text-decoration:none;
	display:block;
		width:100px;

}


.add_sized {
	font-size: 14px !important;
	color:#415D9E !important;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	padding:10px !important;
	font-weight:bold !important;
	background:#88d1bd !important;
	text-align:center !important;
	margin:5px !important;
	border:none !important;
	cursor:pointer !important;
		text-decoration:none;
	display:block;
		width:100px;

}

.notice {
	background:#ebb0b2 !important;
	margin:10px 10px 10px 0;
	padding:5px;
	font-size: 14px !important;
	color:#415D9E !important;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-weight:bold !important;
		text-align:center !important;


}

.color1 {
background:#88d1bd;

}

.space_trb {
margin:20px 20px 5px 0;

}

.form_highlight {
	background:#fff6e3;	
	margin:0 0 0 20px;
	padding:10px;
}

.no_border {
border:none !important;
}

/* FLASH MESSAGES */
.flash {
  border: 1px solid #9c9;
  color: #060;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 5px 5px 5px 35px;
  text-align: left; }
#notice {
  background: #e2f9e3 url(../images/admin/tick.png) no-repeat scroll 10px center; }
#warning {
  background: #f9e2e3 url(../images/admin/error.png) no-repeat scroll 8px center;
  border-color: #c99;
  color: #600; }
