
* { margin: 0; padding: 0; }
a img,:link img,:visited img{border:none}
:link,:visited {text-decoration:none}
ul{list-style: none;}
html {
	background: #2F1A1B url(milton/milton-bkg.jpg) repeat-x; }
body   {  
	font: 62.5%/1.8em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: centre;
	color: #025B6B;
	background: url(milton/floral.gif) no-repeat center 150px ;
}
#bannertop  { 
	background: #0A7382 url(milton/milton-logo.jpg) no-repeat 50% 0; 
	height: 130px;
	text-align: center;
	width: 100%;
}
#bannertop h1 { 
	text-indent: -4500px;
	height: 10px;
}
#bannerbot{
	width: 100%;
	background-color: #9CCDD4;
	text-align: center;
}
#below h2 { 
	background: #EBE9E9 url(milton/below.jpg) no-repeat 50% 0; 
	text-indent: -4500px;
	height: 50px;
	text-align: center;
	width: 760px;}

#wrap {
	position: relative; 
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #EBE9E9 url(milton/wrapbkg.jpg) repeat-x; 
}
#wrap p{
	padding-bottom: 1em;
}
/*------------------ Navigation --------------------*/
#nav{
	font: 82% Verdana, Arial, Helvetica, sans-serif;
	float: left;
}
.box ul{
	padding: 0 0 16px 0px;
}
.box{
	width: 160px;
	background: url(milton/navbot.jpg) no-repeat bottom left;
}
.box h3{
	background: url(milton/navtop.jpg) no-repeat top left;
	padding: 20px 0 8px 10px;
	font-size: 140%;
}
.box ul a{
	color: #2F1A1A;
	display: block;
	padding: 2px 0 2px 10px;
	background-color: #c8dce0;
	font-size: 1.2em;
}
.box ul ul a {
	color: #003949;
	background-color: #E7EEEF;
	display: block;
	padding: 1px 0 1px 16px;
	border-bottom: 0; 
	font-size: 1.2em;
}
.box ul a:hover{
	background-color: #9CCDD4;
}
.box ul li{
	padding-bottom: 0px;
	margin-right: 8px;
	border-bottom: white 1px dotted;
}
ul.nopad{
	padding-bottom: 0px;
	display: inline
}
/*------------------ content --------------------*/
#main{
	position: relative;
	float: right;
	right: 19px;
	width: 536px;
}
#main h1{
	font: 2.4em times;
	color: #2F1A1A;
	padding: 0 0 6px 30px;
	background: url(milton/icon.gif) no-repeat;
}
#main h2{
	font-size:1.4em}
#main p{
	font-size: 1.2em
}
#main img{
	float: right;
	background-color: white;
	padding: 6px;
	margin: 6px;
}
#main a{
	color: #2F1A1A;
	font-size:1.2em
}
#main a:hover{
	color: orange
}
#main a:visited{
	color: #2F1A1A
}
#main p.update{
	color:#8D8D8D}
/*------------------ contact --------------------*/
#contact h3{
	border-top: 1px #025b6b dashed;
	padding-top: 8px;
	font-size: 1.4em
}
div.clear{
	clear: both;
}
.clearfix:after {
	 content: ".";              
	 display: block;         
	 height: 0;                  
	 clear: both;               
	 visibility: hidden;	     
}
/* alsett ckearing method */
.clearfix {display: inline-block;}   /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* Footer */
#foot{
	width: 760px;
	margin: 0 auto;
	text-align: center;
	color: #EBE9E9;
	border-right: 2px solid #5e554a;
}
#footimg{
	width: 760px;
	margin: 0 auto;
	height: 59px;
	text-align: centre;
	background: url(milton/footer.gif) no-repeat 50% 0; 
	clear: both;
	padding-bottom: 30px;
}
#foot dl {
	margin: 0;
	float: left;
	text-align: left;
	width: 24%;
	border-left: 2px solid #5e554a;
	padding: 20px 0 30px 0
}
#foot dd, #foot dt{
	padding-left: 8px
}
#foot a{
	color: orange
}
#foot a:hover{
	color: red
}
#foot a:visited{
	color: orange
}
