/* Arundel Computer & TV CSS for index.html */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 15px;
font-weight: normal;
padding: 1px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.title {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #990000;
}

.keyword {
	font-family: Verdana, sans-serif;
	font-size: 4px;
	line-height: 8px;
	font-weight: normal;
	color: rgb(247, 238, 223);
}

.keywordnav {
	font-family: Verdana, sans-serif;
	font-size: 4px;
	line-height: 8px;
	font-weight: normal;
	color: #993300;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 8px;
	width: 140px;
}

.copyright {
	font-family: Verdana, sans-serif;
	font-size: 8px;
	line-height: 10px;
	font-weight: bold;
	color: #990000;
}

.adhead {
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
	display: block;
}

.adtext {
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	display: block;
}

.adurl {
	font-family: sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 10px;
	font-weight: normal;
	color: #990000;
	display: block;
}

#marqueecontainer{
  	position: relative;
  	width: 290px; /*marquee width */

  	height: 50px; /*marquee height */
  	background-color: rgb(247, 238, 223);
  	overflow: hidden;
  	/*border: 1px solid #666666;*/
  	/*padding: 2px;*/
  	/*padding-left: 4px;*/
}

  .scroll_div {
  	/*border:solid 1px rgb(153, 51, 0);*/
  	/*width: 260px;*/
  	/*width: 280px !important;*/
}

  .vmarquee_content {
  	position:absolute;
  	font-size:11px;
  	font-family:Verdana, sans-serif;
}

  .img {
        max-width: 100%
        min-width: 50%
}

.bullet{
    background: url('bullet_yellow.png') no-repeat;
    display:inline-block;
    vertical-align: middle;
    background-size:100%;
    height:25px;
    width:25px;
    margin-right: 5px;
}

.menu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #330000;
	line-height: 18px;
	padding: 3px 22px 20px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
}

.menu_header {
	font: bold 18px 'Trebuchet MS';
	display: block;
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #CCCCCC;
	color: #330000;
}
