body
{
	background: #BCB4C8;
	color: #505050;
	font-family: Trebuchet, Tahoma, Arial;
	font-weight: normal;
	font-size: 14px;
}
h1, h2, h3, h4, h5
{
	color: #1c9122;
	margin: 0px;
}

h1
{
	font-size: 35px;
}
h2
{
	font-family: Trebuchet, Tahoma, Arial;
	font-weight: normal;
	font-size: 24px;
}
h3
{
	font-size: 14px;
}

a
{
	color: #1C9122;
	text-decoration: underline;
}
a:hover
{
	background-color: #1C9122;
	color: #FFFFFF;
	text-decoration: none;
}
p
{
	margin: 0 0 20px 0;
	padding: 0;
}
ol, ul
{
	margin: 0 0 20px;
	padding: 0 0 0 40px;
}
li
{
	margin: 0;
	padding: 0;
}

/*************************************/
.main-container 
{
	background-color: #FFFFFF;
	left: 50%;
	margin-left: -500px;
	position: absolute;
	top: 0;
	width: 1000px;
}
.header-container 
{
	background-image: url(http://cdn.kmg.net/Customers/Cit/Bg-Hdr.jpg);
	background-repeat: no-repeat;
	height: 464px;
	width: 1000px;
}
.header-lt
{
	float: left;
	margin: 40px 0 0 40px;
	width: 460px;
}
.header-lt .title
{
	color: #1C9122;
	cursor: pointer;
	cursor: hand;
	font-size: 36px;
	text-transform: uppercase;
}
.header-lt .title span
{
	color: #000000;
	font-size: 36px;
	text-transform: lowercase;
}
.header-lt .caption
{
	color: #333333;
	text-indent: 5px;
}
.header-rt 
{
	color: #FFFFFF;
	float: right;
	font-size: 18px;
	margin: 40px 40px 0 0;
	text-align: right;
	width: 460px;
}
.footer-container 
{
}
.body-container 
{
	background-image: url(http://cdn.kmg.net/Customers/Cit/Bg-Bdy.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 536px;
	width: 1000px;
	_height: 536px;
}
.body
{
	padding: 40px;
}
.body .splash
{
	font-size: 24px;
	padding: 80px 0 0;
	text-align: center;
}
.body .share,
.body .socialmedia
{
	padding: 20px 0 0;
	text-align: center;
}
.body .share a,
.body .socialmedia a
{
	background-color: transparent;
	margin: 0 20px 0 0;
	text-align: center;
}
.body .share img,
.body .socialmedia img
{
	border: none;
	vertical-align: middle;
}
.footer-container 
{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	padding: 20px;
}
.EditingFormControlNestedControl
{
	float: left;
}
.EditingFormErrorLabel
{
	color: #CC0000;
	display: block;
	float: left;
	padding: 2px 0 0 10px;
}
.ErrorLabel
{
	background-color: #CC0000;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	text-align: center;
}