@CHARSET "ISO-8859-1";
/* CSS Document for Coretegra
Author: E-Moxie Data Solutions, Inc.
Author URI: http://www.e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e0e0e;
	background: #f5f5f5 url('../images/bg.gif') 0 0 repeat-x;
	line-height: 1.4em;
}

h1 {
	font-size: 24px;
	color: #e6841c;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.1em;
}
h1 span.large {
	font-size: 30px;
}
h1 span.small {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	color: #1a3a4e;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	color: #004684;
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #1c5589;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin: 10px 15px 10px 0;
}
.right {
	float: right;
	margin: 10px 0 10px 15px;
}
.styled {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.orange { color: #e6841c; }
a.orange { color: #e6841c; }
.blue-border { border: 1px solid #004684; }
.red-emphasis { color: #c2151c; font-style: oblique; font-weight: bold; font-size: 16px; margin: 20px 0; display: block; }
.red { color: #c2151c; }
a.red { color: #c2151c; }
.grey { color: #70736b; }
.big { font-size: 16px; }

/* Container */
#container {
	width: 940px;
	margin: 0 auto;
}

#header {
	height: 170px;
	overflow: hidden;
}

#coretegra-logo {
	width: 166px;
	height: 150px;
	display: block;
	float: left;
}
#utility-logo {
	width: 600px;
	float: right;
	display: block;
	text-align: right;
}
span.tagline {
	display: block;
	font-size: 12px;
	color: #666;
	font-style: oblique;
}

/* Navigation */
#nav {
	width: 730px;
	float: right;
	text-align: right;
	margin-top: 41px;
	height: 29px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	text-decoration: none;
	display: block;
	float: left;
	padding: 5px 15px 5px 15px;
	font-size: 14px;
	color: #666;
	margin-right: 5px;
}
#nav ul li a#current {
	background: #ff8200;
	color: #fff;
}
#nav ul li a:hover {
	background: #ff8200;
	color: #fff;
}
#nav ul li a.orange {
	color: #ff8200;
	text-transform: uppercase;
	font-weight: bold;
}
#nav ul li a.orange:hover {
	color: #fff;
}

/* Content */
#content {
	border: 1px solid #e2e2e2;
	background: #fff url('../images/content-bg.gif') 0 0 repeat-y;
}
#single-content {
	padding: 20px;
	border: 1px solid #e2e2e2;
}

#main-content {
	width: 730px;
	padding: 20px 30px;
	float: left;
}

#sidebar {
	width: 100px;
	float: left;
	padding: 10px 20px;
}

#sidebar ul {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin: 10px 5px;
}
#sidebar ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0 15px 0 0;
}

#sidebar ul li a.sub-current {
	background: url('../images/bullet.gif') right 2px no-repeat;	
}
#sidebar ul li a:hover {
	background: url('../images/bullet.gif') right 2px no-repeat;	
}

#contact-form {
	width: 270px;
	margin-right: 20px;
	float: left;
}
#contact-map {
	width: 350px;
	float: left;
}

/* Home Page Styles */
#home-left {
	float: left;
	width: 373px;
	margin-right: 20px;
	font-size: 12px;
}
#home-right {
	float: left;
	width: 501px;
}
.home-col {
	width: 273px;
	border: 1px solid #1c5589;
	float: left;
	height: 240px;
	background: #dce1ee;
}
.home-col h2 {
	font-size: 14px;
	text-align: center;
	background: #ff8200;
	color: #fff;
	padding: 5px 0;
	margin: 0;
	font-weight: bold;
}
.home-col div.text {
	padding: 5px 10px;
}
#leftcol {
	margin-right: 35px;
}
#middlecol {
	margin-right: 35px;
}

/* Footer */
#footer {
	margin: 20px 0;
}
#links {
	width: 600px;
	float: left;
}
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#links ul li {
	display: inline;
	line-height: 1em;
}
#links ul li a {
	color: #353434;
	font-size: 12px;
	text-decoration: none;
	padding-right: 10px;
	line-height: 1em;
}
#links ul li a.orange {
	color: #de853b;
	text-transform: uppercase;
}
#links ul li a.none {
	border: none;
	margin: 0;
	padding: 0;
}

#copyright {
	font-size: 12px;
	color: #6d6d6d;
	text-align: right;
	width: 300px;
	float: right;
}
#copyright a {
	color: #818181;
	text-decoration: underline;
}