/* 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.gif) top repeat-x fixed #efdddd;
	margin-top: 20px;
}

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

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

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

a img {
	border: none;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #7c0909;
	margin: 5px 0px;
}


h2 {
	font-size: 1.1em;
	color: #4f4e4e;
	margin: 3px 0px;
}

	h2 span {
		color: #d8902e;
	}
	
	.red {
		color:#FF0000;
	}

.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: 740px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	width: 740px;
	height: 195px;
	font-size: 1px;
}

	#numberTop {
		z-index: 2;
		position: absolute;
		right: 10px;
		top: 100px;
		font-size: 2.6em;
		text-align: right;
		color: #FFFFFF;
		font-weight: bold;
	}
	
	#numberTopBlack {
		z-index: 1;
		position: absolute;
		right: 8px;
		top: 102px;
		font-size: 2.6em;
		text-align: right;
		color: #000;
		font-weight: bold;
	}

#flashFreephone {
	z-index: 1;
	position: absolute;
	right: 5px;
	top: 75px;
}

#navHolder {
	width: 229px;
}

#flashSlideshow {
	width: 740px;
	height: 200px;
}

#contentContainer {
	width: 740px;
	border-top: 1px solid #696969;
}

#contentLeft {
	float: left;
	width: 299px;
	background: url(../../images/misc/contentLeftBg.jpg);
}

	#galleryLeft {
		width: 299px;
		padding: 20px 0px;
		text-align: center;
		background: url(../../images/misc/contentLeftGradient.png) no-repeat;
	}

#contentRight {
	float: right;
	width: 441px;
	background: url(../../images/misc/contentRight_bg.jpg);
}

	#contentRight-text {
		padding: 15px;
		font-size: 1.3em;
		background: url(../../images/misc/contentRight_bg_top.jpg) no-repeat;
	}

		#contentRight #cta01 {
			background: #FFFFCC;
			text-align: center;
			font-size: 1.2em;
			padding: 3px 10px;
		}
		
		#cta02 {
			width: 441px;
			height: 111px;
			background: url(../../images/misc/c2a-1.jpg) left;
			display: block;
			text-align: center;
			font-size: 1.4em;
			color: #555;
		}
		
			#cta02 a {
				color: #0000FF;
				text-decoration: underline;
			}
		
			#cta02 #callNow {
				font-size: 2.5em;
				letter-spacing: -1px;
				font-weight: bold;
			}
			
			#cta02 #callNow span {
				color: #990000;
			}

/* Vertical Navigation Styles
--------------------------------------------------------------- */

#navigation {
	font-size: 1.3em;
	width: 299px;
	background: url(../../images/misc/navBg_black.jpg) #000;
}

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

#navigation li {
	display: inline;
	margin: 0px;
}
	  
#navigation a {
	float:left;
	width: 264px;
	color: #fff;
	height: 15px;
	padding: 8px 0px 8px 35px;
	border-top: 1px solid #777;
	border-bottom: 1px solid #333;
    text-decoration:none;
	font-weight: bold;
	background: url(../../images/misc/navBg_black_circle.jpg) left no-repeat;
}

#navigation a:hover {
	background:url(../../images/misc/navBg-hover.jpg) #990000;
	color: #fff;
}

#navigation2 {
	font-size: 1.3em;
	width: 299px;
	background: #d8d7d7;
}

#navigation2 ul {
	margin: 0px;
	display: inline;
	list-style: none;
	padding: 0px;
}

#navigation2 li {
	display: inline;
	margin: 0px;
}
	  
#navigation2 a {
	float:left;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #b4b4b4;
	width: 264px;
	color: #000;
	height: 15px;
	padding: 9px 0px 9px 35px;
    text-decoration:none;
	font-weight: bold;
	background: url(../../images/misc/nav2Bg_circle.jpg) no-repeat left;
}

#navigation2 a:hover {
	background:url(../../images/misc/navBg-hover.jpg) #990000;
	color: #fff;
}

#navigation2 .bottomLink {
	border-bottom: none;
	padding-bottom: 9px;
	background: url(../../images/misc/navBg2_bottomLink.jpg) repeat-x bottom;
}

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

#footer {
	clear: both;
	width: 720px;
	padding: 10px;
	color: #333;
	background: url(../../images/misc/contentLeftBg.jpg) repeat-y #fff;
	font-size: 1.1em;
	text-align: center;
	border-top: 1px solid #999;
}
	#footer a {
		white-space: nowrap;
		color: #333;
		text-decoration: none;
	}
	#footer a:hover {
		color: #777;
		text-decoration:underline;
	}

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

ul#footerDetails  {
	clear:left;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	width: 680px;
	background: url(../../images/misc/footerBg.png)

}
	ul#footerDetails li {
		display:block;
		list-style: none;
	}
	
ul#footerW3C {
	margin: 0px;
	text-align: center;
	padding: 0px 0px;
}
	ul#footerW3C li {
		display: inline;
	}

#adtrakDesign {
	text-align: center;
	width: 720px;
}

#areas{
	margin-left:20px;
	margin-top:20px;
	color:#7c0909;
	font-size:1.4em
}

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

#contactTable input, #contactTable textarea, #contactTable select {
	border: 1px solid #777;
	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;
}

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

.list01 li {
	margin: 0px;
	display: inline;
	border-right: #d8902e 1px solid;
	padding-right: 3px;
}

.list01 .noBorder {
	border: none;
}