/* Site Colours 
dk blue: 0E1B2E
mid blue: 282C3D
5A6389

*/

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

body {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	color: #444; 
	text-align: left;
	margin: 0 0 10px 0;	
	background:white;
}
.bg_col{
	background:#0E1B2E;
	text-align: center;
}

/* links */
a, a:visited {	
	color: #386BBA; 
	text-decoration: none;		
}
a:hover {
	color: #003850;
}

/* headers */
h1, h2, h3, h4, h5 {

}

h1 {	
	font-weight: bold;	
	margin-bottom:7px;	
	color:#003850;
}
h2 {
	font-weight: bold;
	color: #27566A;
	line-height:1.45em;
}
h3 {
	font-weight: bold;
	color: #F89A1C;	
}

h4 {
	font-weight: bold;
	color: #F89A1C;	
}

h1, h2, h3, h4, h5, p {
	padding: 5px;		
	margin: 0;
}
h5{
	font-weight:bold;
}

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

img{
	border:none;
}

/* images */
#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, th, tr, td {
	border:none;
	
}
tbody{
	padding:0px;
	
}
th strong {

}


/* end - table */

/* form elements */
/* form elements */
form {
	background: none;
	border:none;
}
fieldset{
	border:none;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #999;
	color:#003850;
}
textarea {
	width:400px;
	padding:5px;
	border:1px solid #999;
	height:100px;
	display:block;
	color:#003850;
}
.submitButton{ 
	cursor:pointer;
	border:outset 1px #999;
	background:#999;
	color:#003850;
	font-weight:bold;
	margin-top:10px;
	padding: 1px 2px;
	background:url(../images/formbg.gif) repeat-x left top;
}
.required{
border: #386BBA 1px solid;	
}
.submitButton:hover { 
	background: #003850;
	color:white;
}
form .error{
	color:	#003850;
}
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 960px;	
	margin: 10px auto 0px auto;
	text-align: left;
	padding-bottom: 1px;
}
/* header */
#header {
	height: 80px;
	width:960px;	
	padding: 0px;
	background: url(../images/header_bg.png) repeat-x;
}
#sub_header{
	height:120px;
}
#sub_header #text_area{
	float:left;
	height:120px;
	padding:0px;
	background: url(../images/landrover_intro_bg.gif) repeat-x;
	overflow:hidden;
	width:345px;
	color: #003850;
}
#sub_header #text_area p,#sub_header #text_area h1,#sub_header #text_area h2, #sub_header #text_area h3, #sub_header #text_area h4{
	padding: 0px 7px;
	color: #003850;
}
#sub_header #img_area{
	float:left;
	height:120px;
}
#nav{
	height:35px;
	width:930px;
	padding-left:30px;
	background:#23477A;
	margin-bottom:10px;
}

#content-wrap {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px; 	
	overflow:hidden;
}

#leftcol {
	float:left;
	text-align: left;
	background: #12223A;
	margin-left:0px;
	padding:0px;
	width: 340px;
	border: 1px solid #12223A;
	margin-bottom: -32767px; 
	padding-bottom: 32767px;
}
#main {
	float:right;
	text-align: left;
	background: white;	
	margin-top:-2px;
	padding:0px 20px;
	width: 570px;
	border: 1px solid #939598;
	/*min-height:600px;*/
	margin-bottom: -32767px; 
	padding-bottom: 32767px;	

}	

#footer {
	clear: both;
	color: white;
	position: relative;
	height: 26px;
	width: 930px;
	text-align: left;
	padding:7px 15px 7px 15px;
	background: #12223B;
	border-top:4px solid #0E1B2E;
}
#footer a, #footer a:visited{
	color:white;
}
#footer a:hover{
	color: #849BA9;	
}
#ninja_link{
	height: 15px;
	margin-top:5px;
	text-align:left;
	padding-left:5px;

}
#ninja_link, #ninja_link a, #ninja_link a:visited{
	color:#444;	
}
/* 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;padding-top: 10px; }
.line_break {
	border-bottom: 1px solid #EFEFEF;
	margin: 0;
}
.img_border{
	border:2px solid #0E1B2E;	
}
#main #breadcrumb{
	margin: 0px;
	padding: 7px;
	color:#5A6389;
}
object, embed{
	/*position:relative;
	z-index:-1;*/
}
.feedback{
	font-weight:bold;
	font-size: 13px;
	color:#003850;
	padding: 7px;
}
/* ######################### MODULE STYLES ######################### */
.module_title{
	
}

.mod_header{
	float:right;
	padding:10px 20px 10px 10px;
	width: 600px;
	height: 60px;
	text-align:right;
	color:white;
}
.mod_subheader{
	padding:10px;
}
.mod_subheader .module_title{
	font-size: 1.5em;
	font-weight:bold;
	padding:5px;
	line-height:1.65em;
}
.mod_subheader .module_content{
	line-height:1.55em;	
}
.mod_main{
	margin: 10px 0px;
}
.mod_main .module_title{

}
.mod_main .module_content{

}
.mod_left{
	margin: 10px 0px;
}
.mod_left .module_title{

}
.mod_left .module_content{

}

/*####################MENU################## */

.sf-menu {
	height:35px;
	margin-bottom: 1em;
	position:relative;/* these are needed for IE */
	z-index:9999999;
	text-align: center;
	width:930px;
}
.sf-menu a {
	padding: 12px 8px 10px 8px;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: white;

}
.sf-menu li li a, .sf-menu li li a:visited{
	color: white;
	padding: 5px 0.5em;
	font-size: 11px;
	line-height:13px;
	font-weight:normal;
}
.sf-menu li {
	background: none;
	margin-right:2px;
	height:35px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	margin-top: 6px;	
	/*width:150px;*/
	
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	/* top: 18px;	 the a tag padding plus the bottom border on rollover = 18*/
}
.sf-menu li li {
	background:	#23477A;
	/*border-bottom: 1px #B2B4A3 dotted;*/
}
.sf-menu li li li {
	background:	#23477A;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:	#12223B;
	/*color: ;*/
	color: white;
	outline:0;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:	#12223B;
	color:white;
}

/* ------------------MODULE DEFINITIONS-----------------*/
/* SEARCH FORM */
.searchform .box_title{
	font-size: 11px;
	color:#003850;
}
.searchform input.inputbox { 
	height: 13px;
	padding: 5px;	
	border: 1px solid #D1D1D1;
}
.searchform input.button{
	background:#D1D1D1;
	padding: 3px 4px 2px 4px;
	color:white;
	border:#D1D1D1 1px solid;
	margin-left:0px;
	margin-bottom:1px;
}
#searchform input.button:hover{
	background:#F89A1C;
}
/*file-list */
table.file_list{
}
table.file_list th{
	background: #81827E;
	color: white;
	padding: 0px 5px;
}
table.file_list td{
	border-bottom:1px solid #E4E4E4;
	padding: 5px;
}
table.file_list td.title{
	font-weight:bold;
}
table.file_list td.date{

}
.pagination{
	margin-top:10px;	
}
/*---image-gallery -- */
.image-gallery{
	background: white;
}
.image-gallery .image{
	border: 2px solid #DCDCDC; 
}

.image-gallery .title{
	color:#003850;
}
.image-gallery .pagination{
	color:black;
}
.image-gallery .pagination .paging_select{
	background: #849BA9; 
	color:white;
}
.image-gallery .pagination a{
	color: #849BA9;
}
.image-gallery .pagination a:hover{
	text-decoration:underline;
}
/* ---NEWS GALLERY -----*/
.news_gallery .profile_set .snapshot{
	color: #666666; 
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}

.news_ind .snapshot{ 
	color: #666666; 
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
/*------- News List ------*/
dl.news dt a{
	background: url("../images/news_list.gif") no-repeat 0 2px ;	
}
dl.news dd span.date {
		background:url("../images/news_date.gif") 100% 50% no-repeat; 
}
/* -----POLLS AND SURVEYS ---- */
.poll_feedback{
 color: #003850;	
}
.poll_form{
	
}
/* ------------------------SLIDESHOW ------------------ */
.slideshow_nav{
	margin: 5px 0px;
	float:left;
	text-align:right;
}
.slideshow_nav a{
	font-size: 11px;
	padding: 1px 3px;
	margin-left:3px;
	border: 1px solid #999;
	color:#999;
}
.slideshow_nav a.activeSlide{
	background: #666;
	color:white;
}
.slideshow_gallery img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    top:  0; 
    left: 0 
}
.slideshow_gallery {
	background: #003850;

}
.slideshow_content{
	padding: 0px 15px 7px 15px;	
	color:white;
}
.slideshow_content h1{
	color:white;
	font-size:30pt;
	line-height:26pt;
}
.slideshow_content p{
	font-size: 12pt;
	line-height:15pt;
}


/*##################TEXT################# */
body{
 	font-size:100%;
    /*line-height:1.35em; /* 16×1.125=18 */
}
#header{
	font-size:1.12em;	
}
#main{
	font-size:1.12em;	

}
#main p{
	/*line-height:1.55em; */	
}
#nav{
	font-size:1.15em;	
}
input, select {
	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.2em;
}
blockquote {
	font-size: 1.4em;
}
input.button { 
	font-size:1em;
}
#main #breadcrumb{
	font-size:1em;
}

#footer {
	font-size: 0.95em;
}

.module{


}
.mod_main{
	width:100%;	
	margin: 10px 0px;
}
.module_title{
	font-size: 1.5em;
}
.module_content{
	font-size: 1.05em;
}

