@import url("global.css");

body{
background:url(../images/bg.gif) repeat-x #000;
margin:0 auto;
}
#MasterBox{
margin:0 auto;
position:relative;
width:1000px;
}
#Masthead{
background:url(../images/Masthead.gif) no-repeat;
height:102px;
width:1000px;
}
#NavVideos{
background:;
display:block;
position:relative;
width:1000px; height:535px;
}
	#NavBox{
	display:block;
	float:left;
	height:315px;
	width:199px;
	padding:19px 0 0 0;
	}
	/* #NAV formatting from global, following are elements modified */
	#Nav{
	background:url(../images/Nav.gif) no-repeat;
	height:280px;
	width:199px;
	padding:19px 0 0 0;
	}		   
		  #Nav a{
			display:block;			
			width:199px;
			height:36px;
			}
			#Nav a:hover{
			background:url(../images/Nav_hover.gif) no-repeat;
			}			
			#NavHome a:hover {
			background-position:0 -19px;
			}	 			
			#NavCred a:hover {
			background-position:0  -55px;
			}			
			#NavExpe a:hover {
			background-position:0 -91px;
			}			
			#NavGallery a:hover {
			background-position:0 -127px;
			}			
			#NavFacility a:hover {
			background-position:0 -163px; /*163*/
			}			
			#NavContact a:hover {
			background-position:0 -199px;
			}			
			#NavLinks a:hover {
			background-position:0 -235px;
			}			
			#NavNews a:hover {
			background-position:0 -271px;
			}  



/*-----------------------------------
  Testimonials
  ----------------------------------- */
#Videos{		
display:block;
position:absolute;
left:202px; top:0;
width:555px; height:535px;
}

#Photos{
background:url(../images/bgPhotoTest.jpg) no-repeat bottom;
border-bottom:1px solid #000;
clear:both;
height:230px;
padding:0 0 0 0;
position:relative;
width:1000px;
text-align:left;
}
	#Photos p{
	text-align:left;
	font-size:13px;
	line-height:140%;
	color:#fff
	}
	#Photos .goldName{
	color:#ffcc33;
	font-weight:bold;
	}
	
	.QuoteC1{
	display:block;
	float:left;
	padding:70px 0 0 290px;
	width:200px; height:150px;
	}
	.QuoteC2{
	display:block;
	float:right;
	padding:70px 110px 0 10px;
	width:230px; height:150px;
	}
	
#Cards{
clear:both;
padding:30px 30px 0 30px;
position:relative;
width:1000px;
}
	#Cards h2.h2Header{
		margin:0;
		padding:0;
		display:block;
	}

	#cardgallery ul li {
		list-style:none;
		float:left;
		margin-right:0;
	}
	#cardgallery ul li a img {
		border:0;
		margin:20px 20px 40px 20px;
		padding:0;
	}


/* ---- FooterHome Style ----*/	
#FooterHome{
border-top:1px solid #333;
clear:both;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding:10px 30px 0;
text-align:center;
width:930px;
}
#FooterHome p{
font-size:10px;
margin:15px 0 15px 0;
text-transform:none;
}
	#FooterHome a{
	color:#999;
	text-transform:none;
	text-decoration:none;
	}
	#FooterHome a:hover{
	color:#336699;
	}
