/* CSS - HOLBECK RISE WEBSITE */
/* HOLBECK DARK ORANGE-#FF7E00 , MID ORANGE-#FEB449 , LIGHT ORANGE-#FFD383 */
body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}

a {
	text-decoration: underline;
	color: #FCEAC7;
} 

h1 {
	font-weight: lighter;
	font-size: 24px;
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: -1px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}

img {
	border: 0px;
	margin: 0px;
}

#container {
	margin: auto;
	width: 890px;
	text-align: left;
	height: auto;
}

/* MAIN LAYOUT BLOCKS */

#blocktopleft {
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 350px;
	float: left;
	background: #FFFFFF;
}

#blocktopright {	
	margin: 0px;
	padding: 0px;
	width: 490px;
	height: 350px;
	float: left;
	background: #FF7E00;
}

#blockmiddleright {	
	margin: 0px;
	padding: 0px;
	width: 490px;
	height: 85px;
	float: left;
	background: #FF7E00;
}

#blockbottomleft {
	margin: 0px;
	width: 400px;
	height: 150px;
	float: left;
	background: #FF7E00;
}

#blockbottomright {
	margin: 0px;
	padding: 0px;
	width: 490px;
	height: 150px;
	float: left;
	background: #FFFFFF;
}

/* LOGOS */

#logo {
	margin: 8px 20px 10px 0px;
	width: auto;
	text-align: right;
}
#logo1 {
	margin:0px;
	width: auto;
	text-align: left;
}

#orangelogo {
	margin: 0px;
	margin-top: 115px;
	margin-right: 22px;
	width: auto;
	text-align: right;
}
/* SITE LINKS */

#sitelinks {
	font-size: 12px;
	text-align: left;
	word-spacing: 15px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#sitelinks a {
	color: #FFDB97;
	text-decoration: none;
	word-spacing: 0px
}

#sitelinks a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#LM_youAreHere {
	text-decoration: underline;
	color: #FFFFFF;	word-spacing: 0px;
}

#LM_youAreHere a {	
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: 0px
}

/* CONTENT */

#maincontent {
	width: 452px;
	height: 275px;
	overflow: auto;
	margin-left: 20px;
	text-align: justified;
	color: #ffffff;
	scrollbar-base-color: #FF7E00;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFB95A;
	scrollbar-highlight-color: #F9AD46;
	scrollbar-darkshadow-color: #FF7E00;
	scrollbar-shadow-color: #BB791F;
	scrollbar-track-color: #FF7E00;
}

#maintext {
	font-size: 13px;
	margin-right: 20px;
	width: auto;
}
#maintext ul {
	margin:0px;
	padding: 0px;
	list-style-type: none;
}
#maintext li {
	list-style-type: none;
	height: auto;
	margin: 3px 0px;
	padding: 0px;
	width: auto;
	clear: both;
}
#maintext li span{
	width: 185px;
	display: block;
	height: auto;
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}
#maintext img {margin-bottom:10px}

/* FOOTER */

#footer {
	font-size: 10px;
	margin-top: 0px;
	padding-left: 0px;
	font-size: 10px;
	color: #B3B9BC;
	width: 500px;
	float: left;
}

#footer a{
	color: #FA9C1C;
}

#footer a:hover{
	color: #666;
}