/***********************
	  LAYOUT
************************/
body {
	
    
	background-image:  url(https://www.cordcommunications.com/images/vertical-background-blue.jpg);
	
}

* { padding: 0; margin: 0; }







#header {
	
	background-image: url(https://www.cordcommunications.com/images/banner-blue.jpg);
	
}

.movetoleft {
	margin-left:85px;
	}




	
/* large center column*/







/* typography */

hr {  /* horizontal rule */
	color: #e0deda;
}


 
 

 
/* links */
a { 
	color: #092094;
	
}
a:hover {
	color: #F60;
}

/* headers */

h1 {
	color: #905e2d;
}


h2 {
	color: #905e2d;
}

h3 {
	color: #905e2d;
}

h3 a:hover {
	color: #a46b07;	
}





	
/***********************
	  accordion menu
************************/

.arrowsidemenu{
	
	border-color: #94AA74;
	
}
	
.arrowsidemenu div a{ /*header bar links*/
	background: transparent url(images/arrow-blue.gif) 100% 0;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #ffffff;
}


.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #ffffff;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #ffffff;
}



.arrowsidemenu ul li{
	border-bottom: 1px solid #a1c67b;
}


.arrowsidemenu ul li a{ /*sub menu links*/	
	color: #000000;
	border-left: 10px double #056494;
}

.arrowsidemenu ul li a:hover{
	background: #d5e5c1;
}

.arrowsidemenu ul li.current {	
	background: #f7f8a6;
}

.arrowsidemenu ul li a.current {	
	background: #f7f8a6;
}


