@charset "utf-8";
/* --- basic styling ---*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background:url(images/iStock_000009366956XSmall_390x308.jpg) repeat fixed center top transparent;
	/*background: url("images/GrassTall0019_thumbhuge.jpg") repeat fixed center top transparent;*/
	/*background-color: #FFFFFF; */
	font-family: Georgia, "Times New Roman", Times, serif; 
	color:#333333;
}
	
#wrapper {
	position:relative;
	width:1024px;
	height:760px;
	margin: 0 auto;
	/* Add image along Y axis of whole image for the sidebar background color*/
}
	
#clear {
	clear: both;
	}
	
#content { 
	position:relative;
	width:1024px;
	height:760px;
	margin: 0 0 0 0;
	background: url(images/tt_body5.png) no-repeat ;
}

#content #leftside {
	float:left;
	width:175px;
	color:#333;
	font-size:14px;
	margin-left:25px;
	/* remove background image to extent sidebar the full length of Y axis */
}
#content #leftside p {
	margin:8px;
}
#content #leftside a:link {
	color: #FFFFFF;	
	text-decoration:none;
}
#content #leftside a:visited {
	color: #FFFFFF;	
	text-decoration:none;
}
#content #leftside a:hover {
	/*color: #424E78;*/
	color: #63F;
}
#content #leftside a#current {
	color: #333333; 
	text-decoration:none;
	padding-top: 10px;	
}
#content #rightside #contact {
	position:absolute;
	top:700px;
	left:400px;
	width:350px;
	color:#FFF;
	font-size:11px;	
}
#content #rightside {
	float:right;
	width:775px;
	height: 500px; 
	text-align: left;
	margin-top:110px;
	margin-right:10px;
	display:inline;
	overflow:auto;
}
#content #rightside h2, h3, h4 {
	margin: 10px;
}
#content #rightside p{
	margin-left: 20px;
	margin-right: 20px;
}
#content #rightside img {
	margin: 8px;
	margin-left:10px;
}
#content #rightside #inside {
	width:630px;
	/*margin 0 0 0 0;
	height:500px;*/	
}
#content #rightside #inside #social{
	position:absolute;
	top:450px;
	left:510px;
	width:355px;	
}
#content #rightside #inside #org_side{	
	float:right;
	margin-top:-810px;	
	width:275px;	
}
#content #rightside #inside #bus_side{	
	width:275px;	
}
#content #rightside #inside #org_side p{
	margin: 8px;
}
#content #rightside #inside #bus_side p{
	margin: 8px;
}
#content #rightside a:link {
	color: #000000;	
	text-decoration:none;
}
#content #rightside a:visited {
	color: #000000;		
	text-decoration:none;
}
#content #rightside a:hover {
	color: #63F;	
}
#footer {
	/*color: #757D72;*/
	color:#000;
	font-size:12px;
	margin-top: 10px;
	text-align: center;
	width: 1024px;
	padding-bottom: 10px; 
}	
/*---rollovers need to be in the order of link, visited, hover, active ---*/	
#footer a:link {
	/*color: #757D72;	*/
	color:#000;
	text-decoration:none;
}
#footer a:visited {
	/*color: #757D72;	*/
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color: #63F;	
}
