/* CSS styles for the general site typography / fonts */
body {
	font-size:1em;
	font-family:'calibri', 'trebuchet ms', arial;
}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0 0 15px 0;
}

h1 {
	font-size:1.4em;
	font-weight:normal;
}

h2 {
	font-size:1.25em;
}

h3 {
	font-size:1em;
}

h4 {
	font-size:1em;
	margin-bottom:5px;
}

h5 {
	font-size:1.25em;
	margin-bottom:5px;
}

h6 {
	font-size:1.5em;
	margin-bottom:5px;
}

p {
	font-size:0.75em;
	line-height:1.4em;
}

a, input {
	outline:none;
}

ul li, ol li {
	font-size:0.8em;
	line-height:1.4em;
}

#wrapper .menu ul li.selected a {
	color:#b81e2c;
}

#wrapper .menu ul li {
	font-size:0.9em;
}

#wrapper .menu ul li ul li {
	font-size:0.8em;
}

#wrapper .menu ul li ul li a,
#wrapper .menu ul li.selected ul li a {
	color:white;
}

#wrapper .menu ul li ul li.selected a,
#wrapper .menu ul li ul li.selected a:hover,
#wrapper .menu ul li ul li a:hover {
	color:yellow;
}

#wrapper .menu ul li,
#wrapper .menu ul li a {
	color:#000;
	text-decoration:none;
}

#wrapper .masthead .contacts h1 {
	font-weight:normal;
	font-size:1em;
	margin-bottom:5px;
}

#wrapper .masthead .contacts h1 a {
	color:black;
	text-decoration:none;
}

#wrapper .content a {
	color:#b81e2c;
}

#footer p {
	font-size:0.8em;
	color:white;
	margin:0;
	padding:10px 0 0 0;
	line-height:14px;
	text-align:center;
}

#footer a {
	color:white;
}