/* text -----------------------------------------------------------------------*/
img {
display:block;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70.01%;
	color: #343232;
	background:url(images/background-image.jpg) repeat-y ;
}

table, tr, td, pre, code, li, ul,  input{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}

h1{
  font-size: 2.0em;
  font-weight: bold;
  margin-bottom: 8px;
  color:#333333;
}

h2{
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}

h3{
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 8px;
}

p{
	margin-bottom: 15px;
	font-size: 1.2em;
}

a:link {color:#333333; text-decoration: none; font-weight: bold;}
a:visited {color: #333333;	text-decoration: none; font-weight:  bold;}
a:hover {color: #333333;text-decoration: none; font-weight:  bold;}
a:active {color: #333333; text-decoration: none; font-weight:  bold;}

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

body{
	text-align: center;

   	background:url(../images/background.jpg) repeat-x;

	font-family:Arial, Helvetica, sans-serif;
}


#wrapper{

	width:964px;

	margin:0 auto;

	background-color:#FFFFFF;


}

#header{

	width:932px;

	float:left;

	height:145px;

	margin-left:15px;
	
	display: none;
}

/* Client log-in situated in the header*/

#client-log-in{

	float:right;

	width:245px;

	margin-top:25px;

        display: none;

}

/* This is the inner log-in so that the border can be applied*/

#inner-log{

	width:245px;

	float:right;

	margin-top:10px;

	border-left:1px solid #666666;

	margin-bottom:5px;

	font-weight:bold;

	color:#666666;

}

/* Top navigation elements*/

#top-nav{

	float:left;

	width:932px;

	background-color:#3f4042;

	height:28px;

	margin-left:20px;
	
	display: none;
}

#top-nav ul li{

	list-style-type:none;

	display:block;

	line-height:28px;

	color:#FFFFFF;

	border-right:1px solid #FFFFFF;

	font-weight:bold;

	font-family:Arial, Helvetica, sans-serif;

	font-size:1.2em;

	float:left;

	text-decoration:none;

}

#top-nav ul li a{

	float:left;

	color:#FFFFFF;

	display:block;

	padding-left:20px;

	padding-right:20px;

	text-decoration:none;

	font-weight:bold;
}

#top-nav li a:hover{

	float:left;

	color:#3f4042;

	line-height:28px;

	display:block;

	background-color:#CCCCCC;
}

#top-nav-active{

	float:left;

	color:#333333;

	display:block;

	background-color:#C0CED7;
}

/* Whole left sided area*/

#left-nav{

	float:left;

	width:245px;

	margin-top:12px;

	margin-left:25px;

	margin-right:10px;

	text-align:left;
        display: none;
}

/*All right content holder*/

#right-content{

	float:left;

	text-align: left;

	width:98%;

	margin-top:11px;
}

#text-area{

	Width:100%;

	float:left;

	margin-left:15px;

	padding:10px 5px 5px 5px;

	text-align:left;

	margin-top:20px;

	font-size:12px;

}

/* The area to the right of the text containing two image buttons*/

#why-choose-us{

	float:right;

	width:199px;

	margin-top:20px;

	margin-right:10px;
	
	display: none;

}


#logos{

	float:left;

	width:1       00%

	margin-top:60px;
}


#footer{

	width:964px;

	float:left;

	margin-top:30px;
	display: none;

}



/* Classes*/

.p{

	color:#333333;

	font-size:10px;
}


.hr{

	color:#999999;

	margin-top:60px;
}

.news-snippet
{
  margin-left:10px;
  display: none;
}

