/* CSS Document */
html, body, form
{
	margin: 0px;
	
}

body 
{
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#7E7E7E;
	background-color:#535353;
	background-color:#525252;
	background-image:url(../images/imgTopAndBottomBar.gif);
	background-repeat:repeat-y;
	background-position:center;
}

	.italic_text_links a
	{
		font-style:italic;
		color:#535353;
		padding-right:30px;
	}

	a
	{
	 color:#0000FF;
	}
	
	.img_free_online_quote
	{
		margin:10px 0px 0px 0px;

		font-size:1.6em;
		font-weight:bold;
		color:#FFFFFF;
	}
	
	.img_free_online_quote a
	{
		text-decoration:none;
		color:#FFFFFF;
		background-image:url(../images/imgHandOnMouse.jpg); 
		background-repeat:no-repeat; 
		float:left; 
		width:174px; 
		height:24px;
		padding:90px 0px 0px 15px;	
		margin:0px 0px 10px 0px;
	}
	
	.fieldVis
	{
		display:none;
	}

	#body_container
	{
		width:100%;
		background-color:#ffffff;
	}
	
		#body_container #top_bar
		{
			height:25px;
			width:100%;
			background-color:#525252;
			background-image:url(../images/imgTopAndBottomBar.gif);
			background-repeat:repeat-y;
			background-position:center;
			padding:10px 0px 15px 0px;
			margin:0px 0px 0px 0px;
		}
		
			#body_container #top_bar #top_bar_content
			{
				margin: 0px auto 0px auto;
				width:725px;
				text-align:left;
				color:#A7A9AB;
				
			}
			
			#body_container #top_bar #top_bar_content .top_bar_text
			{
				padding:0px 0px 0px 0px;
				margin:0px 0px 0px 0px;
				width:500px;
				float:left;
				
			}
			
			#body_container #top_bar #top_bar_content .top_bar_links
			{
				padding:0px 0px 0px 0px;
				margin:0px 0px 0px 0px;
				width:225px;
				float:left;
			}
			
			#body_container #top_bar #top_bar_content .top_bar_links img
			{
				border:0;
				padding-right:10px;
			}
			
				#body_container #top_bar #top_bar_content .top_bar_links a
				{
					display:block;
					font-size:1.1em;
					line-height:1.4em;
				}
			
			#body_container #top_bar #top_bar_content p
			{
				padding:0px 0px 0px 0px;
				margin:0px 0px 0px 0px;
			}
			
			#body_container #top_bar #top_bar_content p a
			{
				color:#ffffff;
				text-decoration:none;
			}
			
			#body_container #top_bar #top_bar_content p span
			{
				color:#BCE27F;
			}
		
		#body_container #top_border
		{
			height:4px; 
			width:100%;
			background-color:#BFE284;
			background-image:url(../images/imgTopAndBottomBorder.gif);
			background-repeat:repeat-y;
			background-position:center;
		}
		
		#body_container #bottom_border
		{
			height:4px; 
			width:100%;
			background-color:#BFE284;
			background-image:url(../images/imgTopAndBottomBorder.gif);
			background-repeat:repeat-y;
			background-position:center;
		}
		
		#body_container #bottom_bar
		{
			height:50px;
			width:100%;
			background-color:#525252;
			background-image:url(../images/imgTopAndBottomBar.gif);
			background-repeat:repeat-y;
			background-position:center;
			text-align:center;
			padding:10px 0px 0px 0px;
			color:#FFFFFF;
		}
		
			#body_container #bottom_bar a
			{
				color:#FFFFFF;
				text-decoration:none;
				font-size:1.0em;
			}
			
			#body_container #bottom_bar .footer_text
			{
				color:#909291;
				padding:6px 0px 0px 0px;
			}
			
				#body_container #bottom_bar .footer_text a
				{
					color:#909291;
				}
			
		
			#site_container
			{
				width:100%;
				background-image:url(../images/imgSiteBorders.gif);
				background-repeat:repeat-y;
				background-position:center;
			}
			
				#template_page 
				{
					/*background-color:#33CC00;*/
					margin: 0px auto 0px auto;
					width:725px;
					/*margin:0px 19px 0px 19px;
					padding:0px 9px 0px 13px;*/
				}
					#template_header 
					{
						height: 69px;
						/*background-color: #ccc;*/
						/*padding: 10px;*/
						/*background-color:#99FF00;*/
					}
					
						#template_header .logo_container
						{
							float:left;
						}
					
						#template_header .btn_sitemap_container
						{
							float:right; 
							padding-left:8px;
							margin-top:5px;
							position:relative;
							left:1px;						
						}
					
						#template_header .search_container
						{
							float:right; 
							background-image:url(../images/imgSearchBg.gif); 
							background-repeat:no-repeat; 
							height:27px; 
							width:189px;
							padding-left:8px;						
						}
						
						#template_header .search_container form
						{
							margin:0;
							padding:0;
						}
						
						#template_header .search_container form .input_search_bg
						{
							float:left;
							background-image:url(../images/imgSearchTxtBg.gif);
							background-repeat:no-repeat; 
							width:123px; 
							height:21px;						
						}
					
						#template_header .search_container form input.input_search
						{
							border:0; 
							float:left;
							font-size:1.0em;
							background-color:#E5E5E5;
							width:108px;
							height:14px;
							margin:3px 0px 0px 6px;
							padding:1px 0px 0px 0px;				
						}
					
					#template_header img
					{
						border:0;
						/*background-color: #ccc;*/
						/*padding: 10px;*/
					}
					
					#template_content 
					{
						float: left;
						min-height: 400px;
						height:auto;
						_height:400px;
					}
						#template_col_left 
						{
							float: left;
							width: 214px;
							padding:0px 0px 0px 0px;
							margin:0;
							/*padding: 10px;*/
						}
						
							#template_col_left img
							{
								border:0;
							}
				
						
							#template_col_left ul
							{
								font-size:1.0em;
								margin:0;
								padding:0px 0px 0px 0px;
								
							}
						
							#template_col_left ul li
							{
								/*list-style-image:url(../images/imgExpandTriangle.gif);*/
								list-style:none;
								border-bottom:2px solid #DFDFDF;
								margin:0px 15px 0px 0px;
								padding:6px 0px 6px 0px;
							}
							
							#template_col_left ul li a
							{
								text-decoration:none;
								color:#a7a9ab;
								font-size:1.2em;
								font-weight:bold;
							}
							
							#template_col_left ul li a img
							{
								padding:0px 8px 0px 8px;
							}
							
							#template_col_left ul li a:hover
							{
								text-decoration:none;
								color:#a7a9ab;
							}
							
								#template_col_left ul li ul
								{
									margin:0px 0px 0px 0px;
									padding:6px 0px 0px 0px;
								}
								
									#template_col_left ul li ul.show
									{
										display:block;
									}
								
									#template_col_left ul li ul.hide
									{
										display:block;
									}
								
								#template_col_left ul li ul li
								{
									/*list-style-image:url(../images/imgExpandTriangle.gif);*/
									list-style:none;
									border-bottom:none;
									margin:0px 0px 0px 0px;
									padding:2px 0px 2px 27px;
								}
								
								#template_col_left ul li ul li a
								{
									font-weight:normal;
								}

							
							
						
						#template_col_center
						{
							float: left;
							width: 511px;
							padding-bottom:20px;
						}
						
							.template_item_container
							{
								clear:both;
								margin-bottom:20px;
								color:#7E7E7E;
							}
							
							#sitemap h2
							{
								margin:0px 0px 10px 0px;
								padding:0;
								font-size:2.4em;
								font-weight:normal;
								color:#535353;
							}
							
								#sitemap .list_column
								{
									float:left;
									width:160px;
								}	
							
								#sitemap ul
								{
									margin:0px 0px 0px 0px;
									padding:0px 0px 10px 6px;
									font-size:1.15em;
									line-height:1.3em;
									color: #92cc28;
									font-weight:bold;
									list-style:none;
									min-height:115px;
									height:auto;
									_height:115px;
									float:left;
								}
								
								#sitemap ul li
								{
									
								}
								
								#sitemap ul li a
								{
									text-decoration:none;
									color: #a7a9ab;
									font-weight:normal;
									font-size:0.8em;
								}
								
							
								.template_item_container .template_item_image_frame
								{
									background-image:url(../images/imgConservatoryImageFrame.gif);
									background-repeat:no-repeat;
									width:252px;
									height:253px;
									float:right;
									padding:0px 0px 10px 10px;
								}
								
									.template_item_container .template_item_image_frame img
									{
										padding:47px 0px 0px 24px;
									}
									
								.template_item_container .free_quote_image img
								{
										margin:10px 0px 0px 24px;
										border:0;
								}
								
							
								.template_item_container.online_quote_header
								{
/*									background-image:url(../images/imgWomanUsingLaptop.jpg);
									background-repeat:no-repeat;
									background-position:left bottom;
									height:167px;
*/									margin:0px 0px 0px 0px;

								}
							
									.template_item_container.online_quote_header p
									{
										width:320px;
									}
									
										.template_item_container .quote_form_information
										{
											float:left; 
											width:150px;  
											padding:0px 0px 0px 10px;
											position:relative;
											top:-100px;										
										}
										
										.template_item_container #Quote_Form
										{
											float:left; 
											background-image:url(images/img_vertical_seperator.jpg); 
											background-repeat:no-repeat; 
											background-position:right center;
											background-color:#F0F7E6;
											padding:0px 0px 0px 0px;										
										}
									
										.template_item_container table.online_quote_form
										{
											width:350px;
											
										}
										
										.template_item_container table.online_quote_form .Required_Field
										{
											color:#FF0000;
										}
										
										
											.template_item_container table.online_quote_form input.textBox
											{
												width:140px;
												font-size:1em;
											}
											
											.template_item_container table.online_quote_form input.contactTextBox
											{
												width:300px;
												font-size:1em;
											}
											
											.contactLabel
											{
												width:200px;
											}
											
											
											
											
											.template_item_container table.online_quote_form textarea
											{
												width:140px;
												
												height:150px;
											}
											
											.template_item_container table.online_quote_form select
											{
												width:140px;
												font-size:1em;
											}
											
											.template_item_container table.online_quote_form tr
											{
											}
											
											.template_item_container table.online_quote_form label
											{
												padding-left:18px;
												padding-right:4px;
												/*width:160px;*/
												float:left;
												
												
											}
										
											.template_item_container table.online_quote_form .frm_grey_bg
											{
/*												background-color:#585858;
*/												color:#585858;
												font-size:1.1em;
												line-height:2.5em;
											}
										
											.template_item_container table.online_quote_form .frm_green_bg
											{
												/*background-color:#BBE17F;*/
												color:#585858;
												font-size:1.1em;
												line-height:2.5em;
											}
										
												.template_item_container table.online_quote_form .frm_green_bg p
												{
													font-size:0.8em;
													padding:10px 27px 10px 27px;
													color:#585858;
													line-height:1.4em;
													margin:0;
												}
												
												.template_item_container table.online_quote_form .frm_green_bg .online_quote_button
												{
													padding:10px 0px 10px 0px;
													text-align:center;
												}
												
												.template_item_container table.online_quote_form .frm_green_bg .contact_button
												{
													padding:10px 0px 10px 145px;
													
												}
												
										
							
							.template_item_container .quote_box
							{
								float:right; 
								padding:20px; 
								height:82px; 
								background-image:url(../images/imgQuotesBg.gif);  
								background-repeat:no-repeat; 
								width:253px;
								font-style:italic;
								font-size:1.2em;							
							}
							
								.template_item_container .quote_box_left
								{
									float:left; 
									padding:20px; 
									height:82px; 
									background-image:url(../images/imgQuotesBg.gif);  
									background-repeat:no-repeat; 
									width:253px;
									font-style:italic;
									font-size:1.2em;							
								}
						
									.template_item_container .quote_box_left span
									{
										display:block;
										color:#92CC28;
										text-align:right;
										padding:10px;
										font-size:0.9em;							
									}
									
								.template_item_container .quote_box_center
								{
									float:left; 
									padding:20px; 
									height:82px; 
									background-image:url(../images/imgQuotesBg.gif);  
									background-repeat:no-repeat; 
									width:253px;
									font-style:italic;
									font-size:1.2em;
									margin:10px 0px 10px 80px;							
								}
						
									.template_item_container .quote_box_center span
									{
										display:block;
										color:#92CC28;
										text-align:right;
										padding:10px;
										font-size:0.9em;							
									}
						
								.template_item_container .quote_box span
								{
									display:block;
									color:#92CC28;
									text-align:right;
									padding:10px;
									font-size:0.9em;							
								}
								
							.template_item_container h1
							{
								margin:0;
								padding:0;
								font-size:2.4em;
								font-weight:normal;
								color:#535353;
							}

							.template_item_container h2
							{
								margin:0;
								padding:0;
								font-size:2.4em;
								font-weight:normal;
								color:#535353;
							}
						
							.template_item_container h2 a
							{
								color:#535353;
								text-decoration:none;
							}
						
								.template_item_container.extra_template_page h2
								{
									margin:0;
									padding:0;
									font-size:1.8em;
									font-weight:normal;
									color:#535353;
								}
								
								.template_item_container.extra_template_page h2 a
								{
									color:#535353;
									text-decoration:none;
								}
						
							.template_item_container h3
							{
								margin:3px 0px 6px 0px;
								padding:0;
								font-size:1.4em;
								font-weight:normal;
								color:#92CC28;
							}
						
							.template_item_container p
							{
								margin:0;
								padding:0;
								color:#7e7e7e;
								font-size:1.15em;
								line-height:1.3em;
							}
							
								.template_item_container ul
								{
									margin:0px 0px 0px 0px;
									padding:20px 0px 0px 25px;
								}
								
								.template_item_container ul li
								{
									list-style:none;
									list-style-image:url(../images/imgExpandTriangle.gif);
									margin:0px 0px 10px 0px;
									padding:0px 0px 0px 6px;
									font-size:1.15em;
									line-height:1.3em;
								}
							
							
							
							.template_item_container img
							{
/*								float:right;
								padding:0px 0px 10px 10px;
*/							}
							
							.template_item_container td img
							{
								margin:0;
								padding:0;
							}
						
							#template_top_content h2
							{
								margin:0;
								padding:0;
								font-size:1.8em;
								font-weight:bold;
								color:#535353;
							}
							
							#template_top_content h2 a
							{
								color:#535353;
								text-decoration:none;
							}
							
							
						
							#template_top_content h3
							{
								margin:0;
								margin:0px 0px 8px 0px;
								color:#92CC28;
								font-size:1.3em;
								font-weight:normal;
							}
						
							#template_top_content p
							{
								margin:0;
								padding:0;
								color:#7E7E7E;
								font-size:1.1em;
							}
						
								#template_top_content p a
								{
									display:block;
									padding:10px 0px 0px 0px;
									text-align:right;
									font-style:italic;
									color:#535353;
									font-size:0.9em;
								}
							
							#template_bottom_content
							{
								clear:both;
								margin:30px 0px 0px 0px;
							}
						
							#template_bottom_content h2
							{
								margin:0px 0px 0px 0px;
								padding:0;
								font-size:1.8em;
								font-weight:normal;
								color:#535353;
							}
							
							#template_bottom_content h2 a
							{
								color:#535353;
								text-decoration:none;
							}
							#template_bottom_content h3
							{
								margin:0;
								margin:0px 0px 0px 0px;
								color:#92CC28;
								font-size:1.3em;
								font-weight:normal;
							}
						
						
							#template_bottom_content p
							{
								margin:0;
								padding:10px 0px 0px 0px;
								color:#7E7E7E;
								font-size:1.1em;
								min-height:50px;
								height:auto;
								_height:50px;
								float:left;
							}
						
							
							.static_page_top_container
							{
								padding:0px 0px 0px 0px;			
							}
							
							.static_page_top_container.top_contact_box
							{
								text-align:left; 
							}
							
							.static_page_top_container.about_page
							{
								text-align:right; 
							}
										
							
							
								.static_page_top_container .contact_box_top
								{
									background-image:url(../images/page_template_box_top_bg.gif); 
									text-align:left;
									padding-left:10px;
									font-weight:bold; 
									background-repeat:no-repeat; 
									height:20px; 
									width:171px;				
								}
								
								.static_page_top_container .contact_box_top div
								{
									padding:2px 10px 0px 0px;
									font-size:1.4em;	
									color:#570303;			
								}
								
								.static_page_top_container .contact_box_middle
								{
									padding-left:10px; 
									padding-right:10px; 
									min-height:100px; 
									height:auto; 
									_height:100px; 
									width:149px;
									border-right:1px solid #AD8484;
									border-left:1px solid #AD8484;				
								}
								
								.static_page_top_container .contact_box_bottom
								{
									background-image:url(../images/contact_box_bottom.gif); 
									background-repeat:no-repeat; 
									height:15px; 
									width:171px;				
								}
							
							
							.static_page_center_container
							{
								background-image:url(../images/dotted_centre_bg.gif); 
								min-height:163px;
								height:auto;
								_height:163px; 
								background-repeat:no-repeat;
								margin:11px 0px 25px 0px;
								clear:both;
							}	
							
							.static_page_center_container.hide_background_img
							{
								background-image:none;
							}
							
								#article_Container
								{
									margin-top:4px;
								}
								
								#article_Container h2
								{
									margin:0;
									padding:0;
									font-weight:bold;
									font-size:1.2em;
								}
											
								#article_Container p
								{
									margin:0;
									padding:0;
									font-weight:normal;
									width:288px;				
								}
								
									#article_Container #article_top
									{
										float:left;
										background-image:url(../images/article_box_top.gif); 
										height:12px; 
										width:374px; 
										background-repeat:no-repeat;					
									}
							
									#article_Container #article_middle
									{
										float:left; 
										width:372px; 
										min-height:20px; 
										height:auto; 
										_height:20px; 
										border-left:1px solid #990000; 
										border-right:1px solid #990000;					
									}
									
										#article_Container #article_middle #article_content
										{
											padding:6px;
										}
										
											#article_Container #article_middle #article_display_content
											{
												padding:6px;
											}
										
											#article_Container #article_middle #article_display_content p
											{
												width:360px;
											}
											
											#article_Container #article_middle #article_display_content a
											{
												width:360px;
												color:#666666;
												text-decoration:none;
												font-weight:bold;
											}
											
												.link_title
												{
												}
												
												.link_title a
												{
													text-decoration:none;
													color:#666666;
													font-weight:bold;
												}
												
												.visit_website_button
												{
													text-align:right; 
													margin-top:6px;
												}
											
												.paging_controls_container
												{
													padding-left:65px; 
													margin-top:10px;								
												}
												
													.paging_controls_container .previous_button
													{
														float:left;
													}
													
													.paging_controls_container .page_position
													{
														float:left; 
														padding:0px 10px 0px 10px;									
													}
													
													.paging_controls_container .next_button
													{
														float:left;
													}
										
										
												#article_Container #article_middle #article_content .article_item .article_content_left
												{
													float:left; 
													width:288px;
												}
												
												#article_Container #article_middle #article_content .article_item .article_content_left h2 a
												{
													color:#666666;
													text-decoration:none;	
												}
															
												#article_Container #article_middle #article_content .article_item .article_content_left p a
												{
													color:#666666;
													text-decoration:none;	
												}
															
												#article_Container #article_middle #article_content .article_item .article_content_right
												{
													float:left; 
													width:72px;							
												}
							
									#article_Container #article_bottom
									{
										float:left;
										background-image:url(../images/article_box_bottom_bg.gif); 
										height:12px; 
										width:374px; 
										background-repeat:no-repeat;
										text-align:right;					
									}
							
								.static_page_center_container .contact_form_container
								{
									background-image:url(../images/contact_form_bg.gif); 
									background-repeat:no-repeat; 
									height:216px;	
								}
								
								.static_page_center_container .join_form_container
								{
									background-image:url(../images/join_form_bg.gif); 
									background-repeat:no-repeat; 
									height:106px;	
								}
								
								.contact_form_container .contact_form_content
								{
									padding:6px;
								}	
								
								.join_form_container .join_form_content
								{
									padding:6px;
								}	
								
								.contact_form_container form input.input_textbox
								{
									margin-top:4px;
									margin-bottom:4px;
									font-size:1.1em;
									color:#666666;
								}	
												
								.join_form_container form input.input_textbox
								{
									margin-top:4px;
									margin-bottom:4px;
									font-size:1.1em;
									color:#666666;
								}	
												
									.contact_form_container form input.input_textbox.top_left
									{
										background-image:url(../images/text_box_left_corner_img.gif); 
										padding-left:12px; 
										background-repeat:no-repeat; 
										width:157px; 
										height:17px; 
										border:0; 
										margin-right:15px;				
									}	
													
									.join_form_container form input.input_textbox.top_left
									{
										background-image:url(../images/text_box_left_corner_img.gif); 
										padding-left:12px; 
										background-repeat:no-repeat; 
										width:157px; 
										height:17px; 
										border:0; 
										margin-right:15px;				
									}	
													
									.contact_form_container form input.input_textbox.top_right
									{
										background-image:url(../images/text_box_left_corner_img.gif); 
										padding-left:12px; 
										background-repeat:no-repeat; 
										border:0; 
										width:157px; 
										height:17px;				
									}	
													
									.join_form_container form input.input_textbox.top_right
									{
										background-image:url(../images/text_box_left_corner_img.gif); 
										padding-left:12px; 
										background-repeat:no-repeat; 
										border:0; 
										width:157px; 
										height:17px;				
									}	
													
									.contact_form_container form input.input_textbox.bottom_right_1
									{
										background-image:url(../images/text_box_right_corner_img.gif); 
										background-position:right; 
										padding-right:12px; 
										background-repeat:no-repeat; 
										border:0; 
										height:17px; 
										width:163px;				
									}	
													
									.join_form_container form input.input_textbox.bottom_right_1
									{
										background-image:url(../images/text_box_right_corner_img.gif); 
										background-position:right; 
										padding-right:12px; 
										background-repeat:no-repeat; 
										border:0; 
										height:17px; 
										width:163px;				
									}	
													
									.contact_form_container form input.input_textbox.bottom_right_2
									{
										background-image:url(../images/text_box_right_corner_img.gif); 
										background-position:right; 
										padding-right:12px; 
										background-repeat:no-repeat; 
										border:0; 
										height:17px; 
										width:163px;				
									}	
												
									.join_form_container form input.input_textbox.bottom_right_2
									{
										background-image:url(../images/text_box_right_corner_img.gif); 
										background-position:right; 
										padding-right:12px; 
										background-repeat:no-repeat; 
										border:0; 
										height:17px; 
										width:163px;				
									}	
												
								.contact_form_container form textarea
								{
									margin-top:4px;
									margin-bottom:0px;
									color:#666666;
									background-image:url(../images/textarea_tl_corner.gif); 
									background-repeat:no-repeat; 
									padding-left:12px; 
									border:0; 
									width:348px; 
									height:80px;
									font-size:1.1em;				
								}	
												
								.contact_form_container form .contact_form_buttons
								{
									background-color:#FFFFFF; 
									padding-top:2px;
								}
								
								.join_form_container form .contact_form_buttons
								{
									background-color:#FFFFFF; 
									padding-top:2px;
								}
								
								.contact_form_container form .contact_form_buttons #btn_reset
								{
									cursor:pointer;
								}
								
								.join_form_container form .contact_form_buttons #btn_reset
								{
									cursor:pointer;
								}
								
				
							.static_page_center_container img
							{
								border:0;
							}		
				
							.static_page_center_container label
							{
								font-weight:bold;
								color:#FFFFFF;
							}		
				
							
							.static_page_center_container h1
							{
								font-size:1.2em;
								margin:0;
								padding:0;
							}
							
							.static_page_center_container h2
							{
								font-size:1.2em;
								margin:0;
								padding:0;
							}
							
							.static_page_center_container p
							{
								font-size:1.1em;
								margin:0;
								padding:0;
								width:376px;
							}
							
							.static_page_bottom_container.contact_page
							{
									float:right;
							}
							
							.static_page_bottom_container.join_page
							{
								text-align:center;
							}
							
							.static_page_bottom_container .address_box_container_top
							{
								background-image:url(../images/address_box_top.gif); 
								text-align:right; 
								font-weight:bold; 
								background-repeat:no-repeat; 
								height:15px; 
								width:171px;			
							}
							
							.static_page_bottom_container .address_box_container_middle
							{
								padding-left:10px; 
								padding-right:10px; 
								min-height:100px; 
								height:auto; 
								_height:100px; 
								background-color:#E2E2E0; 
								width:149px;
								border-right:1px solid #E2E2E0;
								border-left:1px solid #E2E2E0;			
							}
							
							
							.static_page_bottom_container .address_box_container_bottom
							{
								background-image:url(../images/address_box_bottom.gif); 
								background-repeat:no-repeat; 
								height:15px; 
								width:171px;			
							}
							
							.static_page_bottom_container.about_page
							{
									clear:both;
							}
							
							.static_page_bottom_container img.left_img
							{
									margin-right:30px;
									border:0;
							}
							
								.back_button
								{
									text-align:right; 
									margin-top:6px;
								}
							
								.links_top_left_img
								{
									float:left;				
								}
						
								.top_image_container img 
								{
									border:0;
									margin:0;
									padding:0;
								}
								
								.top_image_container img.left_img
								{
									margin-right:30px;
				
								}
								
								.top_image_container .links_box
								{
									float:left;				
								}
								
								.top_image_container .links_box_top
								{
									background-image:url(../images/page_template_box_top_bg.gif); 
									text-align:left;
									padding-left:10px; 
									font-weight:bold; 
									background-repeat:no-repeat; 
									height:20px; 
									width:161px;				
								}
								
								.top_image_container .links_box_top div
								{
									padding:2px 10px 0px 0px;
									font-size:1.4em;	
									color:#570303;			
								}
								
									.top_image_container .links_box_top .title
									{
										padding:1px 10px 0px 0px;
									}
								
								.top_image_container .links_box_middle
								{
									padding-left:10px; 
									padding-right:10px; 
									min-height:85px; 
									height:auto; 
									_height:85px; 
									width:149px;
									border-right:1px solid #AD8484;
									border-left:1px solid #AD8484;				
								}
								
								.top_image_container .links_box_bottom
								{
									background-image:url(../images/contact_box_bottom.gif); 
									background-repeat:no-repeat; 
									height:15px; 
									width:171px;				
								}
						
							.welcome_container
							{
				/*				background-image:url(../images/dotted_centre_bg.gif); 
				*/				min-height:153px;
								height:auto;
								_height:153px; 
				/*				background-repeat:no-repeat;
				*/				margin:15px 0px 35px 0px;
								clear:both;			
							}
							
								.welcome_container h1
								{
									font-size:1.2em;
									margin:0;
									padding:0;
								}
					
								.welcome_container p
								{
									font-size:1.1em;
									margin:0;
									padding:0;
									width:360px;
								}
								
								.bottom_image_container
								{
									float:left;
								}
								
								.bottom_image_container div 
								{
									float:left;
								}
								
								.bottom_image_container img 
								{
									border:0;
									margin:0px 0px 8px 0px;
									padding:0;
								}
								
								.bottom_image_container img.left_img
								{
								margin-right:30px;
								}
								
								
				
						
						#template_col_right
						{
							float: left;
							width: 167px;
							padding:0px 3px 0px 0px;
							/*padding: 10px;*/
						}
						
							#template_col_right img
							{
								margin:0px 0px 4px 0px;
								border:0;
							}
							
					#template_footer 
					{
				/*		padding: 10px;
				*/		
					}
					
					#template_footer a
					{
						color:#666666;
						font-weight:bold;
						text-decoration:none;
					}
					
				#template_fix
				{
					clear:both;
				}
				
				.footer_links
				{
					margin:0px 0px 6px 0px;
				}
					

#links h2
	{
		margin:0px 0px 10px 0px;
		padding:0;
		font-size:2.4em;
		font-weight:normal;
		color:#535353;
	}
				
	
#links a
	{
		text-decoration:none;
		color: #a7a9ab;
		font-weight:normal;
		font-size:1.2em;
	}				
				
				
				
				
				
				
				
