
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/****** general *******/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

a {
	outline: none;
	text-decoration: none;
}

img {
	border: none;
}

li {
	list-style: none;
}

/******************/

body {
	font: normal 62.5% Arial;
	color: #000;
	-webkit-text-size-adjust: none;
}

.wrapper2 {
	direction: rtl;
	width: 968px;
	margin: -60px auto 100px;
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.5);
}

.topContainer {
	overflow: hidden;
	padding: 43px 53px 18px 30px;
}

.topContainer h2 {
	color: #FBBC32;
	font: bold 4em/40px Arial;
	padding: 24px 0;
}

.topContainer .clock {
	float: left;
	padding-right: 62px;
}

.topContainer .textContainer {
	overflow: hidden;
}

.topContainer p {
	color: #231F20;
	font: 1.4em/18px Arial;
	padding-bottom: 16px;
}

.mainContent {
	background: #ededed;
	padding: 18px 6px 0;
}

.mainContent > li {
	padding: 32px 43px 22px;
	border-top: 1px solid #d6d6d6;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
}

.mainContent > li:first-child {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: none;
}

.mainContent h3 {
    color: #231F20;
    font: bold 2em/20px Arial;
    padding-bottom: 8px;
}

.mainContent p {
    color: #231F20;
    font: 1.4em/18px Arial;
    padding-bottom: 27px;
}

.bulletList {
}

.bulletList li {
    background: url("/PageFiles/58838/img/bullet.png") no-repeat scroll right 4px transparent;
    color: #231F20;
    font: 1.4em/18px Arial;
    padding: 0 30px 7px 0;
}

.bulletList li:first-child {
	background: none;
	padding-right: 0;
}


