/*
	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/background-lines.wpng);
	/*background-position:top;
	background-position:center;*/
	background-repeat:no-repeat;

/* IE10 */ 
background-image: -ms-radial-gradient(center top, circle farthest-side, #FFFFFF 0%, #EEEEEE 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center top, circle farthest-side, #FFFFFF 0%, #EEEEEE 100%);

/* Opera */ 
background-image: -o-radial-gradient(center top, circle farthest-side, #FFFFFF 0%, #EEEEEE 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center top, 0, center top, 480, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center top, circle farthest-side, #FFFFFF 0%, #EEEEEE 100%);

/* Proposed W3C Markup */ 
background-image: radial-gradient(center top, circle farthest-side, #FFFFFF 0%, #EEEEEE 100%);

}





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:#333;
	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;
}

