/* 
	Title: Nissan carrers - Print style sheet
	Description: Contains all the custom styling for the Nissan careers industrial placement website
	Client: Nissan
	Date: 11/12/2006
	Version 1.00
	Author: Ben Ellis
*/

/* ------------------------------------------------------------
	Default HTML elements
---------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #333333;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
}

a {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

a:active {
	color: #666666;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

h1, h2, h3, h1 a, h2 a, h3 a {
	font-weight: normal;
}

h1, h1 a {
	font-size: 125%;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-size: 115%;
	color: #333333;
	margin: 10px 0px 30px 0px;
}

/* ------------------------------------------------------------
	Footer elements
---------------------------------------------------------------- */

#footer ul, #footer li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
	font-size: 75%;
}

#footer ul {
	margin: 0px 0px 0px 0px;
}

#footer li a {
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}

#logo {
	margin: 50px 0px 10px 0px;
	color: #333333;
}
