@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:15px;
	margin-bottom:30px;
	margin-left: 0;
	margin-right: 0;		
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	
	background: #999999;
	color:#333333;	
}

#page_wrapper {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;	
	width: 780px;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the header */	
	overflow:visible;	/* This chops off any overhanging divs */	
	border: 4px solid #5B6C8A;	
}

#page_header {
	width: 780px;	
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the header */	
	height: 190px;
}  

/* menu bar - common to all pages */
#menu_container {
  height:30px;
  background: #487BAD;
}

/*   */
#content_wrapper {
	float:left;	
	position:relative; 	
	background-color: #FFFFFF;
	margin: 0px;
	width :710px; 
	padding-right: 35px;
	padding-left: 35px; 
}

/* narrow left-hand column of 2-column page */
#content_wrapper_2col {
	padding: 0px;
	background: #FFFFFF;
}
  
/* page with one column */
#column_single {
	width:710px;
}

/* */
#column_left {
	float:left;
	width:170px;
	background-color: #487BAD;
	text-align: left;
	height: 250px;
	padding: 0px;
	margin: 8px;
}

/* wide right-hand column of 2-column page */
#column_right {
  float:right;
  margin-left:20px;
  margin-right:30px;
  width:544px;
}

/* page footer */
#page_footer {
	clear:both;
	height: 30px;
	background: #487BAD;
	width: 780px;
	vertical-align: bottom;
}  

/* headings */
 
h1 {
	font-size: x-large;
	font-weight: bold;
	color: #5B6C8A;
	text-align:left;
	vertical-align: top;
}

#column_right h1 {
	margin-top: 30px;
	margin-left: 0px;
}
 
h3 {
	font-size:large;
	font-weight: bold;
	color: #487BAD;
	margin-top: 15px;
	margin-bottom:2px;
	text-align:left;
}

/* paragraphs */


p {
	font-size:small;
	line-height:normal;
	color: #333333;
	text-align: justify;
}
 
#page_footer p {
	font-style: italic;
	text-align: center;
	vertical-align: bottom;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

.p_indent {
	margin-left: 40px;
}

.p_centre {
	text-align: center !important;
}

.p_centre_sm_em {
	font-size:xx-small;
	text-align: center !important;
	font-weight: bold;
	font-style: italic;
}

blockquote {
	font-size: small;
	font-style: italic;
	text-align: center;
	text-indent: 0px;
}
/* 'back to...' text */

.back_to {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #0033CC;
	text-align: right;
	padding: 10px;
	float: right;
}


/* links */
/* link colours for white background */
#content_wrapper a:link {
	color: #0033CC; text-decoration: none;
}

#content_wrapper a:visited {
	color: #0033CC; text-decoration: none;
}

#content_wrapper a:hover {
	color: #00CC33; text-decoration: underline;
}

/* link colours for blue background */
#menu_container ul li a {
	padding: 0.2em 1em;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#menu_container ul li a:link {
	color: #FCF8E3; text-decoration: none;
}

#menu_container li a:visited {
	color: #FCF8E3; text-decoration: none;
}

#menu_container li a:hover {
	color: #00CC33; text-decoration: underline;
}

/* */
#menu_container_left li a
{
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0.2em;
	margin: 10px;
}

#menu_container_left li a:link {
	color: #FCF8E3; text-decoration: none;
}

#menu_container_left li a:visited {
	color: #FCF8E3; text-decoration: none;
}

#menu_container_left li a:hover {
	color: #00CC33; text-decoration: underline;
}


/* lists */

ul {
	padding: 0;
	margin-left: 0;
	float: left;
	width: 100%;
	font-size:small;
	font-weight:bold;	
}

#menu_container ul {
	margin-left: 0;
	margin-top:5px;
	float: left;
	width: 100%;
}

#column_single ul {
	margin-top: 20px;
}

/* menu on blue background in l/h column */
#menu_container_left ul {
	margin-bottom: 0;	
}

#menu_container ul li { 	display: inline; }

#menu_container_left li {
	border-bottom: 1px solid #ffffff;
	padding: 8px;	
}

#column_single ul li {
	font-size:small;
	color: #333333;
	text-align: left;
	list-style-type: none;
	overflow: hidden;
}

/* images */

#page_header .img {
	margin-top: 0px;
	border: 1px solid #5B6C8A;
	margin-left: 262px;
}

#content_wrapper img {
 	border: 1px solid #487BAD;
}

#column_single ul li img {
	float: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#column_right img {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}


#column_single hr {
	color: #5B6C8A;
	width: 80%;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 10px;
}

/*   */
#kwikfitlogo {
/	z-index: 2;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 130px;
}

.spacer_white {
	margin:0px;
	padding:0px;
	height:1px;
	clear:both;
	background-color: #FFFFFF;
}
