/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 15px Arial, sans-serif;
	line-height: 1.5em;
	font-weight: 100;
	color: #444;
}

div#menu {
	font-size: 13px;
}
div#menu ul li a {
	line-height: 28px !important;
	height: 25px;
	overflow: hidden;
}
div#menu ul li {
	height: 25px;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	line-height: 1.65em;
	padding: 0;
	color: #FFF;
	font-weight: 100;
}

#main a {
	color: #065290;
	text-decoration: underline;
	cursor:pointer;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.sneaky {
	color: #444;
	cursor:pointer;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

.h1 {
	letter-spacing: 0;
	font-weight: 800;
	font-size: 3.5em;
	letter-spacing: -1px;
	line-height: 1em;
}

.h2 {
	letter-spacing: 0;
	font-weight: 100;
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1em;
	color: #888;
}

.h3 {
	font-size: 1em;
	margin-bottom: .1em;
}

/* `Other
----------------------------------------------------------------------------------------------------*/

.logotext {
	font-size: .7em;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 2.5px;
}

.kwtext {
	font-size: .7em;
	color: #b2dbed;
	font-weight: 200;
	letter-spacing: 0;
}

.blue {
	color: #065290;
}

.sub-heading { color: black; margin: 10px 0 5px 0; font-weight: bold;}
.bold {
	letter-spacing: 0;
	font-weight: 500;
}

.links {
	padding-top: 1.5em;
	font-size: .6em;
	line-height: 1.1em;
}

.footer a, a:visited {	
	text-decoration: none;
	color: #FFF;
	cursor:pointer;
}

small {
	font-size: .75em;
}

address {
	font-style: normal;
	margin-top: -1.3em;
}

.up {
	margin-top: -1em;
}

#main li {
	margin-bottom: .5em;

}

dfn {
	font-style: normal;
	border-bottom: 1px dashed #000;
	cursor: help;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
hr,
ol,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

h1 {
	margin-bottom: 1em;
}

h2 { margin-bottom: 0px; }

h1.title {
	color: #444; 
	margin-bottom: 20px;
	font-size: 3em;
}