/* Designed by: Eyenovation Multimedia LLC */

	A {
	  text-decoration: none;
	}
	A:link {
	color: #96BFD3;
	text-decoration: underline;
	}
	A:visited {
	color: #96BFD3;
	text-decoration: underline;
	}
	A:hover {
	color: #DDEBF3;
	text-decoration: none;
	}
	A:active {
	color: #CCCCCC;
	text-decoration: none;
	}
	body {
	font-family: Arial, Helvetica, Verdana;
	color: #747474;
	margin: 0px 0px 0px 0px;
	background-color: #0f0f0f;
	line-height: 140%;
	}

/* ######### Main Table Styling ######### */

.footer {
	width: 100%;
	height: 116px;
	background-image: url(images/bkgnd_footer.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
}
.header {
	width: 100%;
	height: 158px;
	background-image: url(images/bkgnd_header.jpg);
	background-repeat: repeat-x;
}
.maincontentbox {
	width: 100%;
	background-color: #0d0d0d;
}

/* ######### Content Styling ######### */


.breadcrumbs {
	width: 870px;
	font-size: 11px;
}
.contentboxstyling {
	font-size: 12px;
	line-height: 140%;
}
.date {
	font-size: 12px;
	line-height: 140%;
	color: #999999;
}
.extralargeheader {
	font-size: 18px;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
}
.largeheader {
	font-size: 14px;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: bold;
	color: #CCC;
}
.newsbox {
	border: 1px solid #252525;
	padding: 10px;
	background-color: #181818;
}
.sidebox {
	font-size: 11px;
	line-height: 140%;
	padding: 15px;
	background-color: #141414;
	border: 1px solid #191919;
	background-image: url(images/bkgnd_sidebar.jpg);
	background-repeat: no-repeat;
}

/* ######### Portfolio Styling ######### */

.portfolioimage {
	border: 4px solid #000;
}

/* ######### Contact Form Styling ######### */

.contactformbox {
	background-color: #141414;
	border: 1px solid #232323;
	padding: 5px;
}
.inputbox {
	border: 1px solid #383838;
	font-size: 14px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A5BFC6;
	line-height: 130%;
	background-color: #1E1E1E;
}

/* ######### Fading Link Styling ######### */

.fadinglink {
	color: #666
}

/* ######### Selection Styling ######### */

}
	::-moz-selection{ background: #1e1e1e; color: #a7d4e9; 
	}
	::selection { background: #1e1e1e; color: #a7d4e9; 
	}
