/*
	Computer-DC Base CSS

*/

body {
	background: #2b2b2b;
	color: #565656;
	font-size: 11px;
}

#gutter {
	background: #2b2b2b;
	color: #fff;
	width: 100%;
	height:50px;
}

#navigation {
	padding-top: 20px;
	text-align: center;
}

#header-bg {
	height:227px;
	background-image: url(/img/bg_header_small.png);
	background-repeat: repeat-x;
}
#header {
	padding-top: 10px;
}

#ad {
	padding-top: 10px;
}

#wrapper {
	min-height:500px;
	background: #FFF;
	background-image: url(/img/bg_contentgrad.png);
	background-repeat: repeat-x;
}

#content {
	padding-top: 50px;
	background: #FFF;
}

#footer {
	background: #2b2b2b;
	color: #fff;
	width: 100%;
}

#footcontent {
	padding-top: 50px;
	color: #CCC;
}

.columnHead {
	font-size: large;
	font-weight: bold;
	color: #007EFC;
}

.columnSubHead {
	font-size: larger;
	color: #007EFC;
}

#footcontent .columnHead {
	font-size: large;
	font-weight: bold;
	color: #007EFC;
}

.heading_ci {
	font-size: xx-large;
	font-weight: bold;
	color: #FFF;
}
.heading {
	font-size: larger;
	font-weight: bold;
	color: #FFF;
}

.spacer {
	padding-top:10px;
}

#menu ul {
	list-style-type: none;
	overflow-x: hidden;
	overflow-y: hidden;
}

#menu ul li {
  float: left;
  margin-left: 0px;
  margin-right: 10px;
}

#menu ul li a {
  color: #FFF;
  display: block;
  text-decoration: none;
  padding: 0 5px 0 5px;
  text-align: center;
  text-transform: uppercase;

}

#menu a:hover {
	color: #ABE0FF;
}

#menu a.menu_active {
	color: #007EFC;
}

a {
  color: #007EFC;
  text-decoration: underline;
  font-weight: bold;
}

td {
	padding: 5px;
	vertical-align: top;
}