/* GENERAL STYLES */
/*
	Title:		eeliad
	Site:		http://www.eeliad.com
	Date:		25/07/08
*/
/**********************styling***********************************************/
/********************** Structural Divs 	**********************************/
body{
	font-size: 0.75em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

#skiplinks{/*to remove the skiplinks section in the css version of the site*/
	display: none;
}

/***********************top********************/

#surround{
	min-width:800px;
	width:100%;
	background-color: white;
	padding-bottom:1px;/*so that firefox shows a bottom margin*/
	margin:0;
	padding:0;
}

/********************************************************************/
#title{
	background-image: url(images/water3.jpg);
	background-position: top;
	background-repeat: repeat;
	border-bottom:2px #000099 solid;;
}

#title h1, #title h6{
	display:none;
}

#title img{
	float:left;
	padding:2px;
}

#title p{
	float:left;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	width:65%;
	display:block;
	margin:3% 0% 0 2%;
	padding:0;
	color: #7E7E7E;
}

#title .right{
	float:left;
	font-style:italic;
	font-weight:bold;
	text-align:right;
	width:65%;
	display:block;
	margin:1% 0% 0 2%;
	padding:0;
	color: #7E7E7E;
}
/********************************************************************/
#content{
	width:100%;
	float:left;
	margin: 0;
	padding:0;
}

#secondarynavigation{
	margin:30px 0 0 0;
	padding:0;
	float:left;
	width:16%;
	
}

#secondarynavigationinner{
	margin:0;
	padding:0;
}

#secondarynavigation ul{
	padding:0;
	margin:0;
	list-style: none;
}

#secondarynavigation li{
	display:inline;/*fixes IE/Win gaps inlist*/

}

#secondarynavigationinner a, #secondarynavigationinner a:visited{
	display: block;
	width:100%;
	color: #000099;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	text-indent:10px;
	padding: 0 0 5px 5px;
	background: url(images/bullet.gif) no-repeat 1px 3px;
}


#maincontent{/*used when there is a secondarynavigation on the page*/
	float:left;
	width:79%;
	margin: 1% 1% 0 1%;
	background:white;
}

#content>#maincontent{/*hack- used to hide this from IE6 and below*/
	width:80%;
	margin: 1% 1% 1% 1%;
}

#content>/**/#maincontent{/*hack- used to hide this from IE6 and below*/
	width:81%;
	margin: 1% 1% 1% 1%;
}

#maincontentpadding{
	padding:10px;
}
/********************************************************************/
#footer{
	clear:both;
	height: 3em;
	border-top:2px #000099 solid;
	padding:0;
	background:white;
	text-align: center;
}

#surround>#footer{/*hack- used to hide this from IE6 and below*/
	margin: 1%;
}

#footer p{
	width: 50%;
	font-size: 100%;
	text-align: center;
	margin:0 auto;
	padding:1em;
}
