/*
	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,h2,h3,h4,h5,h1 a:link,h2 a:link,h3 a:link,h4 a:link,h5 a:link,h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited{
	color:#01364a;
	text-decoration:none;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h1 a:active,h2 a:active,h3 a:active,h4 a:active,h5 a:active{
	text-decoration:underline;
	color:#01364a;
}
h1 {
	font-size: 36px;
}
#main-content h1, #main-content h2{
	background:transparent url('images/header-underline.gif') scroll repeat-x left bottom;
}
h2 {
	font-size: 30px;
}

h3 {
	font-size: 21px;
	line-height:1;
}

h4 {
	font-size: 18px;
	line-height:1;
}

h5 {
	font-size: 14px;
	line-height:1;
}

h6 {
	font-size: 12px;
	line-height:1;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* General Elements
----------------------------------------------------------------------------------------------------*/
strong {
	font-weight:bold;
	}		
a:link, a:visited { 
	text-decoration:underline; 
	color:#812e26; 
	}	
a:hover, a:active { 
	text-decoration:none;
	color:#812e26;
	}	
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;
	}	