/*<group=General Styles>*/

body {
	background-color: #FFFFFF; /* Alternate Color #84ABFF */
	font-family: Verdana, sans-serif;
	position: center;
	margin: 0px 0px 0px 0px; /* */
	font-size: 10pt;
	text-align:left;
}



p {
}

b, strong {
}

a:link {
	color: #000000;
	text-decor: none;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decor: none;
	text-decoration: underline;
}

a:hover, a:active {
	color: grey;
	font-weight: bold;
	text-decoration: none;
}
img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 5px 2px 0px; /*T R B L*/
	padding: 3px 3px 0px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 6px;
	padding: 3px 0 3px 3px;
}
	

.image-left-tight {
	float: left;
	margin: 0px 3px 0px 0;
	padding: 0px 3px 0px 0;
}

.image-right-tight {
	float: right;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
}

/*</group>*/

/*<group=Layout>*/

#container { 
	width: 800px;
	background-color: #FFFFFF;
	border: solid 0px #fff;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#clearer {
}

#pageHeader {
	width: 800px;
	height: 160px;
	background: no-repeat url(images/upliftermasthead5.gif);
}

#pageHeader img {
	float: left;
	padding: 0px;
	margin: 30px 0px 0px 390px; /* (masthead 2) margin: 20px 0px 0px 430px; (masthead 3) margin: 30px 0px 0px 390px; */
}

#pageHeader h1 {
	color: #000000;
	text-align: left;
	padding-top: 125px;
	padding-left: 315px;
	margin: 0;
	font-size: 9px;
	font-weight: bold;
}

#pageHeader h2 {
	color: #000000;
	text-align: left;
	padding-left: 315px;
	margin: 0;
	font-weight: normal;
	font-size: 9px;
}

#contentContainer {
	text-align: left;
	border-right: #d3d3d3 1px solid;
	border-top: #d3d3d3;
	border-bottom: #d3d3d3;
	border-left: #d3d3d3;
	margin-left: 10px;
	margin-right: 210px;
}

#contentContainer #content {
	padding: 10px 20px 10px 15px;
}

#sidebarContainer {
	width: 210px;
	float: right;
	text-align: left;
	border-left: #aeaeae;
	line-height: 1.0 em;
}

#sidebarContainer #sidebar {
	padding: 20px 30px;

}

}

#sidebarContainer .sideHeader {

}

#footer { 
	clear: both;
	text-align: center;
}

#footer { 
	text-align: center;
	background: no-repeat url(images/footer.gif);
	height: 30px;
	}

#footer p {
	color: #ffffff;
	font-weight: normal;
	font-size: 9px;
	padding: 10px 0px 0px 0px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
	
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	position: relative;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 45px;
	font-size: 11px;
	background: #ffffff no-repeat url(images/menu.gif);
	color: #000000;
}

#navcontainer #current {
	color: #ffffff;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
}

#navcontainer li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer a {
	position: relative;
	width: 100px;
	margin: 0;
	padding: 0px;
	display: block;
	
	text-align: center;
	height: 20px;
	color: #ffffff;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #ffffff;
	font-weight: bold;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	width: 780px;
	top: 22px;
	padding: 0;
	white-space: nowrap;
	text-align: center;
	padding-top: 5px;
	left: 0;
	margin-left: 10px;
}

#navcontainer ul ul li {
	float: left;
}

#navcontainer ul ul a {
	border: 0;
	margin: 0;
	padding: 0;
	color: #000000;
	margin-left: 10px;
}

/*<group=My Group>*/
	
/*</group>*/

#navcontainer ul ul a:hover {
	color: #000000;
	font-weight: bold;
}

#navcontainer ul ul #current {
	color: #000000;
	font-weight: bold;
	margin-left: 10px;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	visibility: hidden;
	margin-left: 10px;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	visibility: hidden;
}
	
/*</group>*/

/*<group=Global Classes>*/

blockquote, .standout {
	padding: 10px;
	font-style: italic;
	font-size: 0.9em;
}

h1 {
	color: #000000;
	font-size: 13pt;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h2 {
	color: #b9b9b9;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h3 {
	color: #b9b9b9;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h4 {
	color: #b9b9b9;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.imageStyle {
margin: 3px 5px 0px 0px;  /*T R B L*/

}

	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	width: 600px;

	height: 68px;
	background: no-repeat url(images/bg_glow.png);
	margin: 0px auto 20px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

.blog-archive-entries-wrapper {
	width: 600px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 2px 3px #323548;
	padding-top: 10px;
	margin: 0;
	font-weight: normal;
	font-size: 1.8em;
}

.blog-archive-link {
	text-align: center;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #dfe2f1;
	margin: 0;
	font-weight: normal;
	font-size: 1.3em;
}

.blog-archive-link a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 4px #ffffff;
	color: #ffffff;
}

	
/*</group>*/

.blog-entry {
	margin-bottom: 20px;
}

.blog-entry-title {
	font-size: 1.5em;
	color: #898989;
	font-weight: bold;
}

.blog-entry-date {
	color: #cecdd3;
	margin-bottom: 10px;
}

.blog-entry-body {
	color: #000000;
}

.blog-entry-comments {
	color: #cdcbd3;
	color: #9c9ba1;

	margin-top: 10px;
}

.blog-entry-category {
	color: #ffffff;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	margin-bottom: 20px;
}

.filesharing-item {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 2px; /* */
	font-size: 10pt;
	font-weight: bold;
	padding-left: 20px;
}

.filesharing-item-title a:link {
	padding-left: 20px;
	background: no-repeat left center url(images/arrow_down.png);
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
font-family: Helvetica, Arial, sans-serif;
	
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
}

.album-description {
	margin-bottom: 10px;
	font-size: 11px;
}

.thumbnail-table {
}

/*THUMBNAIL FRAME DISABLED*/

/*.thumbnail-frame {
	margin: 0px;
	padding: 0px;
	
}

.thumbnail-frame:hover {
	height: 30px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border-style: none;
}*/

.thumbnail-caption {
	color: #000000;
	font-size: 11px;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 800px;
	height: 100px;
	background-color: #FFFFFF;
	
}

.photo-navigation {
	height: 30px;
	width: 800px;
	margin: 0px auto 20px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */;
	padding-top: 138px;
	padding-left: 18px;
	background: no-repeat url(images/mastheadphoto.jpg);

}

.photo-links {
	margin: 0;
	padding-top: 10px;

}

.photo-navigation a:link, .photo-navigation a:visited {
	padding-left: 10px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #000000;
}

.photo-navigation a:hover {
	text-decoration: none;
	color: #000000;
}

.photo-frame{
	border: 0px;
		padding: 25px;
	
}

.photo-title {
	padding-left: 10px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	display: inline;

}

.photo-caption {
	color: #000000;
	font-size: 10px;
	padding-top: 0px;
	text-align:left;
	padding-left: 10px;
	background-color: #FFFFFF;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
	font-size: 11px;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	color: #000000;
}

.movie-page-description {
	color: #000000;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: center;
	width: 132px;
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	margin-top: 5px;
}

.movie-title {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { 
font-size: 12px;
} 

.required-text {
} 

.form-input-field {
	background: #ffffff;
	color: #000000;
} 

.form-input-button { 
} 

input.form-input-field { 
width: 380px
} 

input.form-input-field { 
width: 380px

}
label { 
width: 180px; 
background: #ffffff; 
font-size: 11px;
padding: 2px 5px;
 
}
/*</group>*/