/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

body, html {
	min-height: 101%;
}

*{
	margin:0px;
	padding:0px;
}

body#businesscard{
	background:none;
	background-color:#fff;
	text-align:center;
	padding-top:20px;
}

body#businesscard img{
	border:1px solid #666666;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image:url(../../images/misc/bodyBg.gif);
	background-repeat:repeat-x;
	margin-top: 0px;
}

img{
	font-size:1px;
}

#businesscard {
	margin-left: 20px;
}

a:link, a:visited, a:focus {
	color: #c91b00;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
}

a:hover, a:active {
	color: #c91b00;
	text-decoration: underline;
}

a img {
	border: none;
}

p{
	font-size:1.2em;
	color:#000;
	padding-bottom:10px;
	padding-top:5px;
}

h1 {
	font-size: 1.6em;
	padding-top:5px;
	padding-bottom:8px;

}

.heading{
	font-size: 1.8em;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:15px;
	color:#c91b00;
}

h1.red{
	color:#c91b00;
}

h2 {
	font-size: 1.4em;
	padding-bottom: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
--------------------------------------------------------------- */

	#disabledGallery-outer{	
		width:585px;
		position:absolute;
		top:170px;
		left:107px;
		z-index:100;
		background:#ccc;
		border:1px solid #000;
		visibility:hidden;
	}
	
	#disabledGallery-outer h2{
		text-align:right;
		padding-left:10px;
		padding-right:10px;
	}
	
	#disabledGallery-outer span{
		font-style:italic;
		cursor:pointer;
		color:#FF0000;
	}

	#disabledGallery{
	}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color:#fff;
	position:relative;
}

#header {
	width: 800px;
	height: 190px;
	font-size: 1px;
	background-color:#fff;
}

#header img{
	margin-top:15px;
}

#redbar{
	width:800px;
	height:24px;
	background-image:url(../../images/misc/redbar.gif);
	background-repeat:repeat-x;
}

#navHolder {
	width: 120px;
}

#flashSlideshow {
	width: 365px;
	height: 453px;
	position:absolute;
	z-index:10;
	right:0px;
	top:2px;
}

#contentContainer {
	width: 800px;
}

#contentLeft {
	float: left;
	width: 120px;
	background-color:#fff;
}

	#contentLeft img{
		margin-left:30px;
		margin-top:20px;
	}

#contentRight {
	float: right;
	width: 680px;
}

#contentRight-inner{
	width:600px;
	background-color:#CCCCCC;
	margin-top:20px;
	padding-left:23px;
	position:relative;
	background-image:url(../../images/misc/contentBgstripe.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

#contentRight-inner ul{
	font-size:1.2em;
	margin-left:30px;
	margin-bottom:5px;
}

#pageheaders{
	width:260px;
	padding-top:15px;
}

.innerleft{
	width:290px;
	float:left;
}

	.innerleft img{
		margin-bottom:20px;
		margin-top:10px;
	}

.innerright{
	width:260px;
	float:left;
	padding-left:15px;
}
	
	#rightspace{
		height:126px;
	}
	
	.innerright img{
		margin-bottom:20px;
		margin-top:10px;
	}

	.innerright p{
	}
	
#map{
	z-index:1;
	width:290px;
	height:295px;
	background-color:green;
}

#form{
	padding:10px;
	margin-top:60px;
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid red;
	width:240px;
	float:right;
}

/* Vertical Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 120px;
	text-align:right;
}

#navigation ul {
	list-style: none;
	width:120px;
}

#navigation li {
	float:left;
	margin: 0px;
	width:120px;
}
	  
#navigation a {
	display:block;
	white-space:normal;
	width:100px;
	color: #c91b00;
    text-decoration:none;
	padding: 10px 10px 10px 10px;
	font-size: 1.2em;
	border-bottom:1px solid #32469c;
	background-image:url(../../images/misc/navbg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#navigation a:hover {
	background-image:url(../../images/misc/navbg_hover.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 780px;
	padding: 10px;
	padding-top:10px;
	padding-bottom:5px;
	color: #000;
	background: #fff;
	font-size: 1em;
}
	#footer a {
		color: #000;
		text-decoration: none;
	}
	#footer a:hover {
		color: #333;
		text-decoration:underline;
	}

#footernav {
	width:510px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

#footernav ul{

}

#footernav li{
	float:left;
	list-style:none;
}

#footernav a{
	padding-left:5px;
	padding-right:5px;
	color:#e60004;
	border-right:1px solid #e60004;
}

#footernav a.help{
	border-right:none;
}

#footernav p{
	clear:left;
}

ul#footerDetails  {
	clear:left;
	float: left;
	margin: 0px;
	padding: 0px;
}
	ul#footerDetails li {
		display:block;
		float:left;
		width:530px;
	}
	
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;
}

.contactheader{
	font-size:1.2em;
	font-weight:bold;
}

.contactdetail{
	font-size:1.4em;
	color:#c91b00;
}

.strong{
	font-weight:bold;
}

#bottom-keywords{
font-size: 9px;
color:#CCCCCC;
width: 740px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
padding-top:10px;
padding-bottom: 10px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.keywords{
font-size: 9px;
color:#CCCCCC;
}

.galleryInitiate{
	display:block;
	background:#fff;
	padding:5px;
}

p.galleryInitiate span{
	color:#FF0000;
	cursor:pointer;
}

/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#fff; border:1px solid #000; 
  width:160px; padding:6px;
  color:#434242; font-size:11px; line-height:1.3;
}
/* These are used in the wrapTipContent function */
div#tipDiv div.img { text-align:center }
div#tipDiv div.txt { text-align:center; margin-top:4px }