@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color: #DAE7D2;
	behavior: url("csshover3.htc"); 
	font: 90% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	
a {
	color: #A11B93;
}

#content a {
	font-style: italic;
}
	
h1 {
	color: #75007D;
	font-style: italic;
	font-size: 140%;
	font-weight: normal;
	border-bottom: 1px solid #75007D;
}

h2 {
	color: #FF8609;
	font-style: italic;
	margin-left: 0.5em;
	font-size: 130%;
	font-weight: normal;
}

h3 {
	color: #8C0081;
	font-style: italic;
	margin-left: 0.7em;
	font-size: 120%;
}

.spacer {
	float: none;
	clear: both;
	height: 1px;
	}

.foot_spacer {
	float: none;
	clear: both;
	height: 1px;
	background-color: #56004E;
	}

.green {
	color: #6D8D24;
	}
	
.nowrap {
	white-space: nowrap;
}

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.error {
	color: red;
	font-size: 90%;
}

.ui-state-error {
	padding: .7em;
	margin: 10px auto;
}

tr.friend {
	display:none;
}

#wrap {
	width: 792px;
	margin: 0 auto;
	border: 1px solid #56004E;
	border-top: none;
	position: relative;
}

#villasblast {
	position: absolute;
	left: 250px;
	z-index: 1000;
}

#header {
	width: 100%;
	height: 143px;
	background: white url(../images/headerback.gif) top left repeat-x scroll;
	position: relative;
	}
/* upper nav area */

#whiteNav {
	position: relative;
	height: 52px;
	float: right;
	clear: right;
	top: 17px;
	/*width: 462px;*/
	width: 430px;
	}

#whiteNav ul {
	display: block;
	list-style: none;
	float: none;
	padding: 0;
	margin: 0;
	clear: both;
	z-index: auto;
	}
	
/* IE 6 and 7 z-index fixes */

#whiteNav ul.upper {
	position:relative;
	z-index: 10;
}

#whiteNav ul.lower {
	position: static;
}

/* End IE fixes */

#whiteNav li {
	float: left;
	color: #56004E;
	font: bold italic 85% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom: 1px solid #56004E;
	margin: 0;
	padding: 3px .5em 3px .5em;
	position: relative;
	z-index: auto;
	}
	
#whiteNav li.noborder {
	border-bottom: none;
}

#whiteNav li a {
	position: static;
	color: #56004E;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	}
	
#whiteNav ul ul {
	display: none;
	position: absolute;
	width: 200px;
	left: -10px;
	top:23px;
	background-color: white;
	border: 1px solid #56004E;
	border-top: none;
	z-index: 1000;
}

#whiteNav li li {
	display: block;
	position: relative;
	float: none;
	clear: both;
	padding: 0;
	width: 100%;
	z-index: auto;
}

#whiteNav li li a {
	display: block;
	height: 100%;
	width: 186px;
	padding: 5px 7px 5px 7px;
	font-style: normal;
	font-weight: normal;
}

#whiteNav li li a:hover, #whiteNav li li.active a {
	font-style: italic;
	font-weight: bold;
	color: #6D8D24;
}

#whiteNav li:hover ul {
	display: block;
}

/* End upper nav area */

#main {
	min-height: 300px;
	background: #FFEFBA url(../images/nav-back.gif) left top repeat-y scroll;
	float: left;
	width: 100%;
	}

* html body #main {
	height: 300px;
	}

#left {
	width: 180px;
	float: left;
	clear: left;
	min-height: 410px;
	text-align: left;
	}

* html body #left {
	height: 410px;
	}
/* Regular nav area */

#nav {
	list-style: none;
	/*margin-left: 10px;*/
	padding-left: 10px;
	position: relative;
	z-index: 100;
	}

#nav li {
	position: relative;
	color: #56004E;
	display: block;
	font: normal 100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#nav li a {
	color:#56004E;
	text-decoration: none;
	}
	
#nav li.active a {
	font-weight:bold;
}
	
#nav li:hover a {
	font-weight:bold;
	font-style: italic;
}

#nav ul {
	list-style: none;
	position: absolute;
	display: none;
	border: 1px solid #56004E;
	border-left: none;
	width: 200px;
	z-index: 200;
	background-color:#FBF6A7;
	left: 160px;
	top: 0;
	padding:0;
	margin:0;
}

#nav li li {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: auto;
	font-size: 80%;
}

#nav li li a, #nav li:hover li a {
	display: block;
	height: 100%;
	width: 186px;
	padding: 5px 7px 5px 7px;
	font-style: normal;
	font-weight: normal;
}

#nav li li a:hover, #nav li li.active a {
	font-style: italic;
	font-weight: bold;
	color: #6D8D24;
}

#nav li:hover ul {
	display: block;
}

/* End nav area */

#flash {
	/*position: relative;*/
	position: static;
	float: right;
	clear: right;
	width: 600px;
	height: 470px;
	margin-top: 15px;
	}
	
#content {
	/*position: relative;*/
	min-height: 470px;
	float: left;
	clear: right;
	margin-left: 15px;
	width: 585px;
	font-size: 90%;
}

* html body #content {
	height: 470px;
}

#content p {
	margin: 0 0 1em 1em;
}

#content li {
	margin-top: .5em;
	margin-bottom: .5em;
	font-style: italic;
}

#content img {
	display: block;
}

#textsize {
	float: right;
	margin: 2px;
	text-align: right;
	font-size: 12pt;
}

#textsize a {
	font-style: normal;
}

#textsize a.a1 {
	font-size: 12pt;
}

#textsize a.a2 {
	font-size: 14pt;
}

#textsize a.a3 {
	font-size: 16pt;
}

#subnav {
	height: 25px;
	width: 100%;
	position:relative;
	top: -10px;
	z-index: auto;
	font-size: 10pt;
}

#subnav ul {
	list-style: none;
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
	height: 25px;
}

#subnav li {
	display: block;
	float: left;
	margin-left: .5em;
}

#subnav li.double {
	margin-top: 0;
}

#footer {
	clear: both;
	float: none;
	color: white;
	background-color: #56004E;
	text-align: right;
	font-size: 150%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	padding: 2px;
	min-height: 30px;
	}

* html body #footer {
	height: 30px;
}

#copyright {
	font-size: 70%;
	color: #000000;
	font-style: italic;
	width: 792px;
	margin: 0 auto;
}

#copyright p {
	margin: .5em 0 .5em 0;	
}

#copyright a {
	color: #70886D;
}

/* Special Box */

.special, .edit_toolbar {
	width: 550px;
	margin: 10px auto;
	clear:both;
	background: url(../images/special-back.gif) left top repeat-y scroll;
}

.special h1 {
	color: #6D8D24;
	border: none;
	font-size: 130%;
	margin: 0 0 .5em 10px;
}

.special h2 {
	font-size: 110%
}

.special ul, .special p {
	margin-right: 10px;
}

/* table formatting */

table.format1 {
	border: 1px solid #56004E;
	background-color: white;
}

table.format1 th {
	background-color: #56004E;
	color: white;
	font-style: italic;
}

table.format1 th.subhead, table.format1 tr.subhead th {
	color: #56004E;
	background-color: #FFE5E5;
	font-style: italic;
	border-bottom: 1px solid #56004E;
}

table.format1 .even {
	background-color: #FEFFDF;
}

table.format1 .odd {
	background-color: #FFEEDA;
}

table.format1 .title {
	font-size: 80%;
}