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

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

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


/* =SPECIALS
--------------------------------------------------------------------------------*/
.left_even
{
	float:left; 
	width:350px; 
	margin-top:10px;
}
.right_even
{
	float:right; 
	width:350px; 
	margin-top:10px;
}

.pleft_even
{
	float:left; 
	width:280px; 
	margin-top:10px;
	margin-right:5px; 
}
.pright_even
{
	float:right; 
	width:280px; 
	margin-top:10px;
	margin-left:5px; 
}

.ileft_wide
{
	float:left; 
	width:530px; 
	margin-top:10px;
}

.iright_wide
{
	float:right; 
	width:530px; 
	margin-top:10px;
}

.left_wide
{
	float:left; 
	width:370px; 
	margin-top:10px;
}

.left_thin
{
	float:left; 
	width:190px; 
	margin-top:10px;
}

.right_thin_feature
{
	float:right; 
	width:190px;  
	background-color:#EEEBDE; 
	margin-top:10px;
}

.right_wide
{
	float:right; 
	width:370px; 
	margin-top:10px;
}

.right_thin
{
	float:right; 
	width:190px; 
	margin-top:10px;
}

.inner
{
	margin-top:10px;
	font-family: helvetica, arial;
	font-color:#444444; 
	font-size:12px;
}

.feature
{
	font-family: helvetica, arial;
	font-color:#444444; 
	font-size:12px;
	margin-top:10px; 
	margin-left:10px; 
	margin-right:8px; 
	margin-bottom:8px;
}


/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 18px;
	color: #69b50d;
	word-wrap: break-word;
	font-weight:normal;
}

h2
{
	font-family: helvetica, georgia, arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #444;
}

h3
{
	font-family: helvetica, arial;
	font-size: 14px;
	font-weight: normal;
	color: #dda204;
	letter-spacing: 0px;
	text-transform:none;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

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