@charset "UTF-8";

/*
 * Global CSS
 * Company: casedeveloped.com
 * Client: Sider Allows
 * Project: Sider Allows Website
 * Author: Steve Case
 * Email: steve@casedeveloped.com
*/

/* ============   BEGIN GENERAL UNIVERSAL STYLES FOR SIDER ALLOWS  ======= */
body {
	background-color: #231F20;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1 {
	color: #F15833;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

a {
	text-decoration: none;
	color: #353535;
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	margin: 0 0 15px 0;
	color: #353535;
	line-height: 1.5em;
}

span.orange-text {
	color: #F15833;
}

/* =====  BEGIN NETWORK MAP CONTENT  ===== */
#network-map-cont {
	display: none;
	background: transparent url(../images/bg-network-map.png) 0 0 repeat-x;
}

#network-map {
	width: 900px;
	margin: 0 auto;
}

/* =====  BEGIN PAGE CONTENT  ===== */
#page-container {
	background: #231F20 url(../images/bg-page.png) 0 0 repeat-x;
}

#page-content {
	width: 900px;
	margin: 0 auto;
	box-shadow: 0 0 6px #000;
	background: #FFF url(../images/bg-main-content.png) 0 0 repeat-x;
}

#content-interior {
	width: 850px;
	margin: 0 auto;
	padding: 0 0 25px 0;
}

/* =====  BEGIN HEADER  ===== */
#header {
	position: relative;
	height: 135px;
}

#logo {
	position: absolute;
	top: 25px;
	left: 0;
	width: 250px;
	height: 75px;
	text-indent: -9999px;
	background: transparent url(../images/bg-logo-new.jpg) 0 0 no-repeat;
}

/* =====  BEGIN MAIN CONTENT  ===== */
#main-content {
	padding: 20px 0 0 0;
	background: transparent url(../images/bg-main-content-interior.jpg) 0 0 repeat-x;
}

#main-content .callout {
	float: left;
	padding: 10px;
	height: 230px;
}

#main-content .callout.light {
	background-color: #E9E9E9;
	width: 280px;
}

#main-content .callout.dark {
	background-color: #C2C2C2;
	width: 230px;
}

#main-content .callout h2 {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0 10px 10px;
}

#main-content .callout p {
	font-size: 10px;
	margin: 0 0 10px 10px;
	line-height: 1.3em;
}

#main-content .callout p.read-more {
	float: right;
}

#main-content .callout p.read-more a {
	color: #333333;
}

#left-column {
	float: left;
	width: 160px;
}

#middle-column {
	float: left;
	width: 405px;
	min-height: 350px;
	background-color: #E9E9E9;
	margin: 0 15px 0 0;
	padding: 10px 10px 30px 10px;
}

#middle-column .main-image {
	margin: 0 0 15px 0;
}

#middle-column ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#middle-column ul li {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	color: #353535;
	line-height: 1.3em;
	background: transparent url(../images/bg-list-items.jpg) 0 5px no-repeat;
}

#right-column {
	float: left;
	width: 250px;
}

#right-column .callout {
	margin: 0 0 20px 0;
	height: auto;
}

#right-column .callout h2 {
	margin: 5px 0;
	color: #000;
}

#right-column .callout p {
	margin: 0 0 10px 0;
	color: #000;
}

/* =====  BEGIN FOOTER  ===== */
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}

#footer p {
	color: #FFF;
}
