/* Right Sidebar Styles - created by Jim Preston 3/08 */

td.sideBarStyle {
	padding: 0px;
	margin: 0px;
	background-color:#FFFFFF;
	width: 180px;
	height:auto;
}


/* -------- MAIN MENU ------------- */
/* ie7 is not recognizing the padding in the width as other browsers do */

.menuListItem {
	font-size: 13px;
	line-height: 125%;
}
#mainMenu  {
	background-color: #FFFFFF;
	right: 0px;
	position: relative;
	top: 0px;
	width: 170px;
	height: 480px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	z-index: 9;
	overflow: hidden;
	}
#mainMenu ul {
	list-style-type:none;
	margin: 0px;
	padding-left: 0px;
	}
#mainMenu ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	list-style-type: none;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#mainMenu ul li ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	list-style-type: none;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

#mainMenu a:link {
	text-decoration: none;
	}
#mainMenu a:visited {	
	text-decoration: none;
	}
#mainMenu a:hover {
	text-decoration: none;
	background-color: #D1B2BB;
	}
.indentSpan {
	color: #333333;
	margin-left: 15px;
	}
.strong {
	font-weight: bolder;
	}
.strongBlack {
	font-weight: bolder;
	color: #000000;
	}
	
/* ------------- end of main menu section ----------- */
#sidebarContainer {
	position: relative;
	top: 0px;
}
#donate {
	position: relative;
	top: 40px;
}
#donateBtn {
	left: 30px;
	position: relative;
	top: 5px;
	width: 180px;
	height: 60px;
}

#socnets {
	position: relative;
	top: 0px;
	left: 20px;
}

#rightSideAd {
	top: 430px;
	width: 180px;
	right: 0px;
	height: 420px;
	position: absolute;
	z-index: 5;
	background-color:#FFFFFF;
}
