body {
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Verdana, sans-serif, Helvetica;
	margin: 0;
	padding: 0;
}

a,p {
	font-size: 13px;
}

a:link,a:visited,a:focus,a:hover,a:active {
	color: #1982d1;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

label {
	cursor: pointer !important;
}
/*****
 * Service Nav 
 ***/
#csx-service-nav {
	background-color: #a8a8a8;
	height: 35px;
}

#csx-service-nav  ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 7px 13px 0 0;
}

#csx-service-nav li {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
}

#csx-service-nav li a {
	color: #000;
	font-size: 13px;
}

/*****
 * Header 
 ***/
#csx-header-logo {
	background-color: #636363;
	height: 34px;
}

/* Logo */
#csx-header-logo a {
	box-shadow: 0 5px 5px 1px #333333;
	height: 66px;
	margin-left: 10px;
	position: absolute;
	top: 0;
	width: 220px;
	z-index: 1000;
	height: 66px;
}
/*****
 * Content
 ***/
#csx-content {
	max-width: 600px;
	margin: 0 auto;
	margin-top:70px;
	text-align: center;
}

@media (min-width: 1200px) {
	#csx-content  {
		margin-top:180px;
	}
}

.csx-headlinebox  h1 {
	background: #d0d0d0;
	background: rgba(208, 208, 208, 0.90);
	font-size: 30px;
	margin: 0;
	padding: 8px 0 9px  0;

    font-family: inherit;
    font-weight: 500;
}

.csx-error-message {
	background: #e9e9e9;
	background: rgba(255, 255, 255, 0.80);
	margin: 3px 0 0 0;
	min-height: 200px;
	padding: 10px 20px 20px 20px;
	text-align: left;
}

.csx-error-message h2 {
	color: rgba(0, 0, 0, 1);
	font-size: 22px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.70);
	padding-bottom:5px;
	font-family: inherit;
    font-weight: 500;
}

.csx-error-message p {
	color: rgba(0, 0, 0, 1);
	font-size: 12px;
	line-height:1.42857;
}

.csx-error-message a {
	font-size:12px;
	text-decoration: none;
}

.csx-error-message a:hover {
	text-decoration: underline;
}

/*****
 * Footer
 ***/
#csx-footer {
	background: #8f8f8f;
	bottom: 0;
	color: #fff;
	font-size: 13px;
	padding: 16px 0 17px 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999;
}

#csx-footer a {
	color: #fff;
}

