/* CSS RESET 
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {font:13px/1.231 arial,helvetica,clean,sans-serif;}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
img{border:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

/* __________________change_________________________________ */

body {
	text-align:center;
	color:#000;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	background-color: #F0F0F0;	
}

/* __________________change_________________________________ */

a {
	text-decoration:none;
	color: #666F53;	
}
a:hover {
	text-decoration: underline;
	
}

.bold {
	font-weight: 700;
}
/* top */
/* __________________change_________________________________ */

#top {
	height:68px;
	background-image: url(top.png);
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
}


#header {
	width: 325px;
	float:left;
	height: 41px;
	padding-top: 25px;
	padding-left: 35px;
}
#header p {width: 280px;}

/* __________________change_________________________________ */

h1 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666F53;
	}


#nav {
	width:555px;
	height:30px;
	line-height:35px;
	margin-left: 360px;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 0;
	
}
#nav li {float:left;  font-weight:700; width:100px; padding:0 0px }
#nav a {text-decoration:none; display:block; text-align:center; color:#fff}
#nav a:hover {
	background-image: url(../nonbranded/nav_bck.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #000000;
}
#info li.info a, #ss li.ss a, #location li.location a, #vts li.vts a {
	color: #000000;
	background-image: url(../nonbranded/nav_bck.png);
	background-repeat: no-repeat;
	background-position: center center;	
	
}
/* content */
#data {
	background-image: url(../nonbranded/bck.png);
	background-repeat: repeat-y;
	text-align: center;
	min-height:600px;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
}

/* mac hide \*/
* html #data{height:625px}
/* end hide */

#agent {
	width: 250px; float: left; margin-left: 22px;
}
#agent p {
	font-size: 115%;
	line-height: 150%;
}
p#prop_desc {
	text-align: justify;
	width: 610px;
	line-height: 135%;
	letter-spacing: .05em;
	background-color: #666F53;
	padding: 15px;
	margin-left: 295px;
	color: #FFFFFF;
}
#video {}
#slideshow {
	text-align: center;
	padding: 0px;
	height: 626px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
object {
	margin: 0px;
	padding: 0px;
}


/* footer */
#footer {
	margin-top: -20px;
	font-size: 110%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
#footer ul {
	list-style-type: none;
	padding: 0px;
	
	
}
#footer p {
	text-align: center;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#footer ul li {
	display: inline;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0000;
	padding-left: 5px;
	font-weight: normal;
}
#footer ul li.last {
	border-right-style: none;
}

#bottom {
	background-image: url(../nonbranded/bottom.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#copyright {
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -15px;
	color: #000000;
}
#copyright p {
	text-align: right;
	margin-right: 35px;
}
#copyright a {
	color: #000000;
}
#vts_list ul {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 15px;
	
}

#vts_list ul li {
	display: inline;
	padding-right: 25px;
	margin-bottom: 15px;
	}
#vts_list ul li a {
	font-size: 115%;
}

.one #vts_list ul li.one a, .two #vts_list ul li.two a, .three #vts_list ul li.three a {
	text-decoration: underline;
	font-weight: bold;
}
