@charset "UTF-8";
/* CSS Document */

/* GENERAL */







body {
	min-height:101%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
		font-size: 12px;
	background-color: #818181;
	font-family: Arial, Helvetica, sans-serif;
	line-height:16px;

}
html {
	height: 100%;
	
}

.clear {
	clear: both;
}

 div.c1 {clear:both;}
#container {position: relative;
	height: auto;
	width: 908px;
	margin: 0 auto;
	padding:0px;
	text-align: left;
	background-color: #FFFFFF;
	overflow: auto;
}

img {
	border:none
}
#sidebar {
	width:180px;
	float:left;
}

#sidebarnews {
	width:180px;
	float:left;

}

* html #sidebar { 
	position: absolute;
	
}

* html #sidebarnews { 
	position: absolute;

}




#footer p {

	padding:10px 10px 10px 10px;
}

#footernews p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p a {
	color: #000000;
}
#footer p a:hover {
	color: #669999;
}

   #sidebar p {

		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom:10px;
	color: #666666;
}

   #sidebarnews p {

		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom:5px;
	color: #666666;
}

   #sidebar p .on {

	color: #000;
}


.displace {	position: absolute;	left: -5000px;	}


	
	
	 #footer { 
	width:908px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

	 #footernews {
	width:908px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 73px;
	border-top-style: solid;
	border-top-color: #ffc30d;
	height:60px;
} 

	 #footerhomelinks {
	width:908px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#818181;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
padding-top:120px;

} 

	 #footerhomelinks2 {
	width:908px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#818181;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
padding-top:120px;
	height:60px;
	text-align: left;
} 

/* added 14/07/09 */

#container #top-section a {color: #909090; text-decoration:none; font-weight:bold; padding-right:20px;}
#container #top-section a:hover {color: #000; text-decoration:none; font-weight:bold;}
#top-sectionhome .on {color:#595959; font-size:11px; text-decoration:none; padding-right:20px; font-weight:bold;}
#top-section .on {color:#000; font-size:11px; text-decoration:none; padding-right:20px; font-weight:bold;}

#container #top-section2 a {color: #909090; text-decoration:none; font-weight:bold; padding-right:20px;}
#container #top-section2 a:hover {color: #000; text-decoration:none; font-weight:bold;}
#top-sectionhome .on {color:#595959; font-size:11px; text-decoration:none; padding-right:20px; font-weight:bold;}
#top-section2 .on {color:#000; font-size:11px; text-decoration:none; padding-right:20px; font-weight:bold;}


#top-section {width:908px;  background:#fff;  height:80px; }
#top-section a {color:#595959; font-size:11px; text-decoration:none; padding-right:12px;}
#top-section a:hover {color:#000;}
#top-section a.active {color:#595959;}

#top-section2 {width:908px;  background:#fff;  height:80px; }
#top-section2 a {color:#595959; font-size:11px; text-decoration:none; padding-right:12px;}
#top-section2 a:hover {color:#000;}
#top-section2 a.active {color:#595959;}

#container #top-sectionhome a {color: #909090; text-decoration:none; font-weight:bold; padding-right:20px;}
#container #top-sectionhome a:hover {color: #000; text-decoration:none; font-weight:bold;}

#top-sectionhome {width:908px;  background:#fff; height:80px; }
#top-sectionhome a {color:#595959; font-size:11px; text-decoration:none; padding-right:12px;}
#top-sectionhome a:hover {color:#000;}
#top-sectionhome a.active {color:#595959;}


#middle {width:908px; height:auto;  background:#fff;  float:left;}
#middle-banner2 {width:808px; height:auto;  background:#fff; padding-top:10px; padding-bottom:10px; padding-left:50px; padding-right:50px; float:left;}
#middle-banner {width:908px; height:auto;  background:#fff; margin:0; padding:0;}
#middle-text {width:908px; height:auto;  background:#fff; padding-top:20px; padding-bottom:20px;}
#middle-quote {
	width:758px;
	height:60px;
	padding-left:100px;
	padding-right:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#fff;
	background-color: #666;
	background-image: url(../images/testimonial2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	vertical-align: middle;
	padding-top:20px;
	clear:both;
}
#top-section a:hover {color:#292929;}
#top-section a.active {color:#595959;}

#top-section2 a:hover {color:#292929;}
#top-section2 a.active {color:#595959;}
#left-column {
	width:244px;
	float:left;
	color:#999;
	padding-top:20px;
	padding-left:50px;
}	
#right-column {
	width:614px;
	float:right;
	background:url(../images/yellow-strip.gif) repeat-y right;
	padding-top:20px;
}	
#right-development {width:614px; float:right; background:url(../images/yellow-strip-wide.gif) repeat-y right; color:#000; font-size:13px; padding-bottom:70px;}
#left-fixed {position:fixed;}	
.bold {font-weight:bold;}
.blue {color: #909090; font-weight:bold;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px; color:#000; font-weight:normal; line-height: 25px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px; color:#000; font-weight:normal; line-height: 25px;

}

.lineheight {line-height: 1px;}

.home{
	font-family: "Swis721 BT", Arial;
	font-size: 20px;
	color:#000;
	font-weight:normal;
	padding-bottom:10px;
	background-color: #fff;
	background-image: url(../images/leftsideunderline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width:250px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; color:#000; font-weight:bold;

}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; color:#000; font-weight:bold;
}


#sidebar a {color: #909090; text-decoration:none}
#sidebar a:hover {color: #000; text-decoration:none}

#sidebarnews a {color: #669999; text-decoration:none}
#sidebarnews a:hover {color: #000; text-decoration:none}

#container #top-section a {color: #909090; text-decoration:none; font-weight:bold; padding-right:20px; }
#container #top-section a:hover {color: #000; text-decoration:none; font-weight:bold; }


#right-text-column {width:520px; float:left; line-height:16px; }

#right-column-left {width:250px; float:left;}
#right-column-testimonial {width:480px; float:left; line-height:16px;}
#right-column-right {width:250px; float:left; line-height:20px;}	
#quote {width:250px; float:left;}	
.middle-text-section{ width:225px; padding-left:50px; padding-right:25px; float:left;}
.middle-text-section a{  color: #669999; font-weight:bold; text-decoration:none}
.middle-text-section a:hover { color: #000; font-weight:bold; text-decoration:none}


a{  color: #669999; font-weight:bold; text-decoration:none}

a:hover { color: #000; font-weight:bold; text-decoration:none}


.small 		{font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;}
	
	.clear{clear:both;}
