/*  
Federation of Dredging Contractors  website
	#034ea2    dark blue
	#8ab8e3    mid blue
	#b9daf3     light blue
*/

html, body{
	margin: 0;
	padding:0;
}

body{
	background-color: #b9daf3 ; 
	font-family : arial,helvetica,sans-serif;
	height:100%;
}

#outer {
	
	min-width: 910px; 
    width: auto !important; 
    width: 910px; 
	padding: 10px;
	background-color: #8ab8e3  ;
}

#leftbox{
	float:left;
	width:200px;
	color:	#034ea2;
	background-color: #8ab8e3;
}

#mainbox{
	margin: 0 0 0 210px;
	width:690px;
	background-color: #b9daf3 ;
}

#content{
	background-color : #FFFFFF;
	min-height: 608px; 
    height: auto !important; 
    height: 608px; 
	padding: 10px 10px 0 10px;
}

#header{
	background-color :  #8ab8e3;
	width: 690px;
}

#leftbox ul{
	margin: 1em;
	padding: 0;
}
#leftbox li, #leftbox p{
	color:	#034ea2;
}

img{
	padding: 0 10px;
}

.template{
	border: 0;
	padding: 0;
	margin: 0;
}

#footer img {
	padding-left:3px;
}

#searchbox p{
	font-size: small;
	font-weight : bold;
	color: #034ea2;
	margin: 0 0 0 5px ;
}

#searchboxform{
	margin: 0 0 0 10px;
	padding: 10px 0;
}
#searchboxform p{
	display : inline;

}
#inputSearch{
    width: 120px;
	color: #034ea2;
	border: 1px solid #034ea2;
	padding: 0 0 5px 0;
}

#mailto{
	font-size: 120%;
	font-weight: bold;
}

#sidebarText{
    width:170px;
	background-color: #b9daf3 ;
	padding: 10px 0 0 10px;
	margin: 0 0 0 10px;
	font-size: 75%;
}

.menu{
	border : 1px solid #E5E6EA;
	padding : 1px 3px 1px 3px;
	display: none;
}

a.mnulnk{

	color : #324395; /* #9696C5;*/
	padding : 5px 8px 5px 8px; /* top right bottom left */
	display : inline-block;
	font-family : Arial, sans-serif;
	font-size: 10pt;
	border-top : 1px solid #c7d8fd;
	border-bottom : 1px solid #c7d8fd;
	width: 116px;
	text-decoration: none;
	background: #FFFFFF;
}

a.mnulnk:link{
	color : #FFFFFF;
	
}
a.mnulnk:visited{
	color : #FFFFFF;
}
a.mnulnk:hover{
	color : #FF0000;
	text-decoration : none;
}
a.mnulnk:active{
	color : #000000;
	text-decoration : none;
}

a.pglnk{
	display : inline-block;
	width: 100px;
	text-decoration: none;
	background-color : #034ea2;
	padding: 5px;
	color: #FFFFFF;

}

a.pglnk:link{
	color: #FFFFFF;
}
a.pglnk:visited{
	color : #FFFFFF;
}
a.pglnk:hover{
	text-decoration: underline;
	color: #FF0000;
}
a.pglink:active{
	text-decoration : none;
}

h1,h2,h3,h4,h5,h6{
	color : #034ea2;
}

.center{
	text-align : center;
}

#breadcrumbs{
    /*display: inline-block;*/
	font-size: 76%;
	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
	color: #324395;
	margin: 3px 0 0 0;
}

#clearer{
	clear: both;
	font-size: 1px;
}

a{
	font-size : 1em;
	text-decoration : none;
}

a:hover{

	text-decoration:underline;
}

.msep{
    display: inline;
	width: 0;
	font-family : Arial, sans-serif;
	/*font-weight: bold;*/
	color: #000000;
}
