@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/schematics.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:100%;
}
.clearer {
	clear:both;
}

.topsprockets {
	position:absolute;
	z-index:7;
	margin-left:-6px;
	margin-bottom:-40px;
	width:860px;
	height:55px;
}
.lsprocket {
	width:53px;
	height:55px;
	background-image:url(../uploads/sprockets.png);
	background-repeat:no-repeat;
}
.rsprocket {
	float:right;
	width:53px;
	height:55px;
	background-image:url(../uploads/sprockets.png);
	background-repeat:no-repeat;
}
.btmsprockets {
	position:absolute;
	z-index:8;
	margin-left:-6px;
	margin-top:-50px;
	width:860px;
	height:55px;
}
.wrapper {
	width:848px;
	margin-left:auto;
	margin-right:auto;
}
.wrapper h1.rt {
	text-align:right;
	font-size:16px;
	margin-right:50px;
	margin-top:0px;
	margin-bottom:0px;
	color:#ccc;
}
.black {
	background-color:#000000;
	padding:10px;
}
.burgundy {
	background-color:#7a0226; /* burgundy */
	padding:4px;
}
.ash {
	background-color:#8b8b8b; /* ash */
	padding:10px;
}
.charcoal {
	background-color:#181818; /* charcoal */
	padding:0px;
}


.header {
	width:800px;
	height:315px;
}
.middle {
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: 55px;
	margin-right: 35px;
	font-size:69%;
}


/********************************************************* LEFT COLUMN **********************************************************/
.leftcol {
	width: 50%;
	float: left;
}
.leftcol h1 {
	background-image:url(../images/h1bg.gif);
	background-position:0px 14px;
	background-repeat:repeat-x;
	margin:0px 0px 8px 0px;
	padding:0px 10px 0px 10px;
	font-size:145%;
}
.leftcol h2 {
	font-size:120%;
	font-style:italic;
	color:#0d82c1; /* aqua */
	margin:10px 0px 10px -5px;
}
.leftcol a {
	color:#0d82c1; /* aqua */
}
.leftcol p {
	font-size:12px;
	line-height:16px;
}

/********************************************************* CENTER COLUMN *********************************************************/

.onecol h1 {
	background-image:url(../images/h1bg.gif);
	background-position:0px 14px;
	background-repeat:repeat-x;
	margin:0px 0px 8px 0px;
	padding:0px 10px 0px 10px;
	font-size:145%;
}
.onecol h2 {
	font-size:120%;
	font-style:italic;
	color:#0d82c1; /* aqua */
	margin:10px 0px 10px -5px;
}
.onecol h3 {
	color:#880f03;
	font-size:110%;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
.onecol h4 {
	font-size:125%;
	font-style:italic;
	color:#0d82c1; /* aqua */
	margin:10px 0px 10px -5px;
}
.onecol h5 {
	font-size:112%;
	font-style:italic;
	color:#af0337; /* bright burgundy */
	margin:10px 0px 10px -5px;
}
.onecol a {
	color:#0d82c1; /* aqua */
}
.onecol a:hover {
	color:#bbd4de; /* aqua */
}
.onecol p {
	font-size:12px;
	line-height:16px;
}


/********************************************************* RIGHT COLUMN **********************************************************/
.rightcol {
	width:45%;
	float:left;
	margin-left:5%;
	margin-right:-20px;
}
.rightcol h1 {
	margin:0px 0px 6px 0px;
	padding:0px 10px 0px 0px;
	font-size:110%;
	font-weight: normal;
}
.rightcol h2 {
	font-size:112%;
	font-style:italic;
	text-align:center;
	color:#af0337; /* bright burgundy */
	margin:10px 0px 10px -5px;
}
.rightcol p {
	font-size:12px;
	color:#919191; /* medium gray */
	margin-top:0px;
}
.rightcol a {
	color:#7a0226; /* burgundy */
	text-decoration:none;
}
.rightcol a:hover {
	color:#af0337;
	text-decoration:underline;
}
/********************************************************* NEWS **********************************************************/
.news {
	margin:10px 55px 10px 55px;
	background-color:#0f0f0f;
}
.newsborder {
	border-bottom:1px solid #7a0226; /* burgundy */
	border-left:1px solid #7a0226; /* burgundy */
	border-right:1px solid #7a0226; /* burgundy */
}
.newsheader {
	background-image:url(../images/newstitlebar.gif);
	background-repeat:repeat-x;
}
.newsheaderlogo {
	background-image:url(../images/newswings.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
h6 {
	padding:7px;
	font-size:100%;
	margin-bottom:0;
}
h6 span {
	float:right;
	font-size:75%;
	font-weight:normal;
	margin-right:1%;
}
h6 span.morenews {
	padding-top:3px;
}
h6 span a {
	color:#fff;
	text-decoration:none;
}
h6 span a:hover {
	color:#fff;
	text-decoration:underline;
}
.newsbody {
	margin:0;
	padding:14px 14px 4px 14px;
}
.newsbody h2 {
	margin:0px 0px 0px 0px;
	font-size:94%;
}
.newsbody p {
	font-size:75%;
	color:#919191; /* gray */
	margin: 4px 0px 8px 0px;
}
.newsbody a {
	color:#255f8b; /* aqua */
	text-decoration:none;
}
.newsbody a:hover {
	color:#0d82c1; /* muted aqua */
	text-decoration:underline;
}
.imageOnLeft {
	border:1px solid #8b8b8b;
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}
.imageOnRight {
	border:1px solid #8b8b8b;
	float:right;
	margin-left:8%;
	margin-bottom:8%;
}


/********************************************************* CALENDAR **********************************************************/

.calendar .month {
	background-color:#292929;
	border-top:1px solid #353535;
	border-left:1px solid #333333;
	border-bottom:1px solid #000000;
	border-right:1px solid #101010;
}

.calendar td {
	text-align:center;
	padding-top:6px;
	padding-bottom:6px;
	border-top:1px solid #292929;
	border-left:1px solid #272727;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}

/********************************************************* CONTACT FORM **********************************************************/

.contactform input, .contactform textarea {
	border:1px solid #858585 !important; /* medium gray */
	background-color:#232222 !important; /* dark gray */
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bbd4de;
}


/********************************************************* FOOTERS **********************************************************/
.footer1 {
	padding:4px;
	text-align:center;
}
.footer1, .footer1 a {
	font-size:10px;
	color:#8b8b8b;
	text-decoration:none;
}
.footer1 a:hover {
	text-decoration:underline;
}
.footer1 img {
	margin-left:8px; 
	margin-right:8px;
}

.footer2 h1 {
	font-size:16px;
	text-align:center;
}

.footer3 p {
	text-align:center;
	font-size:10px;
	color:#7a0226; /* burgundy */
}
.footer3 a {
	color:#7a0226; /* burgundy */
	text-decoration:none;
}
.footer3 a:hover {
	text-decoration:underline;
}


/* ============================== SITE MAP ============================== */

.m1 {
	font-weight:bold;
	font-size:120%;
}
.m2 {
	list-style-type:square;
	margin-left:2em;
}
.m3 {
	list-style-type:circle;
	margin-left:4em;
	font-size:90%;
}
