body{
	background-image:url(../graphics/backgrounds/mainPageBg.png);
	background-position:top center;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
.pageHeaderArea{
	height:104px;
	vertical-align:middle;
}
.pageLinksArea{
	height:45px;
	vertical-align:middle;
}
.pageFooter{
	background-image:url(../graphics/backgrounds/footerBg.png);
	background-position:top center;
	background-repeat:repeat-x;
	height:193px;
}

/* -----------------------------
   STANDARD HTML TAG DEFINITION
-------------------------------- */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
}


/* --------------------------- 
   PAGE ELEMENTS 
------------------------------ */

.clear {
	clear:both;
}

	
	/* -----------------------------
	   MAIN NAVIGATION                  */
	
	.nav_container {
	margin:0 auto;
	width: 979px;
	padding-top:0px;
	
}
	#navMenu{
	display: inline;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 5;
}
#navMenu li{
	float: left;
	display: inline;
}
#navMenu li.first{
	
}
#navMenu li.last{
	
}
.navSep{
	display:block;
	float:left;
	width:2px;
	height:45px;
	background: url("../graphics/seperators/seperatorRedDarkRed.png");
	background-repeat:no-repeat;
	background-position:center;
}
a.navHome{
	display:block;
	float:left;
	width:70px;
	height:45px;
	background: url("../graphics/buttonlinks/btnHome.png");
	background-repeat:no-repeat;
}
a.navHome:hover{
	background: url("../graphics/buttonlinks/btnHome.png") 0 45px;
}
a.navAboutUs{
	display:block;
	float:left;
	width:94px;
	height:45px;
	background: url("../graphics/buttonlinks/btnAboutUs.png");
	background-repeat:no-repeat;
}
a.navAboutUs:hover{
	background: url("../graphics/buttonlinks/btnAboutUs.png") 0 45px;
}
a.navContactUs{
	display:block;
	float:left;
	width:105px;
	height:45px;
	background: url("../graphics/buttonlinks/btnContactUs.png");
	background-repeat:no-repeat;
}
a.navContactUs:hover{
	background: url("../graphics/buttonlinks/btnContactUs.png") 0 45px;
}
a.navServices{
	display:block;
	float:left;
	width:86px;
	height:45px;
	background: url("../graphics/buttonlinks/btnServices.png");
	background-repeat:no-repeat;
}
a.navServices:hover{
	background: url("../graphics/buttonlinks/btnServices.png") 0 45px;
}
a.navVideos{
	display:block;
	float:left;
	width:86px;
	height:45px;
	background: url("../graphics/buttonlinks/btnVideos.png");
	background-repeat:no-repeat;
}
a.navVideos:hover{
	background: url("../graphics/buttonlinks/btnVideos.png") 0 45px;
}
a.navCertifications{
	display:block;
	float:left;
	width:124px;
	height:45px;
	background: url("../graphics/buttonlinks/btnCertifications.png");
	background-repeat:no-repeat;
}
a.navCertifications:hover{
	background: url("../graphics/buttonlinks/btnCertifications.png") 0 45px;
}
a.navServiceArea{
	display:block;
	float:left;
	width:117px;
	height:45px;
	background: url("../graphics/buttonlinks/btnServiceArea.png");
	background-repeat:no-repeat;
}
a.navServiceArea:hover{
	background: url("../graphics/buttonlinks/btnServiceArea.png") 0 45px;
}
a.navFeedback{
	display:block;
	float:left;
	width:155px;
	height:45px;
	background: url("../graphics/buttonlinks/btnSendUsFeedback.png");
	background-repeat:no-repeat;
}
a.navFeedback:hover{
	background: url("../graphics/buttonlinks/btnSendUsFeedback.png") 0 45px;
}
a.navTestimonials{
	display:block;
	float:left;
	width:118px;
	height:45px;
	background: url("../graphics/buttonlinks/btnTestimonials.png");
	background-repeat:no-repeat;
}
a.navTestimonials:hover{
	background: url("../graphics/buttonlinks/btnTestimonials.png") 0 45px;
}


.seperatorGreyVertical{
	background: url("../graphics/seperators/greyVerticalSerperator.png");
	background-repeat:no-repeat;
	height:293px;
}
h1,h2,h3{
	margin:0;
	padding:0;
}
h1{
	font-family:Trebuchet MS, Arial, Verdana, Tahoma, sans-serif;
	font-size:1.2em;
	color:#000;
}
h3{
	font-family:Trebuchet MS, Arial, Verdana, Tahoma, sans-serif;
	font-size:1em;
	color:#951a1a;
}
.bodyText{
	font-family:Arial, Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size:.8em;
	color:#000;
}
.footerText{
	font-family:Arial, Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size:.8em;
	color:#fff;
}
#navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	padding:10px;
}

#navlist li 
{
	padding-left: 10px;
	background-image: url(../graphics/bullets/dot.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-bottom:4px;
}
.footerLink{
	font-family:Arial, Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size:1em;
	color:#fff;
	text-decoration:none;
}
.footerLink:hover{
	font-family:Arial, Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size:1em;
	color:#efd753;
	text-decoration:underline;
}
.messageBox{
	font-family:Arial, Tahoma,Verdana;
	font-size:12px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
	line-height:20px;
	background-color:#FAFBD0;
	border:1px solid #FFE9D2;
	padding:10px;
}
.errorBox{
	color:#FF8C8C;
	background-color:#FFECEC;
	border:1px solid #FFD9D9;
}


/*pagination class */

.paginate {
	font-family: Arial, Helvetica, sans-serif;
	
}

a.paginate {
	border: 1px solid #FF0000;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #FF3300;
}


a.paginate:hover {
	background-color: #FF3300;
	color: #FFF;
	text-decoration: underline;
}

a.current {
	border: 1px solid #FF0000;
	font: bold Arial,Helvetica,sans-serif;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background:#FF3300;
	color: #FFF;
	text-decoration: none;
}

span.inactive {
	border: 1px solid #006c40;
	font-family: Arial, Helvetica, sans-serif;
	
	padding: 2px 6px 2px 6px;
	color: #00864f;
	cursor: default;
}


/* Normal Bubble */
div.bubble {
	width: auto;
	
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 5px;
	background: transparent url(../graphics/backgrounds/tip.gif) no-repeat 20px 0;
	font-style: normal;
}
.normalLink{
	font-family:Arial, Trebuchet MS, Verdana, Tahoma, sans-serif;
	color:#000;
	text-decoration:underline;
}
.normalLink:hover{
	font-family:Arial, Trebuchet MS, Verdana, Tahoma, sans-serif;
	color:#FF3300;
	text-decoration:underline;
}
.img-border {display: block;position: relative;background-color: #fff;border: 1px solid #a9a9a9;margin: 5px 5px 6px 0px;padding: 5px;left: 0px;}
.videoTable{
	position:relative;
}
#jwplayer{
	position:absolute;
	left:341px;
	top:65px;
	width:200px;
	height:200px;
	background-color:#000066;
	border:1px solid #ffffff;
}
#jwplayer2{
	position:absolute;
	left:685px;
	top:65px;
	width:200px;
	height:200px;
	background-color:#000066;
	border:1px solid #ffffff;
}
