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

	Licensed under GPL and MIT.
*/

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

body {
	font-size: 14px;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: normal;
	color: #666666;
	
}

a:focus {
	outline: 1px dotted;
}
a, a:hover, a:visited{
	color: #3a66dd;
	text-decoration: underline;
}
hr {
	border: 0 #ccc dashed;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

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

h1 {
	font-size: 20px;
}

h2, .portlet-title {
	font-size: 18px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}
h1, h2, h3, #Menu ul li div a, .portlet-title{
	font-family: 'Yanone Kaffeesatz','Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: bold;
	color:#f46a0e;		
}
/* `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: 5px;
}
/* `Site Styles
----------------------------------------------------------------------------------------------------*/
.lighter{
	color: #999;	
}
.smaller{
	font-size: 12px;
	line-height: 18px;
}
.portlet{
    margin-bottom: 20px;
 
}
.portlet-title{
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding: 7px;
	margin-bottom: 0px;
	
}
.portlet-content{
	padding: 10px 7px 7px 7px;	
}
.ColumnLeft .portlet{
	background: #FFF;	
}
.ColumnLeft .portlet-title{
	background: #3399ff;	
}
.ColumnRight .portlet{
	background: #ffe6bf;	
}
.ColumnRight .portlet-title{
	background: #ff9c00;	
}
.ColumnRight .portlet-content{
	background: url(/images/BlockArrowOrange.png) top 20px no-repeat;	
}