

/* Arcadia Village Layout - www.arcadiavillage.com */
/* Copyright (c) 2009 Arcadia Village. All rights reserved. */
/* Created for Arcadia Village by Open Development, March 2009. */





/* -------------- GENERAL ----------------- */



	
body
	{
	margin: 0;
	padding: 0;
	border: 0;
	background: #e8efdb;
	font: 85% Helvetica, Arial, sans-serif;
	text-align: center;
	color: #222;
		}
		
a
	{
	color: #003d2e;
		}
		
a:hover
	{
	color: #c00;
		}
	


/* -------------- TYPOGRAPHY ----------------- */



h1
	{
	font: bold 2.5em Helvetica, sans-serif;
		}

h2
	{
	font: bold 1.75em Helvetica, sans-serif;
		}

h3
	{
	font: bold 1.5em Helvetica, sans-serif;
		}

h4
	{
	font: bold 1.25em Helvetica, sans-serif;
		}

h5
	{
	font: bold 1em Helvetica, sans-serif;
		}

h6
	{
	font-size: .9em;
		}

strong
	{
	font-weight: bold;
		}

em
	{
	font-style: italic;
		}

pre,code
	{
	font: normal 100% courier,monospace;
		}
		
		
		
		
		
		
		



/* --------------  NAVIGATION ----------------- */



#mainNav
	{
	margin: 20px 0 70px 0;
	width: 200px;
		}
			
#mainNav span
	{
	display: none;
		}
		
#mainNav h4
	{
	display: none;
		}
		
#mainNav ul
	{
	margin: 0;
	padding: 0;
		}
		
#mainNav #ulA, 
#mainNav #ul1, 
#mainNav #ul3, 
#mainNav #ul4, 
#mainNav #ul5, 
#mainNav #ul7, 
#mainNav #ul8
	{
	margin: 0;
	padding: 0;
	height: 45px;
	position: relative;
		}
		
#mainNav #ul2, 
#mainNav #ul6
	{
	margin: 0;
	padding: 0;
	height: 61px;
	position: relative;
		}

#mainNav #ulA li, 
#mainNav #ul1 li, 
#mainNav #ul3 li, 
#mainNav #ul4 li, 
#mainNav #ul5 li, 
#mainNav #ul7 li, 
#mainNav #ul8 li
	{
	height: 45px;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
		}

#mainNav #ul2 li, 
#mainNav #ul6 li
	{
	height: 45px;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
		}

#mainNav #ulA li a, 
#mainNav #ul1 li a, 
#mainNav #ul3 li a, 
#mainNav #ul4 li a, 
#mainNav #ul5 li a, 
#mainNav #ul7 li a, 
#mainNav #ul8 li a
	{
	height: 45px;
	display: block;
		}

#mainNav #ul2 li a, 
#mainNav #ul6 li a
	{
	height: 61px;
	display: block;
		}
		
#mainNav #navA
	{
	left: 0px;
	width: 198px;
	background: transparent url(../images/nav/home.gif) no-repeat;
		}

#mainNav #navA a:hover
	{
	background: transparent url(../images/nav/home.gif) -0 -45px no-repeat;
		}
		
#mainNav #nav1
	{
	left: 0px;
	width: 198px;
	background: transparent url(../images/nav/models.gif) no-repeat;
		}

#mainNav #nav1 a:hover
	{
	background: transparent url(../images/nav/models.gif) -0 -45px no-repeat;
		}
		
#mainNav #nav2
	{
	left: 0px;
	width: 198px;
	background: transparent url(../images/nav/homes.gif) no-repeat;
		}

#mainNav #nav2 a:hover
	{
	background: transparent url(../images/nav/homes.gif) -0 -61px no-repeat;
		}
		
#mainNav #nav3
	{
	left: 0px;
	width: 198px;
	background: transparent url(../images/nav/community.gif) no-repeat;
		}

#mainNav #nav3 a:hover
	{
	background: transparent url(../images/nav/community.gif) -0 -45px no-repeat;
		}
		
#mainNav #nav4
	{
	left: 0px;
	width: 198px;
	background: transparent url(../images/nav/golf.gif) no-repeat;
		}

#mainNav #nav4 a:hover
	{
	background: transparent url(../images/nav/golf.gif) -0 -45px no-repeat;
		}
		
#mainNav #nav5
	{
	left: 0px;
	width: 198px;
	background: transparent url(../images/nav/clubhouse.gif) no-repeat;
		}

#mainNav #nav5 a:hover
	{
	background: transparent url(../images/nav/clubhouse.gif) -0 -45px no-repeat;
		}
		
#mainNav #nav6
	{
	left: 0px;
	width: 198px;
	background: transparent url(../images/nav/calendar.gif) no-repeat;
		}

#mainNav #nav6 a:hover
	{
	background: transparent url(../images/nav/calendar.gif) -0 -61px no-repeat;
		}
		
#mainNav #nav7
	{
	left: 0px;
	width: 198px;
	background: transparent url(../images/nav/location.gif) no-repeat;
		}

#mainNav #nav7 a:hover
	{
	background: transparent url(../images/nav/location.gif) -0 -45px no-repeat;
		}
		
#mainNav #nav8
	{
	left: 0px;
	width: 198px;
	background: transparent url(../images/nav/info.gif) no-repeat;
		}

#mainNav #nav8 a:hover
	{
	background: transparent url(../images/nav/info.gif) -0 -45px no-repeat;
		}
		
				
		
		
		
		
		
		
		
		

/* -------------- LAYOUT ----------------- */



#top
	{
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/tile_top.gif) repeat-x;
	height: 111px;
	width: 100%;
		}

#top #logo
	{
	width: 960px;
	height: 111px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/slogan.gif) 200px 0 no-repeat;
		}

#background
	{
	width: 100%;
	margin: 0;
	background: url(../images/bar.jpg) top center no-repeat;
		}

#background2
	{
	width: 100%;
	margin: 0;
	background: url(../images/bar2.jpg) top center no-repeat;
		}
		
#page
	{
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
	background: url(../images/background_left.gif) 0 0 no-repeat;
		}
		
#left
	{
	float: left;
	width: 200px;
	text-align: center;
		}
		
#right
	{
	float: left;
	width: 760px;
		}
		
#right #flash
	{
	width: 760px;
	height: 225px;
	background: url(../images/beach.jpg) no-repeat;
		}
		
#right #bar
	{
	width: 760px;
	height: 100px;
	background: url(../images/montage.jpg) no-repeat;
		}
		
#right #headline
	{
	width: 760px;
	height: 100px;
		}
		
#right #headline h1
	{
	display: none;
		}
		
#right #content
	{
	width: 720px;
	margin: 0 0 20px 40px;
	line-height: 1.8em;
	border-bottom: 1px solid #999;
		}
		
#right #content p
	{
	margin-top: 1.8em;
	margin-bottom: 1.8em;
		}
		
#right #content p.first
	{
	margin-top: 0;
		}
		
#right #content table td
	{
	padding: 3px 12px 3px 0;
		}
		
#right #footer
	{
	width: 710px;
	margin: 0 0 20px 50px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
		}
		
#right #footer p
	{
	font-size: .85em;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
		}
		
		
		
		
		

/* -------------- MISCELLANEOUS ----------------- */



.clear
	{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
		}
		
.super
	{
	vertical-align: super;
		}
		
.floatRight
	{
	float: right;
	text-align: center;
	margin: 4px 0 12px 40px;
	font: normal .85em Helvetica, sans-serif;
	line-height: 1.5em;
		}
		
.floatRight img
	{
	margin: 0 0 6px 0;
		}
		
.required
	{
	color: #c00;
		}
		
		
		
#newDiv
	{
	position: absolute;
	top: 0;
	left: 150px;
	right: 0;
	bottom: 0;
	width: 300px;
	background: url(http://admin.open-sys.net/i/background.png);
	text-align: left;
	overflow: visible;
		}
		
		
		
#newDiv a
	{
	color: #00c;
		}
		
.content
	{
	margin: 0;
	padding: 12px 0;
	width: 360px;
	text-align: left;
	background: #eed;
		}
		
.bar
	{
	margin: 0;
	padding: 1px 0;
	width: 360px;
	text-align: right;
	background: #449;
		}
		
.bar a
	{
	color: #fff;
		}

.textbox
	{
	border: 1px solid #003d2e;
	padding: 2px;
		}





#photoTour
	{
	width: 720px;
	margin-bottom: 20px;
		}

#photoTour h4
	{
	font: bold 1em Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #687f5b;
	margin: 6px 0;
		}

#photoTour p
	{
	font: normal 1em Helvetica, sans-serif;
	color: #333;
	margin: 9px 0 15px 0 !important;
		}

#photoTour .photo
	{
	padding: 1px;
	border: 4px solid #a8af9b;
	float: left;
	margin-right: 35px;
		}
		
#thumbnails
	{
	width: 300px;
	float: left;
		}
		
#thumbnails img
	{
	float: left;
	margin: 0 10px 8px 0;
		}



































