/*
Description:	CSS 
Author:			Visualcode Limited
Date: 			February 2009.
Version:		1.0
*/

@import url('css/pageLayout.css');
@import url('css/generalform.css');
@import url('css/accounts.css');
@import url('css/lightbox.css');

/*---------------------------Global Start -----------------------------*/

/*
Colour Palette:
Mn Green:#7D8A06;
Red:#CB420A;  
Purple:#5B1C8A; 
Orange:#EFA105;
Blue:#02A0C6;
lt Green:#8AC821;
Purlple 2:#8C0653;
lt Blue:#6388BE;
Yellow:#B09302;
Grey:#B8B8AD; 
lt Grey:#EDEDEA; 
*/

body {
	font:12px "trebuchet ms", Arial, Verdana, Helvetica, sans-serif; 
	font-weight: normal;
	line-height: 15px;
	color: #666;
	text-align:center;
	background:#EDEDEA;
  	position:relative;
	margin:0;
	padding:0;	
	}
	
a:link {
	color:#8C0653;
	text-decoration: none;
}

a:visited {
	color:#8C0653;
	text-decoration: none;
}

a:active {
	color:#02A0C6;
	text-decoration: none;
}

a:hover {
	color:#02A0C6;
	text-decoration: none;
}

a img{
	border:0;
	}

img.portrait{
	float:left;
	padding:2px;
	margin:0 5px 5px 0;
	border:#ECECEC solid 1px;
	}

h1, h2, h3, h4{
	font-weight:normal;
	line-height:normal;
	}
	
h1 {
	font-size: 20px;
	color:#7D8A06;
	font-weight:bold;
	}

h2 {
	font-size: 17px;
	color:#CB420A;
	font-weight:bold;
	}

h3 {
	font-size: 15px;
	color:#5B1C8A;
	font-weight:bold;
	}

h4 {
	color:#9DA8B0;
	font-size: 1.2em;
	}

hr {
	border: none;
	border-top: 1px solid #5B1C8A;
	height: 1px;
	margin: 5px auto;
	padding: 0px !important;
	color:#FFF;
	clear:both;
	}

p{
	margin:10px 0;
	}

.clear{
	clear:both;
	}
	
table{margin:0;}	
table td{padding:5px 0px; font:12px "trebuchet ms", arial, helvetica, sans-serif; border-bottom:#D8CECE solid 1px; vertical-align:top;}	
table td.five{padding:5px;}
table thead td{background:#7A0000; border-top:#FFF solid 1px; border-bottom:#FFF solid 1px; border-right:#FEFFDB solid 1px; color:#FFF; padding-left:5px; font-weight:bold;}
table thead td.none{border-right:none;}	


a.button{
	margin:0 auto;
	background:#7D8A06;
	color:#FFF;
	display:block;
	width:100px;
	padding:5px;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	border:#EDEDEA solid 3px;
	}

/*
Colour Palette:
Mn Green:#7D8A06;
Red:#CB420A; 
Black:#000000; 
Purple:#5B1C8A; 
Orange:#EFA105;
Blue:#02A0C6;
lt Green:#8AC821;
Purlple 2:#8C0653;
lt Blue:#6388BE;
Yellow:#B09302;
Grey:#B8B8AD; 
lt Grey:#EDEDEA; 
*/	

#container{
	padding:0;
	margin:0;
	position:relative;
	background:#FFF;
	text-align:center;
	}

#colorBand {
	margin:0;
	text-align:center;
	height:15px;
	padding:3px 0px;
	background:#7D8A06;
	color:#EDEDEA; 
	}

#header {
	width:100%;
	background:#FFF url(images/headerBack.gif) repeat-x;
	height:110px;
	width:900px;
	margin:0 auto;
	text-align:left;
	position:relative;
	}

#logo {
	margin:0;
	
	padding:0px;
	height:60px;
	}

#logo img{
	padding:15px 0px 10px 0px !important;
	float:left;
	}
	
.strap{	
	float:right;
	width:600px;
	color:#EDEDEA;
	font-size: 24px;
	line-height:27px;
	padding-top:20px;
	font-family: "trebuchet ms", Arial, Verdana, Helvetica, sans-serif; 
	font-weight: normal; 
	}
	

/* ______________________ Navigation ______________________ */		
	
#colorBand {
	margin:0;
	text-align:center;
	height:25px;
	padding:0px 0px;
	background:#7D8A06;
	color:#EDEDEA; 
	}

 #colorBand ul {
	list-style:none; 
	padding:0;
	margin:0px auto;
	width:900px;
	position:relative;
	text-align:left;
	border:none;
	height:25px;
	}

#colorBand ul li {
	display:inline;
	float:right;
	margin:0;
	position:relative;
	text-align:left;
	font-weight:normal;
	border-right:#FFF solid 1px;
	}

#colorBand ul li.login{
	border-left:#FFF solid 1px;
	}
	
#colorBand ul li a {
	color:#FFF;
	position:relative;
	display:block;
	padding:5px 10px 5px 10px; 
	font-weight:bold;
	font-size:9px;
	}
	
#colorBand ul li a:hover {
 	color:#7D8A06;
	background:#FFF;
	}

/* ______________________ Navigation ______________________ */		
	
 #navigation{
 	font-size:11px;
	position:relative;
	background:transparent;
	height:24px;
	clear:both;
	background:#CCC;
	}

 #navigation ul {
	list-style:none; 
	padding:0;
	margin:0px;
	position:relative;
	text-align:left;
	border:none;
	border-left:#FFF solid 1px;
	height:24px;
	}

#navigation ul li {
	display:inline;
	float:left;
	margin:0;
	position:relative;
	text-align:left;
	font-weight:normal;
	width:99px;
	border-right:#FFF solid 1px;
	}
	
#navigation ul li.red{background:#CB420A;}
#navigation ul li.green{background:#7D8A06;}
#navigation ul li.purple{background:#5B1C8A;}
#navigation ul li.orange{background:#EFA105;}
#navigation ul li.blue{background:#02A0C6;}
#navigation ul li.ltgreen{background:#8AC821;}
#navigation ul li.dkpurple{background:#8C0653;}
#navigation ul li.ltblue{background:#6388BE;}
#navigation ul li.yellow{background:#B09302; border-right:0;}    
	
#navigation ul li a {
	color:#FFF;
	position:relative;
	display:block;
	padding:5px 10px;
	height:19px;
	font-weight:bold;
	}
	
#navigation ul li a:hover {
 	color:#7D8A06;
	background:#EDEDEA url(images/navarrow.gif) no-repeat right bottom;
	}
	
#navigation ul li.on a,
#navigation ul li.on a:hover {
 	color:#FFF;
	background:#666666 url(images/navarrow.gif) no-repeat right bottom;
	}	
	
/*
Colour Palette:
Mn Green:#7D8A06;
Red:#CB420A; 
Purple:#5B1C8A; 
Orange:#EFA105;
Blue:#02A0C6;
lt Green:#8AC821;
Purlple 2:#8C0653;
lt Blue:#6388BE;
Yellow:#B09302;
Grey:#B8B8AD; 
lt Grey:#EDEDEA; 
*/	

#bannerArea{
	width:900px;
	margin:0 auto;
	padding-bottom:2px;
	border-bottom:#EDEDEA solid 3px;
	}

#bannerImg{
	padding:0 !important;
	margin:0 !important;
	}

#bannerI{
	padding:0 !important;
	margin:0 !important;
	}


/* ______________________ Main Area ______________________ */	

#wrapper {
	margin:0px;
	padding:0px;
	position:relative;
	text-align:left;
	padding-bottom:10px;
	}

.contentArea{
	width:900px;
	background:#FFF;
	clear:left;
	text-align:left;
	margin:0 auto;
	}

.Content{
	text-align:left;
	margin-top:10px;
	margin-left:15px;
	padding:0;
	width:650px;
	float:left;
	padding-bottom:20px;
	}


.Content img{
	margin:5px;
	}

.Content ul{
	list-style:none;
	padding-left:10px;
	margin:10px 0px;
	}

.Content ul li{
	margin-bottom:15px;
	background: url(images/bullet.gif) no-repeat 0px 4px;
	padding-left:20px;
	}

/* ______________________ Left Navigation ______________________ */		


#leftNav {
	font-size:100%;
	position:relative;
	width:200px;
	float:left;
	text-align:left;
	}
	
#leftNav ul{
	list-style:none;
	margin:0px;
	padding:0px;
	position:relative;
	font-size:12px;
	}

#leftNav ul li{
	border-left:5px solid #EDEDEA;
	margin-top:7px;
	position:relative;
	border-bottom:1px solid #EDEDEA;
	}

#leftNav ul li.green{border-color:#7D8A06;}
#leftNav ul li.purple{border-color:#5B1C8A;}
#leftNav ul li.orange{border-color:#EFA105;}

#leftNav ul li a{
	color:#000;
	text-decoration:none;
	display:block;
	padding:2px 5px;
	}

#leftNav ul li a:hover{
	color:#000;
	background:#EDEDEA; 
	}


#leftNav ul li ul li{
	margin-top:0px;
	padding-bottom:5px;
	}



/* ______________________ Footer ______________________ */

#footer{
	clear:both;
	text-align:center;
	border-top:#B8B8AD solid 3px;
	}

#ftcontain{
	width:900px;
	text-align:left;
	margin:0 auto;
	}

#ftcontain h3{
	margin:0;
	padding:3px 0px 10px 0px;
	color:#B8B8AD;
	}

#copyrightft, #addressft, #contactft{
	text-align:left;
	padding:3px 15px;
	float:left;
	border-right:#B8B8AD solid 1px;
	height:120px;
	margin-bottom:30px;
	}

#copyrightft{width:330px; padding-left:0;}
#addressft{width:250px;}
#contactft{width:250px; border-right:0; padding-right:0;}

#copyrightft b, #addressft b, #contactft b{
	color:#7D8A06;
	}

/* ______________________ account ______________________ */
/*
Colour Palette:
Mn Green:#7D8A06;
Red:#CB420A; 
Purple:#5B1C8A; 
Orange:#EFA105;
Blue:#02A0C6;
lt Green:#8AC821;
Purlple 2:#8C0653;
lt Blue:#6388BE;
Yellow:#B09302;
Grey:#B8B8AD; 
lt Grey:#EDEDEA; 
*/			
	

table.accDetails{
	border-top:#CB420A solid 2px;
	}

table.accDetails span{
	display:block;
	float:left;
	width:100px;
	color:#7D8A06;
	}

table.accDetails br{
	clear:left;
	}

table.accDetails td.details{
	width:550px !important;
	}

table.directory{
	border-top:#B8B8AD solid 2px;
	}
	
table.directory td.name{
	font-weight:bold;
	color:#7D8A06;
	width:150px;
	}

table.directory td.job{
	width:180px;
	padding-right:10px;
	}

table.directory td.phone{
	font-weight:bold;
	}

table.directory td.email{
	text-align:right;
	}