@charset "utf-8";
/* CSS Document */

/* Main Content IDs */
#mainIndex {
	width:460px;
	margin-left: 38px;
	margin-right: 38px;
} 
#mainIndex h1, #mainIndex p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 38px;
}
#mainIndex h1 {
	font-weight:normal;
	font-size:1.05em;
}

/* Sidebar1 IDs */
#sidebarIndex {
	float: right; 
	width: 510px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0; /* top and bottom padding create visual space within this div */
}
#sidebarIndex h1, #sidebarIndex p {
	margin-left: 19px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 19px;
}
#staffDetails {
	height:135px;
	background: #669933;
	float:left;
	width:351px;
}
#staffDetails h3 {
	font-size:.65em;
	color:#FFFFFF;
	text-align:center;
}
#staffDetails p {
	font-size:.7em;
}
#staffDetails a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#staffDetails a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
#staffPic {
	height:135px;
	background: #669933;
	float:right;
	width:121px;
	margin-right: 38px;
}
#socialNetworkingDetails {
	height:135px;
	background: #669933;
	float:left;
	width:351px;
}
#socialNetworkingDetails h3 {
	font-size:.75em;
	color:#FFFFFF;
	text-align:center;
}
#socialNetworkingDetails p {
	font-size:.7em;
}
#socialNetworkingDetails a {
	color:#000000;
	font-weight:bold;
}
#socialNetworkingPic {
	height:135px;
	background: #669933;
	float:right;
	width:121px;
	margin-right: 38px;
}
#quotesDetails {
	height:135px;
	background: #669933;
	float:left;
	width:351px;
}
#quotesDetails h3 {
	font-size:.75em;
	color:#FFFFFF;
	text-align:center;
}
#quotesDetails p {
	font-size:.75em;
}
#quotesDetails a {
	color:#000000;
	font-weight:bold;
}
#quotesPic {
	height:135px;
	background: #669933;
	float:right;
	width:121px;
	margin-right: 38px;
}