/* CSS Document */

 /********************** PLEASE NOTE ************************* /  
 /															   /		
 / IMPORTANT: Please ensure you are familiar with CSS protocol /
 / before making ANY CHANGES 	                               /
 /															   /
 /*************************************************************/ 
 
 
 /****************** Site constant tags ********************** /  
 /															   /		
 / The tags below are NOT to be modified, deleted or added to. /
 / Doing so will result in deviation from the Display Homes  
 / Online website template.                                    /
 /															   /
 /*************************************************************/
 
 
 /* General Fonts, Links, Structural Elements and Body Tags */

 body 		 	 		{ background: #ffffff; background-image: url(../images/bground.jpg);	background-repeat: repeat-x; padding-top: 20px; font-size: 12.5px;  line-height: 18px;color: #fff;}
 font, th, td, p, div  	{ font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif; font-size: 12.5px; line-height: 18px; }
 a						{ color: #f95003; text-decoration: none; font-weight: bold; }
 a:hover				{ color: #f95003; text-decoration: underline; }
 h1						{ font-family: Trebuchet MS, Tahoma, Verdana, Helvetica, Sans-Serif; font-size: 16px; color: #f95003; font-weight: bold;  }
 .header				{ font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif; font-size: 12px; color: #f95003; font-weight: bold;  }
 h2						{ font-family: Trebuchet MS, Verdana, Helvetica, Sans-Serif; font-size: 14px; font-weight: bold; color: #f95003; }
 ul,li		            { font-size: 12.5px; line-height:24px;}
 
 /* BreadCrumb Trail 
 #breadcrumb				{ color: #CCCC33; position: absolute; padding-top: 6px; padding-bottom: 4px }
 #breadcrumb a				{ color: #CCCC33; font-weight: normal; text-decoration: none; }
 #breadcrumb a:hover		{ text-decoration: underline;  }*/
 
 /* Home Content */
 td.panel 							{ padding: 2px;	color: #000; text-decoration:none;	background-image: url(../images/bg_testimonials.gif);	background-repeat: no-repeat;}
 #testimonials						{ position: center; 	height: 180px; 	width: 270px; margin-left: 30px;}
 td.welcome							{ padding: 8px;	}
 td.red   						    { background: #E20000 }	
 td.blue  						    { background: #245397  } 
 td.redside  						{ border-right: 1px solid #E20000 } 
 
 /* Content pages*/
 
td.footerthumb					{background-image: url(../images/home_10.gif); background-repeat:no-repeat; background-position:top;}
td.homethumb				     {background-image: url(../images/home_01.gif); background-repeat:no-repeat; background-position:top;}
td.homethumb2				     {background-image: url(../images/logo.jpg); background-repeat:no-repeat; background-position:top;}
td.homethumb3				     {background-image: url(../images/home_03.gif); background-repeat:no-repeat; background-position:top;}
td.homethumb4					  {background-image: url(../images/home_04.gif); background-repeat:no-repeat; background-position:top;}
td.bg						   { background-image: url(../images/bground.gif); background-repeat: repeat-x;	background-position: top;}
td.bg2						   { background-image: url(../images/bground2.gif); background-repeat: repeat-y;	background-position: left;}

/* Footer */
#footer, #footer a, #footer a:hover						{ color: #231F20; }		
td.footer, td.footer a, td.footer a:hover								{ color: #ffffff; }					
 
 /* All Forms */
 
 input, textarea, select			{ font-family: Verdana, Arial, Helvetica, Sans-Serif; border: 1px solid #A4A9AF; font-size: 10px; padding: 3px; }
 .button			    			{ background: #004080; color: #FFF; font-size: 12px; border: 1px solid #FFF; }
 .searchform						{ border: 1px solid #333; font-size: 12px; padding: 2px; width: 150px; }	
 .searchbutton						{ background: #FFCC66; border: 1px solid #000; color: #000; font-size: 11px; font-weight: bold; font-family: Verdana, Arial; height: 20px; line-height: 10px; }
 td.searchpadding					{ padding: 3px; height: 15px; }
 .nil								{ border: 0px ;  }

 fieldset 				            { margin-top: 5px;  border: 2px solid #f95003; padding-left:10px; padding-right: 10px; padding-bottom:10px; width: 420px;} 
 legend.header           			{ font-weight: bold; font-size: 11px; color: #f95003;}


#options						 {
padding:10px;
border:1px dotted orange;
width: 420px;
}

