@charset "UTF-8";
/* CSS Document */

body
		{
			background: url(/assets/images/bg.jpg) no-repeat top center;
			margin-top: 20px;
		}
		
		.navigation
		{
			background-image:url(/assets/images/nav_bg.jpg);
			background-repeat:repeat-x;
			height: 40px;
			border: 1px solid #dfdfdf;
			margin-top: 10px;
		}
		.navigation ul
		{
			list-style: none;
		}
		.navigation ul li
		{
			float: left;
			color: #4c546e;
			border-right: 1px solid #e0e0e0;
			padding: 10px 15px 10px 15px;
			
		}
		.navigation ul li:first-child
		{
			padding-left: 0px;
		}
		a, a:link, a:active, a:visited
		{
			color: #4c546e;
			text-decoration: none;
		}
		
		.container
		{
			margin-top: 20px;
		}
		h1
		{
			font-family: Myriad Pro;
			color: #012534;
			font-weight: bold;
			margin-bottom: 0px;
			padding-bottom: 0px;

		}
		p
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000;
		}
		.news-box
		{
			background:url(/assets/images/box_bg.jpg) #fefefe repeat-x;
			height: 231px;
			border: 1px solid #dedede;
			margin-right: 15px;
			padding: 15px;
		}
		.left-side-box
		{
			background:url(/assets/images/box_bg.jpg) #fefefe repeat-x;
			border: 1px solid #dedede;
			padding-top: 10px;
		}
		.news-title
		{
			text-decoration: underline;
		}
		.tel
		{
			margin-top: 51px;
		}
		.rm-button
		{
			margin-top: 5px;
		}
		.footer
		{
			margin-bottom: 20px;
		}
		
		#nav_sub ul {
			list-style: none;
		}
		#nav_sub li {
			display: block;
			border-bottom: 1px dashed #CCC;
			padding: 5px;
		}
		#main_content {
			padding-left: 10px;
		}
		/*
#nav_sub { clear: both; height: 20px; } 
		#nav_sub ul
		{
			list-style: none;
			clear: both;
			
		}
		#nav_sub li
		{
			float: left;
			list-style: none;
			border-right: 1px solid #CCC;
			padding-left: 10px;
			padding-right: 10px;
			margin-bottom: 15px;
		}
		#nav_sub li.last
		{
			border-right: 0px;
		}
	*/
	
	.slide {
		position:relative; 
		width: 870px;
		height: 241px;
	}
	.buttons {
		float:right; 
		margin-right: 20px; 
		padding-top: 10px;
	}
	.text_options {
		position:absolute; 
		bottom: 10px; 
		left: 10px;
		width: 870px;
	}
	.slide h1 {
		font-size: 20px;
		color: #FFF; 
		font-weight: bold;
	}
	.slide h2 {
		font-size: 12px;
		color: #FFF;
	}
