a:link,   a:visited,   a:active {
	color: #072585;
	text-decoration: none;
}
a:hover {
	color: #d60002;
	text-decoration: none;
}
#container {
	width: 990px;
	margin-left:auto;
	margin-right:auto;
}

#skynet-logo {
	height: 66px;
	width: 217px;
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 97px;
	z-index: 100;
	padding:0px;
	margin:0px;
}

#navigation {
	height: 31px;
	width: 638px;
	visibility: visible;
	position: absolute;
	left: 365px;
	top: 123px;
	z-index: 100;
	padding:0px;
	margin:0px;
	text-align:right;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #072585;
	text-decoration: none;
	padding:0px 10px;

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

#subnav {
	height: 31px;
	width: 506px;
	visibility: visible;
	position: absolute;
	left: 510px;
	top: 20px;
	z-index: 100;
	padding:0px;
	margin:0px;
	color: #ababab;	
	font-size:13px;
	text-align:center;
}
#subnav a:link, #subnav a:visited, #subnav a:active {
	color: #ababab;
	text-decoration: none;
	padding:0px 10px;
	font-size:13px;

}
#subnav a:hover {
	color: #d60002;
	text-decoration: none;
}
.telephone {
	color: #68b3da;
	font-size:25px;
}
.devider{
	background-image: url(devider.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.big-font { font-size:24px;}

#page {
 width:990px;
 float:left;
 position:relative;
}

#page-lt {
 width:600px;
 float:left;
 position:relative;
}

#page-rt {
 width:350px;
 float:right;
 position:relative;
}

#right-box {
	float:left;
	width: 320px;
	padding:15px;
	margin:0px 0px 25px 0px;
	background-repeat: repeat-x;
    border:solid 1px #d1d1d1;
    border-radius:10px;
    box-shadow:0px 0px 5px #c0c0c0;
	background-color:#f2f2f2;
}
h1, h2, h3 { 	font-family: 'Fjalla One', sans-serif; font-weight:normal;}
.text-blue{ color:#0099FF;}
.text-red{color:#ff0000;}
.text-navy{color:#003399;}
.no-top-space { margin-top:0px; padding-top:0px;}
.top-space { padding-top:20px;}
#footer{
	float:left;
	width:100%;
	overflow:auto;
	padding:25px 0px;
	background-color:#f2f2f2;
	background-image: url(border.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size:14px;
	color:#8c8c8c;
	margin-top:30px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #0099FF;
	text-decoration: none;

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