
/* ********** GENERAL  ***************************************************** */

html, body{ margin: 0; padding: 0; }

body { background: #ad0249 url(../images/page_back.jpg) no-repeat top center; text-align: center; }
	
img{border:0;}
	
body, p, table, td, input, button, select, textarea
{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
h1, h2, h3, h4, h5{ color: #000; }
p{ line-height: 19px; }
input, button{ color: #000; }

a:link, a:visited, a:active{color:#06C;}
a:hover{color: #009}	
a[name]:hover{color: #009}


/* ********** LAYOUT  ***************************************************** */

.box{ width: 910px; margin: 0 auto; }
.top{ background: url(../images/top.gif) no-repeat top center; margin: 40px 0 0 0; padding: 0; }
.bottom{ background: url(../images/bottom.gif) no-repeat bottom center; margin: 0 0 40px 0; padding: 0 0 10px 0; }


#container
{
	background: #fff;
	text-align: left;
}

#page{
	padding: 40px 48px;
}

		
.clear{ clear: both; font-size: 1px; }


/* ********** HEADER ***************************************************** */

	#header{
		padding: 62px 0 4px 0;
		height: 31px;
	}

	#main-menu
	{
		overflow: hidden;
	}
		
		#main-menu ul{
			padding: 0;
			margin: 0 0 0 47px;
			list-style: none;
			display: inline;
			float: left;
			border-left: 1px solid #bcaa87;
		}

			#main-menu ul li {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
				float: left;
				text-transform: uppercase;
				font-size: 13px;
				border-right: 1px solid #bcaa87;
			}

			#main-menu ul li a{
				display: block;
				float: left;
				text-align: center;
				font-weight: bold;
				padding: 6px 18px 7px 18px;
				margin: 0;
				 /*height: 30px; CONFORMANT BROWSERS */
				text-decoration: none;				
			}

			#main-menu ul li a:link, 
			#main-menu ul li a:visited, 
			#main-menu ul li a:active {color: #82013b; }
			
			#main-menu ul li a:hover {
				color: #fff;
				background: #430500;
			}


			#main-menu ul li .chosen:link, 
			#main-menu ul li .chosen:visited, 
			#main-menu ul li .chosen:active, 
			#main-menu ul li .chosen:hover 
			{  
				background: #82013b;
				color: #fff;
			}



/* ********** SIDE MENU ***************************************************** */


#sub-menu
{
	margin: 20px 0;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #333;
}

	#sub-menu li
	{
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #333;
	}

		#sub-menu li a:link, #sub-menu li a:visited, #sub-menu li a:active
		{
			padding: 10px 10px 8px 20px;
			display: block;
			height: 20px;
			text-decoration: none;
		 }
		 
		#sub-menu li a:hover
		{
			text-decoration: underline;
			display: block;
			background: #333;
		}
		
		#sub-menu li .chosen:link, #sub-menu li .chosen:visited, #sub-menu li .chosen:active {
			text-decoration: none;
			color: #fff;
			/*background: url(../../include/images/side_menu_arrow.gif) no-repeat left;*/
			display: block;
			background: #000;
		}




/* ********** FOOTER ***************************************************** */


#footer
{
	color: #fff;
	font-size: 12px;
	padding: 34px 0 9px 0;
	margin: 0;
	text-align: center;
}

	#footer a:link, #footer a:visited, #footer a:active{color: #fff;}
	#footer a:hover { color: #C00}




/* ********** CONTENT ***************************************************** */


h1
{
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: -1.5px;
	font-weight: bold;
	margin: 5px 0px 20px 0;
}


h2
{
	font-size: 29px;
	padding: 0px;
	margin: 5px 0 17px 0;
}

h3
{
	font-size: 23px;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 20px 0;
}

h4
{
	font-size: 17px;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 20px 0;
}

.right-pic
{
	margin: 10px 0px 10px 10px;
}

.left-pic
{
	margin: 0 20px 10px 0px;
	border: 1px solid #ccc;
	padding: 5px;
}

.divider{
	background: url(../images/divider.gif) repeat-x center center;
	font-size: 15px;
}

.title-link{
	text-align: right;
	position: relative;
	float: right;
	top: -50px;
	margin: 0;
	padding: 0;
}





.pictures{
	background: #82013b;
	padding: 45px 65px;
	margin: 0 21px 0 19px;
	text-align: left;
	border-bottom: 2px solid #ccc;
}



.video{
	background: #333;
	padding: 45px 65px;
	margin: 0 21px 0 19px;
	text-align: left;
}
	.video h2, .video p{ color: #fff; }



.location{
		
}

	.address{
		float: left;
		width: 380px;
		padding: 0px 0;
		text-align: center;
	}
	
	.map{
		float: right;
		width: 375px;
		padding-right: 20px;
	}








	.home-sections{
	}
		
		.home-sections p{
			float: right;
			width: 150px;
			padding: 20px 20px 30px 10px;
			margin: 0;
		}
		
			.home-sections a{ display: block;
				height: 220px;
				width: 300px;
				text-decoration: none;
			}
		
		.home-sections span{
			float: left;
			width: 67px;
			padding: 20px 0 30px 30px;
			margin: 0;
		}
	
		.home-section-1{
			width: 303px;
			height: 220px;
			float: left;
			background: url(../images/home-box-1.gif) no-repeat top left;
		}
		
		

		.home-section-2{
			width: 304px;
			height: 220px;
			float: left;
			background: url(../images/home-box-2.gif) no-repeat top left;
		}
		
			
		
		.home-section-3{
			width: 303px;
			height: 220px;
			float: left;
			background: url(../images/home-box-3.gif) no-repeat top left;
		}
		
			

.call-to-action{
	padding: 20px 0 0 0;
	text-align: right;
	font-weight: bold;
}

