/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

/*Clear Float*/
.clear {
	clear: both!important;
}


/*Text Styles*/
body {
	font: 13px/20px 'lucida grande',verdana,arial,sans-serif;
}

a:link, a:visited {
	color: #d42600;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover, a:active {
	text-decoration: underline;
}

p.more {
	font-size: 13px!important;
	display: block;
}



/*Center the page*/
body {
	text-align: center;
}

#container {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}



/*Header*/
.header {
	height: 110px;
	padding-top: 30px;
}



/*Logo*/
h1.logo {
	width: 261px;
	height: 80px; 
	text-indent: -9999em;
	background: url(../images/logo_hoppen.png) no-repeat;
}


/*Global Navigation*/
.globalNav ul {
	float: right;
	vertical-align: bottom;
}

.globalNav li {
	float: left;
	margin-left: 40px;
}

.globalNav li a:link, .globalNav li a:visited {
	color: #4a4a4a;
	text-transform: uppercase;
}

.globalNav li a:hover, .globalNav li a:active {
	color: #d42600;
}


/*Feature area*/
.feature {
	width: 100%;
	height: 252px;
	background-color: #d42600;
	background: url(../images/feature_simple.png) no-repeat;
}

.feature h2 {
	text-indent: -9999em;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 36px;
	color:  #fde200;
}	

.feature p {
	text-indent: -9999em;
	font-size: 22px;
	font-weight: lighter;
	line-height: 26px;
	color: #fff;
}



/*Callouts - SnapComms, Strategy, News*/
.callOuts {
	margin: 10px 0;
}

.snap, .strategy, .news {
	float: left;
	height: 198px;    
	/* Firefox */
	-moz-box-shadow: 1px 2px 10px #bbb;
	/* WebKit */
	-webkit-box-shadow: 1px 2px 10px #bbb;
	/* Standard */
	box-shadow: 1px 2px 10px #bbb;
}

.snap, .news {
	width: 319px;
}

.strategy {
	width: 251px;
}

.snap, .strategy {
	margin-right: 20px;
}

.snap {
	background-image: url(../images/bg_callout_snap.png);
	background-repeat: no-repeat;
	background-position: 0 40px;
	text-align: right;
}

.snap h2 {
	width: 207px;
	height: 32px;
	text-indent: 9999em;
	background: url(../images/title_snapcomms.png) no-repeat;
	margin: 15px 0 10px 100px;
}

.snap p {
	width: 180px;
	margin: 0 18px 5px 130px;
	color: #4a4a4a;
	font-size: 20px;
	line-height: 28px;
}

.snap p.more {
	margin: 25px 0 0 50px;
}

.strategy {
	background: url(../images/bg_callout_strategy.png) no-repeat 0 0;
}

.strategy p {
	width: 230px;
	margin: 25px auto 0 auto;
	text-align: center;
	font-size: 22px;
	line-height: 28px;
}

.strategy a {
	color: #4a4a4a;
	text-transform: none;
}

.strategy a:hover {
	text-decoration: none;
}

.strategy p.more {
	text-align: left;
	margin: 83px 0 0 35px;
}

.strategy p.more a {
	color: #d42600;
	text-transform: uppercase;
}

	
.news h2, .news p {
	margin: 10px 25px;
}

.news p {
	font-size: 14px;
}

.news h2 {
	font-size: 24px;
}

.news a {
	text-transform: none;
	color: #4b328e;
}

.news p.more a {
	color: #d42600;
	text-transform: uppercase;
	line-height: 40px;
}



/*Social Media Icons*/
.social ul {
	float: right;
}

.social li {
	float: left;
	margin-left: 25px;
}	


	

/*Styles that need to override everything*/
p.more {
	font-size: 13px;
}
