* {
	margin: 0;
}

h1, h2, h3, h4, h5 {
	color: #FF7A03;
}

h2 img {
	display: inline;
	vertical-align: middle;
}

body {
	background-color: #e6e6e6;
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #0071bc;
	text-decoration: none;
}

.container {
	background: transparent url(images/pngs/bgshadow.png) repeat-y;
	width: 955px;
	padding: 0px 6px;
	margin: auto;
}

.header {
	background: transparent url(images/pngs/header.png) repeat-x;
	height: 127px;
	padding-top: 1px;
}

#logo {
	width: 590px;
	height: 111px;
	margin: 16px 0px 0px 26px;
	float: left;
}

#login {
	width: 275px;
	float: right;
}

#login h2 {
	font-size: 16px;
}

#login {
	color: #FF7A03;
}

#login a, #login .grey {
	color: #4d4d4d;
}

#login th {
	text-align: right;
}

#login input {
	border: 1px solid #808080;
}

.nav {
	background: transparent url(images/pngs/menubg.png) no-repeat;
	height: 41px;
}

.nav ul {
	padding-top: 10px;
}

.nav ul li {
	float: left;
	list-style: none;
}

.nav ul li a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 26px;
}

.fullcont {
	background-color: #fff;
	padding: 15px;
	min-height:500px;
	height:auto !important;
	height:500px;

}

.welcome {
	width: 680px;
}

.welcome-right {
	width: 240px;
	padding: 0px 2px;
}

.target {
	width: 231px;
	float: left;
}

.target p {
	padding: 10px;
}

.footer {
	background-color: #cccccc;
	padding-top: 10px;
}

.footer .divider {
	background-color: #999;
	float: left;
	width: 1px;
	height: 45px;
	margin-top: 10px;
}

.divcont {
	width: 197px;
	padding-left: 33px;
}

.footer, .divcont a {
	color: #808080;
}

.maincont {
	float: left;
	width: 564px;
	color: #808080;
}

.maincont p, .testimonial p {
	padding: 5px 0px;
}

.testimonial {
	color: #808080;
	width: 326px;
	float: right;
	padding-left: 15px;
	border-left: 1px solid #FF7A03;
}

.cms_block_editable {
	position: relative;
}

.edit-block-button {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
}

.tour {
	position: relative;
}

.tour div {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	display: none;
	overflow: hidden;
}
.tour .tour-title {
	bottom: -6em;
	background: transparent url(images/pngs/grey.png);
	height: 6em;
	top: auto;
	color: #fff;
	overflow-y: auto;
	padding-left: 4px;
	padding-right: 4px;
	display: block;
}
