/********************************/
/* FRONT PAGE ONLY STYLES */
/********************************/
/**
div#header, div#header .inner-wrap { height:100px; }
div#header .inner-wrap { background:url("../images/header_overlay.png") no-repeat scroll 130px 40px transparent; }
div#headerContent p { display:block; }
div#contentWrap { background-color: #465397; }
**/
div#mainContent h1, div#mainContent  h2 { font-size:300%;}
div#mainContent h1 em {font-style:italic;}
div#secondaryContent li {color:#024587;}
div#breadcrumb {display:none;}

div#header h1 a {
    background:url("../images/hugo-logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
div#navigationFirstLevelMenu ul li {
    float:right;
}
/********************************/
/* FRONT PAGE - GETTING STARTED */
/********************************/
div#gettingStarted {
	width:580px;
	padding:20px;
	}
div#gettingStarted h1 { 
	font-size: 160%;
	}
p#gettingStartedStepOne, p#gettingStartedStepTwo, p#gettingStartedStepThree,p#gettingStartedStepFurtherReading {
	width:auto; 
	margin-left:100px; 
	margin-top:32px;
	}
p#gettingStartedStepThree {
	margin-top:24px;
	}
p#gettingStartedStepFurtherReading {
	margin-top:24px;
	}
a.startButton {
	display: block;
	width: 242px;
	height: 55px;
	background: url(../images/button_logintotypo3.png) top left no-repeat;
	text-indent: -9999px;
	margin: 1em 0;
	}
a.startButton:hover {
	background-position: 0 -56px;
	}
p#gettingStartedStepOne, p#gettingStartedStepTwo, p#gettingStartedStepThree, p#gettingStartedStepFurtherReading {width:auto; padding:0.1em 0;}
p#gettingStartedStepOne {background: url(../images/step1.png) center left no-repeat !important; padding-left:60px; margin-left:80px;}
p#gettingStartedStepTwo {background: url(../images/step2.png) center left no-repeat !important;padding-left:60px; margin-left:125px;}
p#gettingStartedStepThree {background: url(../images/step3.png) center left no-repeat !important;padding-left:60px; margin-left:170px;}
p#gettingStartedStepFurtherReading {margin-left:230px;}