@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, img, img a, a img, form, fieldset, input, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	background-repeat: repeat-x;
	background-image: url(images/homepage_background.jpg);
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.header {
	height: 127px;
	width: 980px;
	background-color: #FFF;
	margin: 0 auto;
}

.container {
	width: 980px;
	margin: 0 auto;
	background-color: #E5E5E5;
	overflow: hidden;
}

.pageMover {
	width: 2000px;
}

.pageContainer {
	width: 980px;
	float: left;
}

.colorHeader {
	margin-bottom: 15px;
}

.box {
	width: 305px;
	margin: 0 0 15px 15px;
	background-color: #FFF;
}

.box h2 {
	font-size: 20px;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	width: 100%;
	border-bottom: 1px #e5e5e5 solid;
	text-indent: 15px;
	margin: 0 0 17px 0;
}

.box p {
	color: #666;
	font-size: 13px;
	line-height: 18px;
}

.square {
	height: 285px;
}

.square2 {
	height: 350px;
}

.square3 {
	height: 300px;
}


.box.halfSquare {
	height: 135px;
}

.box.halfSquare2 {
	height: 160px;
}

.box.halfSquare3 {
	height: 300px;
}

.doubleHeight {
	height: 585px;
}

.doubleHeight2 {
	height: 765px;
}

.doubleHeight p {
	margin: 0 15px;
}

.welcomeBox p {
	margin: 0 15px 15px 15px;
	color: #666;
	font-size: 15px;
	line-height: 140%;
}

.container ul {
	list-style: url(images/group_bullet_1.gif);
	margin: 0;
	padding-left: 35px;
	text-indent: 10px;
}

.container ul a {
	text-decoration: none;
	font-size: 13px;
	color: #666;
}

.container ul a:hover {
	text-decoration: underline;
	color: #000;
}

.container ul li {
	margin: 10px 0;
}

.doubleLine {
	padding-left: 20px;
	list-style: none;
	list-style-image: none;
}

.doubleLine li {
	list-style: none;
	list-style-image: none;
	background-image:url(images/group_bullet_1.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 15px;
}

.doubleLine p {
	font-size: 11px;
	color: #999;
	margin: 0;
}

.headerImageOuter {
	Z-INDEX: 1;
	POSITION: absolute;
	WIDTH: 628px;
	MARGIN-LEFT: 335px;
	TOP: 25px;
}

.headerImageInner {
	WIDTH: 628px;
	FLOAT: right;
	HEIGHT: 72px;
	overflow: hidden;
}

.imageMover {
	width: 628px;
	height:144px;
}

.backButton {
	background-image: url(images/back_button_bg.png);
	width: 90px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 0 15px 15px;
	text-indent: 10px;
	font-size: 12px;
}

.backButton a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #333;
	line-height: 35px;
}

.backButton a:hover {
	text-decoration: underline;
	color: #000;
}

#clockdl {
	display: none;
}

.greyBtn {
	height: 40px;
	line-height: 40px;
	width: 274px;
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	color: #FFF;
	background-image:url(images/grey_button_bg.png);
}

.greyBtn a {
	color: #FFF;
	text-decoration: none;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 100%;
}



