body{
position:relative;
margin:0 auto;
width:100%;
height:100%;
/*background-image:url('100_0717.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top left;*/
background-color:#001434;
}

#pagewrap{
position:fixed;
top:0px;
left:0px;
width:100%;
height:240px;
background-color:#001434;
padding-top:10px;
clear: both;
}

#header{
position:relative;
left:15px;
width:700px;
height:185px;
padding-bottom:10px;
clear: both;
}

#navigation {
position:relative;
top:0px;
height:45px;
width:auto;
font-family:arial;
font-size:13pt;
font-weight:bold;
padding-top:0px;
padding-left:10px;
background-image:url('navbar.gif');
background-color:#cc3333;
display:block;
clear:both;
}

#a1{
display:inline;
float:left;
text-align:center;
text-decoration:none;
padding-top:7px;
padding-right:10px;
color: #cccccc;
}

#a2{
display:inline;
float:left;
text-align:center;
text-decoration:none;
padding-top:7px;
padding-right:14px;
color: #cccccc;
}

#a3{
display:inline;
float:left;
text-align:center;
text-decoration:none;
padding-top:7px;
}

#navContainer {
display:block;
float:left;
width:auto;
font-family:arial;
font-size:15pt;
font-weight:bold;
padding-left:0px;
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: #fff; text-align: center; font-weight: bold;}
#nav ul li a {display: block; padding: 5px 10px; padding-bottom: 4px; color: #cccccc; text-decoration: none;}

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

/* Current page Customisations*/
#nav li.menu-current a		{color: #ccc;}
#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: #ccc; border: 0;}

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

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

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

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

#containerwrap{
margin-left:auto;
margin-right:auto;
width:100%;
height:100%;
padding-top:265px;
clear: both;

}

#container{
margin-left:auto;
margin-right:auto;
width:896px;
font-family:Arial;
line-height: 1.6em;
background-image:url('containbg.png');
border:solid 5px #ffffff;
padding-top:5px;
}

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

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

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

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