/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-size:62.5%; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; color:#444444;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 2.5em;
	color:#00699C;
}

h2 {
	font-size: 2.3em;
	color:#00699C;
}

h3 {
	font-size: 1.8em;
	font-weight:normal;
	color:#00699C;
	margin-bottom:0.6em;
}

h4 {
	font-size: 1.8em;
	font-weight:normal;
	color:#00699C;
	margin-bottom:1.0em;
}

h5 {
	font-size: 1.4em;
	margin:0;
  padding:0;
  color:#00699C;
	line-height:1.4em;
	font-weight:normal;
}

h6 {
	font-size: 1.0em;
	display:inline;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

dl,
hr,
h1,
h2,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 2.0em;
}

p,
dt,
dd,
ol,
li{
  color:#444444;
	font-size:1.2em;
	line-height:1.6em;
}

p {margin-bottom:1.4em; }

a {color:#CC0016; text-decoration:none; }
a:hover {color:#CC0016; text-decoration:underline; }
a.arrowlink {background:transparent url(../img/arrow_grey_bggrey.gif) 100% 50% no-repeat; padding-right:15px;  }


dt {font-weight:bold; }
dd {margin-bottom:10px; }

p.link_below_copy {padding:0; margin:-2.0em 10px 0.4em 10px; position:relative; z-index:1000; }


/* 
 *
 *  FORMS
 *   
 **/
form {overflow:hidden; margin:10px 0; }
label, .text, textarea, select {width:150px; float:left; margin-bottom:10px; }
.text {margin-right:100px; }
textarea {width:400px; clear:both; display:block; float:none; }
label {text-align:right; clear:left; margin:5px 10px 0 0; width:100px; }
.submit {float:left; clear:both; margin-top:5px; }
label.error {border:1px solid #F6250B; background:#ffe9e9; padding:5px 5px; width:252px; margin-bottom:20px; text-align:center; }