/* 
==============================================================================
Created for:	bdat - building designers association of tasmania.
Date: 			June '06.
Created by: 	studio H2V.
				www.studioh2v.com
==============================================================================
*/




body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	background: #311100;
	}

#wrapper  {
	position: relative;
	background: url("../images/bg-main.gif") repeat-y left top; 
	text-align: left; 
	margin: 0 auto; 
	padding: 0 13px; 
	width: 750px;
	}
	
#flashcontent {
	border: solid 1px #000;
	width: 750px;
	height: 300px;
	margin: 0; 
	padding: 0; 
	border: 0pt;
	}

.flash {position: relative; top: 80px; left: 30px;}



/************ linkage *******************/

a:link {
	color: #fff111; 
	text-decoration: none; 
	border-bottom: dotted; 
	border-bottom-width: 0.1em
	}

a:visited {
	color: #f7941d; 
	text-decoration: none; 
	border-bottom: dotted; 
	border-bottom-width: 0.1em
	}

a:hover {
	color: #fff; 
	background: #7b2e00; 
	text-decoration: none; 
	border-bottom: 0pt;
	}

h2 a:link, h2 a:visited {
    color: #444;
	text-decoration: none;
	}
	
h2 a:hover {
    color: #fff;
	background: #7b2e00;
	text-decoration: none;
	}
	


/************ text formating *******************/

p, ul, li, dl, dd, cite {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    }
    
h1, h2, h3, h4, h5 h6 {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	}

p {font-size: 12px; line-height:18px; color: #ddd; margin: 0 0 1.25em 0;}
h1 {display: none;}
h2 {font-size: 18px; color: #fff; margin: 0 0 1.2em 0; font-weight: bold;}
h2 span {font-size: 13px; color: #777; }
h3 {font-size: 14px; color: #552203; margin: .5em 0 .15em 0;}

ul {font-size: 12px; margin: 10px 0; padding: 0;}
ul li {font-size: 12px, line-height: 18px; color: #444; margin: 0 0 0 20px; padding: 4px 0;}



/************ layout divs *******************/

#photo {
	margin: 0; 
	padding: 0; 
	border: 0pt;
	}

#mainColumn {
    width: 530px;
	background: #fff;
	margin: -2px 0 0 0px;
	padding: 60px 30px 30px 30px;
	background-repeat: repeat-y;
	background-color: #4b2e00;
	border: 0pt;
	}

#sideColumn {
   	position: absolute;
	left: 588px;
	top: 447px;
	width: 165px;
	height: 100%;
	}



/************ homepage layout *******************/

body#home div#wrapper { 
	height: 100%;
	}

div#tagline  {
	background: #18140d url("../images/bg-tagline.gif") no-repeat left top; 
	margin: 0 0 0 94px; 
	width: 469px; 
	height: 100px;
	}

body#home h1 {
	margin: 0; 
	padding: 0; 
	font-size: 12px; 
	font-weight: normal; 
	color: #fff;
	}

#logo {
	position: absolute;
	top: 6px;
	left: 620px;
	text-decoration: none;
	}

#logo a {
	text-decoration: none;
	border-bottom: 0;
	}

#logo a:hover {
}



/************ navigation *******************/

#navBox {
	position: absolute;
	left: 645px;
	top: 320px;
	width: 95px;
	}

div#navBox ul {
     margin: 0;
	 padding: 0;
	 list-style-type: none;
	 }
	 
div#navBox ul li  {
     margin: 0;
	 padding: 4px 0;
	 font-size: 12px;
	 font-family: Helvetica;
	 font-size: 1.4em;
	 text-align: right;
	 }
	 
div#navBox ul li a:link, 
div#navBox ul li a:visited {
     color: #fff;
	 text-decoration: none;
	 border-bottom: 0pt;
	 }
	 
div#navBox ul li a:hover {
     color: #f7941d;
	 background: none;
	 }
	 
div#navBox ul li#here a {
    color: #f7941d;
	 }
	 
.nav {font-size: 0.6em; border-bottom: 0pt; background-color: #333; padding-left: 40px}

#navBox ul li #menu7 a {
	line-height: 0.4em; 
	padding-top: -4px;
	}



/************ sub navigation *******************/

#subNav {
	position: absolute;
	z-index: 10;
	left: 20px;
	top: 4px;
	width: 290px;
	}

#subNav a {
	text-decoration: none; 
	color: #fff; 
	border: 0pt; 
	padding: 0px; 
	margin: 0px;
	}

#subNav ul {
	padding: 0px; 
	margin: 0px;
	}

#subNav li {
	padding-left: -10px; 
	line-height: 4px;
	}

#subNav ul li {
	list-style: none; 
	display: inline; 
	padding-left: 0px; 
	line-height: 4px;
	}

#subNav ul li a {
	margin-right: -15px;
	}

#subNav a:hover {
	background-color: #7b2e00;
	}



/************ footer *******************/

#footer  {
	background: url("../images/bg-footer.gif") no-repeat left top; 
	text-align: left; 
	margin: 0 auto; 
	padding: 0; 
	width: 776px; 
	height: 60px; 
	}

#footer p {
    margin: 0 0 0 42px;
	padding: 15px 0;
	font-size: 10px;
	color: #5a5037;
	}
	
#footer p a:link, footer p a:visited {
    color: #5a5037;
	text-decoration: none;
	}
	
#footer p a:hover {
     color: #f7941d;
	 text-decoration: underline;
	 background: none;
	 }
	 
.spacer {margin-left: 160px;}
