/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 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{
	color:#062144;
	line-height:1;
	margin-top:30px;
	font-weight:normal;
}
h1 a:link,
h1 a:visited{
	color:#062144;
	text-decoration:none;
}
h1 a:hover,
h1 a:active{
	color:#457b12;
	text-decoration:underline;
}

h2, h3, h4, h5, h6{
	color:#666666;
	font-weight:bold;
	line-height:1;
	margin-top:30px;
}
h2, h3{
	font-weight:normal;
}
h2 a:link, 
h3 a:link, 
h4 a:link, 
h5 a:link, 
h6 a:link,
h2 a:visited, 
h3 a:visited, 
h4 a:visited, 
h5 a:visited, 
h6 a:visited{
	color:#062144;
	text-decoration:none;
}
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover, 
h2 a:active, 
h3 a:active,
h4 a:active, 
h5 a:active, 
h6 a:active{
	color:#457b12;
	text-decoration:underline;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 21px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 10px;
}


#body-home #col-1 h1{
	font-size:24px;
	font-weight:bold;
}

.featured h1,
.featured h2,
.featured h3,
.featured h4,
.featured h5,
.featured h6{
	color:#457B12;
	margin-top:0;
}

.title{
	background:url(images/title-underline.gif) repeat-x left bottom;
	padding-bottom:15px;
	margin-bottom:20px;
}
	.title h1,
	.title h2,
	.title h3,
	.title h4,
	.title-h5,
	.title-h6{
		margin-bottom:0px;
	}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
	margin-left:30px;
}

ul {
	list-style: none;
}

ul li {
	padding-left:30px;
	background:url(images/bullet-green.gif) no-repeat 13px 8px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
blockquote{
	margin-bottom: 20px;
}

ul ul{
	margin-bottom:0;
}

/* General Elements
----------------------------------------------------------------------------------------------------*/
strong {
	font-weight:bold;
	color:#005991;
	}		
a:link, a:visited { 
	text-decoration:underline; 
	color:#457b12; 
	}	
a:hover, a:active { 
	text-decoration:none;
	color:#666666;
	}	
button {
	text-transform:uppercase;
	color:#fff;
	}
img, input, select, label {
	vertical-align:middle;
	}
button {
	margin:0; 
	padding:0;
	border:none;
	text-align:center;
	text-transform:uppercase;
	background:transparent;
	cursor:pointer;
	}	
address span {
	display:block;
	margin:0 0 10px 0;
	}	
blockquote{
	background:transparent url(images/blockquote.gif) no-repeat scroll 2px top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	padding-left:40px;
	width:90%;
}