﻿/* Cusom CSS for Risetime.com 
	Set to override default styles - mainly for use page layout styles
	Dave Schwantes
*/

/*********************************************
Home Page Style
**********************************************/

#flash {
	width: 750px;
	height: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	
	z-index: 1;
	
	position: relative;

}

#middle_boxes {
	background-image: url('../images/green_boxs_bg.png');
	background-repeat: no-repeat;
	width: 767px;
	height: 297px;
		
	position: relative;
}


#middle_box1 {
	width: 226px;
	
	padding-left: 10px;
	padding-right: 10px;

	
	position: absolute;
	top: 15px;
	left: 8px;
}

#middle_box2 {
	width: 222px;
	
	padding-left: 10px;
	padding-right: 10px;

	
	position: absolute;
	top: 15px;
	left: 262px;

}

#middle_box3 {
	width: 228px;
	
	
	padding-left: 10px;
	padding-right: 10px;

	
	position: absolute;
	top: 15px;
	left: 512px;

}

.middle_box_title {
	height: 20px;
	text-align: center;
	
	color: white;
	font-size: 1.3em;
	font-weight: bold;
}

#content_shell .middle_box_title a:link {
	color: white;
}

#content_shell .middle_box_title a:visited {
	color: white;
}

#content_shell .middle_box_title a:hover {
	color: #ccffcc;
	border-bottom: 0;
}


.middle_box_content {
	height: 250px;
	margin-top: 10px;
}

.rss {
	width: 225px;
	text-align:right;
}


#content_shell .middle_box_content a:link {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

#content_shell .middle_box_content a:visited {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}


.link-item, .link-item a, .link-item a:link{
	line-height: 1.8em;
}

/*********************************************
Other Page Style
**********************************************/

#page_content_shell {
	width: 750px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	position: relative;
}

#main_content_full {
	width: 750px;
}
#main_content_full_bottom {
	width: 750px;
}

#main_content {
	width: 500px;
}

#secondary_content {
	margin-right: 10px;
} 

#left_col {
	width: 48%;
	margin-right: 5px;
	float: left;
	clear: left;
}

#right_col {
	width: 48%;
	margin-left: 5px;
	float: left;
	clear: right;
}
/* style for webparts chrome */

.ms-WPHeader TD {
	text-align: left;
	padding-right: 5px;
	height: 30px;
	color: #003366;
	background:transparent;
	padding-left: 5px;
	font-weight: bold;
	border: 0px;
	border-bottom: 1px #003366 dashed;
}

.ms-WPTitle {
	color: #003366;
	font-weight: bold;
	/* font-variant: small-caps; */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.5em;
}

.ms-WPBorder {
	border: 0px;
}	

ul li {
	list-style-position:inside;
}
