body{
position:relative;
margin:0 auto;
width:100%;
height:100%;
background-image:url('');
background-repeat:repeat-x;
background-color: #ffffff;
}

#pagewrap{
width:100%;
height:75px;
background-color: #ffffff;
clear: both;
}

#twitter_div ul{
list-style-type: none;
}

#header{
margin-left:auto;
margin-right:auto;
width:900px;
height:75px;
background-image:url('header5.gif');
background-repeat:no-repeat;
background-color: #ffffff;
clear: both;
}

#navContainer {
position:relative;
top:74px;
left:5px;
width:auto;
font-family:arial;
font-size:15pt;
font-weight:bold;
display:block;
clear:both;
}

#nav{
margin-left:auto;
margin-right:auto;
height:5px;
border-top:0;
padding:0;
}

#nav ul{
list-style-type: none; 
margin: 0; 
padding: 0; 
font-size: 81%; 
text-transform: uppercase;
width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #ffffff; text-align: center; font-weight: bold;}
#nav ul li a {display: block; padding: 5px 10px; padding-bottom: 4px; color: #ffffff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {color: #ffffff;}
#nav li a:active, #nav ul li a.active {color: #ffffff;}

/* Current page Customisations*/
#nav li.menu-current a		{color: #ffffff;}
#nav li.menu-current a		{font-weight:;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul{
position: absolute;
top: 1px;
left: 100%;
}		

#buttons{
margin-left:auto;
margin-right:auto;
width:878px;
height:40px;
padding-top:10px;
}

#conwrap{
margin-left:auto;
margin-right:auto;
width:896px;
height:;
padding-bottom:0px;
padding-top:0px;
clear: both;
}

#containerwrap{
margin-left:auto;
margin-right:auto;
width:878px;
background-image:url('fauxbg.gif');
clear: both;
}

#container{
margin-left:auto;
margin-right:auto;
width:878px;
font-family:Arial;
line-height: 1.6em;
background-image:url('fauxtop.gif');
background-repeat:no-repeat;
}

/*  Top Image */
#dleft{
float: left;
width: 250px;
list-style-type: none;
padding-top:0px;			
}

/*  Top Image */
#content{
float: right;
width: 550px;
list-style-type: none;
padding-top:0px;	
}

#confooter{
margin-left:auto;
margin-right:auto;
width:878px;
height:14px;
background-image:url('fauxbottom.gif');
background-repeat:no-repeat;
}
		

#clear{
clear: both;
}
		
/*  Float containers fix: */
.clearfix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/*  \*/
* html #clearfix{
height: 1%;
}
/*  */
