/*//////////////////////////////////////////////////////////////////////////////////////////

Name:	week.css

Version:  (Date, Author, Version Number, Changes)

21/07/05 
[tk]
Version 1
		* full site style sheet



//////////////////////////////////////////////////////////////////////////////////////////*/



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	position:relative;
}

.topbit {
	position: relative;
	height: 180px;
	width: 740px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 1;


}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #073D7C;
	height: 42px;
	width: 740px;
	position: absolute;
	text-align: center;
	margin:0px;
	}

.copyright {

	font-size: 70%;
	padding: 5px;
	border: none;


}

.events {

	font-size: 70%;
	padding: 5px 15px;
	border: none;
	
}

.base {
	position: absolute;
	height: 42px;
	width: 740px;
	left: 0px;
	top: 0px;

}


.feat {
	padding: 13px 10px 10px;
	border: none;
	margin: 0px;
	
}
.featpanel {
	background-image: url(images/rightfeatbg.gif);
	background-repeat: no-repeat;
}

.contentpad {
	padding: 10px;
	background-image: url(images/leftpanel.gif);
	background-position: bottom;

}

.add {

	font-size: 60%;
	color: #FFFFFF;
	position: absolute;
	top: 5px;
	text-align: right;
	right: 10px;
	
}
.nav {
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
	color: 073d7c;
	position:absolute;
	left: 10px;
	top: 142px;
	text-align: left;
	z-index:5;
}

#eventsnav {
	font-size: 60%;
	font-weight: bold;
	color: 073d7c;
	position:absolute;
	left: 90px;
	top: 163px;
	text-align: left;
	z-index:5;
}

#eventsnavtest {
	font-size: 60%;
	font-weight: bold;
	text-transform: uppercase;
	color: 073d7c;
	position:absolute;
	height:300px;
	width:749px;
	left: 10px;
	top: 400px;
	text-align: left;
	border:thin solid green;
	z-index:10;
}

.contact {
	font-size: 60%;
	font-weight: bolder;
	text-transform: uppercase;
	position: relative;
	color: #073d7c;
	bottom: 29px;
	text-align: right;
	right: 15px;
	padding: 0px;
	border: 0px none;
	z-index:5;
}

.topimg {
	z-index: 0;
}
.maintable {
	position: absolute;
	z-index: 4;
	width: 740px;
	top: 180px;


}
.home1 {
	padding: 1px 0px 10px 10px;
	float: right;
}
.home2 {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}





.subhead {
	font-size: 80%;
	font-weight: bold;
	text-transform: capitalize;
	color: #073d7c;
}

.bodytext {
	font-size: 80%;
	color: #666666;
	line-height: 130%;
	
}

.bodytexthome {
	font-size: 80%;
	background-color:#073871;
	color: #fff;
	line-height: 130%;
	padding:0;
	margin:0;
	
}

.homepad {
	padding:0 10px 0 10px ;
}

.homepadimg {
	padding:0 0 0 10px;
}

a {
	font-weight: bold;
	color: #073D7C;
	text-decoration: none;

}

a:hover {
	font-weight: bold;
	color: #073D7C;
	text-decoration: underline;
	
}

.heading {
	font-size: 90%;
	font-weight: bold;
	color: #073D7C;

}

.headinghome {
	font-size: 90%;
	font-weight: bold;
	color: #fff;

}

.bluebg {
    background-color: #F7F9FB;

}

.bluebox {
	background-color: #F7F9FB;
	padding: 5px;
	border: 2px solid #000066;

}

.upcoming {

color: #073D7C;
font-weight:bold;

}

.backtotop {
	font-size: 70%;
	padding: 3px;
	color: #073D7C;
	text-decoration: none;
	
	
}



#menu {

	position:asbolute;
	top:0px;
	left:0px;
}






/* menu design */

#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

.topmenuul {
	
}

.topmenutitle {
	text-decoration: none;
	padding:3px;
	line-height:14px;
}

.submenuul {
	margin-top:-1px;
	background-color:#F7F9FB;
}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #073D7C;

}

.submenuli a:hover{
	text-decoration: none;
	background:#336699;
	color: #fff;
}



.topmenu {

}


.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
	padding: 0 10px 0 0;
}

.topmenutitle{
	display:block;
	
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}

.submenuli a{
	display:block;
	width:150px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;

}


.newcontent {
	width:500px;
}