/* ---Generic styles--- */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 82.5%;
}

h1 {
	font-size:1.5em;
	color: #330033;
	padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
	margin-top:0px;
	display: block;
	}
h2 {
	border-bottom:1px dotted #BBBBBB;
	margin-bottom:10px;
	margin-top:0px;
	font-weight:bold;
	font-size:1.3em;
}
	
h3 {
	margin-top:8px;
	margin-bottom:6px;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

h4 {
	margin-top:4px;
	margin-bottom:6px;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

a {
	color:#0000FF;
	text-decoration:none;
	}
a:hover {
	color:#0000FF;
	text-decoration:underline;
	}
	
p {line-height:18px;}
	
.summary {
	color: #996699;
	margin-top:0px;
	font-weight:bold;
	}
	
.vlistwithblobs ul {
list-style-type:none;
margin:0;
padding:0;
}
	
.vlistwithblobs a {
    font-weight:bold;
	text-decoration:none;
}
.vlistwithblobs li {
    padding: 2px 0 5px 0px;
	margin-left: 10px;
    list-style-image:url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/bullet.gif);
    list-style-position:outside;
}
.vlistwithblobs li a {
    font-weight:normal;
    color: #0000FF;
	text-decoration:none;
}
.vlistwithblobs li a:hover {
    color: #0000FF;
text-decoration:underline;
}

.quote {color:#996699;
font-size:1em;
font-weight: bold;
margin-left:20px;}

.quoteBox {background-color: #996699;
color: #ffffff;
font-weight: bold;
padding:10px 20px 10px 20px;
margin-top:10px;
margin-bottom:15px;
}

.quoteBox h3 {color:#FFFFFF;}

.tick
{list-style-image: url('http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/tick.gif');
margin-left: 30px;}

.latestNews
{border: 1px dotted #cccccc;
padding: 20px;
margin-bottom: 10px;}

.latestNews h2
{color: #996699;}
	
/* ---Setting the total width of site--- */
#mainWrapper {
  width:974px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align:left;
}

/* ---Accessibility--- */	
.offscreen {
    position:absolute;
    left: -50px;
    top: -50px;
}
#accessibilityOptions a:focus {
	top:50px;
	left:50px;
	background-color:yellow;
	position:absolute;
	font-weight:bold;
}
#serviceNav {
	background-repeat: repeat-x;
	text-align: right;
	height: 15px;
	margin-right:6px;
}
#serviceNav ul {
	display:inline;
	padding:0px;
}
#serviceNav li {
	font-size:0em;
	display: inline;
	padding: 0 15px 0 15px;
	border-left: 1px solid #efefef;
}
	
/* ---Banner--- */
#topBanner {
	display: block;
	width: 100%;
	height: 92px;
	min-height: 92px;
	background-image: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/op_banner_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
	padding: 0;
	margin-top: 2px;
	}
#css_logo {
	padding: 0;
	margin: 0;
	}
	
#topBanner2030 {
	display: block;
	width: 100%;
	height: 92px;
	min-height: 92px;
	background-image: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/op2030_banner_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
	padding: 0;
	margin-top: 2px;
	}

/* ---Search--- */
#search {
  	float:right;
	display:inline;
	margin-top: -55px;
	margin-right: 210px;	
	padding: 0;
	max-height: 35px;
	}
.searchText {
	color:#FFFFFF;
	font-weight:bold;
	}
#search form {
	margin:0;
	}
#search input {
	margin:0;
	}
#search input#text{
	width:100px;
	}

#banner2030 {background-image:url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/oxon2030/2030stratbanner.gif);
background-repeat: no-repeat;
height: 49px;
width: 100%;
padding:0 0 25px 0;
}

/* ---Tabs--- */
.mainNav {
	display:block;
	width:100%;
	min-height:35px;
	background-color:#ffffff;
	
	}
	
ul.tabNav {
	border-bottom: 1px solid #9B6599;
	margin: 2px -5px 0 0px;
	padding-left: 5px;
	float: left;
	width: 99.3%;
}

.tabNav li {
	list-style: none;
	float: left;
	background: #FFF url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/tabs/tab_right.jpg) no-repeat right top;
	margin-right:  2px;
}
.tabNav a {
	display: block;
	padding: 7px 15px 4px 15px;
	background-image: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/tabs/tab_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
}

.tabNav a:hover {
	color:#000000;
	text-decoration:none;
	}

.tabNav .selected {
	list-style: none;
	float: left;
	background: #FFF url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/tabs/tab_right_selected.jpg) no-repeat right top;
	margin-right:  2px;
	color:#996699;
}
.tabNav .selected a {
	display: block;
	padding: 7px 15px 4px 15px;
	background-image: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/tabs/tab_left_selected.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1em;
}

.tabNav .selected a:hover {
	color:#000000;
	text-decoration:none;
	}
	
#finishTabs
{	padding: 7px 15px 4px 15px;
	background: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/tabs/full-tab.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:5px;
	height:auto;}
	
/* ---Main Content width for 3 column layout--- */
#mainContent {
	float:left;
	width: 518px;
	margin-left: 223px;
	margin-right: 220px;
	display: inline;
	padding-right:14px;
	padding-bottom: 20px;
	}
	
/* ---Main Content width for 2 column layout--- */
#mainContent2 {
	float:left;
	width: 740px;
	margin-left: 223px;
	margin-right: 5px;
	display: inline;
	padding-right:5px;
	adding-bottom: 20px;
	}

/* ---All other Main Content styles--- */
#mainImage {
	float: right;
	margin:5px;
	}
#mainImage img {
	border: 1px solid #000;
	}
.docTable2  {
    font-size:1em;
    margin-top:10px;
    margin-bottom:20px;
    margin-left: 2px;
    margin-right: 2px;
    border-top:1px solid #999999;
    border-left:1px solid #999999;
    border-bottom:0px;
    border-right:0px;
}
.docTable2 td {
    background-color:#eeeeee;
    padding: 5px;
    border-bottom:1px solid #999999;
    border-right:1px solid #999999;
    border-top:0px;
    border-left:0px;
}
.docTable2 th {
    padding:3px;
    background-color:#dddddd;
    border-bottom:1px solid #999999;
    border-right:1px solid #999999;
    border-top:0px;
    border-left:0px;
}

.newsitem {
padding-bottom:3px;
padding-top:1px;
}

.newsitem p {
padding-bottom:0px;
padding-top:0px;
margin-bottom: 0px;
margin-top: 0px;
}

hr {
border-color:#bbbbbb;
border-style:dotted none none;
border-width:1px 0 0;
height:1px;
}

.contentSection {
border:1px solid #CCCCCC;
margin:0 0 5px;
padding:0;
}

.padcontent {
padding:3px 5px;
}

.padcontent p {
padding-bottom:0px;
padding-top:0px;
margin-bottom: 0px;
margin-top: 0px;
}

.greenfade h3
{
padding-top: 4px;
padding-right: 0px;
padding-bottom: 4px;
padding-left: 5px;
background-color: #8dc641;
background-image: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/contentboxes/greenBG.jpg);
color: #ffffff;
font-size: 1.2em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

.bluefade h3
{
padding-top: 4px;
padding-right: 0px;
padding-bottom: 4px;
padding-left: 5px;
background-color: #189bd7;
background-image: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/contentboxes/blueBG.jpg);
color: #ffffff;
font-size: 1.2em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

.purplefade h3
{
padding-top: 4px;
padding-right: 0px;
padding-bottom: 4px;
padding-left: 5px;
background-color: #9b6599;
background-image: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/contentboxes/purpleBG.jpg);
color: #ffffff;
font-size: 1.2em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

.pinkfade h3
{
padding-top: 4px;
padding-right: 0px;
padding-bottom: 4px;
padding-left: 5px;
background-color: #9b6599;
background-image: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/contentboxes/pinkBG.jpg);
color: #ffffff;
font-size: 1.2em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

.divBox1 {
background-image: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/greenQ.gif);
background-position:left;
background-repeat:no-repeat;
border-bottom: 1px solid #8dc641;
border-left: 1px solid #8dc641;
border-right: 10px solid #8dc641;
border-top: 1px solid #8dc641;
padding: 0 5px 0 45px;}
 
 .divBox2 {
 background-image: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/purpleQ.gif);
 background-position:left;
background-repeat:no-repeat;
 border-bottom: 1px solid #9b6599;
border-left: 1px solid #9b6599;
border-right: 10px solid #9b6599;
border-top: 1px solid #9b6599;
padding: 0 5px 0 45px;}

.divBox3 {
border-bottom: 1px solid #8dc641;
border-left: 1px solid #8dc641;
border-right: 1px solid #8dc641;
border-top: 10px solid #8dc641;
padding:5px;
}


/* ---Left Hand panel 3 col--- */

#nav {
    float:left;
    margin-left: -970px;
	padding: 0px;
	display:inline;
	width:208px;
		}
#nav ul {
    
	background-color:#ffffff;
	border: 1px solid #cccccc;
	background-image: url(http://portal.oxfordshire.gov.uk/content/public/exampleminisite/images/panel_fade.jpg);
    background-repeat: repeat-x;
	margin:0 0 5px 0px;
    padding: 5px 0px 5px 0px;
		}
		
/* ---Left Hand panel 2 col--- */

#nav2col {
    float:left;
    margin-left: -968px;
	padding: 0px;
	display:inline;
	width:208px;
		}
#nav2col ul {
    
	background-color:#ffffff;
	border: 1px solid #cccccc;
	background-image: url(http://portal.oxfordshire.gov.uk/content/public/exampleminisite/images/panel_fade.jpg);
    background-repeat: repeat-x;
	margin:0 0 5px 0px;
    padding: 5px 0px 5px 0px;
	list-style-type:none;
		}

/* ---Left Hand menu--- */
.toplevel {
	list-style:none;
	background-image: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/dott_arrow_right.gif);
	background-repeat:no-repeat;
	background-position: 4px 3px;
	padding-left:17px;
	padding-right:3px;
	padding-bottom: 5px;
	margin-left:0px;
	margin-bottom:4px;
	}
.toplevel a {
	color: #666666;
	font-size: 1em;
	font-weight: bold;
	}
.toplevel a:hover {
	color:#666666;
	text-decoration: underline;
	}
	
.level2 {
	list-style:none;
	background-image: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/dott_arrow_right.gif);
	background-repeat:no-repeat;
	background-position: 4px 3px;
	padding-left: 17px;
	padding-right:3px;
	padding-bottom: 5px;
	margin-left:10px;
	}
.level2 a {
	color: #666666;
	font-size: .9em;
	}
.level2 a:hover {
	color:#666666;
	text-decoration: underline;
	}
.level3 {
	list-style:none;
	background-image: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	padding-left:12px;
	padding-right:3px;
	padding-bottom: 5px;
	margin-left:20px;
	}
.level3 a {
	color:#666666;
	}
.level3 a:hover {
	color:#666666;
	text-decoration: underline;
	}
	
.level4 {
	list-style:none;
	background-image: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	padding-left:12px;
	padding-right:3px;
	padding-bottom: 5px;
	margin-left:35px;
	}
	
.level4 a {
	color:#666666;
	}
.level4 a:hover {
	color:#666666;
	text-decoration: underline;
	}
	
.level5 {
	list-style:none;
	background-image: url(http://portal.oxfordshire.gov.uk/content/public/oxfordshirepartnership/images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	padding-left:12px;
	padding-right:3px;
	padding-bottom: 5px;
	margin-left:45px;
	}
	
.level5 a {
	color:#666666;
	}
.level5 a:hover {
	color:#666666;
	text-decoration: underline;
	}
	
.bannerStyle {
    clear:right;
	margin-bottom:2px;}

.bannerStyle img {
	border:1px solid #cccccc;
}


/* ---Right Hand Links--- */	
#rightwrap {
	float:left;
	width:220px;
	margin-left:-226px;
	}

#rightwrap h2 {
   color:#996699;
   margin:0;
  font-size:1.1em;
}

.rightCol {
   background-color:#FFFFFF;
   background-image:url(http://portal.oxfordshire.gov.uk/content/public/exampleminisite/images/panel_fade.jpg);
   background-repeat:repeat-x;
   border:1px solid #CCCCCC;
   color:#000000;
   margin-bottom:10px;
   text-align:left;
   vertical-align:top;
   padding: 5px 0px 0px 5px;
	}

.rightCol p {
   margin-bottom:15px;
   margin-top:10px;
	}
.rightCol ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
.rightCol li {
margin:0;
padding:5px 0 5px 0;
border-bottom:1px dotted #999999;
font-size: .9em;
font-weight:normal;
	}

.rightCol a {
	color:#666666;
	}

/* ---Footer--- */
#footerStyle {
	background-repeat:repeat-x;
	background-image: url(http://portal.oxfordshire.gov.uk/content/public/exampleminisite/images/foot_backfg.gif);
    height: 60px;
	padding:0px 0 0 8px;
	font-size: 0.9em;
	clear: both;
	display:block;
	}
#footerStyle p {
	margin:5px 8px 5px 8px;
	float:left;
	clear: none;
	line-height:normal;
	}
	
.footerLinks
{
margin:5px 8px 5px 8px;
float: right;
} 

.footerLinks a
{
color: #000000;
}

.footerLinks a:hover
{
color: #000000;
text-decoration: underline;
}
/* list item icons */
.pdf, .pdf li, li.pdf {
list-style-image:url(/OCCThemes/themes/html/OCCGreen/publicsite_vp/images/bullet-icons/pdf.gif) !important;
padding-left:2px !important;
}

.web, .web li, li.web {
list-style-image:url(http://portal.oxfordshire.gov.uk/content/publicnet/other_sites/topjobs/images/internet.gif) !important;
padding-left:2px !important;
}

.word, .word li, li.word{
list-style-image:url(/OCCThemes/themes/html/OCCGreen/publicsite_vp/images/bullet-icons/word.gif) !important;
padding-left:2px !important;
}

.audio, .audio li, li.audio {
list-style-image:url(/OCCThemes/themes/html/OCCGreen/publicsite_vp/images/bullet-icons/audio.gif) !important;
padding-left:2px !important;
}

.excel, .excel li, li.excel {
list-style-image:url(/OCCThemes/themes/html/OCCGreen/publicsite_vp/images/bullet-icons/excel.gif) !important;
padding-left:2px !important;
}

.powerpoint, .powerpoint li, li.powerpoint{
list-style-image:url(/OCCThemes/themes/html/OCCGreen/publicsite_vp/images/bullet-icons/powerpoint.gif) !important;
padding-left:2px !important;
}

.video , .video li, li.video{
list-style-image:url(/OCCThemes/themes/html/OCCGreen/publicsite_vp/images/bullet-icons/video.gif) !important;
padding-left:2px !important;
}