@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	color:#787878;
	}
	
p, div, h1, h2, h3, form, input, select, label, textarea{
	padding:0;
	margin:0;
	}
	
img{
	padding:0;
	margin:0;
	border:none;
	display:block;
	}
	
ul{
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
	padding:0; margin:0;
	}
	
a{
	outline:none;
	}
	
	
/*------------------------ general -----------------------*/

#main{
	width:960px;
	margin:0 auto;
	background:url(images/main-bg.gif) repeat-y 0 0;
	}
	
#mainContainer{
	width:924px;
	padding:1px;
	background:#FFFFFF;
	margin:0 auto;
	}
	
/*------ header -------*/

#header{
	height:111px;
	background-color:#8d1f1f;
	padding:0 32px;
	border-bottom:solid 1px #FFFFFF;
	}
	
.logo{
	float:left;
	margin-top:26px;
	}
	
#headerRight{
	width:288px;
	padding:19px 0 0 0;
	float:right;
	text-align:right;
	}
	
p.headerLink{
	margin-bottom:31px;
	font-size:11px;
	line-height:14px;
	color:#bebdbd;
	}
	
p.headerLink a{
	text-decoration:none;
	color:#bebdbd;
	}
	
p.headerLink a:hover{
	color:#FFFFFF;
	}
	
#searchForm{
	height:22px;
	}
	
#searchForm input.searchButton{
	background:url(images/search-button.jpg) no-repeat 0 0;
	width:71px;
	height:22px;
	float:right;
	cursor:pointer;
	border:none;
	margin:0 0 0 7px;
	}
	
#searchForm input.searchButton:hover{
	background:url(images/search-button-hover.jpg) no-repeat 0 0;
	}

#searchForm input.textBox{
	width:183px; height:16px;
	padding:2px;
	border:solid 1px #e4e4e4;
	font:normal 12px/15px Arial, Helvetica, sans-serif;
	color:#8d1f1f;
	float:right;
	}
	
	

/*----- leftpanel ------*/

.leftPanel{
	width:629px;
	float:left;
	}
	
#flash{
	border-right:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	}
	
#menuPanel{
	width:628px;
	height:29px;
	background:url(images/menubg.gif) repeat-x 0 0;
	position:relative;
	border-right:solid 1px #FFFFFF;
}

.menuCurve{
	position:absolute;
	left:0;
	top:0;
	}
	
#menuPanel ul{
	padding:4px 0 0 16px;
	}
	
#menuPanel ul li{
	float:left;
	padding:0 0 0 0px;
	line-height:25px;
	}
	
#menuPanel ul li a{
	display:block;
	float:left;
	height:25px;
	padding:0 0 0 8px;
	text-decoration:none;
	font-size:16px;
	line-height:20px;
	color:#bebdbd;
	}
	
#menuPanel ul li a span{
	cursor:pointer;
	display:block;
	float:left;
	height:25px;
	padding:0 26px 0 0;
	}
	
#menuPanel ul li a:hover, #menuPanel ul li a.active{
	background:url(images/menu-left-bg.gif) no-repeat 0 0;
	color:#8d1f1f;
	}
	
#menuPanel ul li a:hover span, #menuPanel ul li a.active span{
	background:url(images/menu-right-bg.gif) no-repeat 100% 0;
	}
	
	
	
	
/*------ Right panel -----*/

.rightPanel{
	width:295px;
	float:right;
	}
	
#commentBox{
	width:295px;
	background:url(images/comment-top.gif) no-repeat 0 0 #eaeaea;
	float:left;
	padding:30px 0 0 0;
	}
	
#commentBoxInner{
	background:url(images/comment-buttom.gif) no-repeat 0 100%;
	float:left;
	width:239px;
	font-size:22px;
	line-height:34px;
	text-transform:uppercase; font-style:normal; font-variant:normal; font-weight:normal; line-height:33px; font-size:20px; font-family:Georgia, "Times New Roman", Times, serif;
	color:#545353;
	padding:0 28px 29px 28px;
	}
	
#commentBoxInner p span{
	font-size:12px;
	color:#787878;
	
	
	}
	
/*----- Body panel -----*/

/*-- body left--*/
#bodyLeftPanel{
	width:628px;
	float:left;
	}
	
.bodyleftInner{
	padding:40px 64px 0 64px;
	background:url(images/novadata.gif) no-repeat 0 10px;
	}
	
h2.welcomeHeading{
	font:normal 29px/32px Arial, Helvetica, sans-serif;
	color:#545353;
	margin-bottom:48px;
	}
	
ul.list{
	padding:0 0 8px 0;
	}
	
ul.list li{
	background:url(images/blt.gif) no-repeat 0 8px;
	padding:0 0 20px 22px;
	font-size:18px;
	line-height:21px;
	color:#8d1f1f;
	}

ul.list2{
	padding:0 0 8px 0;
	}
	
ul.list2 li{
	background:url(images/blt.gif) no-repeat 0 8px;
	padding:0 0 20px 22px;
	font-size:17px;
	line-height:21px;
	color:#8d1f1f;
	}


	
/*-- body right--*/
#bodyRightPanel{
	width:270px;
	float:right;
	padding:70px 12px 59px 12px;
	border-left: dashed 1px #d6d5d5;
	}
	
#magazinePanel{
	padding:0 0 0 10px;
	font-size:11px;
	line-height:18px;
	}
	
#magazinePanel.imgpanel{
	float:left;
	}
	
#magazinePanel img{
	float:left;
	padding:3px;
	border:solid 1px #d6d5d5;
	}
	
#magazineRight{
	width:148px;
	float:right;
	padding:19px 0 0 0;
	}
	
#magazineRight h2{
	font:bold 17px/20px Arial, Helvetica, sans-serif;
	color:#555555;
	padding:0 0 11px 0;
	}
	
#magazineRight a{
	font-style:italic;
	text-decoration:underline;
	color:#787878;
	}
	
#magazineRight a:hover{
	text-decoration:none;
	}
	
#addressPanel{
	padding:66px 0 66px 10px;
	font-weight:bold;
	font-size:12px;
	color:#9c9c9c;
	text-transform:uppercase;
	}
	
#addressPanel h2{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}
	
#addressPanel h3{
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8d1f1f;
	font-weight:normal;
	padding:0 0 8px 0;
	margin-bottom:5px;
	}
	
#addressPanel p span {
	color:#545353;
	}
	
#contactpanel{
	background:url(images/contactPanel.gif) no-repeat 0 0;
	width:234px; 
	height:166px;
	padding:20px 20px 0 16px;
	}
	
p.contactHeading{
	font:normal 18px/23px Verdana, Arial, Helvetica, sans-serif;
	color:#252525;
	padding:0 0 10px 0;
	}
	
#readPanel{
	padding:68px 0 0 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#readPanel a{
font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8d1f1f;
	text-transform:uppercase;
	text-decoration:none;
	line-height:24px;
	}
	
#readPanel a:hover{
	color:#9a9a9a;
	}


#bodyBottom{
	background:url(images/bodybottom-bg.gif) no-repeat 0 0 #8d1f1f;
	height:174px;
	}

#bodyBottom h2{
	width:607px;
	float:left;
	text-align:center;
	font:normal 20px/23px Verdana, Arial, Helvetica, sans-serif;
	color:#bfbdaf;
	margin:77px 0 0 0;
	}
	
#bodyBottom ul{
	float:left;
	padding:20px 0 0 0;
	}
	
#bodyBottom ul li{
	line-height:20px;
	background:url(images/blt-white.gif) no-repeat 0 50%;
	padding:0 0 0 22px;
	color:#FFFFFF;
	}
	
	
#footer{
	background:url(images/footer-bg.gif) no-repeat 0 0 #eeeeee;
	padding:8px 30px 20px;
	height:101px;
	}
	
#footerTop{
	height:28px;
	font-size:11px;
	line-height:28px;
	color:#bebdbd;
	}
	
#footerTop p.copyright{
	float:left;
	color:#FFFFFF;
	padding:0 14px 0 0;
	}
	
#footerTop p.copyright a{
	text-decoration:none;
	color:#FFFFFF;
	}
	
#footerTop p.copyright a:hover{
	text-decoration:underline;
	}
	
#footerTop p.footerLink{
	float:right;
	color:#bebdbd;
	}

#footerTop p.footerLink a{
	text-decoration:none;
	color:#bebdbd;
	}
	
#footerTop p.footerLink a:hover{
	color:#FFFFFF;
	}
	
a.hgws{
	display:block;
	font:normal 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/hgws-logo.gif) no-repeat 0 0;
	width:100px;
	padding:22px 0 0 0;
	margin:20px 0 0 0;
	text-decoration:none;
	color:#7b7b7b;
	float:right;
	}

/*------------------------------ Inner Pages ----------------------------------*/

#commentBoxInner{
	background:url(images/comment-buttom.gif) no-repeat 0 100%;
	float:left;
	width:239px;
	font-size:22px;
	line-height:34px;
text-transform:uppercase; font-style:normal; font-variant:normal; font-weight:normal; line-height:33px; font-size:20px;
	color:#545353;
	padding:0 28px 29px 28px;
	}
	
#commentBoxInner p span{
	font-size:15px;
	color:#787878;
}


#commentInner{
	width:280px;
	background:url(images/inner-comment-bg.gif) no-repeat 0 100% #eaeaea;
	float:left;
	height:110px;
	padding:17px 0 0 15px;
text-transform:uppercase; font-style:normal; font-variant:normal; font-weight:normal; line-height:33px; font-size:18px; font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
	line-height:20px;
	color:#545353;
		}
	
	
#commentInner p span{
	font-size:12px;
	color:#787878;
	
	}
	
#innerLeft{
	padding:70px 64px 0 64px;
	}
	
h2.pageHeading{
	font:normal 24px/27px Georgia, "Times New Roman", Times, serif;
	color:#555555;
	padding:0 0 8px 0;
	margin-bottom:40px;
	border-bottom:solid 1px #dddddd;
	}
	
p.redText{
	font:normal 17px/21px "helvetica neue", Arial, Helvetica, sans-serif, Verdana;
	color:#8d1f20;
	
	}
	
img.magazinecover{
	float:left;
	padding:3px;
	border:solid 1px #d6d5d5;
	}
	
.whitepaperPanel{
	padding:30px 0 0 0;
	}
	
.whitepaperRight{
	width:370px;
	float:right;
	}
	
.whitepaperRight h2{
	font-size:13px;
	line-height:18px;
	color:#555555;
	}
	
a.downloadLink{
	background:url(images/pdf-icon.gif) no-repeat 0 0;
	padding:10px 0 0 30px;
	text-decoration:none;
	font-weight:bold;
	color:#8d1f1f;
	line-height:28px;
	}
	
a.downloadLink:hover{
	color:#a0a0a0;
	}
	
.mrgnBtm10{
	margin-bottom:10px;
	}
	
.teamPanel{
	float:right;
	width:299px;
	}
	
p.director{
	font-size:18px;
	line-height:21px;
	}
	
p.director span{
	color:#555555;
	}

.textLeft{
	width:232px;
	float:left;
	}

.textRight{
	width:232px;
	float:right;
	}
	
.testimonialText{
	color:#565656;
	font-weight:bold;
	}
	
.headingBox{
	height:42px;
	padding:11px;
	background-color:#eaeaea;
	margin-bottom:25px;
	}
	
p.formHeading{
	font-size:17px;
	line-height:21px;
	color:#252525;
	}
	
p.formHeading2{
	font-size:17px;
	line-height:42px;
	color:#252525;
	}
	

	
	
/*---- contact form -----*/

#contactForm{
	padding:0 0 40px 0;
	}
	
#contactForm div.formfields{
	height:22px;
	padding:0 0 4px 0;
	}
	
#contactForm div.formfields2{
	height:124px;
	}
	
#contactForm label.fieldName{
	display:block;
	height:22px;
	width:124px;
	line-height:22px;
	float:left;
	
	}
	
#contactForm input.fieldBox{
	border:solid 1px #e4e4e4;
	padding:2px;
	width:259px;
	height:18px;
	line-height:18px;
	font-size:13px;
	color:#555555;
	float:left;
	
	}
	
#contactForm textarea{
	border:solid 1px #e4e4e4;
	padding:2px;
	width:259px;
	height:118px;
	line-height:18px;
	font-size:13px;
	color:#555555;
	float:left;	
	}
	
#contactForm input.submit{
	background:url(images/submit.jpg) no-repeat 0 0;
	width:71px;
	height:22px;
	border:none;
	float:right;
	cursor:pointer;
	margin:100px 0 0 0;
}

#contactForm input.submit:hover{
	background:url(images/submit-hover.jpg) no-repeat 0 0;
	}
	

	
.addredssPanel2{
	width:206px;
	float:left;
	}

.addressMap{
	width:288px;
	height:220px;
	float:left;
	}

