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

	Licensed under GPL and MIT.
*/

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

body {
	font: .9em Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

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

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

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

h1 {
	font-size: 25px;
}

h2 {
	font-size: 14px;
}

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;
}

dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
p {
	margin-bottom:15px;	
}
ul.home{
	padding:0;
	margin:0;
}
ul.home li{
	margin:0;
	padding:0 30px 10px 30px;
	background-image:url(../images/li_arrow.png);
}
ul.home a{
	color:#112233;
	font-weight:bold;
}

#secondary{
	font-size:.9em;	
}
#secondary p{
	color:#e5e5e5;	
}
#secondary h2{
	font-weight:bold;
	text-transform:uppercase;
	color:#112233;
}
#secondary a{
	text-decoration:underline;
	color:#fff;
}
#footer {
	font-size:12px;
	color:#fff;
	padding:10px 0 0 0;
	text-align:center;
}
#footer a{
	color:#ccc;
	text-decoration:underline;
}
#content h1{
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#content h2{
	font-size:16px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	padding-bottom:20px;
}
#content li{
	padding-bottom:.8em;
}