/*
	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-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}


#logo a {
	background:url(../img/design/logo.jpg) no-repeat 10px;
	display:block;
	height:160px;
	width:256px;
}

#logo2 a {
	background:url(../img/design/logo2.jpg) no-repeat 10px;
	display:block;
	height:160px;
	width:256px;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
	text-indent:-9999px;
	padding:0;
}

h2
{
	font-size: 23px;
	font-style:oblique;
	color:#1C4D80;
}

h3
{
	font-size: 24px;
}

h4
{
	font-size: 16px;
	color:#d47804;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 14px;
}

/* =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: 10px;
}

.orange {
	color:#d47804;
}

a, a:visited {
	color:#d47804;
}

a:hover {
	color:#1C4D80;
}

.highlight {
	color:#801E1C;
	font-weight:bold;
}

#footertop p, #footerbottom p, .smallmargin p {
	margin-bottom:1px;
}

.testimonial {
	font-style:italic;
}

.byline {
	color:#666;
	font-size:.9em;
	font-style:italic;
	margin-bottom:0;
}

.answer {
	padding-left:10px;
	margin-bottom:20px;
}

label {
	float:left;
	width:150px;
	font-weight:bold;
	font-size:13px;
	clear:left;
}
