/*------------------------------------------------------------------ 
# Trams - Learning Solutions Style Sheet
#  
# 2009 OctoberFive Design
# Version:    1.0 
# Last change:   11/01/2010
# -------------------------------------------------------------------*/ 

/*------ Learning Wrap ------*/
#learn_main_content_wrap {
	width:900px;
	height:auto;
	margin:0 0 20px 0;
	float:left;
}
#learn_main_content {
	width:663px;
	height:auto;
	float:left;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding:0 0 20px 0;
}
#learn_bordertop {
	width:665px;
	height:5px;
	background:url(../assets/structural/maincontent_topborder_665.gif);
}
#learn_borderbottom {
	width:665px;
	height:5px;
	background:url(../assets/structural/maincontent_bottomborder_665.gif);
	clear:both;
}
/*----- Learning Content - Row -----*/
.learn_row {
	width:593px;
	margin:0 30px;
	padding:20px 0 0 0;
	height:auto;
	float:left;
	border-bottom:1px solid #9db306;
}
.top {
	padding-top:0px;
}
.end {
	border-bottom:none;
}
.no_pad {
	padding:0px;
}
/*----- Learning Content - Columns -----*/
.learn_leftcol {
	width:265px;
	margin-left:30px;
	height:auto;
	float:left;
}
.learn_rightcol {
	width:265px;
	margin-right:40px;
	height:auto;
	float:right;
}
/*----- Learning Content - Styles -----*/
#learn_main_content h1 {
	margin-top:20px;
}

#learn_main_content h2 {
	font-size:1.5em;
	color:#9db306;
}
#learn_main_content ul {
	margin:0 0 20px 10px;
	width:100px;
	float:left;
	color:#666;
}
#learn_main_content ul li {
	padding:2px 0px;
	list-style:outside disc;
}
#learn_main_content .ul_nomarg {
	margin-right:0px;
}
#learn_main_content .ul_med {
	width:175px;
	margin-right:10px;
}
#learn_main_content .ul_wide {
	width:250px;
	margin-right:40px;
}
#learn_main_content .ul_wide_nomarg {
	width:250px;
	margin-right:0px;
}
.map_bg {
	background:url(../assets/learning/map.gif) no-repeat;
	background-position:-60px 100px;
}