@charset "utf-8";
body  {
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 14px;
	color: #942923;
	padding-top: 0px;
} 
.thrColFixHdr #header {
	background-image: url(media/logo.jpg);
	background-repeat: no-repeat;
	background-position: left 33px;
	height: 122px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6911B;
} 

.thrColFixHdr #contact {
	float: right;
	width: 170px;
	padding-top:73px;
	font-weight: bold;
	font-size: 12px;
	color: #F7941F;
	padding-left: 20px;
	background-image: url(media/icon2.jpg);
	background-repeat: no-repeat;
	background-position: left 75px;
} 

.thrColFixHdr #contact a{
	font-size: 12px;
	text-decoration:none;
	color: #F7941F;	
}

.thrColFixHdr #contact a:hover{
	
	color: #952823;
}


.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
}

.thrColFixHdr #sidebar1  h2{
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3931A;
	padding-bottom: 13px;
	background-image: url(media/icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-left: 12px;
	color: #942826;
}

.thrColFixHdr #sidebar1 p{
	font-size: 13px;
	color: #666;
}

.thrColFixHdr #sidebar1  ul{
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight:normal;
	color: #F5921B;
	margin-top: 0px;
	margin-left: 0px;
}




.thrColFixHdr #sidebar1 ul a{
	text-decoration: none;
	color: #999;

}

.thrColFixHdr #sidebar1 ul a:hover{
	text-decoration: none;
	color: #F59C28;
}

.thrColFixHdr #sidebar1 #menu-container #drop_down_menu .menu li {
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7941F;
	padding-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thrColFixHdr #sidebar1 #menu-container #drop_down_menu .menu ul li ul li{
	padding-bottom:0px;
	border-bottom-width: 0px;
	font-size: 12px;
	
	padding-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 10px;
}

.thrColFixHdr #sidebar2 a img{
	border: 2px solid #F7941F;
}

.thrColFixHdr #sidebar2 a:hover img{
	border: 2px solid #91602C;
}


.imgPending {
	
border: 2px solid #91602C;
}

.thrColFixHdr #sidebar2 h2{
	font-size: 16px;
	background-image: url(media/icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 13px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #F7941F;
	border-right-color: #F7941F;
	border-bottom-color: #F7941F;
	border-left-color: #F7941F;
}

.thrColFixHdr #sidebar2 h2 a{
	text-decoration: none;
	color: #942826;	
}
.thrColFixHdr #sidebar2 h2 a:hover{
	color: #F7931B;
}


.thrColFixHdr #mainContent {
	color: #333;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 515px;
} 

.thrColFixHdr #mainContent img{
padding-bottom: 10px;
} 


.thrColFixHdr #mainContent h1 {
	font-size: 16px;
	margin-top: 0px;
	
} 

.thrColFixHdr #mainContent a {
	font-weight: bold;
	color: #942724;
	text-decoration: none;
} 
.thrColFixHdr #mainContent a:hover {
	color: #F7941D;

} 
.thrColFixHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F7941D;
	border-right-color: #F7941D;
	border-bottom-color: #F7941D;
	border-left-color: #F7941D;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color:#F7941D
} 
.thrColFixHdr #footer a {
	color:#F7941D
}

.thrColFixHdr #footer a:hover {
	color:#7D1B1E
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}


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

#mainNav {
	height: 28px;
	text-align: left;
	font-size:14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5951D;
	margin-bottom: 15px;	
	
}

#mainNav ul {
	display: block;
	padding-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}



#mainNav ul a{
	text-decoration: none;
	
	
}

#mainNav ul a:hover{
	text-decoration: none;
	color: #F7941E;
}
#mainNav #currentpage a{
	color: #F7941E;
}

#menu-container #CompanyCurrentpage a{
	color: #962521;
}





#mainNav li{
	font-size:14px;
	display: inline;
	border-left-width: 1px;
	border-left-color: #F7931B;
	padding-left: 0px;
	margin-left: 0px;
}

.mainNavEdge {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F8931F;
	margin-right: 5px;
	padding-right: 10px;
	color: #F49112;
	margin-bottom: 10px;
	
	
}


.quotation  {

	
}

.quotationName {
	text-align: center;
	color: #F8931F;
	font-weight: bold;
}


.news_item {
	height: 245px;
}




.contact {
	background-color: #F89520;	
	margin-top:	10px;
	text-align:right;
	
}

.contact p{
	
	margin:	0px;
	color:#FFF;
	font-size:12px;
	padding-top: 10px;
}

.contact form{
	padding: 20px;
	margin-top: 0px;
	
}

.link {
	
	color: #FB941D;	
}

.contactfltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width:220px;
	padding-top: 35px;
}
.contactfltlft { /
	float: left;
	width:200px;
	margin-right: 8px;
}

.contactfltrt h2{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

margin:0px;
font-size:14px;
}

blockquote {
	background-color: transparent;
	background-image: url(media/quoleft.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	margin: 0px;
}
blockquote div {
	background-color: transparent;
	background-image: url(media/quoright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


#quotes-casestudies {
	/*border-top-width: 1px;
	border-top-style: solid;*/
	padding-top:55px;

}


#quotes-casestudies blockquote {
	background-color: transparent;
	background-image: url(media/quoleft.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	padding-top: 35px;
	margin: 0px;
}

#quotes-casestudies blockquote div {
	background-color: transparent;
	background-image: url(media/quoright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}


#quotes-casestudies .quotation p{
	text-align: center;
	color: #000;
	font-weight: normal;
}

#quotes-casestudies .quotationName p {
	text-align: center;
	color: #333;
	font-weight: bold;
}



input, textarea {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.input {
	background-color: #FFF;
	color: #F89520;
	height: 25px;
	padding-bottom: 5px;
}

.input:hover {
	border: 1px solid #000;
	color: #BD6B06;
}



#upcomingEventsBanner {
	height: 130px;
	
	
}

#upcomingEventsBanner #Logo {
	width: 380px;
	border: 2px solid #F59332;
	float: left;
	font-size: 12px;
	height: 100px;
	
}

#upcomingEventsBanner #Logo img{
	float: left;
	padding-bottom:40px;
	padding-right: 25px;
	padding-top: 14px;
	
}

#upcomingEventsBanner #Logo p{
	margin:0px;
	
}

#upcomingEventsBanner #Logo h1{
	margin:0px;
	font-size:16px;
	padding-top: 10px;
	color: #942826;
	
}
#upcomingEventsBanner #pdf {
	width: 80px;
	float:left;
	height: 80px;
	padding-left: 35px;
}



#upcomingEventsBanner #pdf a img {
	border:2px solid #960;
}

#upcomingEventsBanner #pdf a:hover img {
	border:2px solid #F59332;
}

#pdfLink {
	text-align:center;
	height: 16px;
	font-size:10px;
	width: 90px;
	padding-top: 2px;

}

#pdfLink a {font-weight: normal;font-size: 10px 

}
.upcomingEventsLeft  {
height: 20px; 
	width:150px; 
	float:left; 
	font-weight:bold;
}

.upcomingEventsright  {
height: 20px; 
width:345px; 
float:right; 
margin-left:15px;
}

.textBlock {
	float: left;
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6911B;
	margin-top: 10px;
	height: auto;

}

.textBlock p {
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top: 5px;
	

}








#register  input:hover  {
	
	border: 1px solid #942724;
}
.eventsPDF {
	font-size: 13px;
	padding-right:15px;
}

#eventSponser {
	width: 100%;
	border: 2px solid #F59332;
	float: left;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#eventSponser img{
	margin-left: 5px;
	border: none;
}

.table{
	margin-top: 10px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#casestudies {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 15px;
	
}



 




 #registerButton {
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	width: 100%;
	padding-top: 10px;
	height: auto;
	float: left;
	
 }

  #registerButton a  {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
	border: 1px solid #942724;
	text-align:center;
	color: #FFF;
	border: 1px solid #FFF;
	background-color: #F7941D;
	
}


.thrColFixHdr #mainContent  #registerButton  a:hover  {
	border: 1px solid #942826;
	color: #FFF;
	background-color:  #F7941D;
}



.cms {
	padding-top:55px;
}