/* CSS Document for blake-turner.com*/
/*------Global---------*/
* 	{ 
	padding: 0; 
	margin: 0; 
} 

.white {color: #FFFFFF}
.green {color: #FFFFFF}


body { background-image: url(../commonimages/bg.gif); font-family: Arial, Helvetica, sans-serif; font-size: 0.7em; line-height: 1.5em; text-align: justify; 

}
p{ margin-bottom: 1em; text-align: justify; 

}
a:link {
	color: #4C9170;
}

a:visited {
	color: #4C9170;
}

a:hover {
	color: #000000;
	text-decoration: none;
}	

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	letter-spacing: -1px;
	margin-bottom: 1.1em;
}	

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	letter-spacing: -1px;
	margin-bottom: 1.1em;
}	

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	letter-spacing: -1px;
	margin-bottom: 1.1em;
}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	letter-spacing: -1px;
	margin-bottom: 1.1em;
}	

h5 { font-family: "Times New Roman", Times, serif; font-size: 1.6em; font-weight: normal; color: #AAAAAA; text-transform: none; font-style: italic; padding-bottom: 15px; }

input {
	width: 150px;
}

label.hiddenlabel {
	display:none;
}

.button {
	width: 50px;
}

#contentholder{
	padding: 0;
	margin: 0;
	position: relative;
	width: 830px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	background-image: url(commonimages/rightbg.gif);
	}
	
.toggle { font-size: 1.2em; } 
.secondtitle { padding-top: 35px; }
	
/*------Top------*/
#header{
	height: 86px;
	width: 810px;

	} 
	
#headpic{
	height: 86px;
	float: left;
	width: 810px;
	background-image: url(../commonimages/head.gif);

	} 

/*------Navigation------*/

	
	
#navholder {
	z-index: 9;
	position:relative;
	left:309px;
	top:0px;
	width:471px;
}

#rounded {
	height: 23px;
	float: right;
	background-image: url(../commonimages/rounded.png);
	width: 201px;

}

#navmenu{
	float: right;
	width: 201px;
	background-color: #6A6B6A;

	} 	
	
#nav span {
	display:none;
}

#navmenu ul {
	margin: 0; 
	padding: 0; 
	border-bottom: none; 
}

#navmenu li {
	position: relative; 
	width: 201px; 
	float: left; 
	margin: 0; 
	list-style: none; 
	line-height: 30px;
}

#navmenu #home a:hover,
#navmenu #about a:hover,
#navmenu #practice a:hover,
#navmenu #newsletter a:hover,
#navmenu #contact a:hover {
	background-position:bottom;
}

#navmenu li a {
	display: block; 
	padding: 0px; 
	text-decoration: none;
	color: #fff;
	height:38px;
}

#navmenu span {
	display:none;
}

/* rollover menu items */

#navmenu #home a {
	background:url(../commonimages/menu/homeroll.gif);
}

#navmenu #about a {
	background:url(../commonimages/menu/aboutroll.gif);
}

#navmenu #practice a {
	background:url(../commonimages/menu/practiceroll.gif);
}

#navmenu #newsletter a {
	background:url(../commonimages/menu/newsletterroll.gif);
}
#navmenu #contact a {
	background:url(../commonimages/menu/contactroll.gif);
}

/* static menu items */

#navmenu #homestatic a { 
	background:  url(../commonimages/menu/homestatic.gif);	
	}
	
#navmenu #aboutstatic a {
	background:  url(../commonimages/menu/aboutstatic.gif);	
	}	
	
#navmenu #practicestatic a {
	background:  url(../commonimages/menu/practicestatic.gif);	
	}
	
#navmenu #newsletterstatic a {
	background:  url(../commonimages/menu/newsletterstatic.gif);	
	}
	
#navmenu #contactstatic a {
	background:  url(../commonimages/menu/contactstatic.gif);	
	}	
	
	
	
/*------Main------*/
#maincontent {height: 100%;}	
#rightside{ float: right; width: 545px; background-color: #FFFFFF; margin-right: 26px; 

	} 
	

#leftside{
	float: left;
	width: 259px;

	} 
	
#rightside li{
	margin-left: 5px;
	margin-bottom: 0.2em;
	list-style-type: none;

}

#bio-picture { float: right; }


	
#search{
	float: right;
	width: 201px;
	margin-top: 40px;
	text-align: right;
	margin-right: 10px;

	} 		

	

#rightcontent{ margin-top: 30px; padding-left: 22px; padding-right: 35px; padding-bottom: 60px; 

	} 
	
	#rightcontent ul{
	
	

	} 

#memberof { width: 100px; float: right; margin-top: 20px; padding-right: 40px; 
	}
	
#regulateby { width: 100px; float: right; margin-top: 20px; padding-right: 40px; font-family: "Times New Roman", Times, serif; 
	}
#insideleft {
	float: left;
	width: 230px;
	margin-top: 35px;
	}

#insideright {
	float: right;
	width: 235px;
	margin-top: 35px;
	}
#hidden {
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 15px;
}
#grey {
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 15px;
	margin-bottom: 2em;
	margin-top: 1.5em;
}

#btm {
	height: 80px;
	clear: both;
	padding-top: 5px;
	}
#btm p {
	color:#FF0000;
}
.person_title { text-align: left; }
/*-------Footer---------*/
#footer{ padding: 0; margin: 0; position: relative; width: 810px; margin-right:auto; margin-left:auto; text-align: left; height: 152px; background-image: url(../commonimages/btom3.jpg); float: right; 
	} 

