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

	Licensed under GPL and MIT.
*/

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

body {
	font-family: Helvetica, 'Trebuchet MS', 'Liberation Sans', FreeSans, sans-serif;
}

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

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

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

h1 {
	font-size: 22px;
	font-weight: lighter;
	color: #ff9900;
}
#content h1 {
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;
	color: #ff9900;
	font-weight: bold;
	font-weight: lighter;
}

h3 {
	font-size: 18px;
	font-weight: lighter;
	color: #ff9900;
}

h4 {
	font-size: 100%;
	color: #666666;
}

h5 {
	font-size: 100%;
	color: #666666;
}

h6 {
	font-size: 100%;
	color: #666666;
}

h7 {
	font-size: 14px;
	font-weight: lighter;
	color: #ff9900;
}

p { 
	font-size: 14px;
	color: #666666;
	
}
#content p {
	font-size: 15px;
	line-height: 1.3em
}
#content a {
	//font-size: 15px;
	line-height: 1.3em;
	color: #ff9900;
}
#content a:hover {
	color: #666666;
}

a 
{
	font-size: 15px;
	color: #ff9900;
}

#menuitem a {
	color: #ff9900;
}
#menuitem a:hover {
	color: #666666;
}

ul.circle {
	list-style-type:none;
	list-style-position:inside;
	color: #ff9900;
	list-style-image: url(/img/slashbullet.jpg);
}

.graytext 
{
	color:#999999;
	line-height:2;
	font-size: 14px;
}
	
/* `Spacing
----------------------------------------------------------------------------------------------------*/

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