/* Site Colours 
Orange: EF6126
Ligyt grey: E2E2E2
*/

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

body {
 	font-family:Trebuchet MS, Arial, "Helvetica", sans-serif;
	color: #666; 
	text-align: left;
	margin: 0 0 10px 0;	
}
.body_bg {
	background:#fff url(../images/wrapbg.png) repeat-x;	
}

/* links */
a, a:visited {	
	color: #ef6127; 
	text-decoration: none;		
}
a:hover {
	color: #a83100;
}
p{
	margin: 10px 0px;	
}
/* headers */
h1, h2, h3, h4, h5 {
	font-family: Arial, "Helvetica", Verdana, Sans-serif;
	font-weight:bold;
	margin-bottom:5px;
}

h1 {	
	color: #2c2c2c;	
}
h1.page_title {	
	margin: 0px;
	padding-bottom:4px;
	border-bottom: 1px solid #ef6127;
}
h2 {
	color: #2c2c2c;
}
h3 {
	color: #2c2c2c;	
}

h4 {
	color: #2c2c2c;	
}

h5{
	color: #2c2c2c;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	
}
ul{
	list-style-image: url(../images/bullet-list.gif);
	margin-left:0px;
}

ul li{

}

ol{
	
}




/* images */
img{
	border:none;
}


/* default table */
table {
	margin: 5px;
}
tr {
	height: 30px;
	
}
td {
}

/* 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;
}

footer-wrap {

	
}
/********************************************
	FLASH - add wmode=transparent to object tag
********************************************/
object, embed{
	position:relative;
	z-index:-1;
}
/********************************************
   LAYOUT
********************************************/ 



#wrap {
	
	position: relative;
	width: 960px;	
	margin: 0px auto;
	text-align: left;
}

#content-wrap {
	float: left;
	width: 958px;
	margin: 0px;
	padding: 0px; 	
	overflow:hidden;
	border:1px solid #E4E4E4;

}

#logo {
float: left;
margin:10px;
padding:5px;
}
#nav-links {
	float: right;
	margin:0px;
	padding:75px 30px 0px 0px;
}
#nav-links a{
margin: 0px 5px;	
}
#top-shadow {
	background:#e2e2e2 url(../images/topshadow.png)repeat-x;
	height:6px;
}

#nav-wrap{

}

/* header */
#header {
	
	background:#fff url(../images/headerbkgd.png)repeat-x;
	height: 94px;
	width:960px;	
	padding: 0px;
	clear:right;
	
}

#banner {
	height:206px;
	width:890px;
	position:relative;
	z-index:1;
	
}

#main {
	float:left;
	width:648px;	
	text-align: left;
	margin: 0px;
	padding:0px 10px 0px 20px;
	margin-bottom: -32767px; 
	padding-bottom: 32767px;
	background:#FFF;
	min-height:600px;
}	

#leftcol {
	float: left;
	width: 235px;	
	margin: 10px;
	padding: 0px 7px;
	background:white;
	margin-bottom: -32767px; 
	padding-bottom: 32767px;
}

#footer-wrap {

	background:#e9e9e9;
	width:960px;
	height:50px;
	margin:0px;
	padding:0px;
}


#footer_logo{
	float:right;
	width: 255px;
	height:40px;
	margin: 7px 15px;
}
#footer-policy{
	float:left;
	padding:10px 10px 7px 20px;
	height:40px;
	width: 620px;
}

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

#main #breadcrumb{
	margin: 0px;
	padding: 7px;
}

/* ######################### MODULE STYLES ######################### */
.module{
	
}

.mod_header{

}
.mod_main{
	border-bottom: 1px solid #EFEFEF;
	border-right: 1px solid #efefef;
	margin:5px;
	padding: 10px;
}

.module_title{
	color:#2c2c2c;
	margin:0px 2px 3px 0px;
	padding:5px 2px 5px 0px;
	
	
}

.module_content{
	
}

/*  MOD HEADER */
.mod_header{

}
.mod_header .module_title{

}

.mod_header .module_content{

}

/*  MOD LEFT */

.mod_left{
	width:220px;
	margin:0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px solid #E2E2E2;
}
.mod_left .module_title{

	color: black;
}

.mod_left .module_content{
	word-spacing:2pt;
	line-height:12pt;
}
.mod_left img{
	margin: 2px;
	padding:2px;
	border:solid #efefef 2px;
}
/*  MOD MAIN */
.mod_main img{
	padding:10px;
	
}
.mod_main .module_title{

}

.mod_main .module_content{

}
.home{
	border: none;
	border-right: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	width:45%;
	float:left;
	margin: 5px 10px 5px 0px;
	min-height:200px;
	padding:0px 10px;
}
.home .module_title{
	background: none;
	color: black;	
	padding: 7px 0px;
}

.custom_class{
	
}
/*####################MENU################## */
/*the transparent bg needs to sit outside the menu div or the position:relative for the links won't work - if #menu itself is set at an absolute position  things don't work in IE*/
#menu_bg {
	/*background: url(../images/overlay.png); */
	width:960px;
	height:30px;
	position:absolute;
	left:0px;
	top:0px;

}
#nav{
	display:none;	
	background:none;
	position:relative;
	margin:0 auto;
	z-index:1;
	padding-top:7px;
	padding-left:5px;
}
ul.menu{
	position:absolute;
	left:30px;
	top:7px;
	padding:0px;
	z-index:999;
}
ul.menu, ul.menu ul{
  list-style-type:none;
  list-style-image:none;
  margin: 0;
  padding: 0;
}

ul.menu li {
	
}

ul.menu li a{
	position:relative;
	z-index:99;
}
/* ############ HORIZONTAL ##### */
ul.horizontal{
  width: 100%;
	padding-top:4px;
}

ul.horizontal li{
	display: inline;
	font-weight:bold;
	height:30px;
	padding: 3px 7px;
 	border-right: 1px solid white;	
}

ul.horizontal li a.current{
	height:30px;
	color:white;
	text-decoration:underline;
}
ul.horizontal li a.current:hover{
	color:#e47d1d;

}
ul.horizontal li a, ul.horizontal li a:visited {
  background: none;
  color: white;	
  height:25px;
  font-size: 1.1em;
  padding: 0px; 

}

ul.horizontal li a:hover {
  color: #e47d1d;
  padding: 0px;/* IE6 needs this */
}

/* THE SUBMENUS */
/* all the submenu UL */
ul.horizontal li ul {
	position: absolute;
	top: 0px;
	left: 3px;
	z-index:999;
	visibility: hidden;
	margin-top: 5px;
	padding-top:5px;
	background: url(../images/submenu_bg.png) repeat;
	border: 1px solid #999;
	width:auto;
	font-size:1em;
}
ul.horizontal li ul li {
	float: none;
	height:18px;
	width:auto;
	display:block;
	margin: 0; 
	margin-left:0px;
	white-space:nowrap; 
	z-index:999;
	font-weight:normal;	
	padding: 3px 7px;
 	border-right: none;		
}

/*all the submenu links  */
ul.horizontal li ul li a, ul.horizontal li ul li a:visited {
	padding: none;	
	color:white;
	 border-right: none;
}
ul.horizontal li ul li a:hover, ul.horizontal li ul li a:active {
	padding: none;
	color: #e47d1d;
	/*background:  url(../images/menu_arrow_orange.gif) no-repeat 0% 50%;*/
}


/*##################TEXT################# */
body{
 	font-size:62.5%;
    line-height:1.125em; /* 16×1.125=18 */
}
#header{
	font-size:1em;	
}
#main, #leftcol{
	font-size:1.12em;	
	line-height:1.55em;
}

input, select, th, td {
	font-size:1em
}

p{ 
	font-size:1em;
}


h1 {
	font-size: 1.6em;		

	
}
h2 {
	font-size: 1.5em;

}
h3 {
	font-size: 1.4em;
	
}

h4 {
	font-size: 1.2em;
	
}

h5 {
	font-size: 1.1em;
	
}

input.button { 
	font-size:1em;
}
#main #breadcrumb{
	font-size:1em;
}

#footer {
	font-size: 0.9em;
}

.module{
	font-size:1em;
}

.mod_main .module_title, .mod_left .module_title{
	font-size: 1.5em;
	
}
.mod_main .module_content, .mod_left .module_content{
	font-size: 1em;
}

/*----------------------------------  */
	/* CUSTOM CLASSES */
	/*These need to be updated in the style_main.xml file  */
/*----------------------------------  */
a.link_box{
border: 1px solid #E2E2E2;
padding:3px 15px 3px 5px;
background:url(../images/link_arrow.gif) right center no-repeat;
}
.line_break {
	border-bottom: 1px solid #EFEFEF;
	margin: 0;
}
img.no-border{
	border: none;	
}
