@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border-collapse:collapse;
}

/*
div {
	border:.1em solid #444;
}
*/

body {
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	color:#999;
	background-image:url(http://www.wowdezign.net/graphics/bg.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	text-align:center;
}

img {
	border:0;
}

li {
	display:inline;
	margin:0 .3em 0 .3em;
}

a {
	color:#aaa;
}

a:hover {
	color:#fff;
}

h1{
	font-size:1.8em;	
}

h2{
	font-size:1.4em;	
}

h3{
	font-size:1.2em;	
}

p {
	margin-bottom:2em;
}

.floatImgLeft {
	float:left;
	margin-right:.5em;
}

.floatImgCenter {
	float:center;
}

.floatImgRight {
	float:right;
	margin-left:.5em;
}

#logoDiv {
	float:left;
	width:99%;
	text-align:left;
}

#logoDiv img {
	width:18%;
}

#miniTab {
	position:relative;
	top:0;
	right:10;
	background-color:#333;
	border:.1em solid #444;
	float:right;
	clear:both;
	margin-bottom:1em;
	padding:.3em;
}

#miniTab a {
	text-decoration:none;
}

#miniTab a:hover {
	color:#eee;
}

.fullBox {
	width:99%;
	margin:0 auto;
	padding:.3em;
	clear:both;
	text-align:left;
	margin-bottom:1%;
	position:relative;
	color:#888;
}

#navBar {
	border:.1em solid #444;
	background-color:#333;
	margin-bottom:0%;
	padding:.6em;
}

#navBar a {
	text-decoration:none;
	padding:.4em;
	border:.1em solid #333;
}

#navBar a:hover {
	background-color:#888;
	color:#000;
	border:.1em solid #000;
}

#subMenu {
	width:95%;
	margin-top:0;
	background-color:#500;
	padding:.6em;
	border-bottom:.1em solid #444;
	border-left:.1em solid #444;
	border-right:.1em solid #444;
}

#subMenu a {
	text-decoration:none;
	padding:.3em;
	border:.1em solid #500;
}

#subMenu a:hover {
	background-color:#888;
	color:#500;
	border:.1em solid #000;
}

.wideColumnWrapper {
	width:63%;
	float:left;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:1%;
	position:relative;
}

.narrowColumnWrapper {
	width:32%;
	float:left;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:1%;
	position:relative;
}

.box {
	margin:1.5%;
	position:relative;
	background-image:url(http://www.wowdezign.net/graphics/boxBG.png);
}
.boxHeader {
	position:relative;
	top:0;
	background-color:#333;
	color:#aaa;
	border-top:.1em solid #444;
	border-right:.1em solid #444;
	border-left:.1em solid #444;
	padding:.3em;
	text-align:left;
}

.boxHeader h2, .boxHeader h3 {
	font-size:1.3em;
}

.boxBody {
	padding:1em;
	border-right:.1em solid #444;
	border-left:.1em solid #444;
	text-align:justify;
	position:relative;
	vertical-align:top;
}

.boxBodyList {
	list-style:inside;
	margin-top:.4em;	
	margin-bottom:.4em;	
}

.boxBodyList li {
	display:list-item;	
}

.innerList {
	margin-left:1em;
}

#customBoxBody {
	text-align:justify;
}

#smallBusinessBoxBody {
	padding-bottom:0;
}

#scrollerBoxBody {
	text-align:center;	
}

.centerImg {
	text-align:center;
}

.sidebarImg img {
	width:75%;
}

.boxFooter {
	position:relative;
	bottom:0;
	background-color:#333;
	border-right:.1em solid #444;
	border-left:.1em solid #444;
	border-bottom:.1em solid #444;
	text-align:right;
	padding:.1em;
}

.boxFooter a {
	color:#666;
	text-decoration:none;
}

.boxFooter a:hover {
	color:#aaa;
}

.headerDecor {
	float:left;
	margin-right:.3em;
}

#copyrightDiv {
	clear:both;
	border:none;
	text-align:center;
	color:#666;
}

#copyrightDiv ul {
	margin:.3em;
}

#copyrightDiv ul li {
	margin:.5em;
}

#copyrightDiv a {
	color:#666;
}

.redZ {
	color:#a00;
}

#slideShowContainer {
	position:relative;
	vertical-align:top;
	text-align:center;
}

.sitePortItemTable {
	border:.1em solid #222;
	background-color:#111;
	margin-top:.5em;	
	margin-bottom:.5em;	
}

.sitePortItemImgContainer {
	padding:.3em;
	width:95%;	
}

.sitePortItemImg {
	float:left;
	margin:1em;	
}

.sitePortDetailsImg {
	float:left;
	margin:1em;
}

.sitePortDetailsImgContainer {
	width:99%;
	text-align:left;
}

.dataDesc {
	color:#eee;
	font-weight:bold;
}

.crudTable{
	width:100%;
	border:.1em solid #333;
	margin-top:.5em;
}

.crudTable td{
	text-align:center;
	padding:.5em
}

.crudTableHeader{
	font-weight:bold;
	background-color:#333;
	color:#ccc;
}

.formDesc {
	font-weight:bold;
	text-align:right;
	vertical-align:middle;
}

#messageField {
	vertical-align:top;
}

.formField {
	padding:.3em;	
}

.requiredField {
	color:#fff;
	font-weight:bold;
	font-style:italic;
}

#contactFormTable {
	color:#777;
}

#email, #lname, #fname, #phone, #message, #website, #submit_contact, #reset, #submit_login, #username, #password {
	color:#777;
	background-color:#222;
	border:.1em solid #000;
}

#submit_contact,#reset {
	cursor:pointer;
}

.error {
	font-weight:bold;
	color:#ccc;
	background-color:#222;
	padding:.3em;
	border:.1em solid #000;
}

.floatRight{
	float:right;
	margin:.5em;
}

.floatLeft{
	float:left;
	margin:.5em;
}








.newsHeader {
	padding:.5em;
	margin-top:.4em;
	margin-bottom:0;
	text-align:left;
	background-color:#333;
}

.newsBody {
	border-right: .1em solid #333;
	border-bottom: .1em solid #333;
	border-left: .1em solid #333;
	padding:.5em;
	overflow:hidden;
}

.newsBody li {
	display: inline;
	color: #bbb;
	font-weight:bold;
	list-style:none;
}

.newsFooter {
	padding:.3em;
	clear: both;
	margin-top:0;
	margin-bottom:2em;
	text-align:left;
	background-color:#333;
}

.newsFooter ul {
	border-top: .2em solid #333;
	border-top: .2em solid #333;
}

.newsFooter li {
	display: inline;
	margin-right: 1em;
	list-style:none;
}

.newsFooter .category {
	padding: 0 0 0 1.6em;
	background: url(images/icon_categories.gif) no-repeat 0 .1em;
}

.newsFooter .category a {
	border-bottom: .1em #444 dotted;
}

.newsFooter .category a:hover {
	border-bottom: .1em #444 solid;
}

.newsFooter .comments {
	padding: 0 0 0 1.6em;
	background: url(images/icon_comments.gif) no-repeat 0 .1em;
}

.newsFooter .comments a {
	color: #aaa;
	border-bottom: .1em #aaa dotted;
}

.newsFooter .comments a:hover {
	border-bottom: .1em #aaa solid;
}

.newsFooter .email {
	padding: 0 0 0 1.6em;
	background: url(images/icon_email.gif) no-repeat 0 .1em;
}

.newsFooter .email a {
	border-bottom: .1em #444 dotted;
}

.newsFooter .email a:hover {
	border-bottom: .1em #444 solid;
}

.postNav {
	position:relative;
	bottom:.7em;
}

.postNavListItem{
	font-weight:bold;
	font-size:1.3em;
	margin-left:.5em;
	margin-right:.5em;
	display: inline;
	float:right;
}

.postNavListItem a {
	text-decoration:none;
}