﻿/* Cusom CSS for Risetime.com 
	Set to override default styles
	Dave Schwantes 2/26/07
*/

.no_border {
	border-width: 0px;
}

ul.no_indent {
	text-indent: 0px;
}

ul {
	/* text-indent: -1em; */
	list-style-position: outside;
	/*marker-offset: 1em;
	/* text-indent: 0px; */
}

#content_shell {
	width: 750px;
	height: auto;
	font:12px Arial, Helvetica, sans-serif;
	color:#333333; 

	line-height: 1.5em;
}

#content_shell a:link {
	color: #336699;
	text-decoration: none;
}

#content_shell a:visited {
	color: #336699;
	text-decoration: none;
}

#content_shell a:hover {
	color: #003366;
	/*text-decoration: underline; */
	text-decoration: none;
	border-bottom: 1px dotted #003366;
	
}

#content_shell a:hover img {
	color: #003366;
	/*text-decoration: underline; */
	text-decoration: none;
	border-bottom: 0px dotted #003366;
	
}


#main_content {
	width: 520px;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
 #secondary_content {
	width: 220px;
	height: auto;
	clear: none;
	float: right;

	background-color: #FFFFFF;
	/* border: 1px #D9E1E8 solid; */
	margin-bottom: 10px;
}
	.box_title {
	width: 248px;
	height: 100%;
	
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 15px;
	text-decoration: none;	
	padding: 10px;
}

table {
	/* font:12px Arial, Helvetica, sans-serif;
	color:#333333;  */
}

#nav_pad {
	margin-top: 10px;
}

/* Green Bar for when subnav boxes aren't appropriate */
#green_bar {
	width: 100%;
	height: 10px;
	
	background-color: #99CC33; 
}

/* webpart zone layout styleing for main content shell */

.main_content_left {
	width: 255px;
	clear: right;
	float: left;
	margin-top: 10px;
}

.main_content_right {
	width: 255px; /* 220 */
	clear: none;
	float: right;
	position: relative;
	margin-top: 10px;
}


/* style for webparts chrome */

.ms-WPHeader TD {
	text-align: left;
	padding-right: 5px;
	height: 23px;
	color: #FFFFFF;
	background-color: #003366;
	padding-left: 5px;
	font-weight: bold;
	border: 0px;
}

.ms-WPTitle {
	color: #FFFFFF;
	/*font-weight: bold; */
	/* font-variant: small-caps; */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
}

.ms-WPBorder {
	border: 0px;
}	

.ms-WPBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	margin: 5px;
}

/* style for job posting */

#job_title {
	font-size: 18px;
	line-height: 1.8em;
	color: #003366;
}

#job_description {
	
}

#job_responsibilities {
	
}