/* CSS Document */
body {
	padding: 0;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	color: #000;
	background: transparent url(../images/backgrounds/site.gif) repeat-x left top;
	}

img {
	padding: 0;
	margin: 0;
	border: none;
	}

/* -------- [ container ] -------------------------------------------- */
#container {
	padding: 0;
	margin: 0 auto;
	width: 775px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: transparent url(../images/backgrounds/container.gif) repeat-y left top;
	text-align: left;
	}


/* -------- [ header ] ----------------------------------------------- */
#header {
	padding: 0;
	margin: 0;
	width: 775px;
	height: 142px;
	background: #7A7A7A;
	border-top: 1px solid #FFF;
	}

#logo {
	float: left;
	padding: 0;
	margin: 0;
	width: 208px;
	height: 142px;
	}
	
#features {
	padding: 5px 20px;
	margin: 0;
	height: 15px;
	font-size: 80%;
	text-align: right;
	vertical-align: middle;
	color: #FFF;
	}

#features a {
	color: #FC3;
	}

#nav {
	float: right;
	padding: 0;
	margin: 0;
	width: 567px;
	height: 116px;
	background: #7A7A7A url(../images/backgrounds/condo_top.jpg) no-repeat 100% 100%;
	border-top: 1px solid #FFF;
	}
	
#logo img, 
#nav img {
	vertical-align: top;
	}

#header-separator {
	padding: 0;
	margin: 0;
	width: 775px;
	height: 10px;
	background: #7A7A7A url(../images/backgrounds/condo_mid.jpg) no-repeat left top;
	overflow: hidden;
	}
	
/* -------- [ content ] ---------------------------------------------- */
#content {
	float: right;
	padding: 0;
	margin: 0;
	width: 567px;
	background: transparent url(../images/backgrounds/condo_bot.jpg) no-repeat right top;
	}
	
#content-body {
	padding: 5px;
	float: left;
	width: 400px;
	font-size: 12px;
	vertical-align: top;
	}
	
#home-content-body {
	padding-left: 15px;
	float: left;
	width: 385px;
	font-size: 12px;
	vertical-align: top;
	}

#content-nav {
	float: right;
	width: 145px;
	margin: 170px 0 0 0;
	font-size: 85%;	
	padding:5px;
}
	
.fpomdesc {
	margin-top:-8px;
	}
	
#content-nav li,
#content-nav li a {
	font-weight: normal;
	}

#content a:link,
#content a:visited,
#content a:hover,
#content a:active {
	color: #000;
	text-decoration: underline;
	}

#content ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	}
	
#content li {
	font-weight: bold;
	padding: 2px 15px;
	background: transparent url(../images/bullet.gif) no-repeat 0 0.5em;
	}

#content ul ul {
	list-style: none;
	}
	
#content ul ul li {
	font-weight: normal;
	padding: 2px 15px;
	background: transparent url(../images/bullet2.gif) no-repeat 0 0.5em;
	}

#content-body p.center a img {
	text-decoration: none;
	margin: 10px;
	}

#content-body h2 {
	font-size: 140%;
	font-variant: small-caps;
	}

#content-imageright {
	float:right;
	margin: 0;
	padding-right: 30px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	width: 197px;
	}

#content-imageright img {
	border: 1px solid #A4A1A8;
	text-decoration: none;
	}

#content-imageright a:link,
#content-imageright a:visited,
#content-imageright a:hover,
#content-imageright a:active {
	font-size: 75%;
	text-decoration: none;
	}		

.homepage-bottom img {
	float:left;
	margin-right: 20px;
	}

.homepage-bottom p.link {
	text-align:right;
	font-size: .9em;
	}

.homepage-bottom ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	font-size: .9em;
	width: auto;
	}

html>body .homepage-bottom ul {
	width: auto;
	}

.homepage-bottom li {
	font-weight: bold;
	padding: 2px 0 2px 15px;
	background: transparent url(../images/bullet.gif) no-repeat 0 0.5em;
	}

h4.homepage  {
	text-decoration: none;
	font-weight: normal;
	font-size: 120%;
}

.homepage-bottom-left {
	float: left;
	width: 159px;
	padding-right: 10px;
}

.homepage-bottom-right {
	float: left;
	width: 190px;
}

/* -------- [ sidebar ] ---------------------------------------------- */
#sidebar {
	float: left; 
	padding: 0 0 10px 8px;
	margin: 0;
	width: 200px;
	font-size: 100%;
	text-align: center;
	color: #FFF;
	}

* html #sidebar {
	width: 200px;
	w\idth: 197px;
	}
	
#sidebar p {
	padding: 0 0 0 8px;
	}
	

#sidebar p.callout {
	padding: 13px 0;
	margin-right: 1px;
	margin-left: 7px;
	font-size: 90%;
	background: #F2A504;
	border-top: 1px solid #B0DCEC;
	border-bottom: 1px solid #B0DCEC;
	color: #FFF;
	}

#sidebar p.callout strong {
	line-height: normal;
	}

#sidebar p.callout a:link,
#sidebar p.callout a:visited,
#sidebar p.callout a:hover,
#sidebar p.callout a:active {
	text-decoration: none;
	color: #FFF;
	}

/* -------- [ footer ] ----------------------------------------------- */
#footer {
	clear: both;
	padding: 0;
	margin: 0;
	width: 775px;
	background: #7A7A7A;
	border-top: 1px solid #FFF;
	font-size: 90%;
	text-align: center;
	color: #FFF;
	overflow: hidden;
	}

#footer p {
	padding: 5px;
	}
	
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #FFF;
	}

/* -------- [ forms ] ------------------------------------------------- */
form {
	padding: 0;
	margin: 0;
	}
	
form table {
	border: none;
	}

form table th,
form table td {
	padding: 3px;
	}

form table th {
	text-align: right;
	font-size: 84%;
	font-weight: bold;
	white-space: nowrap;
	}
	
form table th sup {
	color: #FF0000;
	font-size: 90%;
	}
		
form table td {
	padding-left: 5px;
	text-align: left;
	}

form table td.small {
	font-size: 80%;
	}

/* -------- [ classes ] ----------------------------------------------- */

.hide { display: none; }
.center { text-align: center; }
.right { text-align: right; padding-right: 5px; }
.left { text-align: left; }
.imgcenter {
	display:block;
	margin:0 auto;
	}
	
.photocaption {
	text-align: left;
	font-size: 9px;
	}

.xlarge {
	font-size: 110%;
	line-height: 25px;
	text-align: center;
	}
	
.large {
	font-size: 100%;
	}
	
.small {
	font-size: 80%;
	}

.coupon {
	border: 1px solid #666666;
	}
/* -------- [ wide pages ] --------------------------------------------- */

body#wideload #container {
	padding: 0;
	margin: 0 auto;
	width: 775px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: transparent url(../images/backgrounds/container_alt.gif) repeat-y left top;
	text-align: left;
	}

body#wideload #nav {
	float: right;
	padding: 0;
	margin: 0;
	width: 567px;
	height: 116px;
	background: #7A7A7A url(../images/backgrounds/condo_top_alt.jpg) no-repeat 100% 100%;
	border-top: 1px solid #FFF;
	}

body#wideload #header-separator {
	padding: 0;
	margin: 0;
	width: 775px;
	height: 10px;
	background: #7A7A7A url(../images/backgrounds/condo_mid_alt.gif) no-repeat left top;
	overflow: hidden;
	}

body#wideload #content {
	float: right;
	padding: 0;
	margin: 0;
	width: 567px;
	background-image: none;
	text-align: center;
	}

body#wideload #content-nav {
	display: none;
	}
	
#fpotm_noflash {
	text-align: center;
	}
	
