/* Site Colours 
dk grey: 42423A
mid grey: 6B634E
text grey: 717171
light grey: DEDDD3
green: 8A9B3C
light blue: 007C8A
light grey bg: ECEBE9

blue gradient: 027C26 to 02363C
green gradient: 8A9B3C to 3D431B
brown gradient: 43433B to 141412
mid brown gradient: 9B4B1B to 412211
*/

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	font-family: Arial, Verdana, Sans-serif;
	color: #717171; 
	text-align: center;
	margin: 0 0 10px 0;	
}
.bg_col{
	background:#30302a;
}
#body_bg img#bg{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;

}

/* links */
a, a:visited {	
	color: #8A9B3C; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #42423A;
	background: inherit;
}

/* headers */
h1, h2, h3, h4, h5 {
	font-family: Arial, "Century Gothic", Verdana, Sans-serif;
}

h1 {	
	font-weight: bold;
	color: #6B634E;	
	margin-bottom:7px;	
}
h2 {
	font-weight: bold;
	color: #8A9B3C;
}
h3 {
	font-weight: bold;
	color: #42423A;	
}

h4 {
	font-weight: bold;
	color: #8A9B3C;	
}

h1, h2, h3, h4, h5, p {
	padding: 5px;		
	margin: 0;
}
h5{
padding: 15px;
font-size:10px;
font-weight:bold;
color: #ffffff;
position:relative;
margin: -16px -13px 10px -85px;
line-height: 13px;

}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

img{
	border:none;
}

/* images */

#content-wrap img {
	background: #FAFAFA;
   	border: 1px solid #DCDCDC;
	padding: 5px;
	margin: 5px 7px;
}

#content-wrap img.no-border {
	border:none;
}

#content-wrap img.float-right {
  	margin: 2px 0px 10px 10px;  
}
#content-wrap img.float-left {
  	margin: 2px 10px 10px 0px;
}

/* start - table */
table {
	border:1px solid #E4E4E4;
	margin: 5px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #E4E4E4;
	border-bottom: solid 2px #E4E4E4;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	background: none;
}
fieldset{

}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	color:#777;
}
textarea {
	width:400px;
	padding:5px;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
.formbutton{ 
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../images/formbg.gif) repeat-x left top;
}
.formbutton:hover { 
	background: #FF6319;
	color:white;
}
/********************************************
   LAYOUT
********************************************/ 



#wrap {
	position: relative;
	width: 907px;	
	margin: 20px auto;
	text-align: left;
	background: none;
}
#inner_wrap{
	background:repeat-y 899px;/* url('../images/rightshadow.png') */
	width: 905px;
}
#content-wrap {
	float: left;
	width: 900px;
	margin: 0px;
	display: inline;
	padding: 0px; 	
	background: #fff;
	overflow:hidden;
}
/* header */
#header {
	height: 155px;
	width:900px;	
	padding: 0px;
		
}
#main {
	text-align: left;
	margin: 0px;
	padding:0px 10px 0px 20px;
	width: 570px;
	background-color:#FFF;
	border-right: 1px solid #DEDDD3;
	margin-bottom: -32767px; 
	padding-bottom: 32767px;	
}	
#rightcolumn {
	text-align:left;
	float: right;
	width: 280px;
	margin: 0;
	padding: 10px 10px;	
	background: none;
	margin-bottom: -32767px; 
	padding-bottom: 32767px;	
}
#footer {
	clear: both;
	color: #444;
	position: relative;
	height: 60px;
	width: 909px;
	text-align: center;
	padding-top:7px;
	/*border-top: 5px solid #DEDDD3;*/	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.line_break {
	border-bottom: 1px solid #EFEFEF;
	margin: 0;
}
#main #breadcrumb{
	margin: 0px;
	padding: 7px;
}
#main h1 {
	height: 50px;
	margin:10px 0 0 0;
	padding: 22px 7px 5px 10px;
	text-transform: uppercase;
	font-weight:400;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	color: #6B634E;	
	background:url(../images/h1_title_bg.gif) repeat-x;	
}
/* ######################### MODULE STYLES ######################### */
.mod_header{
	float:right;
	padding:3px;
	width: 175px;
	height: 30px;
}

.mod_right{

	padding: 7px;
	width:auto;
	margin: 7px 0px;
}

.brown, .midbrown, .green, .blue{
	padding: 0px 0px 0px 90px;
	border: 12px solid #ECEBE9;
	width:145px;
}
.brown{
	background:#141412 url(../images/module_brown.jpg) no-repeat;
}
.green{
	background:#3D431B url(../images/module_green.jpg) no-repeat;
}
.blue{
	background:#02363C url(../images/module_blue.jpg) no-repeat;
}



.midbrown{
	background:#412211 url(../images/module_midbrown.jpg) no-repeat;
}

.mod_right .module_title{
	margin: 0;	
	padding: 7px 5px 0 13px; 
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	color: white; 
	width:auto;
}
.mod_right .module_title a{
	color: white; 
	background:none;
}

.mod_right .module_content{
	display:block;
	padding:0px 5px 5px 10px;
	width:auto;
	overflow: auto;  
	color: #DEDDD3;
	line-height: 0.95em;

}
.mod_right .module_content img{
	display:block;
	float:left;
	margin-right:5px;
	border:none;
}
.mod_right .module_content a{
	color: white;
	border-bottom: dotted white 1px;
}
.mod_right .module_content a:hover{
	color: white;
	border-bottom: solid white 1px;
}	
.mod_main{

}
.mod_main .module_title{

}
.mod_main .module_content{

}

/*####################MENU################## */
#menu_bg {
	width:860px;
	height:20px;
	position:relative;
	z-index:3;
	left:20px;
	top:-22px;

}
#nav a{
	position:relative;
	z-index:99;
}
#nav  ul {
	width: 860px;
	position:relative;
	z-index:4;
	left:20px;
	top:-38px;	
}
ul.menu{
	/*overflow:hidden;*/
}

ul.menu, ul.menu ul{
  list-style-type:none;
  margin: 0;
  padding: 0;
}
ul.menu li {
	height:20px;
}
/* ############ HORIZONTAL ##### */
ul.horizontal{
  width: 100%;
}

ul.horizontal li{
	display: inline;
	margin-right:7px;
}

ul.horizontal li a.current{
	background: url(../images/menu_bg2.png) repeat-x 0px 3px;
	height:20px;
	color:white;
	font-weight:bold;
}
ul.horizontal li a.current:hover{
	color:white;
}
ul.horizontal li a {
  background: none;
  color: #131311;	
  height:20px;
  font-size: 1.15em;
  padding: 0.5em 0.75em;
}

ul.horizontal li a:hover {
  color: white;
  padding: 0.5em 0.75em;/* IE6 needs this */
}
ul.horizontal li a:visited {
  color: white;
  padding: 0.5em 0.75em;/* IE6 needs this */
}
/* THE SUBMENUS */
/* all the submenu UL */
ul.horizontal li ul {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	margin-top: 10px;
	background: white;
	padding:0px;
	width:auto;
	font-size:0.75em;
	border: #EAEAEA 1px solid;
}
ul.horizontal li ul li {
	float: none;
	height:18px;
	display:block;
	margin: 0;
	padding:3px 10px; 
	white-space:nowrap; 
	z-index:999;
}

/*all the submenu links  */
ul.horizontal li ul li a {
	padding: 0.5em 1em;	
	margin: 0;
	color:black;
  background: url(../images/menu_arrow_mid_gr.gif) no-repeat 0% 50%;	
}
ul.horizontal li ul li a:hover, ul.horizontal li ul li a:active {
  color: #CC0000;
  border-bottom:none;
  padding: 0.5em 1em;	
  background: url(../images/menu_arrow_black.gif) no-repeat 0% 50%;
}


/*##################TEXT################# */
body{
 	font-size:62.5%;
    line-height:1.125em; /* 16×1.125=18 */
}
#header{
	font-size:1em;	
}
#main{
	font-size:1em;	
	line-height:1.55em;
}
#sidebar{
	font-size:1em;	
	line-height:1.35em;
	text-align:left;
}
#rightcolumn{
	font-size:1em;
	line-height:1.35em;	
	text-align:left;
}
INPUT, SELECT, TH, TD {font-size:1em}
h1 {
	font-size: 1.6em;		
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}
blockquote {
	font-size: 1.4em;
}
input.button { 
	font-size:1em;
}
#main #breadcrumb{
	font-size:1em;
}

#footer {
	font-size: 0.9em;
}

.module{
font-size: 1em;
}
.mod_right .module_title{
	font-size: 1.25em;
}
.mod_right .module_content{
	font-size: 1.1em;
}
.mod_main .module_title{
	font-size: 1.5em;
}
.mod_main .module_content{
	font-size: 0.95em;
}
/* ################### HOME PAGE ################ */
#home_welcome_wrap{
	float:left;
	width: 280px;
	margin:7px 0px 0px 0px;
}
#home_welcome_content{
	background: url(../images/home_intro_bg.jpg) no-repeat;
	padding: 7px 7px 7px 50px;
	width: 219px;
	height: 270px;
	margin-bottom: 14px;
}
#home_welcome_content h2{
	color: #007C8A;
	line-height: 20px;
	border-bottom: 2px white solid;	

}
#home_welcome_content p{
	font-size: 1.1em;
	line-height: 15px;
}

#home_module_wrap{
	width:580px;
	margin:0px;
	float:right;
}
.home_module{
	width: 135px;
	height:175px;
	margin: 7px;
	padding: 0px 7px 7px 130px;
	color: #DEDDD3;
	float:right;
	font-size: 1.1em;
	line-height: 15px;
}
/* For the sole purpose of adjusting advert modules */
.advert_module {
	color:#DEDDD3;
	float:left;
	text-align:left;
	font-size:0.8em;
	height:120px;
	line-height:15px;
	margin:13px;
	padding:0 7px 7px 130px;
	width:129px;
}	

.advert_module2{
	width: 135px;
	height:45px;
	margin: 7px 25px 7px 7px;
	padding: 0px 0px 7px 0px;
	color: #DEDDD3;
	float:left;
	font-size: 1.1em;
	line-height: 15px;
}	


.home_module h2{
	color:white;
	line-height: 20px;
}
.home_module a{
	color:#DEDDD3;
	border-bottom: #DEDDD3 1px dotted;
}
.home_module a:hover{
	border-bottom: #DEDDD3 1px solid;
}
.home_module#grey{
	background: url(../images/home_module_grey_bg.jpg) no-repeat;
}
.home_module#brown{
	background: url(../images/home_module_brown_bg.jpg) no-repeat;
}
.home_module#green{
	background: url(../images/home_module_green_bg.jpg) no-repeat;
}
.home_module#blue{
	background: url(../images/home_module_blue_bg.jpg) no-repeat;
}

#advert1.advert_module {
background:transparent url(../images/advert1.jpg) no-repeat scroll 0 0;
}

#advert2 img{
padding: 0px 7px 7px 10px;
}




