@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	background: #ecefeb;
}

body, p, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
	line-height: 14px;
}

h1{
	margin: 0;
	padding: 0;
	font-size: 44px;
	line-height: 48px;
	font-weight: normal;
	font-style: italic;
	color: #959595;
}

h2{
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #484848;
}

h3{
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 44px;
	line-height: 48px;
	font-weight: normal;
	font-style: italic;
	color: #fd4803;
}


p{
	margin: 0 0  5px 0;
}

	p.intro{
		font-size: 16px;
		line-height: 24px;
	}
	p.intel{
		font-size: 16px;
		line-height: 24px;
	}
	p.opencontent{
		font-size: 12px;
		line-height: 18px;
	}


blockquote, p.quote{
	font-size: 26px;
	line-height: 32px;
	color: #fd4803;
	margin: 0;
	padding: 0;
	font-style: italic;
}

.orangetext{
	font-size: 18px;
	line-height: 24px;
	color: #fd4803;
	margin: 0;
	padding: 0;
	font-style: italic;
}


.orangebar{
	background-color: #fd4803;
	height: 17px;
}
.logo{
	float: left;
	padding: 17px 0 0 33px;
	width: 365px;
}
.header{
	padding: 0 0 25px 0;
	zoom: 1;
}
.navigation{
	float: left;
}
.box{
	float: left;
	width: 172px;
	height: 119px;
	margin: 5px 0px 0px 5px !important;
	padding: 0px 0px 0px 0px !important;
	background: #fd4803;
	overflow: hidden;
}
.boxselected{
	float: left;
	width: 172px;
	height: 119px;
	margin: 0px 0px 0px 5px !important;
	padding: 5px 0px 0px 0px !important;
	background: #fd4803;
	overflow: hidden;
}
.box a, .boxselected a {
	display: block;
	padding: 10px 20px 7px 25px;
	color: #ecefeb;
	text-decoration: none;
}
.bignumber{
	font-size: 45px;
	line-height: 46px;
}

br.clear{
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.contentcontainer{
	background: #d5d5d5;
}

.content{
	width: 846px;
	padding: 54px 50px 75px 36px;
	background: #d5d5d5;
}
	.contentnavigation{
		height: 21px;
		font-size: 10px;
		color: #1b1b1b;
	}
	
	.contentnavigation a{
		font-size: 10px;
		text-decoration: none;
		color: #1b1b1b;
	}
	.contentnavigation a:hover{
		text-decoration: underline;
	}
	
	
	.bcontentnav{
		height: 21px;
		font-size: 10px;
		font-weight: bold;
		color: #1b1b1b;
	}
	
	.bcontentnav a{
		font-size: 10px;
		text-decoration:none;
		font-weight: bold;
		color: #1b1b1b;
	}
	.bcontentnav a:hover{
		text-decoration: underline;
	}
	
	
.contentlist{
	font-size: 18px;
	line-height: 30px;
	}
.thumb {border: none;}
	
.footer{
	padding: 36px 0 36px 0;
	zoom: 1;
}
	.footer .contact{
		float: left;
		width: 255px;
		padding: 0 55px 0 0;
		text-align: right;
		color: #707070;
		font-size: 11px;
		line-height: 13px;
		text-decoration: none;
		text-transform: uppercase;
	}
		.footer .contact ul{
			list-style: none;
			margin: 0;
			padding: 5px 0 0 0;
		}
			.footer .contact ul li{
				margin: 0 0 5px 0;
				padding: 0 20px 0 0;
				background: url(../images/white_bullet.gif) right no-repeat;
			}
			
			.footer .contact ul li, .footer .contact ul li a{
				color: #707070;
				font-size: 11px;
				line-height: 13px;
				text-decoration: none;
				text-transform: uppercase;
			}
			
			 .footer .contact ul li a:hover{
			 	text-decoration: underline;
			 }

	.footer .calltoaction{
		float: left;
		color: #585858;
		font-size: 18px;
		line-height: 23px;
		font-style: italic;
		width: 550px;
	}
	
		.footer .calltoaction p{
		color: #585858;
		font-size: 18px;
		line-height: 23px;
		font-style: italic;
	}
	
	.footer .calltoaction a{
		color: #585858;
		font-size: 18px;
		line-height: 23px;
		font-style: italic;
		text-decoration: none;
	}
	
	.footer .calltoaction a:hover{
		text-decoration: underline;
	}
	
	.footer .creative, .footer .creative p, .footer p.creative{
		color: #585858;
		font-size: 13px;
		line-height: 18px;
	}
	
	.footer .creative a{
		color: #585858;
		font-size: 13px;
		line-height: 18px;
		text-decoration: none;
	}
	
	.footer .creative a:hover{
		text-decoration: underline;
	}
