/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

img {
	border: none;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 12px;
	margin-top: 0px;
	color: #cbcbcb;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}

a {
	color:#FFFFFF;
	text-decoration: none;
}

a:visited {
	color:#FFFFFF;
}

a:hover {
	color: #a30046;
}

a:active {
	color: #ffffff;
}	

#mainContainer {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 800px;
	background: #FFFFFF;
}

#header {
	width: 800px; 
	min-height: 129px;
}

#logo {
	width: 422px; 
	height: 129px; 
	float: left;
}

#idonatedit {
	width: 111px; 
	height: 175px; 
	float: left;
}

#searchBar {
	width: 267px; 
	min-height: 79px; 
	float: left;
	padding-top: 50px;
}

#mainMenu {
	clear: both;
	width: 800px; 
	height: 38px;
	margin-bottom: 3px;
}

#mainBody {
	background-color:#767676;
	height: 400px;
	width: 800px;
}

#mainContent {
	float: left;
	width: 599px;
	height:400px;
}

#mainContentBody {
	height: 364px;
	padding-right: 20px;
}

#mainContentBody table {
	padding-left: 10px;
}

#mainContent p {
	margin-top: 3px;
}

#mainContent h2 {
	margin-bottom: 0px;
}

#sideBody {
	float: left;
	margin-bottom: 0px;
	height: 400px;
	width: 198px;
	margin-right: 3px;
	color: #d3d3d3;
}

#sideBody p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#sideBody h3 {
	font-weight: normal;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
	color: #d3d3d3;
}

#sidemenu, #sidemenu2 {
	margin-left: 10px;
	width: 183px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 10px;
	color: #d3d3d3;
}

#sidemenu li {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: #a9a9a9 solid 1px;
	font-size: 11px;
	color: #d3d3d3;
}

#sidemenu2 li {
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: #a9a9a9 solid 1px;
	font-size: 11px;
	color: #d3d3d3;
}

#sideMenuBody {
	height: 364px;
	color: #d3d3d3;
}

#footer {
	width: 100%; 
	min-height: 131px;
	background-color: #ffffff;
}

#footer h3 {
	margin-top: 2px;
}

#clientServices {
	width: 261px; 
	min-height: 116px; 
	background-color: #ffffff;
}

#clientServicesBody {
	background-color: #a30046; 
	width: 251px;
	height: 135px;
	padding-left: 10px; 
}

#clientServicesBody h3 {
	margin-top: 0px;
	text-align: left;
}

#newsBox {
	width: 260px; 
	min-height: 116px; 
	background-color: #ffffff
}

#newsBoxBody {
	background-color: #a9a9a9; 
	width: 250px; 
	height: 135px;
	padding-left: 10px;
}

#newsBoxBody h3 {
	margin-top: 0px;
}

#eventsBox {
	width: 260px; 
	min-height: 116px; 
	background-color: #ffffff;
}

#eventsBoxBody {
	background-color: #a9a9a9; 
	width: 250px; 
	height: 135px;
	padding-left: 10px;
}

#eventsBoxBody h3 {
	margin-top: 0px;
}

#copyright {
	font-size: 9px;
	color: #a9a9a9;
}	

.staffList {
	margin-left: 15px;
	padding-left: 2px;
	margin-top: 0px;
	padding-top: 0px;
}

.staffList ul {
	list-style-position: outside;
}

.staffList li {
	padding-top: 2px; 
}

.textPadding {
	padding-left: 20px;
}

/****************** Dropdown Menu styling starts here **************/
#menusan
{
	width: 800px; 
	height: 38px;
}

#menusan, #menusan li, #menusan li ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background-image: url(/Templates/images/menu-rpt.jpg);
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
}
 
#menusan li a {
	display: block;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #6c6c6c;
	text-decoration:none;
}
 
#menusan li { /* all list items */
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	width: 195px;
	height: 28px;
	padding-top: 10px;
}
 
#menusan li ul { /* second-level lists */
	display: none;

	position: absolute;
	width: 197px;
	left: -98%; /* using left instead of display to hide menus because display: none isn’t read by screen readers */
	margin-top: 0px;
	background-color: #f3f3f3;
	border-top: #a1a1a1 solid 1px;
	border-right: #a1a1a1 solid 1px;
	border-left: #a1a1a1 solid 1px;
	
}

#menusan li ul li { /* Submenu items */
	 width: 197px;
	 background: #f3f3f3;
	 margin-left: 0px;
	 margin-right: 0px;
	 font-size: 12px;
	 font-weight: normal;
	 height: 30px;
	 border-bottom: 1px solid #a1a1a1;
	 padding: 0px;
}
 
#menusan li a:hover {
	color: #6c6c6c
}
 
#menusan li:hover ul, #menusan li#sfhover ul  { /* lists nested under hovered list items */
 	left: auto; /* change is to 10px, 20px, etc for indenting the sub menu */
}
/* **************** Dropdown Menu styling end here ***************/