/* CSS Document */

html {
    height:100%;
}

body {
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
  	background-color:#ffffff;
	color:#545454;
	text-align:center;
	margin:0;
	padding:0;
	height:100%; 
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	color:#545454;
	margin:0px;
}

h2{
	font-weight:bold;
	font-size:14px;
	background-color:#ffffff;
	color:#8B8B83;
	margin:0px;
}
.container {
	width:780px;
	color:#545454;
		/*color:#5400ff;john used*/
	text-align:center;
	margin:0 auto;
  	border:none;
	padding:0px;
}

/* Footer Styling */

#footer {
	text-align:center;
	background-color:#FFFFFF;
	padding:5px 0px 5px 0px;
	margin-top:5px;
	float:left;
	clear:both;
	width:100%;
	height:12px;
	color:#cde3aa;
	font-size:10px;
	overflow:hidden;
	border:0px;
}

#footer a, #lefttmenu a:active, #footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

/* Top Navigation Bar */

#title {
	float:left;
	background-image:url(/images/sbg.jpg);
	background-color:#ffffff;
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	width:100%;
	height:96px;
}

#title a{
	display:block;
	width:100%;
	height:100%;
	background-image:url(/images/dummy.gif);
}

#navigation	{
/*	This is the nice bar at the top under the sbg image */
	float:left;
	width:100%;
	height:40px;
	border:none;
	text-align:center;
	background-color:#a7c88f;
	padding:0px 0px 0px 0px;
	margin:0px;
}
#subnavigation	{
/*	This is the bar with the sub-menu choices on it */
	float:left;
	width:100%;
	height:40px;
	border:none;
	text-align:center;
	background-color:#85a66d;
	padding:0px 0px 0px 0px;
	margin:0px;
}

#navigation a{
/*	color:#FFFFFF;*/
	text-decoration:none;
	font-size:12px;
}

/* Navigation Styling */
.smspace{
	float:left;
	height:40px;
	width:1px;
	background-color:#FFFFFF;
}

.tab, .c_tab, .c_tabb{
	float:left;
	height:40px;
	text-align:center;
}

.tab a, .c_tab a, .c_tabb a{
	display:block;
	float:left;
	height:40px;
	/*color:#FFFFFF;*/
	text-decoration:none;	
	line-height:41px;
	margin:0px 0px 0px 0px;
}

.c_tab a {
	color:#FFFFFF;
	background-color:#85a66d;
}
/*#a7c88f  #85a66d*/
.tab a {
	color:#FFFFFF;
}

.c_tabb a {
	color:#000000;    /* set selected tab text color to black */
/*	background-color:#AABBCC; */
}

.quote {
	width:600px;
	color:#545454;
	background-color:#cde3aa;
	text-align:center;
	font-size:16px;
	margin:0 auto;
  	border:none;
	padding:0px;
}
.quote2 {
	width:600px;
	color:#545454;
	background-color:#cde3aa;
	text-align:center;
	font-size:12px;
	margin:0 auto;
  	border:none;
	padding:0px;
}

.tab a:hover, .c_tab a:hover, .c_tabb a:hover{
	background-color:#85a66d;
}
/*
.tab a:visited, .c_tab a:visited{
	background-color:#000000;
}

/*Content Styling */

#content {
	Float:left;
	width:100%;
	margin:0px;
	padding:10px 0px 0px 0px;
	text-align:center;
}

/* Home styling*/
