@charset "UTF-8";

/*---------------Basic Styling---------------*/
*{
	margin: 0px;
	padding: 0px;
}
body{
	background:url(template_images/paw_bg.gif);
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	font-size: 85%;
}
#clear {
	clear: both
}

/*-----------------------------------------------------------Template Layout-----------------------------------------------------------*/	
#wrapper {
	position:relative;
	width: 900px;
	margin: 0 auto;
	/*---No Commas between 0 and auto to make the the wrapper center, or bewteen values to make them work?---*/
	border:#009900 4px solid;
}
#top {
	position:relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 90px;
	background:url(images/logo.gif) no-repeat top left;
	text-align:right;
}

/*---------------Main Navgation Begins---------------*/

#mainNavigation {
	width: 900px;
	height: 50px;
	background: url(images/template_images/green_navbar.gif) no-repeat top left;
	
}
#mainNaivgation ul {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#mainNavigation ul li {
	float: left;
	list-style: none;
}
#mainNavigation ul a {
	padding: 10px;
	font-size: 16px;
	font-family: "Bookman Old Style", "Hoefler Text";
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	width: 150px;
	height:30px;
	color:#FFFF00;
	float: left;
	display: block;
	background:url(images/template_images/navbar_divider.gif) no-repeat;
	text-align: center;
} 
#mainNavigation ul a:hover {
	background:url(images/template_images/hover_state.gif) no-repeat;
}
.rightHere {
	background: url(/images/template_images/hover_state.gif) no-repeat;
}
.tooManyWords{
	width: 150px;
	height: 30px;
	font-size: 15px;
	line-height: 18px;
}
.dummyButton {
	width: 50px;
}
/*---------------Main Navgation Ends---------------*/
#mainContent {
	position:relative;
	left: 0;
	width: 900px;
	height: auto;
}

#footer {
	bottom: 0;
	left: 0;
	width: 880px;
	height: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color:#009900;
	text-align: center;
	border-top: #009900 4px solid;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.75em;
	padding-left: 0.5em;

}
#footer a {
	color:#009900;
	text-decoration: none;
}
#footer a:hover {
	border-bottom:#009900 2px dashed;
}
#footer a:visted a:active {	
	color:#009900;
	text-decoration: none;
}
.designBy  {
	font-family: "Bookman Old Style", "Hoefler Text", serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #CCCCCC;
}
.designBy a {
	font: inherit;
	color: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
}
.designBy a:hover {
	font: inherit;
	color: #999999;
	border-bottom: 1px solid #999999;
}

/*-----------------------------------------------------------Home Page Layout-----------------------------------------------------------*/	
#homeTable {
	position: relative;
	padding-left: 14.5em;
	padding-right: 14.5em;
	width: 900px;
	height: 525px;
	background: #FFFFFF;	
}

	
	
	
	
	
	
	
	
