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

	Licensed under GPL and MIT.
*/

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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.7;
}


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

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

h1 {
	font-size: 28px;
	color:#005970;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #007892;
	letter-spacing:-2px;
	text-transform:lowercase;
}

h2 {
	font-size: 23px;
}


#blue h3 {

	font-size: 24px;
	color:#005970;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #007892;
	letter-spacing:-2px;
	text-transform:lowercase;
}



#blue h4 {

	font-size: 18px;
	color:#005970;
	font-weight:normal;
	margin-bottom:0px;
	letter-spacing:-2px;
	text-transform:lowercase;
}

/*#orange h3 {
	font-size: 24px;
	color:#dfb65a;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dfb65a;
	letter-spacing:-2px;
	text-transform:lowercase;
}
*/
#orange h3 {
	font-size: 24px;
	color:#ab015c;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dd2a7a;
	letter-spacing:-2px;
	text-transform:lowercase;
}

#green h3 {
	font-size: 24px;
	color:#9ba120;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c2c700;
	letter-spacing:-2px;
	text-transform:lowercase;
}

#grey h3 {
	font-size: 24px;
	color:#67767e;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #67767e;
	letter-spacing:-2px;
	text-transform:lowercase;
}

#lightblue h3 {
	font-size: 24px;
	color:#4eabc6;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4eabc6;
	letter-spacing:-2px;
	text-transform:lowercase;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

/*li {
	margin-left: 30px;
}*/

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