/* ---------------------------------------------------------------------------------------------------
		Code For:  Alison Dunlap Coaching
		Last Edited: December 2008
		Coder: SyntiroDesign.com - Chris Douillard (cdouillard@syntirodesign.com)
		Description: 
   ------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------
   Initial Settings
   ------------------------------------------------------------------------------------------------- */
body {
	text-align:center;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #e6e6e6;
	margin:15px auto;
}

/* Links ------------------------------------------------------*/
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:underline;
}
img {
	border:0; 
}
div {
	margin:0;
	padding:0;

	/*border:1px solid black;*/
}

/* Span Elements ------------------------------------------------*/
.black11 {
	font-size:11px;
}

.black12 {
	font-size:12px;
}

.black14 {
	font-size:14px;
}
.black16 {
	font-size:16px;
}
.underline {
	color:#990000;
	text-decoration:underline;
}

/* Container ----------------------------------------------------*/
#container {
	width:750px;
	margin:auto;
}
/* ---------------------------------------------------------------------------------------------------
   Header Elements
   ------------------------------------------------------------------------------------------------- */
#header {
	width:752px;
	text-align:left;

}
#headerImages {
	padding-bottom:10px; 
	text-align:center;

}
#headerImages2 {
	padding: 5px 0px 5px 0px; 
	text-align:center;
}
#headerImages3 {
	padding: 10px 0px 2px 0px;
	text-align:center;
}

#headLogo {
	height:75px;
	width:314px;
	float:left;
}

#headLogo2 {
	height:75px;
	width:314px;
	float:none;
}
#headRight {
	background-image:url(../images/headRight.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	width:436px;
	height:78px;
	font-size:13px;
}
#headRight2 {
	text-align:right;
	float:left;
	width:430px;
	height:38px;
	padding-top:40px;
	font-size:13px;
}
#headLine2 {
	text-align:center;
	float:none;
	width:750px;
	height:24px;
	padding-top:8px;
	font-size:13px;
}
#headLinks1 {
	height:25px;
	width:300px;
	float:left;
	padding:50px 0px 0px 5px;
}
#headLinks2 {
	text-align:right;
	height:9px;
	width:111px;
	font-size:11px;
	float:left;
}
#headLinks3 {
	height:12px;
	width: 111px;
	text-align:right;
	clear:both;
	padding-top:37px;
	float:left;
}
/* ---------------------------------------------------------------------------------------------------
   Index Elements
   ------------------------------------------------------------------------------------------------- */
#indexBody {
	background-image:url(../images/indexBody.jpg);
	background-position:top;
	background-repeat:no-repeat;
	clear:both;
	height:325px;
	width:750px;
	float:left;
	text-align:left;
}
#indexBox {
	width:475px;
	margin:36px 17px;
	font-size:11px;
	padding:20px 0px 0px 20px;
	line-height:175%;	
}
#indexImage1 {
	background-image:url(../images/indexImage1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	clear:both;
	text-align:left;
	height:135px;
	float:left;
	width:750px;
}
#bullets {
	margin:19px 0px 0px 205px;
	font-size:13px;
	text-align:center;
}
/* ---------------------------------------------------------------------------------------------------
   Main Body Elements
   ------------------------------------------------------------------------------------------------- */
#mainBody {
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat;
	width:750px;
	float:left;
	text-align:left;
}
#mainTop {
	background-image:url(../images/mainTop.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom:10px;
	clear:both;
	width:750px;
	height:8px;
	float:left;
	text-align:left;
}

#leftColumn {
	clear:both;
	margin-left:15px;
	padding-bottom:10px;
	float:left;
	width:525px;
	font-size:12px;

}

#oneColumn {
	clear:both;
	margin-left:20px;
	padding-bottom:10px;
	float:left;
	width:740px;
	font-size:12px;

}
#leftBox {
	background-color:#FFFFFF;
	width:520px;
}

#oneBox {
	background-color:#FFFFFF;
	width:725px;
}

#rightColumn {
	margin-left:15px;
	padding-bottom:10px;
	float:left;
	width:175px;
	font-size:10px;
}
#rightBox {
	background-color:#FFFFFF;
	width:170px;
}
#textBox1 {
	padding:0px 8px 0px 8px;
	line-height:180%;
}
#textBox2 {
	padding:0px 5px 0px 5px;
	line-height:130%;
}
/* ---------------------------------------------------------------------------------------------------
   Footer Elements
   ------------------------------------------------------------------------------------------------- */
#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
	float:left;
	text-align:center;
	font-size:10px;
	padding-top:75px;
	width:750px;
	height:99px;
}
#footer2 {
	background-image:url(../images/footer2.jpg);
	background-repeat:no-repeat;
	clear:both;
	float:left;
	text-align:center;
	font-size:10px;
	padding-top:75px;
	width:750px;
	height:99px;
}
#footer3 {
	background-image:none;
	clear:both;
	float:left;
	text-align:center;
	font-size:10px;
	padding-top:25px;
	width:750px;
	height:99px;
}
