*{ padding: 0; margin: 0; }*

html {
	background-image: url(img/railway_consultants_south_africa_text_bg_02.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
}

body {
	background-image: url(img/railway_consultants_south_africa_bg_brown.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: transparent;
	font-size: 76%;
}

.floatleft {
	float: left;
	margin-right: 15px;
}

.floatright {
	float: right;
	margin-left: 15px;
}

.clear {
	clear: both;
	margin-bottom: 15px;
}

.clear2 {
	clear: both;
}

#rss {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 5px;
	text-align: left;
}

#rss a {
	color: #fff;
	text-decoration: none;
}

#rss a:hover {
	color: #C6A500;
}

#rss a.current {
	color: #C6A500;
}

a {
	font-family: "trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	display: block;
	margin-bottom: 5px;
}

p {
	margin-bottom: 15px;
	font-size: 1.1em;
	font-family: "trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul {
	font-size: 1em;
	margin-bottom: 15px;
}

li {
	font-family: "trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C6A500;
}

.smallh2 {
	font-size: 1.1em;
	font-weight: normal;
	font-family: "trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	color: #00137F;
	font-size: 1.8em;
}

#extra h3 {
	font-size: 2em;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff /*#C6A500*/;
}

h4 {
	font-size: 1.5em;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 15px 5px;
	color: #C6A500;
	font-size: 1.7em;
}

.strong {
	font-weight:bold;
}

a img {
	border: 1px solid #fff;
}

a img:hover {
	border: 1px solid grey;
}

#header{
 position:relative; 
 background-color: #D25400;
 width:100%;
 height: 100px;
 background-image: url(img/rh-header-logo-small.jpg);
 background-position: 87% center;
 background-repeat: no-repeat;
 padding: 10px 0 10px 0;
}

#header h1 {
	color: #fff;
	font-family: serif;
	font-size: 300%;
	text-align: right;
	padding: 63px 40px 0 0;
}

#insidehead {
 width: 800px;
 height:100px; 
 margin: 0 auto;
 background-image: url(img/railway_consultants_south_africa_logo_03.jpg);
 background-repeat: no-repeat;
}

#navigation {
	position:relative;
	width: 100%;
	background-image: url(img/railway_consultants_south_africa_bg_brown_03.jpg);
	background-repeat: repeat;
	/*margin-bottom: 15px;*/
	border-bottom: 1px solid #780600;
	height: 162px;
}

#categories {
	width: 800px;
	margin: 0 0 0 301px;
	text-align: left;
}

#categories li {
	float: left;
	width: 400px;
	list-style: none;
	list-style-position: outside;
	display: block;
}

#categories li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	line-height: 18px;
}

#categories li a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#categories li a.current {
	color: #000  /*#C6A500*/;
	font-weight: bold;
}

#subheader {
	clear: both;
}

#search {
	float: left;
}

#wrapper {
	clear: both;
}

#pagewidth{ 
 width:1100px; 
 text-align:left;  
 background-image: url(img/rh-bg-6.jpg);
} 
 
#leftcol{
 width:250px;
 padding: 10px 20px 0 30px; 
 float:left; 
 position:relative;
 text-align: justify;
  }
  
#leftcol h3 {
text-align: left;
}

#leftcol img {
	margin-bottom: 15px;
}

.career-form {
	margin-bottom: 40px;
}
 
#maincol{
 background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:700px;
 padding: 10px 0 0 0;
 }

#maincol p, maincol h4 {
	text-align: justify;
}

#maincol li {
	list-style-position: inside;
}

#maincol a {
	text-decoration: underline;
}

#maincol a:hover {
	text-decoration: none;
}

.paginator {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

#footer{
 	width: 100%;
	height: 21px !important;
	background-color: #D25400;
	clear: both;
	background-image: url(img/foot-bg.jpg);
	background-repeat: repeat-x;

}

#footer p {
	padding: 1px 0 0 301px;
}
 
#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	color: #C6A500;
}

.iso-image {
	position: absolute;
	top: 130px;
	left: 31px;
	width: 144px;
	height: 144px;
	background-image: url(img/iso-logo-small.jpg);
}
  
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* sNews */
fieldset { 
	margin: 0 0 8px 0; 
}

input { 
	padding: 2px; 
}

textarea { 
	width: 97%; 
	height: 20em; 
}

.comment { 
	margin: 0 0 10px 0; 
	border-top: 1px solid #ccc; 
}

.commentsbox { 
	margin: 0 0 10px 0; 
}

.date { 
	margin: 0 0 20px 0; 
}
