@charset "UTF-8";
/* CSS Document */
/* CSS used to style main page */
/* Sets up page for styling*/
* {
	margin: 0px;
	padding: 0px;
}
/* Color for background of the website*/
body{
background-color: #959595;
}
/* Main container for content*/
#container {
	margin: 0px;
	padding: 0px;
	height: 700px;
	width: 955px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* Box for the heading and logo*/
#heading {
	height: 100px;
	width: 955px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
/*background for left gray bar*/
#grayBar {
	background-color: #d7d7d7;
	height: 550px;
	width: 127px;
	position: absolute;
	left: 13px;
	top: 103;
	z-index:1;
}
/* Navigation container */
#nav {
	padding: 0.5em;
	height: 10px;
	left: 141px;
	width: 660px;
	position: absolute;
	top: 117px;
	z-index: 50;
}
#nav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	font-weight: bold;
	color: #EEEEEE;
}
#nav ul li {
	float: left;
	width: 110px;
	text-align: center;
}
#nav ul a {
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bold;
}
#nav ul a:hover {
	color: #b64167;
	text-decoration: none;
	background-color: #ECECEC;
	padding: 10px;
}
/* Box for side navigation*/
#sideNav {
	height: 250px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 159px;
	z-index: 20;
}
#sideNav ul {
	list-style-type: none;
	line-height: 26px;
}
#sideNav ul li {
	display: list-item;
	background-image: url(../buttons/leftNav_Btn.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	height: 40px;
	color: #EEEEEE;
	width: 250px;
	background-repeat: no-repeat;
	margin-top: 15px;
	text-align: left;
	background-position: 0px;
	vertical-align: middle;
	top: 0px;
	font-weight: bold;
	text-indent: 25px;
}
#sideNav ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
	z-index: 100;
	height: 20px;
	width: 25px;
}
#sideNav ul a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B64167;
	background-color: #D7D7D7;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-right: 14px;
}
/*box for content*/
#content {
	background-color: #ececec;
	position: absolute;
	left: 140px;
	top: 147px;
	width:815px;
	height:550px;
}
#socialBox {
	height: 25px;
	width: 100px;
	position: absolute;
	left: 15px;
	top: 334px;
	z-index: 500;
}
#startHereBox {
	height: 42px;
	width: 100px;
	position: absolute;
	left: 53px;
	top: 400px;
}
#donateBox {
	height: 43px;
	width: 100px;
	position: absolute;
	left: 500px;
	top: 24px;
}
#donateTextBox {
	height: 163px;
	width: 288px;
	position: absolute;
	left: 503px;
	top: 89px;
}
/*text styling for "contribute"*/
#donateTextBox   c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
}
#donateTextBox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b64167;
	letter-spacing: 3px;
	font-size: 14px;
}
/*custom style for text for donate text "please donate"*/
#donateTextBox d {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	letter-spacing: .5px;
}

#donateTextBox h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	letter-spacing: .5px;
}
#donateTextBox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
}
#indexImage {
	height: 200px;
	width: 200px;
	position: absolute;
	z-index: 4;
	left: 55px;
	top: 28px;
}
#iConnectTextBox {
	height: 150px;
	width: 301px;
	position: absolute;
	left: 55px;
	top: 234px;
}
#iConnectTextBox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	letter-spacing: .6px;
}
#iConnectTextBox h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b64167;
	letter-spacing: .5px;
}
/*Box to put widget in*/
#widget {
	height: 186px;
	width: 250px;
	position: absolute;
	left: 501px;
	top: 282px;
}

