/* Styles for the Careers area of Allina.com */

/* Home page container */
.careercontainer {
	width: 700px;
        background:#5d8bb0;
}
.careertop {
	display:block; 
}
.careertop * {
	display: block; 
	height: 1px; 
	overflow: hidden
}
.careertop1 {
	background:#5d8bb0;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}
.careertop2 { 
	background:#5d8bb0;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}
.careertop3 { 
	background:#5d8bb0;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	
}
.careertop4 {
	height: 2px; 
	background:#5d8bb0;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px; 
}
.careertitle {
	color:#FFFFFF;
	background:#5d8bb0;
	text-indent: 15px;
}
.careercontent {
	padding: 10px;
	background:#5d8bb0;
}
.careerboxLeft {
	width:300px;
	height:300px;
	margin:10px 5px 0px 10px;
	padding:10px;
	float:left;
	background-image: url(/careers/images/careers_gradient_white.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #FFFFFF;
}
.careerboxRight {
	width:300px;
	height:300px;
	margin:10px 10px 0px 5px;
	padding:10px;
	float:right;
	background-image: url(/careers/images/careers_gradient_white.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #FFFFFF;
}
.clear {
  clear: both;
}
.careersubtitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
}
/* End Tip Box */
