* { margin: 0px; padding: 0px; } 

html, body {
	height: 100%; 
	width: 100%; 
	background: url(../images/main-bkgrnd.jpg) repeat-x;	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #777777;
	text-align: left;
	line-height: 30px;}

.container {
	margin-left:auto;
	margin-right:auto;
	width: 1000px;}

.homepage-container{
width:1000px;
height:650px;
background: url(../images/welcome-background.jpg) no-repeat;
float:left;
}

.welcome{
width:560px;
height: 610px;
padding:20px;
float:left;
clear:both;
}
.welcome h1{
font-size: 28px;
color: #666600;
background:url(../images/welcome-background.jpg) no-repeat;
border-bottom:4px dotted  #4A491C;
padding-bottom:5px;
}
.welcome h3{ color: #993300;}
.welcome p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:700; 
color: #000000;
text-align: left;
line-height: 18px;
}

.homepage-bottom-right{
width:400px;
height: 250px;
float: left;

}
.homepage-bottom-right h1{
font-size: 30px;
font-weight: bold; 
color: #666600;
border-top:4px dotted  #4A491C;
padding-top:5px;
}

.print-excel{
height: 400px; 
	width: 400px; 
	float: left;
	}

.header {width:1000px;
background:url(../images/header4.jpg) no-repeat;
height:195px;
float:left;
}

a:link, a:active, a:visited { 
	color: #777777; 
	text-decoration: none; 
	font-size: 12px; 
}

a:hover { 
	color: #222222; 
	text-decoration: underline; 
}

/* Main*/
#main { 
	width: 1000px; 
	height:250px;
	
	float: left; 
	padding-bottom: 10px; 
	margin-top: 0px; 
	font-family : verdana;
	font-size : 12px;
	color : #242424;
}

#main ul { 
	margin-top: 5px; 
	margin-bottom: 30px; 
	font-family: verdana; 
	font-size: 12px; 
	color: #242424; 
}
 
#main li { 
	list-style: none; 
	background: url(../images/icon2.gif) no-repeat 0 12px; 
	padding-left: 25px; 
}


a.readMore {
	width : 80px;
	height : 27px;
	background : #252525;
	font-family : verdana;
	font-size : 11px;
	color : #ffffff;
	text-align : center;
	padding-bottom : 5px;
	float : right;
}

a.readMore:hover {
	cursor : pointer;
	color : #ff9000;
	cursor : pointer;
}

.sepline { 
	width: 10px; 
	height: 310px; 
	background: url(../images/sepline.png) no-repeat; 
	float: left; 
	margin: 85px 15px 0px 15px; 
}

/* HOME */ 
.boxtop {
width: 1000px;
	height:400px;
	Padding: 0px 20px 0px 20px; 
}

.boxleft {      
	width: 250px;
	height:340px;
	background:url(../images/box-background.jpg) no-repeat;	
	Padding: 15px 20px 5px 20px; 
	margin: 5px 5px 2px 55px;
	clear:right;
	float: left; 
	}
	
.boxleft h3 { margin-bottom:32px;}

.boxmiddle {   
	width: 280px;
	height:350px;
	background:url(../images/box-background.jpg) no-repeat;	
	padding: 5px;
	margin: 5px;
	clear:right;
float: left; }

.boxmiddle h3 { margin-bottom:32px;}

.boxright { 
	width: 280px;
	height:350px;
	background:url(../images/box-background.jpg) no-repeat;	
	padding: 5px;
	margin: 5px;
	clear:right;
	float: left; 
}

.boxright h3 { margin-bottom:32px;}

.menu-background{
 float:right;
 width:806px;
 height:40px;
 padding: 30px 0px 0px 190px;
 } 
 .menu-image{
 margin-top:10px;
 margin-bottom:10px;}

#search {
	float: right;
	width: 320px;
	text-align: right;
	margin-top:50px;
}

#search form .txtInput {
	width: 175px; 
	height: 20px; 
	background: transparent url(../images/search-box1.jpg) no-repeat; 
	margin: 0px 10px 0px 0px; 
	padding: 7px 4px 0px 26px; 
	float: left; 
	font-family: Verdana; 
	font-size: 12px; 
	color: #555555; 
	border: none;
}

#search form .button { 
	width: 35px; 
	height: 27px; 
	background: url(../images/go-button.jpg) no-repeat; 
	border: none; 
}

#search form .button:hover { cursor: pointer; }

/*Horizontal Accordion*/

.accordion {
width:1000px;
height:400px;
float:left;
background:url(../images/acc-bkgrnd-4.jpg) center no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	margin-left:auto;
	margin-right:auto;
}

		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			display: block;
			height: 305px;
			width: 31px;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			border-right: 1px solid #cde99f;
		}
		
		.horizontal_accordion_content {
			
			height: 305px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			overflow: hidden;
			background: url(../images/accordion-cont-bk.gif) repeat-x;
			color: #242424;
		}
			
			.horizontal_accordion_content p {
				width: 500px;
				line-height: 130%;
				padding: 5px 10px 15px 10px;
			}
					
		
    /* Container styling*/
    #horizontal_container {
      margin: 50px auto 0px auto;
	  width: 740px;   
      height: 305px;    
    }


/* FOOTER */
#footer2 { 
	background:#242424;
	width: 100%;
	height: 200px;
	text-align: center; 
	line-height: 12px; 
	float: left; 
	bottom: 0px; 
	
}
 
#footer2 #wrap { 
	width: 890px; 
		margin-left:auto;


	margin-right:auto;
	font-size: 12px; 
	color: #999999; 
	padding-top: 15px; 
}

#footer2 #wrap .link { 
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 12px; 
		margin-left:auto;
	margin-right:auto;
	width: 896px;
}

#footer2 #wrap .link:hover { 
	color: #ff9000; 
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 10px; 
}

.box-footer{
	float:left;
	width: 200px; 
	font-size: 12px;
	text-align:left; 
	color: #F0F0F0; 
	padding-left: 0px; 
	padding-right: 0px;}
	
.box-footer h1{	
	font-weight: bold; 
	text-align:center;
	font-size: 14px;
	color: #F0F0F0; 
	padding-top: 5px; 
	padding-bottom: 5px;
}
.box-footer li{	
	list-style: square; 
  	padding-left: 20px; 
	padding-top: 10px;	
}

.box-footer a:link, a:active, a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
	}

.box-footer a:hover { 
	color: #FF9900; 
	text-decoration: underline; 
}







.box-footer-right{
	float:left;
    padding-top: 15px; 
	}
.sepline { 
	width: 10px; 
	height: 310px; 
	background: url(../images/sepline.gif) no-repeat; 
	float: left; 
	margin: 85px 6px 0px 6px; 
}

/* STYLES */

.float-left { float: left; }
.float-right { float: right; }
.margin-top { margin-top: 25px; }
.margin-right { margin-right: 20px; }
.margin-left { margin-left: 40px; }
p { margin: 0px 0px 10px; }
.important { color: #ff9000; font-weight: bold; }
.bold { font-weight: bold; color: #252525; }
.italic { font-style: italic; }
.big { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.light-blue { color: #85c3ee; }

.style1 {color: #990000}
.style2 {color: #333333}
.testimonials { margin-bottom:40px; }
blockquote {
  background: transparent url(../images/quoleft.jpg) left top no-repeat;
  text-align: justify;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bolder;
}

blockquote div {
  padding: 0 46px 0 46px;
  background: transparent url(../images/quoright.jpg) right bottom no-repeat;
}
.error404{
	width: 300px;
	height: 300px;
	margin-left:auto;
margin-right:auto;
}
.sitemap{
width: 300px;
	height: 600px;
	line-height:16px;
	float:left;
margin-right:20px;
}
.mapsection {font-family: Tahoma;font-size: 12px;}
    .mapitem {font-family: Tahoma;font-size: 10px;}

.competitive-analysis{
width:1300px;
margin-left:auto;
	margin-right:auto;

}
