/* css BizDev website 2009 */
/* All associated graphics copyright 2009, Anthony Cummins. Red Ant Media */
/* Added: February 2009 */
	
body {
	font-family: Arial;
	background: #d4d9db url(images/bgr.gif) center repeat-y;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#container {
	width: 800px;
	height: 100%;
	margin: auto;
	text-align: left;
	padding: 0 0 0 0px;
	position: relative;
	top: 0px;
}

#topnav{
	width: 800px;
	height: 50px;
	left: 0px;
	top: 0px;
	background: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	color: #52656D;
	text-align: center;
	}
	
#topnav a{
	color: #52656D;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	}
	
#topnav a.first{
	margin-left: 0px;
	margin-right: 10px;
	}
	
#topnav a.last{
	margin-left: 10px;
	margin-right: 0px;
	}
	
#topnav a:hover{
	color: #73cee2;
	text-decoration: underline;
	}
	
#bdlogo{
	width: 350px;
	height: 85px;
	position: absolute;
	left: 0px;
	top: 40px;
	background: url(images/logo.gif) no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	}
	
#title{
	width: 450px;
	height: 75px;
	position: absolute;
	left: 350px;
	top: 50px;
	background: #c2986b;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#title h1{
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	margin: 12px 0 0 15px;
	padding: 0 0 0 0;
	}
	
#bar{
	width: 800px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: 125px;
	background: #53666e;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#sidepanel1{
	width: 350px;
	height: 630px;
	position: absolute;
	left: 0px;
	top: 135px;
	background: #FFF url(images/sideone.gif) no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#sidepanel2{
	width: 350px;
	height: 630px;
	position: absolute;
	left: 0px;
	top: 135px;
	background: #FFF url(images/sidetwo.gif) no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#contact{
	width: 350px;
	position: absolute;
	left: 0px;
	top: 615px;
	background: none;
	z-index: 10;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#contact p{
	color: #53666e;
	font-size: 0.8em;
	text-align: center;
	margin: 0 0 0 0;
	padding: 15px 15px 15px 15px;
	}
	
#contact a{
	color: #53666e;
	text-decoration: underline;
	}
	
#contact a:hover{
	color: #73cee2;
	}
	
#copy{
	width: 450px;
	position: absolute;
	left: 350px;
	top: 135px;
	background: #73cee2 url(images/copybgr.gif) no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	
	
#copy h1, #copy h2, #copy h3{
	color: #FFF;
	margin: 25px 25px 15px 25px;
	padding: 0 0 0 0;
	}
	
#copy h2{
	font-size: 1.2em;
	}
	
#copy p, #copy ul, #copy ol, #copy form{
	color: #293338;
	font-size: 1.0em;
	margin: 0px 25px 15px 25px;
	padding: 0 0 0 0;
	line-height: 1.3em;
	}
	
#copy p.white{
	color: #FFF;
	}
	
#copy a{
	color: #52656D;
	text-decoration: underline;
	}
	
#copy a:hover{
	color: #293338;
	}
	
#copy li{
	list-style-position: outside;
	margin-left: 40px;
	margin-right: 25px;
	} 
	
