@CHARSET "UTF-8";
/* CSS Document for 
Moore Communications Connections
Created by: E-Moxie Data Solutions, Inc., 2008
http://e-moxie.com
*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 5px 0 10px 0;
	color: #8a0917;
	padding: 0;
}

h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: #595241;
	font-style: oblique;
	margin: 5px 0 10px 0;
	padding: 0;
}

h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #595241;
	margin: 5px 0 5px 0;
	padding: 0;
	font-weight: normal;
}

p {
	padding: 0;
	margin: 5px 0 10px 0;
	line-height: 1.3em;
	text-align:justify;
}

a:link,a:visited,a:active {
	color: #8a0917;
}
a:hover {
	color: #333;
}

/* Classes ========================= */
.clear {
	clear: both;
	height: 1px;
	line-height: 0;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}

/* +++++++++++++++++++++++++++++++++ */

/* Header ========================== */
#header-outer {
	background: url('../images/header-bg.gif') top left repeat-x;
	height: 214px;
}
#header {
	width: 940px;
	margin: 0 auto;
}
#logo {
	margin: 90px 0 13px 20px;
}

/* +++++++++++++++++++++++++++++++++ */

/* Navigation ====================== */
#nav {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}
#nav ul {
	margin: 25px 0 0 0;
	padding: 0 0 0 80px;
	list-style: none;
}
#nav li {
	float: left;
	background: url('../images/nav-right.gif') right top no-repeat;
	height: 30px;
	margin-right: 20px;
}
#nav a {
	float: left;
	background: url('../images/nav-left.gif') left top no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 30px 5px 30px;
	display: block;
	width: 80px;
}

#index #index-nav,
#services #services-nav,
#about #about-nav,
#blog #blog-nav,
#contact #contact-nav {
	background-position: 100% -30px;
}

#index #index-nav a,
#services #services-nav a,
#about #about-nav a,
#blog #blog-nav a,
#contact #contact-nav a {
	background-position: 0 -30px;
	color: #000;
}

#nav li:hover {
	background-position: 100% -30px;
}
#nav li:hover a {
	background-position: 0 -30px;
	color: #000;
}

/* +++++++++++++++++++++++++++++++++ */

/* Index Page ====================== */
#content {
	width: 900px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
}

#sec-content-outer {
	border-top: 5px solid #8a0917;
	border-bottom: 5px solid #8a0917;
	background: #d4cdc2;
}
#sec-content {
	width: 900px;
	margin: 0 auto;
	padding: 20px;
}
#left-col {
	width: 430px;
	float: left;
	margin-right: 20px;
}
#right-col {
	width: 430px;
	float: left;
	margin-left: 20px;
}

#slideshow1 {
	width: 378px;
	float: left;
	margin-right: 20px;
	border: 2px solid #666;
}
/* +++++++++++++++++++++++++++++++++ */

/* Footer ========================== */
#footer {
	width: 940px;
	margin: 0 auto;
}

#links {
	width: 450px;
	float: left;
	margin-top: 20px;
	padding-left: 20px;
}
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#links li {
	display: inline;
	border-right: 1px solid #666;
	padding-right: 5px;
	margin-right: 1px;
	font-size: 8px;
}
#links a {
	color: #666;
	font-size: 12px;
}

#copyright {
	width: 400px;
	float: right;
	text-align: right;
	color: #666;
	font-size: 12px;
	margin-top: 20px;
	padding-right: 20px;
}
#copyright p {
	text-align: right;
}
