﻿/*	==================================================
	RMMI Home Page Stylesheet
	Developed by Lively Marketing

	Last updated: March 2010

	--------------------------------------------------	*/
#main {width:828px;}

#mainPanel { width: 508px; }

img.left { margin-right: 20px; }
img.right { margin-left: 0px; }

p.home {margin-top:-5px; margin-bottom:0;}

#search {color: #1c547c;}

#sideBar {
	position: relative;
	padding-top: 10px;
	width: 255px;
	min-height: 441px; /* 441 */
	text-align: center;
	background: url( '../images/home_sidebar_bg.gif' ) no-repeat top;
	z-index:110;
	}

#sideBarContent  {
	position: relative;
	z-index: 120;
	}
	
#sideBar h1 { padding-left: 0; }

#region { display: none; }

#sideNav { margin: 35px 0 0; } /* -25px bottom */

#sideNav a, #sideNav a:visited {
	color: #194c70;
	}

#sideNav a {
	margin: -19px auto 0 auto;
	display: block;
	width: 224px;
	height: 37px;
	background: url('../images/big_green_button.png') no-repeat;
	text-align: left;
	font-size:15px;
	cursor: pointer;
	}

#sideNav a:active {
	position: relative;
	top: 1px;
	left: 1px;
	}

#sideNav a:hover { color: #fff; }

#sideNav li {
	padding: 0;
	height: 59px;
	}

#sideNav span {  
	/*margin: 4px 0 0 8px;*/
	padding-top: 9px;
	display: block;
	height: 100%;
	text-align: center;
	}

#footer {
	/*margin-top: -77px;*/
	margin-top:-78px;
	padding-bottom:5px; /* 0 */
	z-index:2;
	}

#footer #footerContent {margin: 0 0 0px 9px; /* 8px bottom or -2 */} /* ie 7 15px bottom */

#footer #footerMain {
	position: relative;
	float: left;
	padding: 3px 0 7px; /* 7px  bottom */
	width: 574px; /* 574px */
	}

