/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/misc/mainBg.png) top repeat-x #005759;
	margin: 0px;
}

#businesscard {
	background: #fff;
	margin: 10px;
	text-align:center;
}

a:link, a:visited, a:focus {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 1.6em;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 2.5em;
	margin: 0px;
	padding: 0px;
	color: #016c70;
}

.js-error { /* Javascript Error Box */
	clear:both;
	background:#e9e9e9 url(../../images/misc/warning.gif) 5px center no-repeat;
	border:#ddd solid 1px;
	color:#000;
	margin:20px;
	padding:10px 10px 10px 40px;
}
	.js-error p {
		margin:0;
		padding:0;
	}

/* Layout Styles
--------------------------------------------------------------- */

#container {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	width: 680px;
	height: 207px;
	font-size: 1px;
	background: url(../../images/misc/header.jpg);
}

#flashText {
	z-index: 1;
	position: absolute;
	right: 5px;
	top: 0px;
}

#contentContainer {
	width: 676px;
	height: 481px;
	background:url(../../images/misc/containerbg.jpg) repeat-x #bbb731;
	background-repeat: repeat-x;
	font-size: 1.2em;
	border-left: 2px solid #d1cfcf;
	border-right: 2px solid #d1cfcf;
	padding-top: 16px;
	clear: both;
}

#contentLeft {
	float: left;
	width: 420px;
}

#contentLeft-text {
	padding: 10px 20px;
}

#contentRight {
	float: right;
	width: 242px;
}

	#right-tv-aerial {
		background: url(../../images/misc/right-tv-aerials.jpg);
		width: 242px;
		height: 161px;
		display: block;
	}
	
		#right-tv-aerial span {
			visibility: hidden;
		}
	
	a#right-tv-aerial:hover {
		background: url(../../images/misc/right-tv-aerials-hover.jpg);
		display: block;
		text-decoration: none;
	}

/* Horizontal Navigation Styles
--------------------------------------------------------------- */


#navHolder {
	width: 676px;
	background: #fff;
	border-left: 2px solid #d1cfcf;
	border-right: 2px solid #d1cfcf;
}

#navigation {
	padding-left: 10px;
}

#navigation ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#navigation li {
	float:left;
	margin-left:20px;
}
	  
#navigation a {
	float:left;
	text-align: center;
    background: url(../../images/misc/button.jpg) right no-repeat #00216b;
	color: #fff;
	width:119px;
	height:17px;
    text-decoration:none;
	padding: 12px 10px 10px 10px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.3em;
}

#navigation a:hover {
	color:yellow;
}

/* Footer Styles
--------------------------------------------------------------- */

#aboveFooter {
	background: #003e3f url(../../images/misc/header.jpg) bottom;
	width: 660px;
	padding: 5px 10px;
	color: #000;
	font-size: 1.1em;
	clear: both;
	border-top: 2px solid #d1cfcf;
}

#footer {
	clear: both;
	width: 660px;
	height: 103px;
	padding: 10px;
	color: #000;
	background: #fff;
	font-size: 1.1em;
	border-top: 2px solid #d1cfcf;
	background: url(../../images/misc/footer.jpg) no-repeat;
}
	#footer a {
		color: #000;
		text-decoration: none;
	}
	#footer a:hover {
		color: #333;
		text-decoration:underline;
	}

ul#footerNav {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 450px;
}
	ul#footerNav li {
		display: inline;
		margin: 0px 5px 0px 0px;
	}

ul#footerDetails  {
	clear:left;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 660px;
	height: 103px;
}
	ul#footerDetails li {
		display:block;
	}
	
ul#footerW3C {
	float: right;
	margin: 0px;
	padding: 0px;
}
	ul#footerW3C li {
		display: inline;
	}

#adtrakDesign {
	float: right;
	clear: right;
}

/* Class Styles
--------------------------------------------------------------- */

#contactTable input, #contactTable textarea, #contactTable select {
	border: 1px solid #9999CC;
	background: #fff;
}

.clearfix {
	clear: both;
}

.img-left {
	border: 1px solid #ccc;
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	border: 1px solid #ccc;
	float: right;
	margin: 0px 0px 10px 10px;
}

.img-leftNB {
	border: none;
	float: left;
	margin: 0px 10px 10px 0px;
}


.img-rightNB {
	border: none;
	float: right;
	margin: 0px 0px 10px 10px;
}

#logo {
	width: 200px;
	height: 100px;
	float: left;
}

.number-right {
	text-align: center;
	font-size: 2.0em;
	margin: 0px;
	padding: 0px;
}

.clickHere, .free01, .free02 {
	
	font-size: 2em;
	margin: 0px;
	padding: 0px;
}

	.free01 {
		font-size: 2em;
		color: #016c70;
	}

	.free02 {
		font-size: 2.4em;
		letter-spacing: -2px;
		color: #333;
	}

.list01 {
	margin: 10px 0px;
	padding: 0px;
}

	.list01 li {
		background: url(../../images/misc/header.jpg);
		list-style: none;
		padding: 5px;
		color: #fff;
		margin: 0px 0px 2px 0px;
	}
	
.dmarquee {
	clear: both;
	width: 676px;
	color:#FFFFFF;
	letter-spacing: 1px;
	color: #000;
	font-size: 1.2em;
	padding: 10px 0px;
	background: #bbb731;
	border-left: 2px solid #d1cfcf;
	border-right: 2px solid #d1cfcf;
}

#innerMarquee {

}
