/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.

	Updates to this file must be run through the compressor at:
	http://www.cssdrive.com/index.php/main/csscompressoradvanced/
	select the follwing options:
	* Spaces and tabs - select all
	* New lines handling - 'Replace multiple empty lines with just one empty line'
	* Comment handing - 'Strip ALL comments'
	* Other Options - select all

	save the output to text.min.css
----------------------------------------------------------*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans' , FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 10px !important;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

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;
	font-family: Georgia, "Times New Roman", Times, Serif;
}

/**    Additional Styles - Remove when ready      **/

body {
	background: #FFF;
	color: #333;
	padding: 20px 0 40px;
}

div#right-rail p, div#right-rail ul, div#right-rail li, div#right-rail a, div#right-rail h3, div#right-rail h4 {
	font-family: Arial, Helvetica, Sans-Serif;
	margin-bottom: 10px;
	padding: 0;
}

a {
	color: #3B6C97;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h2 {
	padding: 20px 0 0;
}

p {
	overflow: hidden;
	padding: 10px 0;
}


.gray {
	color: #8F8F8F;
}

p.no-margin {
	margin:0px;
}

p.no-padding {
	padding:0px;
}