/* -----------------------------------------------------------------------


----------------------------------------------------------------------- */

body {
	background: #000 url(../images/page-bg.png) repeat-x;
	color: #fff;
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.container {
	background: #333 url(../images/container-bg.png) repeat-y;
}

.header {
	background-image: url(../images/header-bg.png);
	height: 105px;
	position: relative;
}
.header h1 {
	background: url(../images/CMI-logo.png) top left no-repeat;
	height: 100px;
	text-indent: -9999px;
	width: 450px;
}
.header-edge {
	background-image: url(../images/header-threed.png);
	height: 105px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}

.feature {
	background-image: url(../images/feature-bg.png);
	background-repeat: no-repeat;
	height: 205px;
	position: relative;
}
.feature h3 {
	color: #fff;
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 1em;
	text-transform: uppercase;
}
.feature h2 {
	background: url(../images/feature-title.png) top center no-repeat;
	height: 50px;
	text-indent: -9999px;
	width: 550px;
}
.feature .blurb {
	background: url(../images/feature-blurb-background.png) bottom center no-repeat;
}
.feature .blurb p {
	margin: 0 20px 20px 20px;
}
.feature .image {
	background: url(../images/feature-image.png) bottom center no-repeat;
	height: 300px;
	width: 320px;
}

.feature-edge {
	background-image: url(../images/feature-threed.png);
	height: 205px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}

.content {
	background: #333 url(../images/content-bg.png) left bottom repeat-x;
	position: relative;
}
.content h2 {
	color: #fff;
	padding-top: 1em;
}
.content-edge {
	background: #222 url(../images/content-threed.png) right bottom no-repeat;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
}

.sidebar img {
	padding-top: 10px;	
}

.footer {
	background-image: url(../images/footer-bg.png);
	height: 60px;
	position: relative;
}
.footer p {
	color: #666;
	line-height: 60px;
	text-align: center;
}
.footer .twitter {
	float: right;
	margin-right: 45px;
	padding: 5px;
	height: 55px;
}
.footer-edge {
	background-image: url(../images/footer-threed.png);
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}

/* Forms */
#contactForm {
	background: #fff;
}
#success, #error {
	background-image: none;
	padding: 1em;
}

form {
	background-color: #333;
	color: #ccc;
	margin-bottom: 1em;
}
label {
	display: block;
	font-weight: normal;
}
button {
	display: block;	
}

/* Links */
a {
	color: #009cff;	
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;	
}

/* Page Specific */
#page404 .sidebar a {
	background: #000;
	border: 2px solid #009cff;
	display: block;
	font-size: 1.5em;
	padding: 1em;
	margin-top: 1em;
}