/* Print Stylesheet
-----------------------------------------------------------------------------
version:   1.0
date:      05/03/2009
author:    Chris Beale
*/

/* Basic Elements
-----------------------------------------------------------------------------*/

body {
	background: #fff;
	color: #000;
	font: 75% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

img, img a {
	border: 0px;
	margin: 0;
	padding: 0;
}

/* Display None
-----------------------------------------------------------------------------*/

#quote, #nav, #search, #submenu {display: none;}

/* Typography
-----------------------------------------------------------------------------*/

h1 {
	color: #003366;
	font-family: "Franklin Gothic Heavy";
}

#brand h1 {margin: 0;}

h2 {
	font-family: "Franklin Gothic Demi";
	color: #003366;
}

#container h2 {margin-top: 0;}

h3 {
	font-family: "Franklin Gothic Demi";
	color: #006699;
}

h4 {
	font-family: "Franklin Gothic Demi";
	color: #99CC33;
}

a, a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}

#nav a, #nav a:visited {
	border-right: 5px solid #003366;
	color: #003366;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	width: 200px;
}

#nav a:hover {
	border-right: 5px solid #99CC33;
	color: #99CC33;
	text-decoration: none;
	text-transform: uppercase;
}

.submenu, .submenu a, .submenu a:visited {
	color: #006699;
	font-family: "Franklin Gothic Demi";
	font-size: 120%;
	margin: 0 0 20px 0;
}

.submenu a:hover {
	color: #003366;
	font-family: "Franklin Gothic Demi";
	font-size: 120%;
	margin: 0 0 20px 0;
}

#box-news {color: #990000;}

/* Layout
-----------------------------------------------------------------------------*/

#brand {
	position: absolute;
	top: 0;
}

#header {margin-top: 100px;}
#telmail {text-align: center;}

/* Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	margin: 0 auto;
	min-height: 75px;
	padding: 0;
	text-align: left;
	width: 900px;
}
