/* CSS Document */

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

p {
	line-height: 1.4em;
	font-size:11px;
}

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.jpg) top repeat-x #333333;
	margin-top: 0px;
}

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

a:link, a:visited, a:focus {
	color:#192b76;
	text-decoration: underline;
	outline: none;
}


/*Additional
------------------------------------------------*/

#index-copy{
	padding-left:50px;
	padding-right:50px;
	padding-top: 10px;
	clear:both;
}
#index-copy h2{
	margin-top: 20px;
}

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

a img {
	border: none;
}

h1 {
	font-size: 1.5em;
	color:#192b76;
}
h1.home{
	margin:0px 0px 2px 0px; padding:0px;
}
h2 {
	font-size: 1.4em;
	color:#192b76;
}
h3{
	margin-top: 10px;
	font-size:10px;
}
.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;
	font-size: 1.2em;
	background:#FFFFFF;
}

#header {
	width: 740px;
	height: 282px;
	
	
}
#header2 {
	width: 740px;
	height: 470px;

	background:url(../../images/homeheader.jpg);
}
	#logo {
		width: 200px;
		height: 100px;
		float: left;
	}
	#cta {
		top:168px;
		position:absolute;
		text-align:center;
		height:55px;
		
		font-size:16px;
		font-weight:bold;
		width:180px;
		color:#493e48;
		
	}	
	#cta p{
		font-size:3.0em;
		margin:0px;
		padding:0px;
		line-height:1.0em;
		
	}
#title{
padding-top:20px;
padding-left:25px;

}
#titleright{
padding-top:20px;
padding-right:25px;

float:right;
margin-bottom:40px;
}
#titleright h1{
	padding-left:20px;
}
#flashSlideshow {
	
}

#contentContainer {
	width: 740px;
	background:#fff;
}

#contentLeft {
	float: left;
	width: 310px;
	margin:5px;
	
	padding:0px 20px 20px 20px;
}

#contentLeft-text {
	padding: 10px;
}

#contentRight {
	float: right;
	width: 320px;
	margin:5px;
	
	padding:0px 20px 20px 20px;
}
#contentRightBig {
	float: right;
	width: 345px;
	
	

}
#contentRight-text {
	padding: 10px;
}
#bottom{
padding:10px;
margin-left:20px;
}
#phone{
background:url(../../images/telbg.gif);
width:260px;
height:23px;
padding:8px 0px 0px 50px;
color:#FFFFFF;
font-weight:bold;
}
#callback{
background:url(../../images/callbackbg.gif);
width:260px;
height:23px;
padding:8px 0px 0px 50px;
color:#FFFFFF;
font-weight:bold;
}
#callback a{
color:#FFFFFF;
}
#callback a:hover{
color:#ccc;
}
#phone2{
z-index:2;
position:absolute;
left:20px;
top:230px;
color:#000;
font-size:36px;
font-weight:bold;
}
ul.numbered{
	list-style:decimal;
	
}

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

#nav {

}

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

	}
		  
	#nav a {
		float:left;
		width: 82px;
		background:  #847983;
		color: #fff;
		text-decoration:underline;
		padding: 46px 5px 35px 135px;
		border-bottom:#fff solid thin;
		font-size: 1.0em;
		margin-left:13px;
		font-weight:bold;
	}
	#nav a:hover {
		text-decoration:underline;
		color:#000000;
	}
	#nav a.about {
		background:url(../../images/misc/nav/about.jpg) no-repeat;
	}
	#nav a.about:hover {
		background:url(../../images/misc/nav/about-h.jpg) no-repeat;
	}	
	#nav a.space {
		background:url(../../images/misc/nav/space.jpg) no-repeat;
		padding: 40px 9px 25px 135px;
	}
	#nav a.space:hover {
		background:url(../../images/misc/nav/space-h.jpg) no-repeat;
	}	
	#nav a.van {
		background:url(../../images/misc/nav/van.jpg);
		padding: 52px 14px 47px 130px;
	}
	#nav a.van:hover {
		background:url(../../images/misc/nav/van-h.jpg) no-repeat;
	}	
	#nav a.facilities {
		background:url(../../images/misc/nav/facilities.jpg);
		padding: 53px 13px 45px 130px;
	}
	#nav a.facilities:hover {
		background:url(../../images/misc/nav/facilities-h.jpg) no-repeat;
	}	
	#nav a.tips {
		background:url(../../images/misc/nav/tips.jpg);
		padding: 53px 13px 45px 130px;
	}
	#nav a.tips:hover {
		background:url(../../images/misc/nav/tips-h.jpg) no-repeat;
	}	
	#nav a.contact {
		background:url(../../images/misc/nav/contact.jpg);
		padding: 53px 13px 45px 130px;
	}	
	#nav a.contact:hover {
		background:url(../../images/misc/nav/contact-h.jpg) no-repeat;
	}		
/* Vertical Navigation Styles
--------------------------------------------------------------- */

#navigation {

}
#navigation #home{
	width: 200px;
	position:absolute;
	top:169px;
	
}
#navigation #other{
	width: 177px;
	position:absolute;
	top:0px;
	margin-top:3px;
	padding:0px 0px 0px 0px;
	background:#847983;

}
/*#purple{
padding-bottom:52px;
position:absolute;
top:169px;
width:177px;
background:#847983;
}*/
	#navigation ul {
		margin: 0px;
		display: inline;
		list-style: none;
		padding: 0px;
				text-transform:uppercase;

	}
	
	#navigation li {
		display: inline;
		margin: 0px;
	}
		  
	#navigation a {
		float:left;
		width: 157px;
		background: url(../../images/navBg_a.jpg) right no-repeat #847983;
		color: #fff;
		text-decoration:none;
		padding: 7px 10px 6.9px 10px;
		border-bottom:#fff solid thin;
		font-size: 0.9em;
	}

	#navigation a:hover {
	background:#5e4f5d;
	text-decoration:underline;
	}
	#navigation a.bottomlink {
	border-bottom:none;
	}
/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 720px;
	padding: 10px;
	color:#FDFFE1;
	background: url(../../images/misc/footerBg.png) bottom #1F1F1F;
	font-size: 0.9em;
	text-align: center;
}
	#footer a {
		white-space: nowrap;
		color: #a6871a;
		text-decoration: none;
	}
	#footer a:hover {
		color: #fff;
		text-decoration:underline;
	}

#footerNav ul{
	
}
#footerNav li {
		display: inline;
		margin: 0px 5px 0px 0px;
		font-size:9px;
		text-transform:uppercase;
	}

ul#footerDetails  {
	clear:left;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	width: 700px;
	background: url(../../images/misc/footerBg.png)
}
	ul#footerDetails li {
		display:block;
	}
	
ul#footerW3C {
	margin: 0px;
	text-align: center;
	padding: 0px 0px;
	text-align:center;
}
	ul#footerW3C li {
		display: inline;
	}

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

/* List Styles
--------------------------------------------------------------- */

ul li {
	line-height: 1.4em;
}

#areas {
clear:both;
}

#areas ul{
	margin-top: 20px;
}

#areas li{
	text-transform:uppercase;
	display: inline;
	padding-left: 5px;
	font-size:9px;
}

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

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

/*Site Map Styles
--------------------------------------------------------*/

#site-map ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size:14px;
}

#site-map ol{
	list-style: none;
	padding-left: 20px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#site-map ol li{
	padding-bottom:5px;
}

#areas-covered ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size:14px;
}

#areas-covered ol{
	list-style: none;
	padding-left: 20px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#areas-covered ol li{
	padding-bottom:5px;
}

