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

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

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

a img {
	border: none;
}

h3 {
	text-align: center;
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

table {
	padding-left: 20px;
}

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

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

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

#contentContainer {
	width: 720px;
	padding: 10px 10px;
	margin: 0px;
	background: #fff;
}

#topHolder {
	width: 720px;
	float: left;
}

#navHolder1 {
	height: 43px;
	width: 235px;
	float: left;
}

#callNowTop {
	float: right;
	width: 482px;
	height: 45px;
	font-size: 1px;
}

#middleHolder {
	width: 720px;
	float: left;
}

#navHolder2 {
	width: 235px;
	height: 260px;
	float: left;
}

#flashSlideshow {
	width: 482px;
	height: 228px;
	float: right;
}

#bottomHolder {
	width: 720px;
	float: left;
}

#contentLeftHolder {
	padding-top: 10px;
	width: 214px;
	float: left;
}

#contentLeft {
	float: left;
	width: 235px;
	background: #ccc;
	font-size: 0.1em;
}

#contentLeftBottom {
	font-size: 1px;
	float: left;
	width: 215px;
	height: 285px;
	padding: 10px;
	color: #fff;
	text-align: center;
}

#contentLeft-text {
	padding: 10px;
}

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

#contentRight ul {
	font-size: 1.2em;
}

#contentRight-text {
	padding: 0px 1px;
	line-height: 19px;
}

#contentRight-text p {
	font-size: 1.2em;
	padding: 0px 0px;
}

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

#vert-navigation {
	background: url(../../images/navBg-1.jpg) red;
	width: 235px;
	height: 43px;
}

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

#vert-navigation li {
	display: inline;
	margin: 0px;
}
	  
#vert-navigation a {
	float:left;
	display: block;
	color: #fff;
	text-align: right;
	width: 195px;
    text-decoration:none;
	border-bottom: 1px dashed #fe8e1e;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
}

body #vert-navigation .vert-nav-bottom {
	border: none;
}

#vert-navigation a:hover {
	color: #FF6600;
	text-decoration: underline;
}

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

#vert-navigation2 ul {
	margin: 0px;
	padding: 0px;
}

#vert-navigation2 li {
	display: block;
	margin-bottom: 4px;
	list-style: none;
	width: 195px;
}
	  
#vert-navigation2 a {
	color: #000000;
	width: 195px;
	display: block;
    text-decoration:none;
	padding: 8px 5px 8px 10px;
	font-weight: bold;
	margin: 0px;
	font-size: 1.2em;
	border-bottom: 1px dashed #000000;
}

#vert-navigation2 a:hover {
	color: #333333;
}

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

#footer {
	border-top: 1px dashed #ccc;
	clear: both;
	padding: 10px 0px;
	background: #fff;
	font-size: 1.1em;
}
	
#footer a {
	text-decoration: none;
}
	
#footer a:hover {
	text-decoration: underline;
}

ul#footerNav {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
	
ul#footerNav li {
	display: inline;
}

div#lowerFooter {
	margin-top: 10px;
}

div#lowerFooter a {
	color: #000000;
}

ul#footerDetails {
	clear:left;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 720px;
}
	
ul#footerDetails li {
	display:block;
}
	
div#footerW3C {
	float: right;
	text-align: center;
}

ul#footerW3C li {
	display: inline;
}

div#footerLocation {
	float: left;
	width: auto;
}

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

.clearfix {
	clear: both;
}

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

.img-right {
	border: 1px solid #fff;
	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;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.alignCentre {
	text-align: center;
}

.list {
	font-size: 1.2em;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	width: 45%;
	float: left;
}

.list li {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.list a {
	background: #eee;
	border: 1px solid #999;
	display: block;
	margin-bottom: 2px;
	color: #222;
	padding: 3px;
}

.list01 {
	font-size: 1.2em;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	width: 45%;
}

.list01 li {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.list01 a {
	background: #eee;
	border: 1px solid #999;
	display: block;
	margin-bottom: 2px;
	color: #222;
	padding: 3px;
}

.noBullet {
	list-style: none;
}

.jargon-a {
	color: #000066;
	font-weight: bold;
}

.contentLeftRCFs {
	font-size: 1.3em;
	margin-bottom: 20px;
	width: 100%;
	padding: 0px;
}

.contentLeftRCFs td {
	padding: 3px;
	border: 1px solid #ccc;
}

.tableHeader {
	background: #f4881b;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

/* SEO
--------------------------------------------------------------- */

.font1 {
	font-size: 1.8em;
}

.font2 {
	font-size: 2.50em;
}

.font3 {
	font-weight: normal;
}

.font4 {
	font-weight: bold;
}

.content {
	padding-top: 20px;
}

.heading {
	font-size: 1.6em;
	background: url(../../images/h1Bg.png) no-repeat;
	padding: 1px;
	color: #fff;
}

.heading p {
	margin-top:2px;
	margin-bottom:2px;
	margin-left: 10px;
}

.adtrak {
	float: right; 
	clear: right;
}

