/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #de0078;
	margin: 0px;
}
img { border: 0px; }

a:link { color: #de0078; text-decoration: underline; }
a:visited { color: #DF80BA; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }

h1 {
	color: #de0078; font-weight: normal; font-size: 22px; line-height: 26px;
	padding: 0px; margin-top: 8px; margin-bottom: 12px;
}
h2 {
	color: #de0078; font-weight: normal; font-size: 16px; line-height: 20px;
	padding: 0px; margin-top: 16px; margin-bottom: 12px;
}
h3 {
	color: #de0078; font-weight: bold; font-size: 12px; line-height: 18px;
	padding: 0px; margin-top: 8px; margin-bottom: 0px;
}
p, ul, ol {
	font-size: 12px; line-height: 18px;
	padding: 0px; margin-top: 0px; margin-bottom: 8px;
}
ul { margin-left: 15px; list-style: disc; list-style-position: outside; }

h1.heading_no_image {
	margin-top: 95px;
}

li.links {margin-top:10px;}

/* ************************ PAGE STRUCTURE ************************ */
#container {
	width: 900px; height: auto;
	margin-left: auto; margin-right: auto;
	background-color: #FFFFFF;
}
.divclear {
	width: 750px; height: 1px;
	clear: both;
	display: block;
}

	/* ***** HEADER ***** */
#header {
	width: 900px; height: 176px;
	position: absolute; top: 0px;
	z-index: 2;
	overflow: hidden;
}
* html #header {
	top: 0px; margin-left: -150px;
}
* + html #header {
	top: 0px; margin-left: -150px;
}

#news-ticker {
	display: block;
	background-color: #000;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}

#news-ticker a {
	text-decoration: none;
	/*color: #de0078;*/
	color: #fff;
	display: block;
	height: 35px;
}

#news-ticker a:hover {
	text-decoration: underline;
}

#news-ticker label {
	padding-left: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	clear: none;
	width: 93px;
	float: left;
	
}

#news-ticker ul {
	clear: none;
	float: left;
	margin: 0;
	line-height: 35px;
	list-style: none;
	margin: 0;	
	width: 790px;
	display: absolute;
	z-index: -100;
	height: 35px;
	overflow: hidden;
	font-size: 13px;
}

#curve {
	width: 900px; height: 130px;
	padding-top: 16px;
	z-index: 3;
}
#logo {
	width: 225px; height: 93px;
	display: block;
	z-index: 4;
	/*text-indent: -999999px;*/
	position: relative;
	top: -146px;
	float: right;
	margin-right: 46px;
}

* html #logo {margin-right: 20px;}

	/* ***** PAGE CONTENT ***** */
#pgcontent {
	width: 750px; margin-left: 150px;
	clear: both;
	z-index: 1;
	padding-top: 57px;
	min-height:550px;
}

* html #pgcontent {height:550px;}

#textcolumn {
	width: 460px;
	padding-bottom: 30px;
	float: left;
}

p.news-and-events {
	width: 490px;
}

#rightcolumn {
	width: 250px;
	float: left;
	margin-top: 128px;
	margin-left: 20px;
}

#footer {
	width: 750px; height: 55px; padding: 60px 0px 0px 150px;
	background-image: url(../images/footercurve.gif);
	background-repeat: no-repeat; background-position: bottom;
	clear: both;
	display: block;
	z-index: 1;
	color: #FFF;
	margin-bottom: 20px;
}
#footer p {
	font-size: 10px; line-height: 13px;
	margin-bottom: 10px;
}

#footer p.footernav a:link, #footer p.footernav a:visited { color: #FFF; text-decoration: none; }
#footer p.footernav a:hover { color: #000; text-decoration: none; }

#footer p.credits { color: #ffa7e0; }
#footer p.credits a:link, #footer p.credits a:visited { color: #ffa7e0; text-decoration: underline; }
#footer p.credits a:hover { color: #000; text-decoration: none; }

/* ***** NAVIGATION ***** */

#nav {
	width: 130px;
	float: left;
	margin-right: 20px;
	margin-top: 148px;
	position: absolute;
	z-index: 6;
}
* html #nav { margin-left: -150px; }
* + html #nav { margin-left: -150px; }
#nav ul {
	margin: 0px; padding: 0px;
	list-style: none;
	font-size: 13px; line-height: 30px;
}
#nav li { margin-bottom: 5px; }
#nav li a {
	width: 130px; height: 30px;
	background-image: url(../images/navtab.gif);
	background-position: left top; background-repeat: no-repeat;
	color: #000000; text-decoration: none;
	text-indent: 10px;
	display: block;
}
#nav li a:hover { background-image: url(../images/navtab_hover.gif); }



/* -------------------------------------------
	navigation section highlighting
--------------------------------------------*/

/* these sections have second level links */
body.training-and-support #nav li.training-and-support a, body.training-and-support #nav li.training-and-support a:hover, body.warden-schemes #nav li.warden-schemes a, body.warden-schemes #nav li.warden-schemes a:hover {
	background-image: url(../images/navtab_sub_open.gif);
	color: #FFFFFF; text-decoration: none;
}

body.training-and-support #nav li.training-and-support a:hover, body.warden-schemes #nav li.warden-schemes a:hover {
	color: #000;
}

body.top #nav li.training-and-support a:hover, body.top #nav li.warden-schemes a:hover {
	color: #FFF;
}

body.training-and-support #nav li.warden-schemes a:hover, body.warden-schemes #nav li.training-and-support a:hover {
	color: #000;
}

/* these sections don't have second level links */
body.home #nav li.home a, body.home #nav li.home a:hover, body.news-and-events #nav li.news-and-events a, body.news-and-events #nav li.news-and-events a:hover, body.contact-us #nav li.contact-us a, body.contact-us #nav li.contact-us a:hover, body.links #nav li.links a, body.links #nav li.links a:hover, body.youth-advisers-portsmouth #nav li.youth-advisers-portsmouth a, body.youth-advisers-portsmouth #nav li.youth-advisers-portsmouth a:hover {
	background-image: url(../images/navtab_active.gif);
	color: #FFFFFF; text-decoration: none;
}


/* -------------------------------------------
	second level navigation
--------------------------------------------*/

#nav ul li ul, #nav ul li ul li {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	font-size: 12px;
}

body #nav ul li ul li {
	border-right: 1px solid #de0078;
}

body #nav ul li ul li a {
	background-image: none !important;
	border-bottom: 1px solid #fad6e9;
	text-indent: 0px;
	width: 112px;
	height: auto;
	line-height: 18px;
	padding: 4px 7px 4px 10px;
	margin: 0;
	display: block;
	color: #de0078 !important;
}

body #nav ul li ul li a:hover {
	color: #000 !important;
}

body #nav ul li ul li {
	padding: 0px;
	margin: 0px;
}

body #nav ul li ul li a.last {
	background-image: url(../images/navtab_sub_last.gif) !important;
	background-position: bottom;
	border: none;
	width: 114px !important;

	padding: 4px 7px 5px 10px;
	line-height: 18px;
}

body #nav ul li ul li.last {
	border-right: none;
}

/* -------------------------------------------
	second level navigation highlighting
--------------------------------------------*/

/* entries in the format below must be added for each sub level link */

body.course-calendar #nav li.course-calendar a, body.course-calendar #nav li.course-calendar a:hover, body.bespoke-training-and-events #nav li.bespoke-training-and-events a, body.bespoke-training-and-events #nav li.bespoke-training-and-events a:hover, body.resources #nav li.resources a, body.resources #nav li.resources a:hover, body.youth-advisers #nav li.youth-advisers a, body.youth-advisers #nav li.youth-advisers a:hover, body.sharing-and-networking #nav li.sharing-and-networking a, body.sharing-and-networking #nav li.sharing-and-networking a:hover {
	color: #000 !important;
}


#nav ul.nav2ndlevel {
	margin: 17px 0px 0px 0px; padding: 11px 0px 0px 0px;
	list-style: none;
	font-size: 12px; line-height: 16px;
	background-image: url(../images/navlev2topbar.gif);
	background-position: left top; background-repeat: no-repeat;
}
#nav ul.nav2ndlevel li { border-bottom: 1px solid #CCCCCC; }
#nav ul.nav2ndlevel li a {
	width: 110px; height: auto; padding: 1px 10px 5px 10px;
	color: #666666; text-decoration: none;
	text-indent: 0px;
	background-image: url(../images/nav2ndlevelarrow_f01.gif);
	background-position: right 3px; background-repeat: no-repeat;
	display: block;
}
#nav ul.nav2ndlevel li a:hover { color: #000000; background-image: url(../images/nav2ndlevelarrow_f02.gif); }
#nav ul.nav2ndlevel li.current a, #nav ul.nav2ndlevel li.current a:hover {
	color: #de0078; text-decoration: none;
	background-image: none;
	font-weight: bold;
}

#nav ul.nav2ndlevel li.navlistheading {
	font-size: 14px; font-weight: bold;
	color: #de0078;
	text-indent: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
}


/* ***** NEWS PANEL ***** */
#latestNewsHdr {
	width: 225px; height: 25px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 14px; line-height: 25px;
	font-weight: bold; text-align: center;
	text-transform: uppercase;
	background-image: url(../images/latestnewshdr.gif);
	background-position: left top; background-repeat: no-repeat;
	display: block;
}
h2.latestNews, h2.newsletterhdr, a.downloadCalLink {
	width: 225px; height: auto; padding: 5px 0px 5px 0px;
	font-size: 12px; line-height: 14px; text-align: center; font-weight: bold;
	color: #FFFFFF; background-color: #000000;
	text-transform: uppercase;
	background-image: url(../images/newstoryhdr.gif);
	background-position: left top; background-repeat: no-repeat;
	display: block;
	clear: both;
	margin: 0px;
}

h2.latestNews a {
	color: #FFF;
	text-decoration: none;
}
a.latestNewsImg {
	width: 225px; height: 160px;
	clear: both; float: left;
	margin: 0px;
	overflow: hidden;
}
p.latestNewsBlurb, div.latestNewsBlurb {
	width: 205px; padding: 5px 10px 5px 10px; margin: 0px 0px 10px 0px;
	clear: both;
	font-size: 12px; line-height: 16px;
	color: #000000; background-color: #ffd9f2;
	background-image: url(../images/newstoryftr.gif);
	background-position: bottom; background-repeat: no-repeat;
	display: block;
}



a.morelink { font-weight: bold; text-decoration: none;  }

#rightcolumn .normalTxt {
	font-weight: normal;
	text-transform: none;
}
h2.newsletterhdr, a.downloadCalLink {
	line-height: 26px;
	background-image: url(../images/newsletterhdr.gif);
	height: 26px; padding: 0px;
	margin-bottom: 10px;
}
h2.newsletterhdr a:link, h2.newsletterhdr a:visited, a.downloadCalLink:link, a.downloadCalLink:visited { color: #FFFFFF; text-decoration: none; }
h2.newsletterhdr a:hover, a.downloadCalLink:hover { color: #DF80BA; text-decoration: none; }


a.downloadCalLink {
}

body div#textcolumn h3.monthHeading {
	background-color: #e72b8c;
}

/* -------------------------------------------
	contact page - google map
--------------------------------------------*/
#google_map {
		width: 460px; 
		height: 300px;
}

/* -------------------------------------------
	sitemap
--------------------------------------------*/
ul#sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul#sitemap li {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	line-height: 22px;
}

ul#sitemap li ul li {
	font-weight: normal;
	list-style: none;
}

ul#sitemap li ul {
	margin: 0px 0px 0px 20px;
}

/* -------------------------------------------
	handy clearing class
--------------------------------------------*/
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}

#steps {
font-size:12px
}