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

#header{
position:fixed;
top:0px;
left:0px;
width:100%;
height:175px;
background-color: #ffffff;
clear: both;
text-align:center;
}

#logo{
margin:0 auto;
width:950px;
padding-left:20px;
padding-right:50px;
text-align:left;
}

#navContainer {
position:relative;
top:0px;
width:100%;
height:50px;
font-family:arial;
font-size:15pt;
font-weight:bold;
background-image:url('navbg.png');
text-align:center;
display:block;
clear:both;
}

.nav{
margin:0 auto;
width:950px;
left:0px;
height:30px;
border-top:0;
text-align:left;
}

.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:#ffffff; border: 0;}

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

/* 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:#ffffff; }

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

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

#container{
margin-left:auto;
margin-right:auto;
margin-top:175px;
width:950px;
min-height:510px;
font-family:Arial;
line-height: 1.6em;
padding-top:10px;
padding-bottom:10px;
background-image:url('fauxbg.png');
clear: both;
}

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

/*  Top Image */
#content{
float:right;
width:600px;
list-style-type:none;
padding-top:0px;	
}
/*Faux Bottom*/
#footer{
position:fixed;
bottom:0px;
width:100%;
height:40px;
color:#ffffff;
background-color:#666666;
border-top:solid 3px #00007a;
text-align:center;
}
#fcon{
margin:0 auto;
text-align:left;
width:950px;
}		
#fleft{
float:left;
padding-top:5px;
padding-left:5px;
font-family:arial;
font-size:10px;
}
#fright{
float:right;
padding-top:10px;
padding-right:15px;
font-family:arial;
font-size:12px;
}
.fnav{
left:0px;
height:30px;
border-top:0;
text-align:left;
}
.fnav ul{
list-style-type: none; 
margin: 0; 
padding: 0; 
font-size: 81%; 
text-transform: uppercase;
width: auto;
position: relative;
}
.fnav ul li{
display:inline;
}
.fnav ul li a{
text-decoration:none;
color:#ffffff;
}
#clear{clear: both;}		
/*  Float containers fix: */
.clearfix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

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