/* CSS Document */

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

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

p {
	line-height: 1.5em;
}

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 #bcc5d4;
	margin-top: 5px;
}

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

a:link, a:visited, a:focus {
	text-decoration: none;
	outline: none;
}

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

a img {
	border: none;
}

h1 {
	font-size: 1.5em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
}

h2 {
	font-size: 1.2em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.h2left {
	font-size: 1.2em;
}

h3 {}

.h3Left {
	font-size: 3em;
	margin: 0px;
	letter-spacing: -1px;
	text-align: center;
}

#contentLeft h2 {
	font-size: 1.2em;
}

.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;
	}

blockquote {
	font-size: 1.2em;
	margin: 0px;
	padding: 10px;
	background: url(../../images/misc/blockquoteBg.jpg);
}

	blockquote p {
		margin: 8px 0px;
	}

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

#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #fff;
}

#header {
	width: 740px;
	height: 125px;
	font-size: 1px;
	border-bottom: 5px solid #fff;
}

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

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

#contentContainer {
	width: 740px;
	margin: 10px 0px;
}

#contentLeft {
	float: left;
	width: 230px;
	font-size: 1.05em;
}

	#contentLeft .leftBoxes {
		width: 230px;
		float: left;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		background: url(../../images/misc/leftBg.png) no-repeat #ebebeb;
	}
	
	#contentLeft hr {
		background: url(../../images/misc/hrBg.png);
		height: 2px;
		border: none;
	}

.padding01 {
	padding: 5px 10px 10px 10px;
}

.leftBoxes a {
	float: left;
	width: 210px;
	padding: 5px 20px 0px 0px;
	height: 23px;
	font-size: 1.2em;
	color: #e3dcae;
	background: url(../../images/misc/centerBoxesBottom.png) repeat-x #1e4486;
	display: block;
	text-align: right;
	margin: 0px;
}

.leftBoxes a:hover {
	color: #e3dcae;
}

.leftBoxes p {
	padding: 0px;
	margin: 0px;
}

.centerBoxes {
	width: 225px;
	float: left;
	margin: 0px 5px 10px 0px;
	padding: 0px;
	background: url(../../images/misc/centerBoxesBg.png) no-repeat #ebebeb;
}

.centerBoxes a {
	float: left;
	width: 205px;
	padding: 5px 20px 0px 0px;
	height: 23px;
	color: #e3dcae;
	background: url(../../images/misc/centerBoxesBottom.png);
	display: block;
	text-align: right;
	margin: 0px;
}

#policy {
	padding: 5px;
	background: #ccc url(../../images/misc/blockquoteBg.jpg);
	float: left;
	font-size: 1.1em;
	margin-bottom: 13px;
}

	#policy p {
		margin: 5px 0px 5px 0px;
		padding: 0px;
		font-style: italic;
	}

.centerBoxes a:visited {
	color: #e3dcae;
}

.centerBoxes p {
	padding: 0px;
	margin: 0px;
}

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

#contentRight-text {
	padding: 10px 20px;
	font-size: 1.2em;
}

#testimonials {
	border: #999 1px solid;
	background: #eeeef1 url(../../images/misc/testimonialsBg.jpg) repeat-x;
	float: right;
	width: 180px;
	padding: 10px;
	margin: 0px 0px 10px 10px;
}

#testimonials a {
	color: #e3dcae;
	background: #1e4486;
	display: block;
	font-size: 0.9em;
	padding: 5px;
	text-align: center;
}

#map {
	width: 460px;
	height: 200px;
}

#contactDetails {
	padding: 10px;
}

	#contactsTableLeft {
		margin: 0px;
		padding: 0px;
	}
	
	#contactsTableLeft td {
		vertical-align: top;
		padding: 2px;
	}
	
		#contactsTableLeft .grey {
			background: #eee;
		}
		
		#contactsTableLeft .right {
			text-align: right;
		}

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

#navigation {
	background: #eee;
	width: 230px;
	margin-bottom: 15px;
	float: left;
}

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

#navigation li {
	display: inline;
	margin: 0px;
}
	  
#navigation a {
	float:left;
	color: #444;
	width: 210px;
	display: block;
    text-decoration:none;
	padding: 6px 10px 6px 10px;
	font-size: 1.2em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

#navigation .endLink {
	background: url(../../images/misc/navBg-bottom.gif) bottom no-repeat #eee;
	padding-bottom: 9px;
	border-bottom: none;
}

	#navigation a.endLink:hover{
	background: url(../../images/misc/navBg-bottom-hover.gif) bottom no-repeat #105356;
	border-bottom: none;
	padding-bottom: 9px;
	}

#navigation .topLink {
	background: url(../../images/misc/navBg-top.gif) top no-repeat #eee;
	padding-top: 9px;
}

	#navigation a.topLink:hover {
	background: url(../../images/misc/navBg-top-hover.gif) top no-repeat #236e65;

	padding-top: 9px;
	}


#navigation a:hover {
	color: #eee;
	background: #105356;
}

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

#footer {
	clear: both;
	width: 740px;
	padding: 10px 0px;
	color: #999;
	font-size: 1.1em;
	background: url(../../images/misc/footerBg.png) bottom no-repeat;
	text-align: center;
}
	#footer a {
		white-space: nowrap;
		color: #999;
		text-decoration: none;
	}
	#footer a:hover {
		color: #444;
		text-decoration:underline;
	}

ul#footerNav {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 740px;
	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: 720px;

}
	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: 740px;
	display: block;
}


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

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

	#contactTable #botBuster {
		display: none;
	}

	#contactTable .noBorder {
		border: none;
	}

.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;
}

.nomargin {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}

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

	.list01 li {
		margin: 7px 0px;
	}