/* 
CSS for theactorscoach.com.au
by Jack Kerr for Metaheadz (www.metaheadz.net)
*/

/* GENERAL RULES */

* {
	margin: 0;
	padding: 0;
	font-family: georgia,  sans-serif;
	font-size: 95%;
	line-height: 1.2;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
}
body {background: #E3DFE0; margin: 0;}
strong {font-weight: bold;}
#wrapper {
	margin: 0 auto; 
	text-align: center; 
	padding: 0px 20px; 
	 
	border-top: 2px #191919 solid;
	border-bottom: 2px #000000 solid;
}
#wrapper.main, #wrapper.bios, #wrapper.info, #wrapper.index {width: 1000px;}
#wrapper.bios {background: url(images/bios.jpg) no-repeat #fee119;}
#wrapper.info {background: url(images/info.jpg) no-repeat #fee119;}
#wrapper.index {background: url(images/index.jpg) no-repeat #fee119;}
h1 {font-size: 225%; font-weight: normal; font-style: italic; color: #191919; float: right; border-top: 10px #191919 solid; }
h2 {font-size: 100%; color: #191919; float: right; margin: 10px 0;}

p {text-align: left;}
.right {float: right; display: inline;}
img {border: none}
.clear_both, .clear_both_spacer  {clear:both; height: 0px; background: none;}
.clear_both_spacer {height: 10px;}

/* HEADER */
#header {width: 1000px; margin: 0 0 420px 0; text-align: right;}
#header img {float: left; margin: 0 10px 0 0;}
#header address {font-size: 100%; font-weight: normal; text-align: right; }
#header address a {background:#bbbbbb; padding: 2px; text-decoration:none; color: #000000;}

/* NAVIGATION */

#nav {color: #191919; text-decoration: none; font-size: 100%; float: right;}

#nav a {text-decoration: none;  color: #191919; }

#m1 {margin: 7px 10px 10px -10px;
 }

#nav li {margin: 0; display: inline; float: left; margin: 0 0 0 10px;}

#nav li a {font-size: 100%; text-decoration: none; width:130px;}

#nav li a:hover, #nav li a.active {text-decoration: underline;}

#nav div {position: absolute; visibility: hidden;}

#nav div a:hover {background: #fd5459; color: #FFF}

/*FRONT PAGE */
#content, #contact {background: #f9f9f9; padding: 30px; text-align: left;}

#content img {float: left; margin: 5px;}
#content p, #content ul {
	text-align:left; 
	display: block;	
	margin: 0 0px; 
	padding: 0 0 10px 0; 
	
}

/*CONTENT / CONTACT */
h3 {margin: 0 0 15px 0; padding: 0; font-weight: bold; font-size: 120%; border-bottom: 1px #999999 solid;}

.levels dt {margin: 0; padding: 3px 3px 3px 0; float: left; display: inline; font-size: 150%;  text-align: right;  width: 110px; color: #999999; }
.levels dd {display: inline; float: right; width: 810px;  font-size: 110%;}


.bio dt {
	margin: 0; 
	padding: 0; 
	float: left; 
	display: inline; 
	font-size: 150%;  
	text-align: right;  
	width: 300px; 
}
.bio dt img  {
	width: 300px;
	height: 200px:
	background: #555555;
	margin: 0; 
	padding: 0;
}
.bio dd {display: inline; float: right; width: 610px;  font-size: 110%;}

.bio dd strong, .em strong, .em {font-style: italic;}
.noem {font-style: none}

#contact dl {float:left; display: inline; width: 200px;}
#map_canvas {float: right; display: inline; text-align: left; margin: 0 0px;}

#contact dt {color: #999999; margin: 15px 0 0 0;}



/* FOOTER */
#footer {text-align: left; margin: 15px 0 0 0; padding: 0 0 0 0; text-align: right; background: none;}
#footer h4 {border-bottom: 5px #000000 solid; display: block; float: right;}

#footer a {text-decoration: none; color: #000000;}

/* METAHEADZ */
.metaheadz {margin-right: 1px; }


/* END */ 
