/*
	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;
	color:#d9ebf1;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border:none;
	clear: both;
	height: 3px;
	background:url(images/hr.gif) repeat-x left top;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	color:#ffcc30;
	font-weight:bold;
	line-height:1;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
	color:#ffcc30;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active{
	color:#ffc228;
	text-decoration:underline;
}
h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
	margin-left:30px;
}

ul {
	list-style: square;
	margin-left:30px;
}

li {
	list-style-position:outside;
}
#main-content ul{
	margin-left:0;
}
#main-content ul li{
	list-style:none;
	background:url(images/bullet-dot-blue.gif) no-repeat 5px 6px;
	padding-left:23px;
	padding-bottom:10px;
	zoom:1;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
blockquote{
	margin-bottom: 20px;
}

ul ul{
	margin-bottom:0;
}

/* General Elements
----------------------------------------------------------------------------------------------------*/
strong {
	font-weight:bold;
	color:#fff;
	}		
a:link, a:visited { 
	text-decoration:underline; 
	color:#f68610; 
	}	
a:hover, a:active { 
	text-decoration:none;
	color:#ffc228;
	}	
button {
	text-transform:uppercase;
	color:#fff;
	}
img, input, select, label {
	vertical-align:middle;
	}
button {
	margin:0; 
	padding:0;
	border:none;
	text-align:center;
	text-transform:uppercase;
	background:transparent;
	cursor:pointer;
	}	
address span {
	display:block;
	margin:0 0 10px 0;
	}	
blockquote{
	background:transparent url(images/blockquote.gif) no-repeat scroll 2px top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	padding-left:40px;
}