@import url(editor.css);

/*===========================

Global CSS

=============================*/

/*

#00529C - Blue
#FF790A - Orange
#579835 - Green

*/

/*===========================

Structure & Layout

=============================*/

body, html {
	margin: 0 auto;
	padding: 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #727272;
	background-image: url(../images/bg.gif);
	width:100%;
}

#wrapperShadow {
	background-image: url(../images/shadowMain.png);
	background-repeat: repeat-y;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 1001px;
	position:relative;
}
#wrapperToCenter {
	width: 1001px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#header {
	margin: 0 auto 0 auto;
	height: 167px;
	width: 995px;
}
.logo {
	position: absolute;
	top: 124px;
	left: 12px;
	width: 237px;
	height: 50px;
}
#contentBlock {
	width: 640px;
	margin: 60px auto 0 auto;
}
img {
	border: medium none;
}
h1 {
	text-align: center;
	font: bold 18px Tahoma, Arial, Helvetica, sans-serif;
	color: #579835;
	margin-bottom: 50px;
}
span.segBtnRes {
	margin: 0 65px 50px 65px;
}
span.segBtnBus {
	
}
.bottomContent {
	margin: 25px 0 0 8px;
}
#footerShadow {
	background-image: url(../images/shadowFooter.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	width: 1001px;
}
