#editableArea			{ background: none; padding: 0px; }
#sidebar_right			{ width: 219px; }

#rightbox				{ height: 280px; }
#rightbox a				{ height: 93px; }
#rightbox a div			{ padding: 15px 10px 0px 10px; }
#rightbox a img			{ float: left; margin-right: 10px; }
#rightbox a:hover		{ background: url('/assets/images/sidebarBG_home.jpg') repeat-y; }
#rightbox h3,
#rightbox p				{ margin: 0px; }
#rightbox p				{ font-style: normal; font-weight: normal; }
#lowerboxes				{ position: relative; height: 195px; }
.boxholder p			{
	color: white;
	margin: 0px;
	font-weight: bold;
}
.boxholder h3			{ color: white; font-size: 1.5em; margin: 5px 0px 0px 0px; }
.boxholder a:hover		{ text-decoration: none; }
.boxholder a img		{ border: solid 1px white; padding: 5px; }
.boxholder a div		{ padding: 11px; }
.cornerBox				{ position: absolute; bottom: 300px; right: 0px; }
#homepageBox1,
#homepageBox2,
#homepageBox3,
#homepageBox4			{ text-decoration: none !important; border: solid 3px white; position: absolute; top: 5px; width: 226px; height: 205px; }
#homepageBox1			{ background: url('/assets/images/circleBox_aqua.jpg') 3px 3px no-repeat; left: -5px; }
#homepageBox2			{ background: url('/assets/images/circleBox_green.jpg') 3px 3px no-repeat; left: 235px; }
#homepageBox3			{ background: url('/assets/images/circleBox_orange.jpg') 3px 3px no-repeat; left: 475px; }
#homepageBox4			{ background: url('/assets/images/circleBox_blue.jpg') 3px 3px no-repeat; left: 715px; }
#homepageBox1:hover,
#homepageBox2:hover,
#homepageBox3:hover,
#homepageBox4:hover		{ border: solid 3px #444; }
#mask					{ position: absolute; z-index: 10; background-color: #000; display: none; top: 0px; left: 0px; } 
#modalbox				{
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 20;
	top: 150px;
	left: 50%;
	margin-left: -430px;
	width: 750px;
	height: 410px;
	padding: 20px;
}
