/*
	---------------------
	Company:  Leopard, Inc.
	Author:  Chris Johnson
	Author:  Chris McCain
	Date:  May 4, 2007
	----------------------
*/

/* PAGE/GENERAL */
	
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#535353;
	font-size: 12px;
	height: 100%;
	width: 100%;
}

.clearer {
	clear: both;
}

.smalltext {
	font-size: 10px;
	}

.smallesttext {
	font-size: 9px;
	}

img {
	border-style: none;
}

a:link {
	color:#b32e00;
	text-decoration: none;
	}
	
a:visited { 
	color: #b32e00;
	text-decoration: none;
	}
	
a:hover { 
	color: #005dab;
	text-decoration: none;
	}
	
a:active { 
	color: #005dab;
	text-decoration: none;
	}
	
.redhighlight {
	color: #ff1e1c;
}


/* BEGIN CONTENT */

#container {
	background-color: #FFFFFF;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 786px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	margin-top: 20px;
	}

/*---------------------MAIN NAVIGATION----------------------*/

#headernavarea {
	background-image:url(../images/headernavarea.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	width: 759px;
	height: 159px;
	margin: 0 auto;
	text-align: center;
}

#headernavarea #homelink a {
	width: 759px;
	height: 25px;
	display: block;
	position: absolute;
	z-index: 5;
	top: 36px;
}

#navbuttons {
 	width: 759px;
 	height: 125px;
 	float: left;
 	margin: 34px 0 0 27px;
 	padding: 0;
 	position: relative;
}

#navbuttons li {margin: 0; padding: 0; list-style: none; float: left;}

#navbuttons a {display: block;}


#home {left: -26px; top: 0px; width: 230px; height: 125px;}
#about {left: -240px; top: 0px; width: 115px; height: 63px;}
#alternativeboard {left: -373px; top: 0px; width: 115px; height: 63px;}
#businesstools {left: -488px; top: 0px; width: 115px; height: 63px;}
#coaching {left: -603px; top: 0px; width: 115px; height: 63px;}

#home a {height: 125px;}
#about a {height: 63px;}
#alternativeboard a {height: 63px;}
#businesstools a {height: 63px;}
#coaching a {height: 63px;}

#home a:hover {background: url(../images/headernavarea.jpg) -27px -34px no-repeat;}
#about a:hover {background: url(../images/headernavarea.jpg) -257px -168px no-repeat;}
#alternativeboard a:hover {background: url(../images/headernavarea.jpg) -372px -168px no-repeat;}
#businesstools a:hover {background: url(../images/headernavarea.jpg) -487px -168px no-repeat;}
#coaching a:hover {background: url(../images/headernavarea.jpg) -602px -168px no-repeat;}

/*----------------------CONTENT AREA---------------------*/

#contentarea {
	width: 759px;
	margin: 0 auto;
	background-image:url(../images/top_bottomgradient_bg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

/*----------------------TAB---------------------*/
#tab {
	float: left;
	width: 257px;
	background-image:url(../images/headertab.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#tabbottom {
	float: left;
	width: 257px;
}
	
#tab p{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	line-height: 20px;
	padding: 10px 23px 0 64px;
}
#tab a {
	font-size: 12px;
}

#tab img{
	margin: 40px 0 0 0;
	padding: 40px 0 0 33px;
}

#numbers{
	text-align:center;
	color:#b32e00;
	font-family:"Times New Roman", Times, serif;
	padding: 50px 19px 13px 54px;
	line-height: 15px;
}

.phone {
	font-size: 22px;
}

.fax {
	font-size: 15px;
}
	
#tabcontactinfo {
	text-align:center;
	margin: 0 0 0 27px;
	padding: 0 0 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#tabcontactinfo p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding: 0;
}

/*----------------------RIGHT COLUMN---------------------*/
#headerphoto {
	float: right;
	width: 502px;
	height: 89px;
	background-image:url(../images/headerpic.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	}
	
#textarea {
	float: right;
	width: 460px;
	padding: 10px;
	margin: 10px 0 0 0;
	line-height: 14px;
}

#textarea p{
	margin: 0 0 12px 0;
	}
	
	#coloredboxesbg {
	background-color: #fdf1dc;
	width: 452px;
}

#coloredboxesleft {
	float: left;
	width: 198px;
	padding: 14px;
	}
	
#coloredboxesright {
	float: right;
	width: 198px;
	padding: 14px;
	}

#coloredboxesborder {
	float: left;
	width: 452px;
	border: 4px double #fdf1dc;
	font-size: 11px;
	line-height: 12px;
	margin: 5px 0 0 0;
	}
	
#coloredboxesborder img {
	border: 1px solid #c96842;
	float: right;
	margin-left: 6px;
	}
	
#emailtofriend {
	float: right;
	text-align: right;
	width: 470px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*----------------------FOOTER AREA---------------------*/
	
#footerarea {
	width: 788px;
	height: 48px;
	background-image:url(../images/structurebottom.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#contactinfo {
	line-height: 12px;
	float: left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../images/bottomgradient_bg.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	width: 231px;
	height: 64px;
	margin-left: 40px;
	padding-top: 5px;
}

#contactinfo a{
	color: #b32e00;
	font-size: 13px;
}

#contactinfo a:hover{
	color: #005dab;
}

#copyright {
	float: right;
	color: #FFFFFF;
	font-size: 10px;
	padding: 14px 0 0 0;
	text-align:left;
	width: 500px;
}

#copyright a {
	font-weight: bold;
	color: #FFFFFF;	
}