/* CSS Document */

#linksbox {
	width: 200px;
	/*font-family: font-family: Arial, Helvetica,  Verdana, sans-serif;*/


}
#linksbox h3 {
	/*font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;*/
	color:#00AABD;
	clear:both;
	font-size: 12px;
	font-weight: bold;
}

.toggler {

	text-transform: uppercase;
	color: #1A3169;
	text-decoration: none;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;	
	
	
	background-image: url(http://www.radtac.co.uk/images/gfx/bullet_point_dark_blue_small.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 36px;
	background-position: 5px 0px;	


}


.toggler a {
	color: #1A3169;
	text-decoration: none;
}





 .first h3{
	background-image: none;
 }

/* creates gap at top of menu */
.firstblank {
	height: 18px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
	/* hacked to hide arrow that will appear */
	background-image: none;
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}

.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 



/* ################################## */

#linksbox_head {
	height: 45px;

	background-image: url(http://www.radtac.co.uk/images/gfx/linksbox/linksbox_head.jpg);
	background-repeat: no-repeat;
	

}

#linksbox_head h3 {

	height: 45px;

	text-indent: -9999px;

}


	
#linksbox_footer {
	/*position: absolute;
	top:381px;
	height: 39px;
	width:270px;
	*/
	height: 39px;
	width: 200px;
	background-image: url(http://www.radtac.co.uk/images/gfx/linksbox/linksbox_footer.jpg);
	margin-top: 0px;
	background-repeat: no-repeat;
	padding: 0px;
}


#linksbox ul {
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
	
	font-size: 12px;
	line-height: 14px;
	
	list-style-type: none;
	padding-left: 30px;
	padding-bottom: 18px;
	padding-right: 20px;
}

#linksbox li {
	margin-bottom: 9px;
	background-image: url(http://www.radtac.co.uk/images/gfx/bullets/link.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}

#linksbox li a {
	color: #00AABD;
	text-decoration: none;
}

#linksbox li a:hover {
	color: #1A3169;
	text-decoration: underline;
}

#linksbox li.pdf {
	background-image: url(http://www.radtac.co.uk/images/gfx/bullets/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

.toggler a {
	color: #1A3169;
	line-height: 12px;
}
