/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
	line-height: 1.5em;	
	background: transparent url('../images/blackRockBG.jpg') left top repeat;
	text-align: center;
}

a, a:visited {
	text-decoration: underline;
	color: #1C3C6F;
}

a:hover, a:visited:hover  {
	color: #666;
}

form {
	margin-top: 15px;
}

h1{
	font-size: 24px;
	padding-top: 10px;
	margin: 0 25px 10px;
	color: #333;
}

h2{
	font-size: 18px ;
	margin: 0 25px 0 35px;
	color: #333;
}

h2.center{
	font-size: 18px ;
	margin-bottom: 15px;
	color: #333;
}

h3 {
	font-size: 16px;
	margin: 10px 0 5px 10px;
	clear: left;
	color: #333;
}

p {
	margin: 0 25px 10px 40px;
}

ul {	
	margin: 0 0 10px 80px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#address {
	position: relative;
	top: 10px;
	right: 0;
	text-align: right;
}

#address p  {
	font-size: 14px;
	line-height: 1.2em;
	margin-right: 10px;
}

#bannerLeft {
	position: absolute;
	top: 10px;
	left: 0;
	width: 750px;
	height: 325px;
}

#bannerRight {
	position: absolute;
	top: 30px;
	left: 750px;
	width: 250px;
	height: 325px;
	padding-top: 50px;
	background: transparent url('../images/headerRightStyled.jpg') top left no-repeat;
}

#bannerRight p  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.2em;
	color: #FFF;
}

#bannerRight p.author {
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	text-align: right;
}

#callout {
	width: 75%;
	margin: 10px auto 15px;
	padding-top: 10px;
	border: 1px double #DEDEDE;
	border-width: 1px 0;
}

#callout p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.5em;
	color: #999;
	margin: 0;
}

#callout p.author {
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	text-align: right;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	width: 750px;
	margin: 0;
	padding: 25px 0;
	background: #FFF;
	min-height: 475px;
	height: auto !important;
	height: 475px;

}

#copyright {
	position: relative;
	width: 750px;
	height: 35px;
	background: #252524;
	text-align: right;
	color: #FFF;
}

#copyright a {
	color:#FF9;
}

#copyright a:hover {
	color:#FFF;
}

#copyright p {
	margin-right: 10px;
	padding-top: 8px;
	font-size: 11px;
}

#fixed {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-top: 380px;
	text-align: left;
	background: transparent;
}

#menu {
	position: absolute;
	top: 345px;
	left: 0;
	width: 750px;
	height: 35px;
	background: #252524;
}

#menu ul {
	list-style: none;
	margin: 0 10px auto auto;
	padding: 0;
	float: right;
	font-size: 12px;
	letter-spacing: 1px;
}

#menu ul li { 
 	float: left;
 	margin: 7px 0 0 30px;
 	padding-bottom: 8px;
}

#menu li a { 
	text-decoration: none;
	color: #FFF;
	margin-top: 18px;
	padding-bottom: 8px;
}

#menu li a:hover, #home li.home a, #coaching li.coaching a, #about li.about a, #contact li.contact a { 
	background: transparent url(../images/menuBullet.gif) bottom center no-repeat;
}

#subContent {
	position: absolute;
	top: 390px;
	left: 750px;
	width: 250px;
	margin: 0;
	background: transparent url('../images/rightBG.jpg') top center repeat-y;
}

#subContent p {
	margin-left: 25px;
	color: #999;
	line-height: 1.25;
}

#subCopyright {
	position: relative;
	top: 10px;
	left: 0;
	width: 250px;
	height: 35px;
	background:  transparent url(../images/rightMenuBG.jpg) top center repeat-y;
}

#subCopyright p {
	margin-left: 15px;
	color: #FFF;
}

#subMenu {
	position: absolute;
	top: 355px;
	left: 750px;
	width: 250px;
	height: 35px;
	background:  transparent url(../images/rightMenuBG.jpg) top center repeat-y;
}

#subMenu h2 {
	margin: 0 0 auto 15px;
	padding-top: 7px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFF;
}

/***********************************************/
/* Individual Classes                          */
/***********************************************/
.center {
	text-align: center;
}

.fRight {
	float: right;
	margin: 0 10px 1px;
}

.phone {
	font-size: 21px;
	font-weight: bold;
}