﻿@charset "utf-8";
/* CSS Document */
.arrowlistmenu{
width: 95%; /*width of menu*/
}
table {
	
	border-collapse: collapse;
	color: #BFDB3C;
	'border-top-style: none;
	'border-right-style: none;
	'border-bottom-style: none;
	'border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
}

td, th {border: 1px solid #bbb;
padding: .5em;}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(img/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #BFDB3C;
background: url(img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #BFDB3C;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #BFDB3C;
background-color: #F3F3F3;
}


* {
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #666;
	font-size:11px;
	color:#BFDB3C;
}
h1, h2 { font-size: 22px; display: block; clear:both; margin: 0 10px; font-weight: normal; line-height: 22px; }
h2 { font-size: 15px; font-weight: bold; }
h4 { font-size: 12px; font-weight: bold; color: black; }
h5 { font-size: 10px; color: black;}
p, form { margin: 15px 10px; }
#header {
	background-image: url(/i/body/header_bg.jpg);
	height: 146px;
	width: 780px;
	margin: auto;
	position: relative;
}
#header #logo {
	position: absolute;
	bottom: -11px;
	left: 30px;
}
#wrap {
	width: 780px;
	margin: auto;
	background-color: #000;
	background-image: url(/i/body/content_bg.gif);
	background-repeat: repeat-x;
	overflow:hidden;
}
#navigation {
	list-style-type:none;
	float: left;
	margin-right: 1px;
	line-height: 12px;
	margin-top: 50px;
	position:relative;
	margin-bottom: 20px;
	overflow:hidden;
	width:230px;
}


	
	


#content, #techcontent {
	width: 495px;
	background-image: url(/i/body/c_bg.gif);
	float: right;
	margin-right: 20px;
	line-height: 15px;
	margin-top: 50px;
	position:relative;
	margin-bottom: 20px;
	overflow:auto;
}

#header #navigation2 {
	bottom:-36px;
}
#header #navigation li, #header #navigation2 li {
	float: left;
	margin-right: 1px;
}
#bottomimg {
	margin: auto;
	display: block;
	clear: both;
}
#footer {
	display: block;
	clear: both;
	padding: 20px;
	margin-top: 20px;
	font-size:11px;
	text-align:center;
	border-top: 1px solid #fff;
	position: relative;
	padding-bottom: 40px;
}
#techcontent {
	background-image: url(/i/other/tech_bg.gif);
	width: 511px;
	margin-top: 66px;
}
#news h2 {
	font-weight: normal;
	margin-bottom:10px;
}
#news p {
	margin:0 10px;
	height:40px;
}
#news {
	width: 495px;
	float: right;
	margin-right: 20px;
	margin-top: 40px;
	color:#fff;
}
#cb, #cbtech {
	background-image: url(/i/body/c_b.gif);
	font-size: 0px;
	height: 15px;
	margin:0;
}
#cbtech {
	background-image: url(/i/other/tech_b.gif);
	height: 19px;
}

a {
	color: #FFF;
	text-decoration: none;
}

#lmlogo { right:0; bottom:0;position:absolute; }

input, textarea {
	color: #BFDB3C;
	background-color: #333333;
	border: 1px solid #666666;
	font-size: 11px;
	padding: 4px;
}
