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

	Licensed under GPL and MIT.
*/

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

body {
	background-color:#D5E9F6;
	color:#333333;
	font-family:Verdana,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

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

a{
	color:#174C6D;;
}

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

h1 {
	margin:0;
	padding:0;
	font-size:1em;
	width:124px;
	height:55px;
	text-indent:-9999px;
	background: url("../i/logo.png") no-repeat bottom left;
}

h2 {
	padding-top:40px;
	padding-left:13px;
	color:#000;
	font-size:46px;
	font-weight:bold;
	font-family:helvetica,arial,sans-serif;
	letter-spacing:-2px;
	
}

h3 {
	padding-left:13px;
	color:#3671A1;
	font-family:helvetica,arial,sans-serif;
	font-size:24px;
	font-weight:normal;
	letter-spacing:0;
	margin:0;
}

h4{
	color:#666;
	font-size:24px;
	padding-bottom:6px;
}

p{
	padding-left:13px;
	font-family:verdana;
	font-size:14px;
	line-height:18px;
	margin:0 0 15px;
}

.p_heading{
	margin-bottom:4px;
}

p.button_holder{
	padding-top:18px;
}
	.button{
		background-color:#80ceff;
		border:1px solid #4c95c3;
		padding:16px 16px 9px 16px;
		text-align:center;
		cursor:pointer;
	}
	
	.button a, button{
		color:#4c95c3;
		font-family:helvetica,arial,sans-serif;
		font-size:26px;
		margin:0;
		color:#174C6D;
		font-weight:bold;
		text-decoration:none;
	}

p.intro{
	padding-left:13px;
	line-height:28px;
	padding-bottom:25px;
	font-size:22px;
	letter-spacing:0;
	color:#444;
	font-family:helvetica,arial,sans-serif;
	font-weight:normal;
	margin:0;
}

.updates p{
	line-height:45px;
}

.footer p{
	text-align:center;
	padding-top:35px;
	font-size:12px;
}

p.error{
	color:#B02B2C;
}
/* `Form
----------------------------------------------------------------------------------------------------*/
form{
	padding-left:13px;
}

form.bottom{
	padding-bottom:12px;
}

form p{
	margin:0;
	padding:6px 0 0 0;
}

form h2, form h3{
	padding-left:0;
}

form p.small{
	font-size:11px;
}

input{
	height:29px;
	font-size:18px;
}

input, textarea {
	background:#fff none repeat scroll 0 0;
	border:1px solid #8dc3e9;
	color:#666666;
	margin:0 0 -1px;
	padding:4px 0 2px 10px;
	width:325px;
}

input[type="image"] {
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
}

textarea{
	height:200px;
	font-size:14px;
}

.button_save{
	background:#666666 none repeat scroll 0 0;
	border:0 none;
	color:#fff;
	cursor:pointer;
	font-size:11px;
	height:35px;
	margin:15px 0 15px 0;
	padding:0;
	text-align:center;
	width:100px;
}

.hidden {
	display:none;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ul.nested li{
	padding-bottom:4px;
}

ul.nested li ul{
	padding-bottom:4px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}