/*
	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;
}

a { font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #0052a5; text-decoration:underline }

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

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

h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS"; color:#D6382A; font-style:normal; text-decoration:none; line-height:normal;
	}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `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;
}

/* General Layout
----------------------------------------------------------------------------------------------------*/

b a {font-size:14px;}

.blue {background:#D7E9FE;}
#header {
	background:#D7E9FE;
	height:200px;
	text-align:center;
	}
#footer {

}
#footer a {font-size:14px;}

input {
	width:200px;
	height:20px;
	border:1px solid black;
}
textarea {
	width:200px;
	height:125px;
	border:1px solid black;
}

input.check {
	width:auto;
	vertical-align:middle;
}

input:focus, textarea:focus {
	border:1px solid red;
	}

label {display:block;}

.confirmation-message {font-size:14px;}	

hr {
	background:none;
	border-bottom:1px solid #666;
}

p.read-more {text-align:right;}
p.read-more a {color:red;}
p.read-more a:hover {text-decoration:none;}

/*==============================  TWITTER STYLES =========================================*/
#twitter_div li
{
	background:#D7E9FE;
	color:#666;
	padding: 15px 0 10px 5px;
	margin: 0 5px 5px 0px;
	border-bottom: 1px solid #DC5488;
	list-style:none; 
}
/*
#twitter-link span
{
	display: none;
}
*/
#twitter-link {
	text-align:right;
	font-size:16px;
	color:red;
	border-bottom:none;
	text-align:right;
	width: auto;
	height: auto;
	line-height:24px;
}
