/*eDiGi style.css*/

body {
	background-color:#141a2b;
	font-family:sans-serif;
	font-size:14px;
	padding:0px;
	margin:0px;
	background-image:url(bodyBg.jpg);
	background-repeat:repeat-y;
}

a {
	color:#30587a;	
	text-decoration:underline;
}

a:hover {
	color:#d52942;
	text-decoration:none;
}

a img {
	border:none;
}

b {
	color:#30587a;
}

img.recJob {
	border:solid 1px #141a2b;
	margin:5px;
}

p {
	font-size:14px;
	color:#101522;
	margin:5px;
}

h1 {
	margin:5px;
	margin-top:10px;
	font-size:20px;
	color:#20486a;
}

h2 {
	margin:5px;
	margin-top:10px;
	margin-left:10px;
	font-size:18px;
	color:#20486a;
}

h3 {
	margin:5px;
	margin-top:10px;
	margin-left:10px;
	font-size:18px;
	color:#30587a;
}

h4 {
	margin:5px;
	margin-top:10px;
	font-size:16px;
	color:#141a2b;
}

.point {
	text-decoration:underline;
	cursor:pointer;
}

.point:hover {
	color:#d52942;
}

.tip:hover {
	cursor:help;
	text-decoration:underline;
}

.tiny {
	font-size:9pt;
}

div.bullet {
	margin-right:5px;
	margin-top:3px;
	height:10px;
	width:10px;
	float:left;
	background-repeat:no-repeat;
}

div.open {
	background-image:url(bulletOpen.jpg);
}

div.closed {
	background-image:url(bullet.jpg);
}

div.topLinks {	
	position:absolute;
	top:-5px;
	z-index:20;
	margin-left:750px;
	margin-top:10px;
	padding:5px;	
	text-align:right;
}

#ajaxIndicator {
	width:220px;
	display:none;
	position:relative;
	padding:0px;
	margin:2px;
	margin:100px auto;
}

#wrap {
	width:880px;
	padding:0px;
}

/*login box*/
div.standard table {
	width:275px;
	margin:10px auto;
	border:none;
	padding:4px;
	border-collapse:collapse;
}

div.standard td {
	border:none;
	border:1px solid #999999;
	padding:6px;
}

#header {
	position:relative;
	top:0px;
	left:0px;
	width:880px;
	height:100px;
	padding-right:120px;
	margin:0px ;
	background-image:url(headerBg.jpg);
	background-repeat:no-repeat;
}

#navbar {
	position:relative;
	float:left;
	width:744px;
	margin-left:50px;
	height:30px;
	background-color:#fff;
	text-align:center;
	background-image:url(navBg.png);
	background-position:-66px 0px;
	overflow:hidden;
}

#navbar ul {
	height:30px;
	list-style:none;
	margin:0px;
	margin-left:-60px;
	float:left;
} 

#navbar li {
	float:left;
	margin-left:75px;
	width:120px;
	height:30px;
	display:inline;
	text-align:left;
}

#navbar a { 
	color:#000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	margin-top:7px;
	position:absolute;
	z-index:5000;
}

#navbar a:hover {
	color:#555;
}

#webLi {
	margin-right:-50px;
}

#newsLi {
	margin-left:90px;
}

#hoverGuy {
	position:absolute;
	height:30px;
	float:left;
	z-index:4;
	background-image:url(navHovBlue.png);
	background-position:right;
	background-repeat:no-repeat;
}
/*
#lastHoverGuy {
	position:absolute;
	height:30px;
	float:left;
	z-index:3;
	background-image:url(navLiT.png);
	background-position:right;
	background-repeat:no-repeat;
}

#lastLastHoverGuy {
	position:absolute;
	height:30px;
	float:left;
	z-index:2;
	background-image:url(navLiT.png);
	background-position:right;
	background-repeat:no-repeat;
}
*/
br.clear {
	clear:both;
}

#content {
	position:relative;
	float:left;
	width:870px;
	text-align:left;
	padding:5px;
	margin:0px;
}

div.container{
	margin:0px;
	padding:0px;
}

div.standard {
	width:420px;
	margin:4px;
}

div.box {
	width:400px;
	padding:10px;
	padding-top:5px;
	margin:0px;
	margin-top:-5px;
	margin-bottom:10px;
	background-image:url(box.png);
	background-position:bottom;
}

div.smallBox {
	width:220px;
	background-image:url(smallBox.png);
}

div.bigBox {
	width:600px;
	background-image:url(bigBox.png);
}

div.title {
	width:420px;
	padding-top:2px;
	background-image:url(box.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
}

div.smallTitle {
	width:240px;
	background-image:url(smallBox.png);
}

div.bigTitle {
	width:620px;
	background-image:url(bigBox.png);
}

div.leftBox {
	background-image:url(leftBox.png);
	background-position:bottom right;
	margin-left:-5px;/*content div has 5px padding*/
}

div.leftTitle {
	background-image:url(leftBox.png);
	background-position:top right;
	margin-left:-5px;/*content div has 5px padding*/
}

/*index-specific styles*/
#topBox {
	width:860px;
	height:180px;
	padding:20px;
	margin:40px auto;
	margin-bottom:0px;
}

#services {
	width:820px;
	margin:0px auto;
}

.serviceImg {
	width:128px;
	margin-left:55px;
}

div.fadeBox {
	width:240px;
	margin:5px;
	background-image:url(fadeBox.png);
	background-repeat:no-repeat;
}

div.fadeBox p {
	 margin:0px 15px 20px 15px;
}

#recent {
	width:800px;
	margin:10px auto;
}

/*SuperForm style*/
form {
	border:solid 1px #141a2b;
	border-top:solid 2px #141a2b;
	border-left:none;
	border-right:none;
	margin:5px;
	padding:5px;
}

input {
	margin:5px;
	margin-left:10px;
	margin-bottom:0px;
	border:solid 1px #333333;
	background-color:#fff;
}

textarea {
	margin:5px;
	margin-left:10px;
	border:solid 1px #333333;
	background-color:#fff;
}

div.form {
	border:dotted 1px #639163;
	border-top:solid 2px #639163;
	margin:10px;
	padding-bottom:5px;
}

div.form1 {
	border:dotted 1px #748576;
	border-top:solid 2px #748576;
	margin:10px;
	padding-bottom:5px;
}

span.inputList {
	float:left;
	width:160px;
	padding:4px;
	border:solid 1px #748576;
	margin:-1px 0px 0px -1px;
}

.radio {
	margin:0px;
}

.radio:hover {
	border:solid 1px #672332;
}

.sectionHover {
	padding:0px;
	margin:5px;
}

.sectionHover:hover {
	border:solid 1px #639163;
	margin:4px;
}

.add {
	margin-left:180px;
	margin-top:-18px;
}
/*end SuperForm style*/

.left {
	float:left;
}

.right {
	float:right;
}

.center{
	margin-left:auto;
	margin-right:auto;
}

ul.standardList {
	list-style:none;
	margin:3px;
	padding:3px;
}

#footer {
	width:860px;
	clear:both;
	padding:10px;
	padding-right:20px;
	margin:0px;
	margin-top:5px;
	text-align:right;
	color:#555555;
	font-size:9px;
}div.fadeBox {
	background-image:url(fadeBox.png);
}

/* digiGoods table */
table#digiGoods {
	margin:0px auto;
	width:725px;
	border:none;
	padding:4px;
	border-collapse:collapse;
}

table#digiGoods th {
	border:1px solid #006699;
	padding:6px;
}

table#digiGoods td {
	background-color:#f0f5ff;
	border:none;
	border:1px solid #006699;
	padding:6px;
}

table#digiGoods tr.color2 td {
	background-color:#f0fff0;
}

        
