@charset "UTF-8";
@import url(reset.css);

/* CSS Document */

/* COLORS -----------

Red			#A11E22
Black		#000000
Gray		#666666
Light Gray	#999999
Dark Gray	#323232
White		#FFFFFF
Pink		 #FF0080

-------------------*/
/* BODY */
body 
{ 
	/*background-color:#000000;*/
	
	font-size:12px;
	line-height:20px; 
	font-family: "Bookman Old Style", "Verdana";
	color:#000000;
	
}
br
{
line-height:5px;
} 
h1
{ 
font-size:16px; 	color:#A11E22;  	font-weight:bold; 	line-height:30px; 	text-transform:uppercase; 	padding:0; 	margin:0; 
}
h2
{ 
font-size:12px;	color:#A11E22; 	font-weight:bold; 	line-height:30px; 	text-transform:uppercase; 	padding:0; 	margin:0; 
}
h3 
{ 
font-size:14px; 	color:#A11E22; 	font-weight:bold; 	text-transform:uppercase;	padding:0; 	margin:0;	text-decoration: underline;
}
h4
{ 
font-size:14px; 	color:#A11E22; 	font-weight:bold; 	line-height:20px; 	 	padding:0; 	margin:0; 	/*border-bottom:1px solid #A11E22*/; 
}
h5 
{ 
font-size:16px; 	color:#A11E22; 	font-weight:bold; 	line-height:20px; 	text-transform:uppercase; 	padding:0; 	margin:0; }
h6 
{ 
font-size:14px; 	color:#000000; 	font-weight:bold; 	line-height:30px; 	text-transform:uppercase; 	padding:0; 	margin:0;	
}



p 
{ 
line-height:14px; 	padding:0px 0px 10px 0px; 
}
em 
{ 
font-weight:bold; 	color:#999999; 
}

/* DEFAULT ANCHORS */
a
{
	font-size:10px;	line-height:15px; 	color:#CCC; text-decoration:none;
}
a:hover
{ 	color:#FFF;	}
a, a img
{	border:none;	}
a:active, a:focus
{ 	outline:none;}

/* CUSTOM ANCHORS */
a.bottom
{ 
	font-weight:bold;
	/* color:#CCCCCC; */
	text-transform:uppercase; 
	line-height:15px; 
	letter-spacing:1px; 
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ffffff; 
}
a.bottom:hover 
{
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
	font-weight:bold;
	border-bottom:1px solid #ffffff; 
}
a.link
{ 
	color:#800040;
	font-weight:bold;
	font-size:12px;
	/* color:#CCCCCC; */
	line-height:15px; 
	letter-spacing:1px; 
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #800040; 
}
a.link:hover 
{
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
	font-weight:bold;
	border-bottom:1px solid #800040; 
	color:#800040;
}
a.more
{ 
	font-weight:bold;
	/* color:#CCCCCC; */
	text-transform:uppercase; 
	line-height:20px; 
	letter-spacing:1px; 
	padding:3px 10px 2px 1px; 
	border-bottom:3px solid #323232; 
	
}
a.more:hover 
{
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60; 	
color:#000000; 
	border-bottom:3px solid #FF0080; 
	background-color:#ffffff; 
	
}
	

/* FLOATS */
.left { float: left; }
.right { float: right; }
.center { float: center; }


/* BREAKS */
.force_break { clear:both; }
.soft_break { clear:both; }
.hr_break { clear:both; height:1px; background:url(/images/takethewalk/border_dot_horizontal.gif) repeat-x; }

/*
/* STRUCTURE */
/*#container { width:985px; height:100%; min-height:100%; margin:0px auto 60px; }
.one_column { width:223px; }
.two_column { width:477px; }
.three_column { width:731px; }
.four_column { width:985px; } */

cCOLUMN SPECS */

/* List */
ul.featurelist {
	margin: 0 0 0 20px;
	padding: 0;
}

ul.featurelist li {
	margin: 0;
	padding: 0 0px 1px 5px;
	/*background:url(../images/arrow.gif) left no-repeat;*/
	color: inherit;
	font-weight:bold;
}
font.colorwhite	{
	background-color: inherit;
	color: #ffffff;
}
font.colorstrawberry	{
	background-color: #FF0080;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	
	/*color:#FF0080;*/
}
font.colorback	{
	background-color:#A11E22;
	color:#ffffff;
	font-weight:bold;
}
font.colorbold	{
		color:#A11E22;
	font-weight:bold;
}
font.bottomtext
{
	color:#A11E22;
	background:#FFFFFF;
}

td.margin_left 
{ padding-left:20px; }


td.margin_right { padding-right:20px; }

ol.number
{
	font-weight:bold;
}

font.lighttext 
{ 
font-size:13px;
 color:#000000; 		padding:0; 	margin:0;	
}
font.texthigh 
{ 
font-size:13px;
 padding:0; 	margin:0;	
}





