/* Copyright Blue Chilli Studio 2010 | www.bluechillistudio.co.uk
=================================================
	Contents:
	0. Imports
	1. Body Globals
	2. Containers
	3. Header 	
	4. navigation
	5. Left Column
	6. Middle Columns
	7. Right Column
	8. Boxes
	9. Footer & copyright 
	10. Hiders, padders, spacers & clearers
/*================================================
	0. IMPORTS
-------------------------------------------------*/
@font-face {
	font-family: lady-ice;
	src:url();
}

/*================================================
	1. Body Globals
-------------------------------------------------*/
html{
}
body{
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px; 
		color:#666; 
		text-align:center; 
		background:#FFF; 
		line-height:20px;
}

strong{font-weight:bold;}
p{margin-bottom:10px; font-family:Arial, Helvetica, sans-serif;}
a{color:#003D77;text-decoration:none;}
a:hover{color:#000;}
h1{
	font-size:22px;
	color:#003D77;
	margin-bottom:15px;
}
h2.locations{
	font-size:22px;
	color:#003D77;
	margin-bottom:15px;
}
/*================================================
	2. Containers
-------------------------------------------------*/
#outercontainer{
	width:999px;
	background:url(../layout/outer_bg.png) repeat-y;
	margin:0px auto;
	padding:0px 15px;
}

#main_container{
	position:relative;
	width:1000px;
	padding:20px 0px;
}
/*================================================
	3. Header
-------------------------------------------------*/
#header{
	position:relative;
	width:1000px;
	height:500px;
	padding-top:20px;
}
	#header #header_bg_image{
		position:absolute;
		top:0px;
		left:0px;
		z-index:1;
	}
	#header #green_banner{
		position:absolute;
		top:20px;
		left:0px;
		width:1000px;
		height:92px;
		background:url(../layout/semi_trans_scarlet_bg.png) repeat;
		z-index:4;
	}
		#header #green_banner #logo{
			position:absolute;
			top:12px;
			left:20px;
			width:358px;
			height:68px;
			background:url(../layout/logo.png) no-repeat;
		}
			#header #green_banner #logo a{
				display:block;
				width:100%;
				height:100%;
				text-indent:-999999px;
			}
		#header #green_banner #contact_text{
			position:absolute;
			top:17px;
			right:20px;
			width:330px;
			height:68px;
			text-align:left;
		}
			#header #green_banner #contact_text p{
				color:#ffffff;
				font-size:19px;
			}
				#header #green_banner #contact_text p a{color:#ffffff;}
				
	#header #ribbon_overlay{
		width:1000px;
		height:500px;
		position:absolute;
		bottom:0px;
		left:0px;
		background:url(../layout/ribbon_overlay.png) no-repeat bottom;
		z-index:2;
	}
	#header #box_image{
		position:absolute;
		left:40px;
		bottom:20px;
		width:240px;
		height:240px;
		background:url(../layout/semi_trans_scarlet_bg.png) repeat;
		z-index:3;
		display: none;
	}
		#header #box_image #box_image_inner{
			width:220px;
			height:220px;
			margin:10px;
			background:#fff;
		}
/*================================================
	4. navigation
-------------------------------------------------*/
#left_nav{
	width:150px;
	float:left;
}
	#left_nav li{
		position:relative;
		width:150px;
		height:150px;
		margin-bottom:15px;
	}
	#left_nav li h4{
		position:absolute;
		bottom:0px;
		left:0px;
		width:150px;
		height:57px;
		background:url(../layout/link_bg.png) no-repeat;
		border-top:1px solid #fff;
		text-align:left;
	}
		#left_nav li h4 a{display:block; width:100%; height:100%; color:#fff;}
		#left_nav li h4 span{
			position:absolute;
			bottom:10px;
			left:10px;
			width:110px;
			text-align:left;
			color:#fff;
			font-size:16px;
		}
	#left_nav li.hover h4{background:url(../layout/link_bg_selected_scarlet.png) no-repeat;}
	#left_nav li.hover h4 span{color:#ffffff;}
	#left_nav li.selected h4{background:url(../layout/link_bg_selected_scarlet.png) no-repeat;}
	#left_nav li.selected h4 span{color:#ffffff;}
		
#right_nav{
	width:150px;
	float:left;
}
	#right_nav li{
		position:relative;
		width:150px;
		height:150px;
		margin-bottom:15px;
	}
		#right_nav li h4{
			position:absolute;
			bottom:0px;
			left:0px;
			width:150px;
			height:57px;
			background:url(../layout/link_bg.png) no-repeat;
			border-top:1px solid #fff;
			text-align:left;
		}
		#right_nav li h4 a{display:block; width:100%; height:100%; color:#fff;}
		#right_nav li h4 span{
			position:absolute;
			bottom:10px;
			left:10px;
			width:110px;
			text-align:left;
			color:#fff;
			font-size:16px;
		}
	#right_nav li.hover h4{background:url(../layout/link_bg_selected_scarlet.png) no-repeat;}
	#right_nav li.hover h4 span{color:#ffffff;}
	#right_nav li.selected h4{background:url(../layout/link_bg_selected_scarlet.png) no-repeat;}
	#right_nav li.selected h4 span{color:#ffffff;}
/*================================================
	5. Left Column
-------------------------------------------------*/


/*================================================
	6. Middle Columns
-------------------------------------------------*/
#main_content{
	width:620px;
	float:left;
	padding:0px 40px;
	text-align:left;
}
	#main_content p{
		font-size:14px;
		padding:0px 40px;
	}
#testimonials{
}
	#testimonials li{
		margin-bottom:15px;
	}
		#testimonials li h3{
			font-size:16px;
			color:#003D77;
			margin-bottom:5px;
		}
		#testimonials li p{
			color:#999;
			font-style:italic;
		}
#pagecontainer{
	margin:50px;
	width:600px;
}
#pagecontent_text{
	width:600px;
	display:block;
}
#pagecontent_resources{
	float:right;
	width:355px;
}
	#pagecontent_text h1{
		color:#2D4492;
		font-size:30px;
		font-weight:bold;
		margin-bottom:10px;
		background-repeat:no-repeat;
		background-position:0px 0px;
		height:38px;
	}
	#pagecontent_text h2{
		color:#2D4492;
		font-size:12px;
		font-weight:bold;
		margin-bottom:10px;
	}
		
#locations{
	margin-top:5px;
	padding:0px 30px;
}
	#locations li{
		border-bottom:1px solid #0C0;
		padding:10px 0px;
	}
		#locations li h3{
			font-size:16px;
			font-weight:bold;
			color:#2D4492;
			width:350px;
			float:left;
		}
		#locations li p{
			padding:0px;
			margin:0px;
			width:350px;
			float:left;
		}
		#locations li h4{
			font-size:14px;
			color:#2D4492;
			padding:5px 0px;
		}
		#locations li img{float:right;}
		#locations li table p{padding:0px;}
		
/*================================================
	7. Right Column
-------------------------------------------------*/
			
#blog_categories{
	float:right;
	width:255px;
	background:#F4F5F9;
	padding:15px;
	 margin-top:20px;
}
	#blog_categories h2{
		color:#2D4492;
		font-size:14px;
		font-weight:bold;
		margin-bottom:0px;
	}
	#blog_categories ul{margin:10px 0px;}
		#blog_categories ul li{margin-bottom:3px; list-style:disc; margin-left:10px;}
	
#blog_container{display:block; width:700px; margin-right:45px; margin-top:20px;}
	#blog_container h1{
		color:#2D4492;
		font-size:22px;
		font-weight:bold;
		margin-bottom:20px;
	}

		#blog_container ul li{margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #2D4492;}
		#blog_container ul li .blog_header h2{color:#2D4492; font-size:18px;font-weight:bold; margin-bottom:5px}
		#blog_container ul li .blog_header h3{color:#999; font-size:14px; font-weight:bold; margin-bottom:10px;}		
		
		#blog_container ul li .blog_details{
			float:left;
			width:440px;
		}
		#blog_container ul li .blog_media{
			float:left;
			width:200px;
			margin-right:40px;
		}
		#blog_container ul li .blog_details h4{color:#999; font-size:13px; font-weight:bold;}
			#blog_container ul li .blog_details h4 a{font-size:12px; font-weight:normal;}
/*================================================
	8. Boxes
-------------------------------------------------*/
.markerpopup{
}
	.markerpopup h1{
		font-size:18px;
		border-bottom:1px solid #00CC00;
		padding-bottom:5px;
		margin-bottom:3px;
	}
	.markerpopup p{padding:0px; width:130px;}
	.markerpopup img{float:right;}
/*================================================
	9. Footer & copyright 
-------------------------------------------------*/
bottom height 16px{}
#footer{
	margin-left:-15px;
	width:1016px;
	height:71px;
	padding-lefT:15px;
	background:url(../layout/footer_bottom.png) no-repeat bottom;
}
	#footer #ticker{
		position:relative;
		width:1000px;
		height:25px;
		overflow:hidden;
		color:#174075;
	}
	#footer #green_inner{
		position:relative;
		width:1000px;
		height:30px;
		background:url(../layout/semi_trans_scarlet_bg.png) repeat;
	}
		#footer #green_inner p{
			color:#fff;
			font-size:12px;
			text-align:left;
			padding-left:20px;
			padding-top:5px;
		}
			#footer #green_inner p a{color:#fff;}
		#footer #green_inner p.right{
			color:#fff;
			font-size:12px;
			text-align:left;
			position:absolute;
			top:0px;
			right:20px;
		}
			#footer #green_inner p.right a{color:#fff;}
/*================================================
	10. Hiders, padders, spacers & clearers
-------------------------------------------------*/
.hidden{display:none;}
.clearLeft{clear:left;}
.clearRight{clear:right;}
.clearAll{clear:both; height:1px;}
/*#frontend_editcontainer{position:static;top:0px;left:0px;right:0px;background:#ECECEC;border:1px solid #CCC;margin-bottom:10px;text-align:center;}
#frontend_editcontainer #quickedit_text{width:900px;margin:0px auto;text-align:left;}
#frontend_editcontainer #quickeditform{width:900px;margin:0px auto;text-align:left;border:1px solid #CCC;padding:10px;margin-bottom:10px;}
#frontend_editcontainer #quickeditform h2{font-size:16px;font-weight:bold;color:#000;margin-bottom:10px;}
#frontend_editcontainer #quickeditform p{}
#frontend_editcontainer #quickeditform p label{float:left;width:120px;font-weight:bold;}
#frontend_editcontainer #quickeditform p u{display:block;margin-left:130px;}
#frontend_editcontainer #quickeditform #quickedit_controls{float:right;margin-right:80px;}*/
.ie_alert {background-color:#CC0000;color:#FFFFFF;font-size:13px;padding:10px;position:absolute;top:0px;left:0px;text-align: center;width:98%;}
.ie_alert h2 {color: #FFFFFF;font-weight: bold;}
.ie_alert a img {text-decoration: none;}
/*================================================
	11. Headings
-------------------------------------------------*/