/* Start of CMSMS style sheet 'northshoredrama' */
/* -------------------- MAIN LAYOUT STYLES -------------------- */

li, ul {
	margin: 0px;
	padding: 0px;
      }


body {
	background: #000 url(images/back.jpg) no-repeat fixed center top;
font-family:Trebuchet MS, Verdana, Century Gothic, Arial, Helvetica, sans-serif; 
}
#wrapper {
	margin: 135px auto 15px;
	width: 900px;
}


.class1 A:link, .class1 A:visited, .class1 A:active, .class1 A:hover {color:#FFFFFF; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-decoration: none }


/* -------------------- HEADER STYLES -------------------- */

#head {
	height: 145px;
	background: url(images/swirls.png) no-repeat 0px bottom;
}
#head img {
	padding-top: 10px;
}

/* -------------------- NAVIGATION STYLES -------------------- */

#nav {
	background: url(images/nav_bar.png) no-repeat;
	height: 46px;
}
.menu {
	float: left;
	list-style: none;
	margin-top: 15px;
	margin-left: 20px
}
.menu li {
	float: left;

}
.menu a {
	float: left;
	margin-right: 34px;
	display: block;
	text-indent: -4000px;

}
.menu a.abou {
	background: url(images/abou.png) no-repeat 0px -36px;
	height: 27px;
	width: 96px;
}
.menu a.abou:hover {
	background: url(images/abou.png) no-repeat 0px 0px;
}
.menu li.current a.abou {
	background: url(images/abou.png) no-repeat 0px 0px;
	cursor: default;

}
.menu a.cour {
	background: url(images/cour.png) no-repeat 0px -36px;
	height: 27px;
	width: 87px;
}
.menu a.cour:hover {
	background: url(images/cour.png) no-repeat 0px 0px;
}
.menu li.current a.cour {
	background: url(images/cour.png) no-repeat 0px 0px;
	cursor: default;
}
.menu a.prod {
	background: url(images/prod.png) no-repeat 0px -36px;
	height: 27px;
	width: 134px;

}
.menu a.prod:hover {
	background: url(images/prod.png) no-repeat 0px 0px;
}
.menu li.current a.prod {
	background: url(images/prod.png) no-repeat 0px 0px;
	cursor: default;
}
.menu a.priv {
	background: url(images/priv.png) no-repeat 0px -36px;
	height: 27px;
	width: 153px;

}
.menu a.priv:hover {
	background: url(images/priv.png) no-repeat 0px 0px;
}
.menu li.current a.priv {
	background: url(images/priv.png) no-repeat 0px 0px;
	cursor: default;
}
.menu a.loca {
	background: url(images/loca.png) no-repeat 0px -36px;
	height: 27px;
	width: 103px;

}
.menu a.loca:hover {
	background: url(images/loca.png) no-repeat 0px 0px;
}
.menu li.current a.loca {
	background: url(images/loca.png) no-repeat 0px 0px;
	cursor: default;
}
.menu a.cont {
	margin-right: 0px;
	background: url(images/cont.png) no-repeat 0px -36px;
	height: 27px;
	width: 119px;
}
.menu a.cont:hover {
	background: url(images/cont.png) no-repeat 0px 0px;
}
.menu li.current a.cont {
	background: url(images/cont.png) no-repeat 0px 0px;
	cursor: default;
}

/* -------------------- CONTENT STYLES -------------------- */

#content {
	background: #d6d6d6;
padding:21px;
 font-size:13px; 

}

h3, .h3  {padding-top:0px; margin-top:0px}

/* -------------------- FOOTER STYLES -------------------- */

#foot {
	background: url(images/footer.png) no-repeat;
}
#foot p  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#foot p a  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#foot p a:hover {
	text-decoration: underline;
}

/* End of 'northshoredrama' */

