/*  
Theme Name: Broadsight
Theme URI: http://www.typeshape.com.au
Description: Widget ready and tested on WP3.0
Version: 3.0
Author: TypeShape
Author URI: http://www.typeshape.com.au*/


body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p{margin: 0px; padding: 0px; text-align: left;}
img{border: 0px;}


a, a:visited{
	color: #1A1717;
	text-decoration: underline;
}
a:hover{
	color: #1A1717;
	text-decoration: none;
}

body{
	color: #1A1717;
	background-color: #676767;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: auto;
	margin-top: 5px;
	text-align: center;
}

.center{
	text-align: center;
}

#wrapper{
	background-color: #FFFFFF;
	margin: auto;
	width: 1055px;
}



/*------------ header ------------*/
#header{
}
#headerimg{
	background-image: url(images/top-banner.jpg);
	background-repeat: no-repeat;
	width: 1055px;
	height: 220px;
}

/* first level nav */
#nav_list{
	background-color: #97895D;
	font-size: 1.1em;
	/*height: 1%;*/
	height: 34px;
	list-style: none;
	margin: 7px 0px 3px 0px;
	overflow: visible;
	padding: 8px 0px 0px 75px;
}
#nav_list li{
	float: left;
	position: relative;
}
#nav_list li a, #nav_list li a:visited{
	border-right: 2px solid #FFFFFF;
	color: #BFB699;
	display:block;
	padding: 2px 10px 15px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav_list li a:hover{
	background-color: #1A1717;
	color: #FFFFFF;
}
#nav_list .last a, #nav_list .last a:visited{
	border: 0px;
}
#nav_list .last a:hover{
	border: 0px;
}
#nav_list .current_page_item a, #nav_list .current_page_item a:visited{
	background-color: #1A1717;
	color: #FFFFFF;
}

/* second level nav */
#nav_list li ul{
	display: none;
	padding-top: 4px;
	position: absolute;
	left: 0px;
	list-style: none;
	top: 34px;
}
#nav_list li ul li{
	float: none;
}
#nav_list li.hover ul{
	display: block;
}
#nav_list li.hover ul li a, #nav_list li.hover ul li a:visited, #nav_list li.hover ul li a:hover{
	border: 0px;
	color: #97895D;
	display: block;
	padding-bottom: 10px;
	width: 280px;
}
#nav_list li.hover ul li a, #nav_list li.hover ul li a:visited{
	background-color: #C2BCA3;
}
#nav_list li.hover ul li a:hover{
	background-color: #1A1717;
	color: #FFFFFF;
}



/*------------ content ------------*/
#content{
	background-color: #BFB699;
	min-height: 500px;
	height: auto !important;
	/*height: 500px;*/
	padding: 30px 0px 30px 0px;
}
#main-body{
	margin: auto;
	width: 80%;
	/*height: 450px;*/
	overflow: auto;
}
#main-body p{
	margin-bottom: 1em;
	text-align: justify;
}
#main-body h1{
	font-size: 1.25em;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#main-body h2{
	font-size: 1.0em;
	padding: 1em 0px;
}
#main-body ul{
	margin: auto;
	width: 95%;
}
#main-body li{
	margin-bottom: 0.75em;
	margin-left: 15px;
	text-align: justify;
}
#main-body #email_link{
	float:left;
font-weight:bold;
padding-left:15px;
}

.article_date{
	margin-top: -15px;
}
.pdf_link{
	vertical-align: bottom;
}

/*------------ footer ------------*/
#footer{
	background-color: #1A1717;
	padding: 10px 5px;
	text-align: left;
}
#footer h1{
	color: #FFFFFF;
	font-size: 1.25em;
	font-weight: normal;
	left: 100px;
	position: relative;
}

.ft { font-size: 11px; padding: 5px; }