﻿body
{
	margin: 0px;
	background-color: #D7DBDC;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #41464C;
	text-align: justify;
	line-height: 18px;
	background-image: url(../Images/Theme/bgr-body.jpg);
	background-repeat: repeat-x;
	background-color: #D7DBDC;	
}

hr
{
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-color: #BAC0C2;
	border-style: solid none none none;
	background-color: #FFFFFF;
	padding-top:1px;
	clear:both;
}

img
{
	border:none;

}

p
{
	margin-top: 20px;
	margin-bottom: 20px;
}

a
{
	color: #E53F59;

}

a:hover
{

	color: #F093A0;
	text-decoration: none;		
}

h1
{
	color: #212427;
	font-size: 26px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom: 30px;
}

h2
{
	font-size: 16px;
	font-weight: normal;
	color: #373C40;
}

h3
{	
	font-size: 14px;
	margin: 15px 0px 5px 0px;
	color:#000;
	
}

h4
{
	
}

#wrapper
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	width: 960px;
	float: left;
	height: 130px;
	position:relative;

}
	#header #logo
	{
		Display:block;
		background-image: url(../Images/Theme/logo.png);
		height: 63px;
		width:168px;
		position: absolute;
		top: 20px;
		left: 10px;
		z-index: 1;
	}
	
	#header #slogan
	{
		display: block;
		position: absolute;
		top: 80px;
		left: 10px;
		z-index: 1;
		font-size: 24px;
		line-height:30px;
		color: #41464C;
		font-family: tahoma;
	}
	
	#header #phone
{
	display: block;
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 1;
	font-size: 38px;
	line-height: 40px;
	color: #2B2E31;
	font-family: tahoma;
	letter-spacing: 4px;
	font-weight: bold;
}
	
	#header .header_img
	{

		position: absolute;
		top: -70px;
		right: 0px;
		z-index: 0;
		float:right;
	}	

#navigation
{
	width: 960px;
	height: 40px;
	float: left;
	margin-bottom: 10px;
	position:relative;

}

	#navigation ul
	{
		margin: 0px;
		padding: 0px;
	}

		#navigation ul li
		{
			list-style:none;
			display:inline-block;
			float:left;
		
			
		}
		#navigation #hover_box
		{
			display:none;
		}
		

		
		#navigation #hover_box
		{

			background-image: url(../Images/Theme/bgr-box-hover.png);
			position: absolute;
			top: 40px;
			left: 0px;
			z-index: 1000;
			padding: 0px 10px 10px 10px;
			width: 940px;
			height: 340px;
			background-repeat: no-repeat;
		}
		
		#navigation #hover_box ul
		{
			width: 300px;
			padding-left: 20px;
			padding-top: 20px;
	
			
		}			
		
		#navigation #hover_box ul li a
		{
			background-position: left top;
			width: 300px;
			text-align: left;
			float: left;
			padding-left: 15px;
			line-height: 20px;
			margin-left:10px;
			height: 20px;
			color: #898C93;
			background-image: url(../Images/Theme/bgr-a-box-holder.png);
			background-repeat: no-repeat;
			text-decoration: underline;
		}
		
		#navigation #hover_box ul li a:hover
		{
			background-position: left bottom;

		}							
		
		#navigation ul li img
		{
			float:left;
			
		}		

			#navigation ul li a
			{
				float: left;
				width: 110px;
				text-align: center;
				height: 40px;
				line-height: 40px;
				color: #FFF;
				text-decoration: none;
				font-weight: bold;
			}

			#navigation ul li a:hover
			{
				color: #000;
				text-decoration: underline;
			}
			
			#navigation ul li a.active
			{
				color: #000;
			}
			
			

#banner
{
	background-position: bottom;
	float: left;
	width: 960px;
	height: 340px;
	position: relative;
	background-image: url(../Images/Theme/bgr-banner.png);
	background-repeat: repeat-x;
	bottom: 0px;
}


	
	#book_service
	{
		float: right;
		width: 300px;
		height: 310px;
		background-image: url(../Images/Theme/bgr-book-service.png);
		padding: 0px 10px 0px 10px;
		position:absolute;
		z-index:1;
		top: 0px;
		right: -10px;
	}
	
		#book_service h2
		{
			font-weight: normal;
			margin: 0px;
			width: 290px;
			padding-left: 10px;
			background-image: url(../Images/Theme/bgr-book-service-title.png);
			color: #FFF;
			line-height: 40px;
			font-size: 16px;
		}
	
	#bread_crumbs
	{
		position: absolute;
		z-index: 1;
		bottom: 5px;
		left: 10px;
	}	
	
#body_wrapper
{
	width: 960px;
	float: left;
	padding: 30px 0px 30px 0px;

}

	#main_content
	{
		width: 630px;
		float: left;

	}
	
	#side_nav
	{
		width: 300px;
		float: right;

 
	}	
	
#footer
{
	width: 960px;
	clear: both;
	height: 200px;
	background-color: #FFFFFF;
	padding-top: 20px;
}

	#footer ul
	{
		padding-right: 0px;
		padding-left: 0px;
		margin-right: 0px;
		margin-left: 0px;
	}
	
	#footer ul li
	{
		list-style-type: none;
	}
	
	#footer ul li a
	{
		color: #E53F59;
	}		



	#footer ul li a:hover
	{
		color: #F093A0;
		text-decoration: none;
	}	

	#footer #find
	{
		width: 229px;
		float: left;
		margin-right: 5px;
		margin-left: 5px;
		padding-left: 5px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #D7DBDC;
	}
	
	#footer #hours
	{
		width:229px;
		float: left;
		margin-right:5px;
		padding-left: 5px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #D7DBDC;		
	
	}
	
	#footer #partners
	{
		width:229px;
		float: left;
		margin-right:5px;
		padding-left: 5px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #D7DBDC;			
		
	}
	
	#footer #sitemap
	{
		width:229px;
		float: left;
		padding-left: 5px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #D7DBDC;			
	}
	
	
	#footer #sitemap a
	{
		background-position: left top;
		background-image: url(../Images/Theme/icon-red-pointer.png);
		background-repeat: no-repeat;
		padding-left: 13px;
		line-height: 20px;
		float:left;
		width:209px;
	}	
	
	#footer #sitemap a:hover
	{
		background-position: left bottom;

	}	
	
		
	#footer #find .title, #footer #hours .title, #footer #partners .title, #footer #sitemap .title
	{
		font-size: 18px;
		color: #94979D;
		display:block;
		width:234px;
	}	
	
#registration_info
{
	padding: 10px;
	width: 938px;
	float: left;
	clear: both;
	background-color: #2B2C2F;
	color: #FFFFFF;
	margin: 20px 1px 0px 1px;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #626466;
	padding-bottom: 30px;
}

#registration_info .title
{
	font-size: 18px;
	display:block;
	margin-bottom:10px;
}			
