﻿/* (C) Copyright 2006-2009 Long2 Consulting. All Rights Reserved */

/* Start Layout CSS. This top section of CSS is what is used to layout each of the pages. To change general styles, look for the Start General Styles section below. We strongly urge you not to change the Layout styles unless you have an advanced knowledge of CSS. We cannot help you if you mess it up. */



html {

	height: 100%; 

	margin-bottom: 1px;

}



body {

	margin: 0px;

	padding: 0px;

	font: 76.4% Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

	background: #848383 url('../images/bg.jpg') repeat-x;

}


textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}



#wrapper {

	margin: 0px auto; /* fix to center in firefox */

	width: 100%;

	background: #e2e2e2 url('../images/bg.jpg') repeat-x;

}



#innerwrapper {

	margin: 0px auto; /* fix to center in firefox */

	width: 1000px;

	background: #e2e2e2 url('../images/wrapper.jpg') repeat-y;

}



#header {

	text-align: center;

	margin: 0px auto 0px auto; /* fix to center in firefox */

	background: url('../images/header.jpg') no-repeat;

	height: 178px;

	width: 1000px;

}



#headerleft {

	float: left;

	height: 178px;

	width: 415px;

	background: url('../images/topnav.jpg') no-repeat bottom left;


}



.headerleftcontent {

	padding: 29px 0px 0px 30px;


	text-align: left;

}



.logo {

		border: 3px solid #000000;

}



#headerrighttop {

	float: right;

	width: 540px;

	height: 125px;

}



.headerrightcontent {

padding: 12px 20px 0 0;

	

}



#middle {

	text-align: center;

	margin: 0px auto; /* fix to center in firefox */

	background: url('../images/middle.jpg') no-repeat;

	height: 216px;

	width: 1000px;

}



#middleleft {

	float: left;

	width: 500px;

}



.middleleft {

	padding-top: 9px;

	padding-left: 25px;

}



#middleright {

	float: right;

	width: 460px;

}



.middleright {

	padding-top: 14px;

	padding-right: 40px;

	text-align: left;

	color: #ffffff;

	font-size: 100%;

}



.middleright h3, .middleright h4 {

	color: #ffffff;

	border-bottom: 2px dotted #ffffff;

	font-size: 130%;

}



/* Picture Rotator */

#mainpic {

    overflow: hidden;

    height:  199px;  

    width:   500px;  

}



.pics {  

    height:  199px;  

    width:   500px;  

    padding: 0;  

    margin:  0;  

} 

 

.pics img {  

    height:  199px;  

    width:   500px;  

    top:  0; 

    left: 0 

} 





/* This is the horizontal top navigation bar */

#topnav {

	float: right;

	background: url('../images/topnav2.jpg') no-repeat;

	width: 585px;

	height: 53px;

}



.topnavlinks {

	padding: 25px 25px 9px 14px;

	text-align: right;

	font-size: 96%;

	font-weight: bold;

}



.topnavlinks a:link, .topnavlinks a:visited {

	padding: 10px 10px;

	color: #FFFFFF;

	text-decoration: none;

}

	

.topnavlinks a:active, .topnavlinks a:hover {

	color: #212121;

	background-color: #e2e2e2;

	text-decoration: none;

}





/* This is the footer area */



#footerwrapper {

	background: #82a6be url('../images/footerwrapper.jpg') repeat-x;

	height: 157px;

	width: 100%;

}



#footer {

	clear: both;

	margin: 0px auto; /* fix to center in firefox */

	background: #e2e2e2 url('../images/footer.jpg') no-repeat;

	height: 157px;

	width: 1000px;

}



.footercontent {

	padding: 8px 10px 0px 200px; /* If you want the footer to be below the white area, change the first padding number from 8px to 100px */

	color: #212121;

	text-decoration: none;

	font-weight: bold;

	text-align: center;

}



.footercontent a:link, .footercontent a:visited  {

	padding: 4px 4px;

	color: #212121;

	text-decoration: underline;

}



.footercontent a:active, .footercontent a:hover {

	padding: 4px 4px;

	color: #990000;

}





/* Used in single column layouts */

#bodycolumn {

	margin: 0px auto; /* fix to center in firefox */

	width: 1000px;

	clear: both;

	background: url('../images/wrapper.jpg') repeat-y;

}



.bodycolumncontent {

	padding: 0 40px;

	min-height: 400px;

}



/* Used in two column layout with left navigation */

#body1 {

	width: 755px;

	float: right;

}



#body2 {

	float: left;

	width: 225px;

}



.body1content {

	padding: 4px 40px 5px 10px;

}



.body2content  {

	padding: 4px 0px 5px 25px;

}





/* Used in three column layouts */

#body1b {

	width: 725px;

	float: left;

}



#body1c { 

	width: 500px;

	float: right;

}



#body2b {

	width: 225px;

	float: left;

}



#body3 {

	width: 205px;

	float: right;

	margin-right: 30px;

}



.body1bcontent {

	padding: 4px 6px 5px 20px;

}



.body2bcontent {

	padding: 4px 0px 5px 25px;

}



.body3content {

	padding: 4px 0 0 0;

}





/* End of Layout CSS */





/*  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, a:visited {

	color: #990000;
	text-align: left;
}





a:active, a:hover {

	color: #555555;

}



ul {

	list-style-image: url('../images/bullet.gif');
	padding: 0;
	line-height: 135%;
	margin: 0 0 20px 30px;
}



ul ul {

	list-style-image: url('../images/bullet2.gif');

	margin: 0 0 0 30px;

}



ol{

	padding: 0;

	margin: 0 0 20px 30px;

	line-height: 135%;

}



p {

	padding: 3px 0;
	margin: 0;
	line-height: 135%;
	text-align: left;
}



img {

	border: none;

}



table {

	border-collapse: collapse;

	border: none;

}



td {

	vertical-align: middle;
}

/*  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: #990000;

	font-size: 185%;

	text-align: left;

	border-bottom: 3px solid #990000;

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

	margin: 8px 0;

}



h2 {	

	font-size: 165%;

	color: #777;

	text-align: left;

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

	margin: 4px 0;

}



h3 {	

	font-size: 165%;

	color: #000;

	text-align: left;

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

	margin: 4px 0;
	
}



h4 { 

	font-size: 145%;

	color: #000;

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

	margin: 4px 0;

}



h5 { 

	font-size: 145%;

	color: #999;

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

	margin: 4px 0;

}



h6 { 

	font-size: 145%; 

	color: #990000; 

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

	margin: 8px 0 4px 0;

}



.center {

	text-align: center;
	margin: 0 auto;
}



/*  This class can be applied to your buttons to create uniform submit or shopping cart buttons without using graphics.  */



.submitbuttons {

	font-weight: bold;

	color: #990000;

	text-align: center;

	font-size: 100%;

	font-variant: small-caps;

	font-family: Verdana, Arial, sans-serif;

	border: 3px solid #990000;


	background-color: #e2e2e2;

	width: 175px;

	height: 30px;

}



.topalign {

	vertical-align: top;

}



table {

	border-collapse: collapse;

	font-size: 100%;
	
	border: none;

}



/*  The items below sets the properties for the left or right sidelinks.  */



.menuheaders {



	
}



.clear {

	clear: both;

}



/*  The items below sets the properties for additional typography and page elements.  */



.block1 {

	color: #ffffff;

	text-align: left;

	font-family: Verdana, Arial, sans-serif;

	border-top: 1px solid #212121;

	border-bottom: 4px solid #212121;

	background-color: #990000;

	padding: 6px;

	margin-bottom: 8px;

}



.block2 {

	color: #990000;

	text-align: left;

	font-family: Verdana, Arial, sans-serif;

	border-top: 1px solid #990000;

	border-bottom: 4px solid #990000;

	background-color: #e2e2e2;

	padding: 6px;

	margin-bottom: 8px;

}



.block3 {

	color: #212121;

	text-align: left;

	font-family: Verdana, Arial, sans-serif;

	border-top: 1px solid #990000;

	border-bottom: 4px solid #990000;

	background-color: #e2e2e2;

	padding: 6px;

	margin-bottom: 8px;

}



.news1 {

	padding: 4px;

	display: block; 

	width: 180px;

	color: #ffffff;

	background-color: #990000;

	border-bottom: 2px solid #212121;

	font-weight: bold;

	text-align: center;

}



.news2 {

	padding: 4px;

	display: block; 

	width: 180px;

	color: #990000;

	background-color: #e2e2e2;

	border-bottom: 2px solid #990000;

	font-weight: bold;

	text-align: center;

}



blockquote {

	color: #990000;

	background-color: #e2e2e2;

	padding: 2px 12px;

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

	font-size: 120%;

	font-style: italic;

	font-weight: bold;

	border: 2px solid #990000;
	
	text-align: center;

}





.tiny {

	font-size: 80%;

}



hr {
	width: 95%;
	border-bottom: #990000 solid 3px;
	border-bottom-width: 2px;
}



/*  Your smaller images can be floated to the left or the

right so your text can flow around them. You can also have

the images appear with or without a small border. The items

below sets the properties for the classes you may apply to

your images.  */



.image-border {

	border: 3px double #990000;
	text-align: center;
}

	

.imageleft-noborder {

	margin: 0 10px 0 0; 

	float: left;

}



.imageleft-noborder2 {

	margin: 0 30px 0 0; 

	float: left;

}





.imageright-noborder {

	margin: 0 0 0 10px; 

	float: right;

}

	

.imageleft-border   {

	margin: 0 10px 0 0; 

	float: left;

	border: 3px double #990000;

}



.imageright-border  {

	margin: 0 0 10px 15px; 

	float: right;

	border: 3px double #990000;

}

.image-center {
	margin: 0 auto;
	text-align: center;
}

.businesscard {
	margin-left: 75px;
}



.note {

	font-size: 90%;

	font-style: italic;

}



#radiolicensing {

	width: 85%;

	margin: 0 auto;

	text-align: center;

}



#radiolicensing2 {

	width: 65%;

	margin: 0 auto;

	text-align: center;

}



.generaltable {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}



.generaltable2 {

	width: 75%;

	text-align: center;

}



.generaltable3 {
	
	width: 95%;
	
	text-align: left;
}

.generaltable4 {

	width: 80%;

	margin: 0 auto;

	text-align: center;

	border: 1px solid #990000;

}

.generaltable4 td {
	
	border: 1px solid #990000;
}


.generaltable5 {

	margin: 0 auto;

	width: 75%;

	text-align: left;

}

.generaltable6 {

float: left;

	width: 60%;

	text-align: left;

	padding: 2px;

}


.smalltable {

	width: 50%;

	margin: 0 auto;

}





.image-borderclear {

		border: 3px double #FFFFFF;

}


.rightimage {
	float: right;
	width: 225px;
	padding: 0 6px 5px 12px;
	text-align: center;
}



.rightimage2 {

	float: right;

	width: 275px;

	padding: 0 6px 5px 12px;

	text-align: center;

}





.imagecaption {
	text-align: center;
	font-weight: bold;
	color: #990000;
	font-style: italic;
}



.redboldleft {

	text-align: left;

	font-weight: bold;

	color: #990000;

}



.boldcenter {

	font-weight: bold;

	text-align: center;

}



.bolditalic {

	font-weight: bold;

	font-style: italic;

}



#internetpaging {

	border: 3px double #990000;

	width: 350px;

}



.internetpaging {

	text-align: left;

}



.verticalcenter {

	vertical-align: middle;

}



.alignright {

	text-align: right;

}



.tableblackbdr {

	text-align: left;

	border: 2px solid #000;

	width: 90%;

	padding: 2px;

}





.righttable {

	float:right;

	border-color: #000;

	border-width: 0;

	text-align: left;

}



.cellpadding {

	padding: 0 0 0 8px;

}

.centersmall {
	font-size: 80%;
	text-align: center;
}

.aaImageTable {
}

.aaBoldYellow {
	background-color: #FFFF00;
	font-weight: bold;
}

.aaBolderNormalRed {
	color: #990000;
	font-weight: bolder;
	font-style: normal;
}

.aaHighlightedText2 {
	font-weight: bold;
	text-align: center;
	font-style: normal;
	font-size: large;
}

.aaBoldXXsmall {
	font-size: xx-small;
}

.aaTableBorderLeftBottomCopy {
	margin: 0 0 10px 15px;
	float: right;
	border: 3px double #990000;
	text-align: center;
}

.aaIndentNumberedList {
	margin-left: 70px;
}

.aaXsmall {
	font-size: x-small;
}

.aaBolderNormalBlack {
	color: #000000;
	font-weight: bolder;
	font-style: normal;
}

.aaBoldXXsmallRed {
	font-size: xx-small;
	font-weight: bold;
	color: #990000;
}

.aaXXsmall {
	font-size: xx-small;
}

.aaBoldTextGreenBackground {
	font-weight: bold;
	background-color: #00FF00;
}

.aaBoldRed {
	font-weight: bold;
	color: #FF0000;
}

.aaBoldBlueText {
	color: #0000FF;
	font-weight: bold;
}

.aaBoldGreenText {
	font-weight: bold;
	color: #009933;
}



.aaHighlightInterview {
	color: #000000;
	background-color: #FFFF00;
	text-decoration: underline;
}



.aaMyTable1 {
	background-color: #FFFF00;
}



.aaCenterAlign {
	text-align: center;
}




