﻿/* (C) Copyright 2006 Long2 Consulting. All Rights Reserved */
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 76.4% Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #1B1B1B;
}

#wrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
	background: url('../images/wrapper.gif') repeat-y;
}

#wrapper1 {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
	background: url('../images/wrapper1.gif') repeat-y;
}

#headerwrapper {
	margin: 0px auto; /* fix to center in firefox */
	background: url('../images/header.gif') no-repeat;
	height: 120px;
}

#headerwrapper2 {
	margin: 0px auto; /* fix to center in firefox */
	background: url('../images/header2.gif') no-repeat;
	height: 120px;
}

#header {
	text-align: center;
	float: left;
	height: 108px;
	width: 450px;
}

.headercontent {
	padding: 24px 0px 0px 50px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 26pt;
	font-variant: small-caps;
	font-family: "Times New Roman", "Georgia", sans-serif;
}
/* Top navigation links */
#topnav {
	float: right;
	width: 540px;
	height: 29px;
}

.topnavlinks {
	padding: 58px 3px 6px 12px;
	text-align: right;
	font-size: 85%;
	font-weight: bold;
}

.topnavlinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
.topnavlinks li {
	display: inline;
}
	
.topnavlinks a:link, .topnavlinks a:visited {
	padding: 4px 5px;
	color: #FFFFFF;
	text-decoration: none;
}
	
.topnavlinks a:active, .topnavlinks a:hover {
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;

}

/* Used in one column layouts */

#bodycolumn {
min-height: 400px;
}

.bodycolumncontent {
	padding: 0px 38px 5px 30px;
}


/* Used in two column layouts */
#body1 {
	width: 805px;
	float: right;
}

.body1content {
	padding: 1px 45px 4px 20px;
}

#body2 {
	float: left;
	width: 150px;
	height: 418px;
}

.body2content  {
	padding: 0px 0px 5px 30px;
}

/* Used in three column layouts */
#body1a {
	width: 805px;
	float: left;
}

#body1b { 
	width: 590px;
	float: right;
}

.body1bcontent {
	padding: 2px 0px 4px 0px;
}

#body2b {
	width: 190px;
	height: 418px;
	float: left;
}

.body2bcontent {
	padding: 0px 0px 5px 30px;
}

#body3 {
	width: 160px;
	float: left;
}

.body3content {
	padding: 0px 20px 5px 12px;
	color: #CCCCCC;
}

/* Footer Area */

#footer {
	clear: both;
	margin: 0px auto; /* fix to center in firefox */
	background: #CCCCCC url('../images/footer.gif') no-repeat;
	height: 99px;
	width: 1000px;
	background-color : transparent;
}

.footercontent {
	padding: 19px 10px 0px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 85%;
	background-color : transparent;
}

.footercontent a:link, .footercontent a:visited  {
	padding: 4px 4px;
	color: #FFFFFF;
	text-decoration: underline;
}

.footercontent a:active, .footercontent a:hover {
	padding: 4px 4px;
	color: #999;
}

/* Picture Rotator */

#mainpic {
    overflow: hidden;
    height:  210px;  
    width:   578px;
	margin: 0 auto; 
}

.pics {  
    height:  200px;  
    width:   570px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    height:  200px;  
    width:   570px;  
    top:  0; 
    left: 0; 
    border: 5px #404040 solid;
}

/* Equipment Picture Rotator */

#equippic {
    overflow: hidden;
    height:  210px;  
    width:   578px;
	margin: 0 auto; 
}

.epics {  
    height:  150px;  
    width:   150px;  
    padding: 0;  
    margin:  0;  
} 
 
.epics img {  
    height:  150px;  
    width:   150px;  
    top:  0; 
    left: 0; 
    border: 5px #404040 solid;
} 

/*  The items below sets the properties for the left or right sidelinks.  */
.sidelinks {
	margin: 4px 0px 2px 0px;
	text-align: left;
	font-weight:  bold;
}
.sidelinks a:link, .sidelinks a:visited {
	margin-bottom: 2px;
	padding: 0px 10px 0px 10px;
	display: block; 
	line-height: 18pt;
	width: 144px;
	color: #ffffff;
	background-color: #333333;
	border-bottom: 1px solid #000000;
	text-decoration: none;
}
	
.sidelinks a:hover, .sidelinks a:active {
	color: #FFFFFF;
	background-color: #000000;
	border-bottom: 1px solid #000000;
}
	

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a:link    {color: #CCCCCC; text-decoration: underline}
a:visited {color: #CCCCCC; text-decoration: underline}
a:active  {color: #CCCCCC; text-decoration: underline}
a:hover   {color: #999999; text-decoration: underline}

a.mainlink         {color: #CCCCCC; font-weight: bold; text-decoration: underline}
a.mainlink:visited {color: #CCCCCC; font-weight: bold; text-decoration: underline}
a.mainlink:active  {color: #CCCCCC; font-weight: bold; text-decoration: underline}
a.mainlink:hover   {color: #999999; font-weight: bold; text-decoration: underline}


ul {
	list-style-image: url('../images/bullet.gif');
	padding: 0;
	margin: 0 0 20px 30px;
	line-height: 145%;
}

ul.services {
	list-style-image: url('../images/1-pxl.gif');
	padding: 0;
	margin: 0 0 20px 30px;
	line-height: 145%;
}


ol{
	padding: 0;
	margin: 0 0 20px 30px;
	line-height: 135%;
}

p {
	padding: 3px 0;
	margin: 0;
	line-height: 135%;
}

img {
	border: none;
}

.center {
	text-align: center;
}

td {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	font-size: 100%;
}

.tiny {
	font-size: 80%;
}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */


h1 { 
	color: #FFFFFF;
	font-size: 155%;
	padding: 4px 2px 2px 2px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}

h2 {	
	font-size: 145%;
	color: #999999;
	padding: 4px 2px 2px 2px;
	text-align: left;
}

h3 {	
	font-size: 125%;
	color: #CCCCCC;
	padding: 4px 2px 2px 2px;
	text-align: left;
}

h4 { 
	font-size: 125%;
	color: #FFFFFF;
}

h5 { 
	font-size: 100%;
	color: #999999;
}

h6 { 
	font-size: 100%; 
	color: #CCCCCC; 
}

/*  The items below sets the properties for additional typography and page elements.  */

.block1 {
	color: #555555;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #555555;
	border-bottom: 4px solid #555555;
	background-color: #e2e2e2;
	padding: 6px;
	margin-bottom: 8px;
}


.block2 {
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #000000;
	border-bottom: 4px solid #000000;
	background-color: #555555;
	padding: 6px;
	margin-bottom: 8px;
}

.block3 {
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #999999;
	border-bottom: 4px solid #999999;
	background-color: #000000;
	padding: 6px;
	margin-bottom: 8px;
}

blockquote {
	color: #000000;
	background-color: #999999;
	padding: 2px 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 115%;
	font-style: italic;
	border: 2px solid #000000;
}


.news1 {
	padding: 4px;
	display: block; 
	width: 130px;
	color: #fff;
	background-color: #404040;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	text-align: center;}

.news2 {
	padding: 4px;
	display: block; 
	width: 130px;
	color: #333333;
	background-color: #A9A8A8;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	text-align: center;
}

.submitbuttons {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #000000;
	background-color: #404040;
	width: 155px;
	height: 30px;
}

.imageleft{
	border: 1px double #000000;
	padding: 0;
	margin: 0 8px 8px 8px;
	float: left;
}

.imageright{
	border: 1px double #000000;
	padding: 0;
	margin: 0 8px 8px 8px;
	float: right;
}

.imageleft2{
	border: 0px double #000000;
	padding: 0;
	margin: 0 8px 8px 8px;
	float: left;
}

.imageright2{
	border: 0px double #000000;
	padding: 0;
	margin: 0 8px 8px 8px;
	float: right;
}

