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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	color:#333;
}

a:focus {
	outline: 1px dotted invert;
}

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

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

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}


.header_navigation a {
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}

.header_navigation a:hover {
	border-bottom:1px solid #333;
}

.header_navigation ul {
	display:inline;
	list-style:none;
	margin:0;
}

.header_navigation ul li {
	display:inline;
	list-style:none;
	margin:0 2px 0 0;
	border-right: 1px solid #333;
	padding:0 5px 0 0;
}

.header_navigation ul li.last {
	border-right: 0;
	padding:0;
}

.left_sidebar ul {
	margin:0 0 0 20px;
}

.left_sidebar ul li {
	list-style:none;
	margin:0 0 10px 0;
}

.left_sidebar a {
	color:#FFF;
	text-decoration:none;
	font-size:18px;
}

.body_text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.body_text h1 {
	font-size:18px;
	margin-bottom:10px;
}

.body_text p, .right_sidebar p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

.right_sidebar {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.right_sidebar h2 {
	font-size:18px;
	margin-bottom:10px;
}

.callouts {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.callouts a {
	color:#333;
	text-decoration:none;
}


.callouts h3 {
	font-size:18px;
	line-height:18px;
	margin-bottom:15px;
	font-weight:normal;
}

.resources h2 {
	margin-bottom:0;
}

.resources a, .resources_2 a {
	font-size:18px;
	margin-bottom:10px;
	display:block;
	color:#333;
}

.small_form h3 {
	color:#FFF;
	padding-top:15px;
	line-height:18px;
}


.footer {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.footer p {
	font-size:12px;	
}

.footer h3 {
	font-size:36px;
	font-weight:normal;
	margin-bottom:10px;
}

.footer h4 {
	font-size:24px;
}

.footer_navigation a {
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

.footer_navigation a:hover {
	border-bottom:1px solid #333;
}

.footer_navigation ul {
	display:inline;
	list-style:none;
	margin:0;
}

.footer_navigation ul li {
	display:inline;
	list-style:none;
	margin:0 2px 0 0;
	border-right: 1px solid #333;
	padding:0 5px 0 0;
}

.footer_navigation ul li.last {
	border-right: 0;
	padding:0;
}
