/**************************************************************************
------------------------------ GENERAL ------------------------------------
**************************************************************************/
html {
	min-height:100%;
	margin-bottom:1px;
	height:100%;
	
	}

body {
	background:#808080;
	position:relative;
	color: #1F1F1F;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: 'lucida grande', verdana, helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

a img {
	border:none;
	border-bottom:none;
	text-decoration:none;
	border-width:0;
	}

a {
	text-decoration:none;
	}

hr {
	display:none;
	}

ul {
	list-style-type:none;
	}

li span {
	margin-left:-5000px;
	}
	
strong {
	color: black;
	}

.tenpoint {
	font-size: 10px;
	line-height: 12px;
	}

.smallcaps { 
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	}

.smalltext { 
	font-size: 9px;
	}

#HomeLink {display:none;}

#outerWrapper {
	position:relative;
	width:758px; height:100%;
	margin:0 auto;
}


#contentWrapper {
	position:absolute;
	width:770px; 
	margin-top:185px;
	top:0px; left:0px;
	padding:0px 0 0px 0;
	background:#C1B488 url('/images/Background2.jpg');
}

/* Header Navigation
------------------------------------------------------------------------*/

#header {
	/*	position:relative; I don't think we need this, and it was causing problems with links not being available in the header.  Just a note if things start breaking around this NCB-2/15/06*/
	width:770px;
	height:185px;
	position:relative;
	background-image: url(../images/heeltotoeIndex6.jpg);
	background-repeat:no-repeat;
	z-index:101;
}

#header h1,
#header h2 {
	margin-left:-5000px;
	font-size:1px;
	line-height:1px;
	height:1px;
}

#header ul {
	position:absolute;
	left:246px;
	top:38px;
	}

#header li {
	display:inline;
	float:left;
	}
#header li span {
	margin-left:-5000px;
}
#header a {
	display:block;
	height:31px;
	}

/* Main Area 
------------------------------------------------------------------------*/
	#main p{margin-bottom:10px;}
	#main h1 {
		font-size:28px;
		margin-bottom:5px;
		color:#666666;
		position:relative;
		
	}
	#main h2 {
		font-size:18px;
	}
	#main h3 {
		color: #353D67;
		font-size:14px;
		letter-spacing: -1px;
		margin-bottom:0px; padding-bottom:0px;
	}
	#main a:visited {
		color:#7281BA;
	}
	#main a:link {
		color:#000066;
	}
	#main a img,
	#main a:link img, 
	#main a:visited img,
	#main a:hover img {
		border-width:0;
	}

	#main a.noborder:link, 
	#main a.noborder:visited {
		border-width:0;
	}

	.DropShadow {
		position:absolute;
		top:-3px; left:-2px;
		* top:2px;
		* left:-1px;
		* padding-bottom:10px;
		* padding-top:3px;
		color:#D19421;
	}

/* Navigation
------------------------------------------------------------------------*/
	#sidebar a:visited {
		color:#7281BA;
		text-decoration:underline;
	}
	#sidebar a:link {
		color:#000066;
		text-decoration:underline;
	}
	
	#NavRow {
		width:515px;
		height: 35px;
		background: url('/Assets/images/TopNav.gif');
		background-repeat:no-repeat;
		margin:10px 0px 10px -35px;
		padding:0px;
		position: relative;
	}
	#NavRow li {margin:0px; padding:0px; list-style:none; position:absolute; top:0px;}
	#NavRow li, #NavRow a {height:35px; display:block;}
/* End Navigation -------------------------------------------------------*/
/* End Header ----------------------------------------------------------*/

/* Footer
------------------------------------------------------------------------*/
#footer {
	width:770px;
	background-image:url('/images/Footer.jpg');
	text-align:center;
	color:white;
	z-index:100;
	clear:both;
	height:25px;
	bottom:0px;
}
#footer a:link, #footer a:visited {
	color:white;
}
