@import url(core.css);
@import url(forms.css);
@import url(topmenu.css);

/* General Details
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 Tahoma, Verdana, sans-serif;
  background-color:#D4D4D4;
}

/* Text Sizing
================================== */

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.2em;
}

h1, h2, p {
  margin: 1em 0;
}

#footer p {
	font-size: 1.0em;
	color: #666666;
}

#branding h1 {
	text-indent: -5000px;
}

#accessibility p {
	font-size: 1.1em;
	color: #000;
}

#accessibility a {
	color: #000;
	text-decoration: none;
}

#accessibility a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.principle_logo {
	float: left;
	width: 150px;
	height: 35px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.newsletter_container {
	clear: both;
}

.newsletter_pdf {
	float: left;
	width: 70px;
	margin-right: 10px;
}

.newsletter_pdf img {
	border: 0;
}

.newsletter_text {
	float: left;
	width: 250px;
}

#mainNav h2 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 10px 0 10px;
}

#mainNav hr {
	width: 190px;
	margin-left: 10px;
	color: #666666;
	background-color: #666666;
}

#mainNav p {
	font-size: 1.2em;
	line-height: 17px;
	color: #666666;
}

#mainNav a {
	font-size: 0.8em;
}

#secondaryContent h2 {
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
}

#secondaryContent p {
	font-size: 1.1em;
	color: #666;
	line-height: 18px;
}

/* Component Colouring, Backgrounds and Padding
================================== */

#wrapper {
  background-color: #fff;
  background: url(../images/content-bg.gif) no-repeat bottom right;
}


#branding {
  height: 240px;
  background-color:#ffffff;
}

#mainNav {
  list-style: none;
}

#content {
	background: url(../images/righthand-bg.gif) no-repeat top right;
}

#footer {
  background-color:#fff;
  border-top: 1px solid #283562;
  padding: 1px 20px;
  text-align: right;
}

.picright {
	float: right;
	margin-left: 20px;
}

.imagethumb {
	float: left;
}

/* Add some padding
================================== */

#mainNav {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav * {
  padding-left: 20px;
  padding-right: 20px;
}

#mainNav * * {
  padding-left: 0;
  padding-right: 0;
}

/* Job Styling */
.job {
	margin: 5px;
	margin-left: 0;
	padding: 7px;
	border: 1px dotted #A07C41;
	background: #F8F7F4;
}
.pay {
	float: right;
	width: 120px;
	padding: 3px;
	background: #EEEEEE;
}
.welcome_text {
		font-size: 1.5em;
}

#rotate {
	width: 736px;
	height: 176px;
}


#mainImage {
	background-image: url(../rotate/image1.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}
#navwrapper {
	clear: both;
}

/* modified liScroll styles */

.tickercontainer { /* the outer div with the black border */
background: #fff; 
width: 500px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
z-index: 100;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 718px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 500px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 0px 0 0;
} 
/* end of liscroller */
