@charset "UTF-8";
.newsdate {
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.newstext {
	font-size: 8pt;
	color: #053E5F;
}

.copyright {
	font-size: 7pt;
	color: #B4D1E3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9pt;
	line-height: 14pt;
}
.headers {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #008FBB;
	letter-spacing: 2px;
}
.philosophy {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #008FBB;
	letter-spacing: 1px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.jcpower #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
.jcpower #mainBody {
	clear: both;
	margin: 0px auto;
	padding: 0 0 0 0;
	width: 1000px;
} 
.jcpower #header {
	padding: 6px 30px 0 40px;
} 
.jcpower #topspacer {
	padding: 30px 0 5px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 20px;
	float: right;
} 
.jcpower #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.jcpower  #leftcontainer {
	float: left; /* since this element is floated, a width must be given */
	width: 420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 0 0 0;
}
.jcpower  #logo {
	float: left; /* since this element is floated, a width must be given */
	width: 420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 140px;
	background-image: url(images/jc_logo.jpg);
	background-repeat: no-repeat;
}
.jcpower  #portfolio {
	float: left; /* since this element is floated, a width must be given */
	width: 100%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 340px;
	margin: 0 0 0 0;
}
.jcpower  #news {
	float: left; /* since this element is floated, a width must be given */
	width: 100%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 152px;
	margin: 1px 0 0 0;
	background-image: url(images/in_the_news.jpg);
	background-repeat: no-repeat;
}
.jcpower  #newstext {
	float: right; /* since this element is floated, a width must be given */
	width: 317px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 5px 0 5px;
	border-bottom: dotted white 2px;
	padding: 10px 0 10px 0;
}
.jcpower  #newstext2 {
	float: right; /* since this element is floated, a width must be given */
	width: 317px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 5px 0 5px;
	padding: 10px 0 10px 0;
}
.jcpower  #newscontent {
	width: 100%;
	margin: 0 0 0 0
}
.jcpower  #newscontent a{
	text-decoration: underline;
	font-size: 8pt;
	color: #053E5F;
}
.jcpower  #newscontent a:hover{
	text-decoration: underline;
	font-size: 8pt;
	color: #669900;
}	
.jcpower #mainContent {
	margin: 0 0 0 0;
	background-repeat: no-repeat;
	height: 632px;
	position: relative;
	width: 580px;
	float: right;
	background-image: url(images/jc_background.jpg);
}
.jcpower #bodycontent {
	margin: 40px 30px 0 0;
	position: relative;
	width: 460px;
	float: right;
	height: 550px;
	overflow: visible;
}
.jcpower #bodycontent ul li {
	color: #008FBB;
	letter-spacing: 1px;
	padding: 5px 1px;
	margin: 0 0 0 30px;
}
.jcpower #philosophy {
	width: 100%;
	float: right;
	height: 550px;
}
.jcpower #pagetitle {
	width: 20px;
	height: 100%;
	position: relative;
	float: left;
	margin: 1px 0px 0 14px;
} 
.jcpower #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.jcpower #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
