html, body {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background:#000;
}

#wrap {
	margin:0px auto;
	margin-top:30px;
	text-align:left;
	width:1000px;
	background:#000;
	color:#FFF;
	clear:both;
}

#header {
	margin-top:30px;
	height:138px;	
	background:#FFF;
	text-align:center;
}

#menu {
	display:block;
	float:left;
	width:149px;
	margin-top:0px;
	border-right:1px solid #000;
}

#menu a {
	text-align:center;
	display:block;
	width:128px;
	*width:148px;
	margin:0px;
	margin-top:10px;
	margin-bottom:20px;
	padding:10px;
	font: bold 12px/1 sans-serif;
	color:#FFF;
	text-decoration:none;
	background:#4BB946;
    ...
}

#menu a:visited {
	background-position: -226px 0;
    ...
}

#menu a:hover {
	background-position: -445px 0;
	background:#15231B;
	color:#FFF;
   	...
}

#content {
	float:left;
	width:840px;
	*width:850px;
	min-height:300px;
	background: #000;
	color:#FFF;
}

#footer {
	clear:both;
	background:#000;
	color:#4BB946;
	height:88px;		
	text-align:left;
	margin-top:20px;
	margin-bottom:15px;
	border:0px solid #FFF;
}

#splash {
	width:500px;
	float:left;
}

#button {
	float:right;
	margin-right:-10px;
	width:310px;
	margin-top:10px;
}

#wide {
	border:0px solid #000;
	width:800px;
}

#wide2 {
	border:0px solid #000;
	width:1000px;
	margin-top:0px;
}

/* *********************** Form Fields ************************************* */
input{
	padding-left:1px;
	padding-right:1px;
	background-color: #E8FFF7;
	border: 1px solid #FFF;
	color: #000;
	font-weight:normal;
}
input:hover, input:focus {
	background-color: #FEFF7F;
	border: 1px solid #FF0000;
	color:#000;
	font-weight:normal;
}
select{
	padding-left:1px;
	padding-right:1px;
	background-color: #E8FFF7;
	border: 1px solid #002F1F;
	color: #000;
	font-weight:normal;
}
textarea{
	padding-left:1px;
	padding-right:1px;
	background-color: #E8FFF7;
	border: 1px solid #002F1F;
	color: #000;
	font-weight:normal;
}




/* ********************** Start Admin Section ******************************* */
.tr_hov {
	border: 1px solid #434470;
	background: #C7EAFE;
	
}
.trhov2 {
	border: 1px solid #434470;
	background: #C7EAFE;

}
.topline {
	border-top: 1px solid #000000;
}
.title {
	color:#fff;
	background-color: #002F1F;
	text-valign: bottom;
	font-valign: bottom;
}
.row1
{
	border-bottom: 1px solid #002947;
	background-color: #ffffff;
	text-valign: middle;
}

.row2
{
	border-bottom: 1px solid #002947;
	background-color: #E8FFF7;
	text-valign: middle;
}

.button {
	color: #ffffff;
	background:#004000;
	text-align: center;
	font-weight:bold;
	height:20px;
}
#adminmenu {
	position:float; 
	left: 0px; 
	top:200px; 
	background-color:#81B562;
	font-size: 14px;
}
a.menuLink { font-size:12px; text-decoration:none;color:#001845;}
a.menuLink:visited {font-size:12px; text-decoration:none;color:#001845;}
a.menuLink:hover { font-size:12px; text-decoration:underline;color:#FFFFFF;background-color:#000000;}

/* ********************** End Admin Section ******************************* */

.boas {
	color:#4BB946;
	font-size:40px;
	margin-bottom:0px;
	text-align:center;
}

.bigaddy {
	color:#4BB946;
	font-size:46px;
	margin-top:0px;
	text-align:center;
}

.bigphone {
	color:#4BB946;
	font-size:80px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	margin-left:20px;
}

.bigphonetext {
	color:#FFF;
	font-size:34px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:right;
	margin-right:-10px;
}

#indextext {
	width:800px;
	background:#FFF;
	color:#000;
	text-align:left;
	padding:20px;
}

table tr td { color:#FFF;background:#000; }

a { color:#397DF3;text-decoration:none; }
a:visited { color:#397DF3; }
a:hover { color:#397DF3;text-decoration:underline; }

#gcm {
	background:#4BB946;
	padding:10px;
}
#gcm a { color:#FFF;text-decoration:none; } 
#gcm a:visited { color:#FFF;text-decoration:none; } 
#gcm a:hover { color:#FFF;text-decoration:underline; }