/***********************
	  LAYOUT
************************/
body {
	
    text-align: center; /*IE6 need this to center the layout in the broswer window*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	line-height: 1.4em;
	font-weight: normal;
	background-image:  url(images/vertical-background-blue.jpg);
	background-repeat: repeat;
	background-position: left top;
	border:0 solid red;
}

* { padding: 0; margin: 0; }


#wrapper {
	background: #fff;
	width: 1000px; height: 100%;
	margin: 0 auto;	
	text-align: left;
	border:1px solid #00263d;
	background-image: url(https://www.cordcommunications.com/images/);
	background-repeat: no-repeat ;
	background-position: right bottom;
}





#header {
	width: 100%;	
	height: 174px;
	position: relative;
	margin-bottom: 3px;
	background-image: url(images/banner-blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border:0 solid green;
}




.movetoleft {
	margin-left:85px;
	}

#breadcrumbs {
	width: 980px;
	font-size:10px;
	font-weight: normal;
	padding-left: 10px;
	margin-bottom: 15px;
	border:0 solid green;
	}
	
.toplinks  {
	width: 380px;
	float:right;
	padding: 3px 10px 0 10px;
	text-align: right;
	background-color: yellow;
	height: 20px;
	}
.cartlink  {
	width: 100px;
	float:right;
	margin-top:180px;
	margin-right:10px;
	padding: 10px ;
	text-align: center;
	background-color: yellow;
	height: 20px;
	}


#leftmenu {  /* used */
	float: left;
	width: 195px;
	border: 0 solid black;
	}
	
/* large center column*/
#content {	
	float: left;
	margin-left: 6px;
	margin-top: 0px;
	padding: 0 10px 0 10px;
	width: 550px;
	border:1px solid red;	
}



/* creating wide content with no right side bar */		

	
#widecontent {	
	float: left;
	margin-left: 6px;
	margin-top: 0px;
	padding: 0 20px 0 30px;
	width: 740px;
	border:0 solid yellow;	
}

#widecontent-abc {	
	float: left;
	margin-left: 60px;
	margin-top: 0px;
	padding: 0 20px 0 30px;
	width: 740px;
	border:0 solid yellow;	
}


#widecontent table, td, th{
	border:0px solid #c4c4c4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	line-height: 1.0em;
	font-weight: normal;
	align:left;
	}
	

/* sets for general bulleted list*/
#widecontent ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
	line-height: 1.6em;
	font-weight: normal;
	border: 0 solid blue;
	list-style: circle outside none;
	;
	}



	
 ul {
	margin: 3px 10px 15px 35px;
	 padding-left:15px;
 	list-style: circle outside none;
	border: 0 solid blue;}

ul li{
 	list-style: circle outside none;
	border: 0 solid blue;}


/* removes bullet on left menu*/
.arrowsidemenu ul li{
 	list-style: none outside none;
	border: 0 solid blue;}

	
ol {
	margin: 3px 10px 15px 45px;
 	list-style: decimal outside none;
	border: 0 solid blue;
	padding-left: 15px;
	}
	
.moveleft ul li{
	padding-left: 25px;
}


#shoppingcart table, td, th{
	border:0 solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	line-height: 1.0em;
	font-weight: normal;
	}
#shoppingcart td
{
font-size:11px;
padding:6px;
}
	
.indentleft {
	margin-left:50px;
	}

.smallertext {   /* used for the stands on the presenter form */
	font-size:10pt;
	line-height:1.2em;
	padding-left:20px;
	}



.clearthis {clear:both; height:0; line-height:0;}   
.clear-left {clear:left; height:0; line-height:0;}
.clear-right {clear:right; height:0; line-height:0;}      
	
#rightsidebar {
	float: right;
	width:210px;
	margin-top: 0px;
	margin-right: 5px;
	font-size: 10px;
	text-align: right;
	border:1px solid aqua;	
	}

h1.centertext {
	text-align: center;
}
	
/* Footer */
#footer {
	background: #fff;
	font-size: 10px;	
	text-align: center;
	margin-top:20px;
}


#footer p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1em;
	color: #000000;
	font-size: 12px;
	
}

.smalllinkfooter  {   /* links in footer */
	font-size: 10px;
	font-weight: normal;
	color: #96979b;
}

.smalllinkfooter a {   /* links in footer */
	font-size: 10px;
	font-weight: normal;
	color: #96979b;
}

.smalllinkfooter a:hover {   /* links in footer */
	font-size: 10px;
	font-weight: normal;
	color: #092d8e;
}

	



	
#contentbox img {
	float: left;
	margin: 0 11px 22px 0;
	text-align: center;
}

/* typography */

hr {  /* horizontal rule */
	color: #e0deda;
	width: 96% ;
	margin: 15px;
	text-align: center;	
}

hr .red {  /* horizontal rule */
	color: red;
	width: 96% ;
	margin: 15px;
	text-align: center;	
}

p {
	font-size: 12px;
	color: #000000;
	margin: 10px 15px;
	line-height: 1.4em;
	font-weight: normal;	
}
 

 
/* links */

.more a { 
	color: #092094;
	background-color: inherit;
	text-decoration: none;
}

a { 
	color: #092094;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #F60;
	background-color: inherit;
}
a:focus {
  border-bottom: 1px solid;
  background: #BAE498;
}

/* headers */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #905e2d;
	margin: 10px 0 15px 0;
	line-height: 1.3em;
}

 .abc {
	font-size: 36px;
	}


h2 {
	font-size: 18px;
	margin: 5px 0 10px 0;
	line-height: 1.3em;
	color: #905e2d;
}

h3 {
	font-size: 14px;
	color: #905e2d;
	margin: 5px 0 5px 0;
	line-height: 1.5em;
}

h3 a:hover {
	text-decoration: none;
	color: #a46b07;	
}






	


/* SPACING ------------------------------ */

.tightenlist { line-height: .7em; }	
.closeuplistspacing { line-height: .4em; }
.biggerspacing{ line-height: 2em; }
.morespace{ line-height: 1.5em; }	
.nopadding { padding:0px;}
.aligncenter {text-align: center;}	
.tightenheader {margin: 20px 0 -10px 0;

}
	
/* ordered and unordered lists---------------*/	
	
	
.listnobullet {list-style-type:none;
	list-style-image:url("");
	}	
	
/* images--------------------------------- */
img {
	border: none;
	vertical-align: top;
	text-align: left;
}
img.no-border {
	border: none;
}
img.float-right {
float:right;
  margin: 5px 5px 5px 15px;
  padding: 5px;
  border: 1px solid green;  
}
img.float-rightnoborder {
	float:right;
  margin: 5px 5px 5px 15px;
  padding: 5px;
  border: 0px solid green;  
}

bookfloat-left {
  margin: 5px 15px 5px 10px;
}


img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: none;
}


blockquote {
 	padding: 0 0 0 20px;  
}


/* alignment classes */
.float-left  { float: left; }  /* Push item to the left */
.float-right {	float: right; 
				padding-left: 8px; 
				padding-right: 5px;
				text-align: center; }  
.align-left  {	text-align: left; }  /* left aligh text */
.align-right {	text-align: right; }  /* right align text */
.align-center {	text-align: center; }  /* center text */

.clear { clear: both; }
.clearleft { clear: left; }

/* Colors ------------------------------------- */

.green {	color: #9EC630; }
.greenlarger {	color: #9EC630; font-size: 16px;}
.black{color: #000000;}
.red { color: #a40514; }
.redbold {
	font-weight: bold;
	color: red;
	}
.brown { color: #960c0c; }
.white { color: #ffffff; }
.blue {color: blue;}

.gray  { color: #BFBFBF; }

.tryellow {
	background-color: yellow;
	}
	
.trblue {
	background-color: #CCFFFF;
	}

table {
	margin-left: 25px;
	}

.slideshow {
	font-weight: bold;
	color: #0081b3;
}



form h3 {
	padding-left: 8px;
	}
	
.photocaption-right {
float:right;
width:100px;
background: none;
margin: 0 0px 5px 0px ;
padding: 0px 5px 5px 5px;
border:0px dotted;
font-family: arial, helvetica, sans-serif;
font-size: 10px;
text-align:center;
line-height:12px;
}

.photocaption-left {
float:left;
width:130px;
background: none;
margin: 0 10px 5px 0 ;
padding: 0px 5px 5px 5px;
border:0px dotted;
font-family: arial, helvetica, sans-serif;
font-size: 10px;
text-align:center;
line-height:12px;
}

a img {  
  border: none;
}
.noborder {
	border: none;
	}
	


.module {
	float:left;
	width:350px;	
	margin-right: 50px;
	border: 0 solid purple;
	}
	
.module-right {
	float:right;
	width:200px;
	padding:15px;	
	margin-right:0;
	border: 1px solid purple;
	text-align: center;
	}
	
.modulelong {
	float:left;
	width:500px;	
	border: 0 solid purple;
	}
	
.modulelong p{
	margin: 0;
	}
	
.indentleft {
	padding-left: 35px;
	}
/***********************
	  accordion menu
************************/

.arrowsidemenu{
	width: 195px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	/*this kept it from validating     border-size: 1px;*/
	border-width: 0;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrow-blue.gif) 100% 0;
  height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 8px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #ffffff;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #ffffff;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #ffffff;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom: 1px dashed #a1c67b;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	padding: 5px 0;
	padding-left: 8px;
	border-left: 10px double #056494;
	
	border-right: 1px solid gray;
}

.arrowsidemenu ul li a:hover{
	background: #d5e5c1;
}

.arrowsidemenu ul li.current {	
	background: #f7f8a6;
}

.arrowsidemenu ul li a.current {	
	background: #f7f8a6;
}

.redalert {
	font-size: 15px;
	margin: 10px;
	padding: 10px;
	line-height: 1.2em;
	color: #905e2d;
	color: red;
	background-color: yellow;
	}


