@charset "utf-8";
/* CSS Document */
html body {
  background: #1a441c; 
  color:#0e250f;
  font-family:Tahoma;
}
#column{
	width:756px;
	background:#0e250f;
	overflow:hidden;
	
}
#container{
}
#header {
	background:url(/imgs/header.gif);
	height:100px;
}
#navigation {
	background:url(/imgs/navigation.gif);
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	width:726px;
	text-align:center;
}
#navigation a{
    color: #0e250f;
	border-style:solid;
	border-width: 1px 0px 1px 0px;
	border-color: #FFFFFF;
	padding:1px 5px 1px 5px;
	text-decoration:none;
}
#navigation a:visited{
    color: #0e250f;
	border-style:solid;
	border-width: 1px 0px 1px 0px;
	border-color: #FFFFFF;
	padding:1px 5px 1px 5px;
	text-decoration:none;
	font-weight:normal;
}
#navigation a:hover{
    color: #0e250f;
	border-style:solid;
	border-width: 3px 0px 3px 0px;
	border-color: #FFFFFF;
	padding:1px 5px 1px 5px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#ffd86d;
	text-decoration: none;
}
#animation {
	margin-top: 5px;
	width:736px;
}
#content{
	margin-top:5px;
	width:736px;
}
#main{
	float:left;
	background:#0e250f;
	width:736px;
	text-align:justify;
}
#footer {
	background:url(/imgs/footer.gif) no-repeat;
	width:756px;
	height:39px;
	padding-top:18px;
}

#left {
	float:left;
	width:10px;
	background:url(/imgs/grad-left.gif);
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#right{
	float:left;
	width:10px;
	background:url(/imgs/grad-right.gif);
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
.ctop{
	background:url(/imgs/content-top.gif) repeat-y;
	height:13px;
	margin-left:5px;
	margin-right:5px;
}
.cwrapper {
	margin-left:5px;
	margin-right:5px;
	padding-left:16px;
	padding-right:16px;
	background:url(/imgs/content-center.gif) repeat-y;
}
.cbottom{
	background:url(/imgs/content-bottom.gif) repeat-y;
	height:27px;
	margin-left:5px;
	margin-right:5px;
}
.main{
	text-align:left;
}
#planPics{
}
#planView{
}
#planInfo li{
	display: inline;
	float:left;
	list-style-type: none;
	width: 25%;
	padding: 0;
	margin: 0;
}
#buy {
	collapse: separate;
	border: 1px solid #494833;
	width: 100%;
	text-align:center;
}
#buy td {
	border: 1px solid #494833;
	width: 20%;
}
#blockplan {
	text-align:center;
	width: 100%;
}
#blockplan td{
	width: 25%;
}	
a:link {
    color:#0e250f;
    text-decoration: none;}
a:visited {
    color:#49634a;
    text-decoration: none;
	font-weight:bold;}
a:hover {
    color:#ffd86d;
    text-decoration: underline;}
a:active {
    color:#0e250f;
    text-decoration: none;}
	
#footeremail{
    color:#8a7e6a;
}
#footeremail:visited{
    color: #8a7e6a;
}
#footeremail:hover{
    color: #8a7e6a;
}