@charset "UTF-8";
/* CSS Document */

body {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 16px;
	/* background-color: #006699; */
	text-align: center;
	/* background-image: url(../images/top-header-background.gif);
	background-repeat: repeat-x; */
}
a {
	color: #006699;
	text-decoration: none;
	font-weight:bolder;
}
a:hover {
	text-decoration: underline;
}
h1 {
	COLOR: #990000;
	FONT-WEIGHT: bold;
	LINE-HEIGHT: 24px;
	FONT-SIZE: 18px;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 40px;
}
h2 {
	color: #990000;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	line-height: 18px;
	margin-top: 30px;
}

.text-large {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 18px;
	margin-top: 30px;
}

#container {
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	width: 960px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header h1 {
	color: #666666;
	top: 20px;
	position: relative;
	margin: 0px;
	text-align: center;
}
#header   h2 {
	color: #990000;
	font-size: 24px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	top: 20px;
	text-align: center;
}
#header h3 {
	color: #990000;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	top: 0px;
	text-align: left;
	left: 740px;
	width: 200px;
	padding-left: 25px;
	background-image: url(../images/job-line.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 2px;
}
#mainNav {
	background-color: #990000;
	background-image: url(../images/top-menu-bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 23px;
	clear: both;
	margin: 0;
	padding: 0;
}
#mainNav ul {
	width: 960px;
	height: 23px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
#mainNav li {
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	float: left;
	margin: 4px 10px 0;
	padding: 0;
	background-image: url(../images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}
#mainNav a {
	color: #fff;
	text-decoration: none;
}
#mainNav a:hover {
	text-decoration: underline;
}
#contentContainer {
	text-align: left;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#sideNav {
	width: 200px;
	float: left;
}
#sideNav .navBox {
	border: 1px solid #999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 160px;
	background-color: #eeeeee;
}
#sideNav h2 {
	background-color: #990000;
	margin: 0px;
	color: #FFFFFF;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 12px;
	background-image: url(../images/top-menu-bg.gif);
}
#sideNav ul {
	list-style-type: none;
	margin: 20px 10px 20px 10px;
	padding: 0;
}
#sideNav li {
	color: #006699;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	background-image: url(../images/nav_star.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	margin-bottom: 10px;
	list-style-type: none;
}
#sideNav a {
	color: #006699;
	text-decoration: none;
}
#sideNav a:hover {
	text-decoration: underline;
}
#content {
	width: 700px;
	float: left;
	margin-bottom: 60px;
	margin-left: 40px;
}
#content #computers {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#content #computers li {
	float: left;
	width: 300px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#content #now {
	margin: 0px;
}
#content #now li {
	list-style-type: none;
	float: left;
	padding-left: 20px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-color: #006699;
	padding-right: 20px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
#content #now li a {
	color: #FFFFFF;
}
#content #contact {
	list-style-type: none;
	height: 25px;
}
#content #contact li {
	float: left;
	width: 300px;
	text-align: center;
}
#footer {
	width: 960px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #999999;
	padding-bottom: 10px;
}
#footer .copy {
	font-size: 12px;
	color: #006699;
}
.clear {
	clear: both;
}

#jobs-table th {
	background-color: #990000;
	margin: 0px;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 12px;
	background-image: url(../images/top-menu-bg.gif);
}

#jobs-table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	
}


.question {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0px;
	color: #000000;
	padding-left: 20px;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	height: 20px;
	background-position: 0px -3px;
}
#print-icon {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	float: right;
}
