/***************************************
	Author: Stuart Fletcher
	email: s.fletcher@jtkautomotive.com
	Date: 20/07/2007
	Version: 1.0
	
    CSS Document 
 ****************************************/

/* Top Elements */
* { margin: 0; padding: 0; }

/*Body Styling*/
body {
	background: #FFFFFF;
	font: arial, helvetica;
	color: #0B1761; 
	text-align: left;
	
	scrollbar-3dlight-color:#ffffff;
	scrollbar-face-color:#F7FFDF;
	scrollbar-highlight-color:#A6D514;
	scrollbar-shadow-color:#A6D514;
	scrollbar-arrow-color:#0B1744;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-base-color:#F7FFDF;
	scrollbar-track-color:#ffffff;
}


/* headers */
h1, h2, h3 {
	font-family: Arial; 		
}
h1 {
	font-size: 100%;
	text-align: right;	
}
h2 {
	font-size: 90%;
	text-align: right;
	color:#BBD147;
	line-height: 0.5cm;
}
h3 {
	font-size: 90%;
	text-align: left;
	color:#BBD147;
}

ul {
	font-size: 12px;
	font-family: Arial;
	line-height: 0.5cm;
}

p {
	font-size: 12px;
	font-family: Arial;
	text-indent: 0cm;
	line-height: 0.5cm;
}

td hr {
	width: 95%;
}

b {
	font-size: 100%;
	text-align: right;
	font-weight: bold;
	font-family: Arial;
}

ul.bullets {
	list-style-type: none;
	padding: 0;
	margin: 0;
}



/*bullet format*/
ul.bullets li {
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 15px;
}

/* Home Page - JTK Green (BBD147)*/
/*ST Bullets*/
#homepage ul.bullets li {
	background-image: url(../images/gif/jtkBullet.gif);
	background-position: 0 5px;	
}
#homepage b {color:#BBD147;}


/* About - JTK Green (BBD147)*/
#aboutpage ul.bullets li {
	background-image: url(../images/gif/jtkBullet.gif);
	background-position: 0 5px;	
}
#aboutpage b {color:#BBD147;}
#aboutpage h1 {
	font-size: 83%;
	text-align: left;
	color:#BBD147;	
}
#aboutpage h2 {
	font-size: 60%;
	text-align: left;
	color:#BBD147;
}

#aboutpage h3 {
	font-size: 75%;
	text-align: left;
	font-weight: bold;
	color:#213A79;
}

/*Vacancies Page*/
#vacancy ul.bullets li {
	background-image: url(../images/gif/jtkBullet.gif);
	background-position: 0 5px;	
}
/*links within Vacancy page*/
#vacancy ul.bullets li a{
	font-family: Arial;
	font-size: 100%;
	color:#213A79;
	text-decoration:none;
}
#vacancy ul.bullets li a:hover {color: #9C9EAC};
#vacancy p a{
	font-family: Arial;
	font-size: 100%;
	color:#213A79;
	text-decoration:none;
}
#vacancy p a:hover {color: #9C9EAC};

#vacancy b {color:#BBD147;}

#vacancy h3 {color:#213A79;}

/*Vacany Back button setup*/
#vacancy a.back {
	font-family: Arial;
	font-size: 90%;
	color:#9C9EAC;
	text-decoration:none;
}
#vacancy a.back:hover {color:#213A79;}

/*Specific settings for Contact page*/
#contact h2 {
	padding: 1px;
}
#contact h2.green {
	text-align: left;
	font-size: 85%;
	padding: 1px;
}

#contact p {
	font-size: 80%;
	padding: 1px;
	text-decoration:none;
	color:#213A79;
}
#contact p.green {
	color:#BBD147;
	font-size: 83%;
}
/*Direction hover colours*/
#contact p.link {color:#213A79;}
#contact a.link {
	color:#9C9EAC;
	font-size: 90%;
	text-decoration:none;
}
#contact a.link:hover {color:#4444FF;}
/*#contact a.link:visited {color:#BBD147;}*/
