/*
	+-----------------------------------+
	|       H T M L    S T Y L E S		|
	+-----------------------------------+
*/

body, table, th, tr, ul, li, input, select, textarea {
	font-family: Arial, sans-serif;
	color: #666;
	font-size: small;
}

sup {
	line-height: 0;
}

h1, h2, h3, h4, h5, dt, dd, p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1px;
	visibility: hidden;
}

h2 {
	color: gray;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid silver;
}

h3 {
	margin: 0;
	padding: 0 .5em 0 0;
	display: inline;
	font-weight: bold;
	font-size: 1em;
	color: #55abab;
}

p {
	margin: 1em 0;

}

p, dt, dd, li {
	line-height: 1.4em;
}

i {
	font-weight: bold;
}

dl {

}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	color: #93B7B9;
	text-decoration:  underline;
}

a:hover {
	color: #93B7B9 !important;
	text-decoration: underline;
}

a:active {
	color: #DE6458;
}

a:visited {
	color: #93B7B9;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

table {
	border: 0;
	border-collapse: collapse;
}

td, th {
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
}

div {
	margin: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

/*
	+-------------------------------------+
	| S T R U C T U R E   &   L A Y O U T |
	+-------------------------------------+
*/

html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;	
}

#aligner        
	{
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 8%;
	left: 0;
	right: 0;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block
	}

#container    
	{
	background-color: transparent;
	margin-left: -410px;
	position: absolute;
	left: 50%;
	width: 820px;
	visibility: visible
	}
	
#maintable {
	width: 820px;
}

#top {
	text-align: center;	
	padding-bottom: .5em;
}
	
#mainleft {
	margin: 0;
	padding: 0;
	width: 380px;
	border: 1px solid #aaa;
	border-right: 0;
	text-align: left;
	vertical-align: top;
}

#mainleft div {
	margin: 1em 0 0 .5em;
}

#mainright {
	margin: 0;
	padding: 3em 0 0 0;
	border: 1px solid #aaa;
	border-left: 0;
	text-align: left;
	vertical-align: top;
}

#maintd {
	padding: 2em .5em .5em 1em;
	border: 1px solid #ccc;
	text-align: left;
	height: 380px;
}

#maintd ul {
	padding-left: 1em;
	margin: 1em 0;
}

#maintd li {
	list-style-type: square;
}

#footer
	{
	padding-top: .8em;
	text-align: center;
	width: 100%;
	background: url(/img/bg-shadow.gif) no-repeat;
	background-position: left top;
	color: #93B7B9;
	font-size: 13px;
	}
	
#copyright, #sitemap {
	margin-top: 2em;
	font-size: smaller;
	color: #55abab; 
}

#pagetitle {
	padding: 15px 0 0 0;
	text-align: center; 
}

#pagephoto {
	padding: 15px 0 0 0;
	text-align: center; 
}

#pagephoto img {
	border: 1px solid #ddd;
}

#gallery {
	margin-left: 20px !important;
	height: 336px;
	border: 1px solid #fff;
	background-color: #fff;
}

/*
	+-----------------------------------+
	|             F  O  R  M     		|
	+-----------------------------------+
*/

.formtable {
}

.formtable th, .formtable td {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.formtable td, .formtable th {
	white-space: normal;
}

.formtable th {
	width: 25%;
	padding-right: .5em;
	font-weight: normal;
	vertical-align: middle;
}

.formtable td sup {
	display: none;
}

.forminstructions {
	margin-bottom: 2em;
	color: #55abab;
	font-weight: normal;
}

.formbuttons {
	padding-left: 160px;
}

.formtable input, .formtable textarea {
	margin: 0 !important;
	width: 96%;
	border: 1px solid #e9e9e9;
	padding-left: .2em;
}

.formtable input {
	margin-bottom: 2px !important;
}

.formbuttons button {
	color: gray;
	margin: 1em 0 0 10em;
}

.fdisclaimer {
	color: #55abab;
	font-weight: normal;
}

.therror {
	color: #ff6666 !important;
}

.textareaError {
	background-color: #FFFFC0;
}

.ferror {
	display: none;
}

/*
	+-----------------------------------+
	|        N A V I G A T I O N		|
	+-----------------------------------+
*/

/* ------ BREADCRUMBS ----- */ 

#breadcrumbs {
	display: none !important;
}
 
/* -------- TOPNAV -------- */ 
  
#topnav {
	background-color: white;
	width: 100%;
}

#topnav a {
	text-decoration:  none;
	font-size: 13px;
}

 /* -------- LOCALNAV -------- */ 
 
 
 
 /*
	+-------------------------------------+
	|            C L A S S E S            |
	+-------------------------------------+
*/

ul.linklist {
	text-align: left;
}

ul.linklist li {
	line-height: 3em;
}
 
#scroll {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
	height: 368px;
	width: 388px;	
	overflow: auto;	
	text-align: left;
    scrollbar-base-color:white;
    scrollbar-face-color:#eee;
    scrollbar-track-color:white;
    scrollbar-arrow-color:#55abab;
    scrollbar-highlight-color:#eee;
    scrollbar-3dlight-color:white;
    scrollbar-shadow-color:white;
    scrollbar-darkshadow-color:silver;
    border:1px solid white;
}

#scroll strong, #scroll span {
	color: #55abab;
}

.textnotitle {
	padding: 4em 0 0 0 !important;
}

.tinytext {
	width: 260px !important;
	padding-left: 3em !important; 
}

.sub {
	color: #333 !important;
	font-size: .8em !important;
}

#beforeafter {
	display: block;
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
	height: 376px;
	width: 394px;
	overflow: hidden;
    border-top: 1px solid #fff;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid #fff;
    background-color: #fff;
}

#beforeafter table {
	width: 100%;
	border: 0;
	background-color: #fff;
}

#beforeafter img {
	border-top: 1px solid #aaa;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #aaa;
}

#beforeafter table th, #beforeafter table td {
	text-align: center;
}

#beforeafter table td {
	padding-top: 3px;
}

#beforeafter table th {
	padding: 0 0 4px 0;
	color: #93B7B9;
	font-weight: normal;
}

#beforeafter table thead th {
	padding: 3px 0;
}

#beforeafter h5 {
	display: inline;
	color: #93B7B9;
	line-height: 1.5em;
}

td.bal img {
	margin-left: 9px;
}

td.bar img {
	margin-right: 9px;
}

/*
	+-------------------------------------+
	|            S P E C I A L            |
	+-------------------------------------+
*/

#title {
	display: none;
}

#photolist h5 {
	width: 100%;
	/*
	padding-left: 18px;
	background: #fff url(/img/plus.gif) no-repeat center left;
	*/
	color: #93B7B9;
	cursor: pointer;
}

.titleuf {
	/*
	background: #fff url(/img/minus.gif) no-repeat center left !important;
	*/
	color: #93B7B9 !important;
	border-bottom: 1px solid #ccc;
}

.pgf {
	display: none;
}

#gallery a {
	text-decoration: none;
}

#gallery a:hover {
	text-decoration: underline;
}