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

	Licensed under GPL and MIT.
*/

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

body {
	font-family: Rockwell, Trebuchet MS, Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	background: #ffffff;
	background-image:url(../img/top-bar.gif);
	background-repeat:repeat-x;
	color: #333;
}
img a {
	border: none;
}
a {
	color: #333;
}
a:hover {
	color: #888;
	border: none;
}
a:active {
	outline: none;
}
a:focus {
	outline: none;
}
.li1 a {
	color: #197B30;
	font-size: 12px;
	text-decoration: underline;
}
.li1 a:hover {
	color: #2C4F34;
	font-size: 12px;
	text-decoration: underline;
}
hr {
	border: 0 #333 dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
.p-center {
	text-align: center
}
.f-center {
	text-align: center;
	line-height:20px;
	color:#FFF;
	padding: 50px 0 50px 0;
}
p {
	line-height:20px;
	margin:0 0 20px 0;
	font-family: Rockwell, Trebuchet MS, Verdana, Tahoma, Arial, sans-serif;		 
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
/*h2 a, h3 a {text-decoration:none;}
h2 a:hover, h3 a:hover {text-decoration:underline;}*/
h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/


ul li {
	line-height:13px;
	list-style-type:square;
	margin:5px 0 5px 20px;
}
ul, ol {
	margin:0 0 0 0;
}
/*	.job ul {
	list-style-type:circle;
			list-style:square;
			padding:0;
			margin:0;
		}
		.job ul li {
			list-style:square;
			display:inline;
			margin:0;
			padding:0;
		}*/


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