/* @override http://psa.archipelago.co.uk/css/text.css */

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

	Licensed under GPL and MIT.
*/

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

body {
	font: 68.5% Verdana, 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;
}

a {
	color: #0C78CD;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

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

h1 {
	font-size: 250%;
	font-weight: normal;
	color: #015294;
	padding-bottom:5px;

}

h2 {
	font-size: 170%;
	font-weight: normal;
	color: #025395;
}

h2 a {
	color: #042742;
}

h3 {
	font-size: 90%;
	font-weight: bold;
	color: #025395;
	xtext-transform: uppercase;
}

h4 {
	font-size: 110%;
	font-weight: normal;
}

h4 a{
	text-decoration: none;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
	margin: 0px 0px 0px 25px;
}

ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background:transparent url(../images/gfx/li_image.png) no-repeat scroll 0 0.50em;
	line-height:17px;
	margin:0 0 0 0px;
	padding:0 0 0 15px;
}

ul li li {
	background:transparent url(../images/gfx/li_disc.png) no-repeat scroll 0 0.55em;
}

ol li {
	padding: 0px 0px 3px 5px;
	margin: 0px 0px 0px 0px;
}

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

p{
	line-height:150%;
}

p.intro {
	font-weight: bolder;
	color: #063458;
	font-size: 95%;
	margin-bottom: 5px;
	line-height:140%;
}


/* tables */
table {
	border-collapse: collapse;
	border: none;
	margin: 0px;
}

td {
	border-collapse: collapse;
	border: 1px solid #000000;
	padding:5px;
	text-align: left;
	background-color: #ffffff;
}

.alt {
	background-color: #eeeeee;
}

.row2 {
	background-color: #eeeeee;
}

th {
	border-collapse: collapse;
	border: 1px solid #000000;
	padding:5px;
	background-color: #52bdec;
	x color:#ffffff;
	font-weight: normal;
	text-align: left;
}

td.highlight {
	background-color: #d1e8fa;
	text-align: left;
}

th a {
	color: #1e2b50;
}

/* exceptions */
#footer p{
	color: #84bb2a;
	float:left;
	font-size: 80%;
	margin:0px 20px 0px 0px; 
}

#footer ul {
	margin: 0px 0px 0px 0px;
}

#footer ul li {
	background: none;
	border-right: 1px solid #84bb2a;
	font-size: 90%;;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:-3px 3px 0 0;
	padding:0 3px 0 0;
}

#footer a {
	color: #ffffff;
}

.searchResult a {
	font-size: 150%;
}

