/**
 * General Styles
 * @author Adam Yardley on behalf of creative-smile and P&S Personnel
 * @version: 1.0 24 Jun 2009
 */

body {
	background:url('images/bg.jpg');
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#title {
	width:614px;
	margin:0 auto;
	height:40px;
	padding:70px 0px 0px 372px;
	margin-bottom:0px;
	background:url('images/titlebg.jpg');
}
#title.const {
	width:614px;
	margin:0 auto;
	height:45px;
	padding:70px 0px 0px 372px;
	background:url('images/titlebgconts.jpg');
}
#content{
	width:986px;
	margin:0 auto;
	
	background:url('images/contentbg.jpg');
}
#bottom{
	width:986px;
	margin:0 auto;
	height:19px;
	background:url('images/bottombg.jpg');
}
#footer{
	width:986px;
	margin:0 auto;
	text-align:center;
	font-size:8pt;
	color:#999999;
}
#footer a{
	color:#999999;
	text-decoration:none;
}
#footer a:hover{
	color:#666666;
	text-decoration:underline;
}

#left{
	width:600px;
	
	border:0px;
	margin:0px;
	float:left;
	color:#666666;
	padding:0px 0px 0px 50px;
	font-size:9pt;
}

#right{
	width:275px;
	float:right;
	
	border:0px solid black;
	padding:30px 15px 0px 0px
}
#content a{
	color:#993333;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}
/**
 * Home Sepecific Styles
 */
 #content.home{
	width:986px;
	margin:0 auto;
	height:614px;
	background:url('images/homebg.jpg');
}
#bottom.home{
	width:986px;
	margin:0 auto;
	height:19px;
	background:url('images/bottombg.jpg');
}
#homeleft{
	width:537px;
	height:562px;
	border:0px;
	margin:0px;
	float:left;
	
	
}
#homeright{
	
	width:440px;
	color:#666666;
	height:540px;
	
	margin:0px;
	float:right;
	
}
#homeright p{
	width:390px;
		padding:0px 15px 0px 15px;
		
		text-align:justify;
}
#blend{
	width:507px;
	height:562px;
	border:0px;
	margin:20px 0px 0px 20px;
	opacity:100;
	display:inline-block;
	
}


/**
 * Menu Styles
 */

 #menu{
 	width:614px;
	height:49px;
	padding:0px;
	position:absolute;
	z-index:1;
 }
 
#menu ul { margin:0px; padding:0px; list-style: none; }

#menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#menu li a {
	display:block;
	padding:0px;
	text-decoration:none;
}
 
 /**
  * Drop Down Styles
  */
 
 div.dropdown{
 	width:180px;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0px;
	border:0px;
	z-index:9;
	font-weight:bolder;
 }
 
 div.dropdown table { background-color:#FFFFFF; }
 
 div.dropdown td{
 	width:170px;
	border:2px solid #FFF;
	background:#FFF ;
	padding:2px 0px 2px 6px;
	color:#FFF;
	
 }
 .dropdown a{
 	color:#666;
	text-decoration:none;
 }
 .dropdown a:hover{
 	color:#666;
	text-decoration:underline;
 }
 
 


 