@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 0px;
	background-color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #leftsidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 600px;
	background-color: #FFF;
}
.oneColFixCtrHdr #twitterbox {
	float: left; /* since this element is floated, a width must be given */
	width: 265px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 215px;
	background-color: #FFF;
	text-decoration: none;
	color: #FFF;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 900px;
}
.oneColFixCtrHdr #mainContent2 {
	background: #FFFFFF;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 240px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 10px;
	margin-right: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	background-color: #FFF;
	width: 900px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#nav  {
	list-style-type: none;
	height: 25px;
	padding: 0px;
	margin: 0px;
}
#nav > li {
	z-index: 5;
	vertical-align: middle;
	text-align:left;
	line-height: 25px;
	background-color:#999;
	color: white;
	list-style-type:none;
	float:left;
	position:relative;
	font-weight:bold;
	list-style-image: none;

}

ul {
	list-style-type: none;
}

li {
	margin-left: 0px;
} 
li.first {
	width:178px;
	margin-left: 0px;
}
li.last {
	width:180px; 
	border-left: 2px solid white;
}
li.middle {
	width:178px; 
	border-left: 2px solid white;
}
#nav li a, #nav li a:visited {
	text-decoration: none;
	margin-left: 0px;
	display:block;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#nav > li:hover ul { display:block; }
#nav > li:hover {	background-color:#118F32;}
#nav li span {
	z-index: 0;
	color:white;
	margin-left: 0px;
	display:block;
	cursor:pointer;
	left:0px;
	position: relative;
}
#nav li span a, #nav li span a:visited { color:white; display: block;}
.oneColFixCtrHdr #container #mainContent2 table tr td #compname {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #999;
}
.oneColFixCtrHdr #offername {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #999;
	font-weight: bold;
}
.oneColFixCtrHdr  #downform {
	background-image: url(../img/Downloadbkgnd.png);
}

