/*Import the menu style - separated cos its too big */
@import url(menu.css);
@import url(admin/admin-style.css); /*-- DO NOT REMOVE --*/

/* Generic styles */
* {
 font-family: Arial, Helvetica, sans-serif;
 color: #3F3F3F;
}

body {
 margin: 0px;
 font-size: 70%; 
}

/*container for the whole page
This has been added to stop the background from displaying in the admin editors*/
#siteContainer {
	background-image : url(images/bg.gif);
 	background-repeat : repeat-x;
	width:100%;
}


hr {
 color: #B2BCBD; 
 background: #B2BCBD; 
 border: 0;
 height: 1px;
}

h1, h2, h3, h4, h5 {
 display: block;
 margin: 0px 0px 0px 0px;
}

h1 {
 display: block;
 color: #CC0000;
 font-size: 130%;
}

/*style to modify h1 for page title*/
.pagetitle{
	color: white;
	font-size: 100%;
	padding-left: 5px;
	font-weight:bold;
}

/*style to modify h1 for page title*/
.pagesubtitle{
	color: #BB0C0C;
	font-size: 120%;
	font-weight:bold;
}

.plaintitle {
	font-size: 100%;
	color: #3F3F3F !important;
}

h2 {
 color: #BB0C0C;
 font-size: 120%;
}

h3 {
 background-color: #888888;
 color: white;
 font-size: 110%;
 padding: 3px 5px 3px 5px;
 margin-left: -5px;
 margin-right:-5px;
}

h3 *, h3 a *, h3 a {
 color: white;
}

h4 {
 font-size: 110%;
}

h5 {
 font-size: 100%;
 font-weight:bold;
 font-style:italic;
}

input, textarea, select {
 font-size: 100%;
}

form {
 display: inline;
 margin: 0px;
}

.hidden {
 display: none;
}

a, a * {
 text-decoration:none;
 color: #BB0C0C;
}

a:hover {
 text-decoration:underline;
}

a img {
 border: 0px;
}

.inactive, .inactive *, .inactive a {
 color: silver;
}

.borderedpic {
 border: 1px solid #3C6972;
}

.basiccontentpadding {
 padding: 10px
}

.absmiddle {
 vertical-align:middle;
}

.listbreak {
 margin: 5px 0px 5px 0px;
 padding: 0px;
}

.viewitemlink {
 background-image : url(images/red_right_arrow.gif);
 background-repeat : no-repeat;
 background-position: 0px 7px;
 color: #3F3F3F;
 display: block;
 padding: 3px 0px 0px 10px;
}

.viewalllink {
 background-image : url(images/red_left_arrow.gif);
 background-repeat : no-repeat;
 background-position: 0px 7px;
 color: #3F3F3F;
 display: block;
 padding: 3px 0px 0px 10px;
}

.pagenumber {
 color: white;
 padding: 1px 5px 1px 5px;
 border-right: 1px solid white;
 background-color: #A95454;
}

.activepage {
 color: white;
 padding: 1px 5px 1px 5px;
 border-right: 1px solid white;
 background-color: #C99393;
}

.jobsummary {
 color: #BB0C0C;
}

.searchtitlebar {
 background-color: #BB0C0C;
 color: #FFFFFF;
 padding: 5px 10px 5px 10px;
 margin-bottom: 10px;
}

.searchhighlight {
 padding-left: 2px;
 padding-right: 2px;
}

.searchhighlight, .searchhighlight a, .searchhighlight *{
 background-color: silver;
 color: #BB0C0C;
 font-weight: bold;
}

/* Right hand panel content */
.shopbg {
 background-image : url(images/headlineslist_bg.gif);
 background-repeat : repeat-y;
 background-position : right 1px;
}

.sidepanelbordered {
 border-top: 1px solid #B2BCBD;
 border-bottom: 1px solid #B2BCBD;
}

.borderedtop {
 border-top: 1px solid #B2BCBD;
}

/*contains the address in the RH column*/
.address {
	background-color: #f1f1f1;
	border-top: 1px solid #B2BCBD;
	border-bottom: 1px solid #B2BCBD;
	font-size: 80%;
	padding: 12px 0px 12px 12px;
}

.address a{
	color: #3F3F3F;
}

.sidepanelpadded {
 padding: 1px 0px 1px 0px;
}

.paddedbottom {
 padding-bottom: 1px;
}

.sidetitlebar {
 background-color: #888888;
 padding: 4px 0px 4px 10px;
}

.sidepanellist {
 background-color: #F4F1F0;
 padding : 8px 10px 8px 10px;
}

.sideitem {
 padding: 2px 0px 2px 0px;
}

.sideitem a {
 color: #3F3F3F;
}

/*note overlappiong any more*/
.overlappingsideitem {
 border-left: 1px solid white;
 padding : 0px 10px 0px 10px;
 position: relative;
 margin : 8px 0px 10px 0px;
}

.nemisyslink, .nemisyslink a {
 color: #880564;
 background-color: #F6F6F6;
}

.newsmonth {
 width: 80px;
 background-image : url(images/red_right_arrow.gif);
 background-repeat : no-repeat;
 background-position: 0px 4px;
 padding-left: 10px;
}

.activenewsmonth {
 font-weight: bold;
}
/* end */

/* Homepage styles */
.homepagephoto {
 margin:1px 0px 1px 1px;
 
}

/*container for the homepage photos*/
#homepagephotos{
	float: right;
}

#homepageintro {
 margin:0px;
 margin-left: 1px;
 padding: 10px 15px 10px 15px;
 background-color: #F4F1F0;
 border-top: 1px solid #B2BCBD;
 border-bottom: 1px solid #B2BCBD;
}

#headlinestitlebar {
 background-color : #CC0000;
 margin-left: 1px;
 display: inline;
 float: left;
 border: 1px solid white;
 width: 401px;
}

.headlinestitle {
	padding: 2px 0px 2px 100px;
	float: left;
	width: 150px;
	color: white;
	font-size: 90%;
	letter-spacing: 0.1em;
}

.morenews {
	float: right;
	padding: 1px 10px 2px 0px;
	display: inline;
	background: #F4E6E6;
	text-align: right;
	width: 96px;
	font-size: 95%;
	font-weight: bold;
	border-left: 1px solid white;
}

#headlines{
 border-top: 1px solid #B2BCBD;
 padding:12px 0px 0px 10px;
 background-image : url(images/headlineslist_bg.gif);
 background-repeat : repeat-y;
 background-position : right 1px;
}

.homepagenewsitemimage{
	float: left;
	width: 76px;
	margin-right: 10px;
}

.newsthumbnail {
 float: left;
 border: 1px solid #3F3F3F;
 
 width: 74px;
 height: 74px;
}

/*container for the individual news items*/
.homepagenewsitemcontainer{
	width: 370px;
	float: left;
}

.homepagenewsitem {
 float: left;
 margin: 0px;
 width: 280px;
}

.widehomepagenewsitem {
 width: 370px;
 float: left;
}


#keywords {
 width:130px;
}

/*answer for the quiz*/
.quizanswer{
	float: left;
	width: 120px;
	padding-top: 0.25em;	
}

.quizradio{
	padding-left:0px;
	margin-left: 0px;
}

#quizbar{
	background-color: #445358;
	padding: 5px 0px 5px 4px;
	margin-left: 0px;
	margin-top: 0px;
	float: right;
	width: 154px;
}

#quizcontainer{
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.quizlink{
	padding-top: 3px;
	padding-left: 21px;
}

.quizlink a{
	color: #3F3F3F;
	font-weight: bold;
	text-decoration: none;
}

.quizlink a:hover{
	text-decoration: none;
}

/*style to make a button look like a link*/
.buttonLink {
  background-color: transparent;
	text-decoration: none;
  font-weight: normal;
  border: none;
  cursor: pointer;
  cursor: hand;
	margin: 0px;
	padding: 0px;
 }
 
 /*container for the homepage copyright message*/
 #copyright_message{
 	margin-top: 1px;
	border-top: 1px solid #B2BCBD;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 80%
 }




/*new styles from new cms*/
@import url(admin/admin-style.css); /*-- DO NOT REMOVE --*/

* {
	font-family: Arial, Verdana, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	color: #4b4b4b;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input, textarea, select {
	font-size: 100%;
}

/* Simple classes - dereferencing single style parameters to avoid inline styles */

.bold {
 font-weight: bold;
}

.clearboth {
 clear: both;
}

.floatleft {
 float: left;
}

.floatright {
 float: right;
}

.invisible {
	display: none;
}

#footer a:link{
	text-decoration: none;
	font-weight: bold;
	}

#footer a:visited{
	text-decoration: none;
	font-weight: bold;
}

#footer a:active{
	text-decoration: none;
	font-weight: bold;
}
	
#footer a:hover{
	text-decoration:underline;
	font-weight: bold;
	}