@charset "UTF-8";
/* CSS Document */


body {
	background-color:#1f1d1c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #459392;
	/*background-image:url(BackgroundImg_darkfiber.png);*/
/* 	background-image:url(BackgroundImg.png); */
	background-repeat:repeat;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;	
}

a:link {
	color: #459392;
	text-decoration: none;
}
a:visited {
	color: #459392;
	text-decoration: none;
}
a:hover {
	color: #00E4F2;
	text-decoration: none;
}
a:active {
	color: #62F4FC;
	text-decoration: none;
}

.navMain ul {
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 3px;
	display:block;
	white-space:nowrap;
	font-size: 20px;
}
.navMain ul li {
	list-style:none;
	display: inline;
}
.navMain ul li a{	
}
.navMain ul li a:hover{
}

/* NOTE: submenu CSS settings are in SpryMenuBarHorizontal.css, in the SpryAssets folder */

#superheader{
	color:transparent;
}
#contentMain {
	margin-top:14px;
	font-size:14px;
}
#contentMain p {
	clear: both;
	display: block;
	font-size: 14px;
}

#contactme {
	margin-left:5%;
	
}

#footerText {
	margin-top:10px;
	padding: 0;
	font-size: 10px;	
}
#footerLinks {
	margin-top:10px;
	padding: 0;
	font-size: 10px;
}
#footerLinks img {
	float:right;
}
.roundedbox {
	clear: both;
	float: left;
	width: 32%;
	display: block;
	margin-left: 0;
	margin-right: 1%;
	margin-bottom: 5px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 2px;
	background-color: #323232;
	color:#CCC;
	font-size:24px;
	font-stretch:narrower;
}
.roundedbox img {
	margin-right: 10px;
	float:left;
}
.roundedbox a:link {
	color: #fff;
	text-decoration: none;
}
.roundedbox a:visited {
	color: #fff;
	text-decoration: none;
}
.roundedbox a:hover {
	color: #fff;
	text-decoration: none;
}
.roundedbox a:active {
	color: #00B4BF;
	text-decoration: none;
}
