/*<group=General Styles>*/

* {
	margin: 0;
	padding: 0;
}

html {
	background: url(images/bg4.gif) repeat;
	z-index: -20;
}

body {
	font: 62.5% "Trebuchet ms", Trebuchet, Helvetica, Arial, sans-serif;
	background: url(images/bg-top.gif) repeat-x left top;
	text-align: center;
}

p {
	font-size: 1em;
	line-height: 1.4em;
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
	color: #f60;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

a:hover, a:active {
	color: #fff;
	background-color: #f60;
}

img {
	padding: 0;
	margin: 0;
}

.image-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1.4em;
}

.image-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1.4em;
}

/*</group>*/

/*<group=Layout>*/

#container {
	text-align: left;
	width: 740px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background: #ffffff repeat-y right top url(images/sidebar-bg.gif);
}

.clearer {
	clear: both;
}

#pageHeader {
	position: relative;
	width: 740px;
	height: 100px;
	margin: auto;
	background: url(images/header.gif) no-repeat center top;
}

#pageHeader img {

}

#pageHeader h1 {
	font-size: 2em;
	line-height: 1em;
	color: #666;
	text-align: right;
	padding-top: 28px;
	padding-right: 20px;
	font-weight: normal;
}

#pageHeader h2 {
	font-size: 1.4em;
	color: #666;
	text-align: right;
	padding-top: 2px;
	padding-right: 20px;
	font-weight: normal;
}

#contentContainer {
	position: relative;
	width: 590px;
	float: left;
	background-color: #fff;
	display: inline;
}

#contentContainer #content {
	position: relative;
	padding: 20px;
	font-size: 1.2em;
	line-height: 1.4;
}

#sidebarContainer {
	position: relative;
	width: 150px;
	float: right;
	display: inline;
}

#sidebarContainer #sidebar {
	position: relative;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

#sidebarContainer .sideHeader {
	color: #f60;
	padding: 10px;
	margin-top: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

#footer {
	width: 740px;
	height: 80px;
	float: left;
	display: inline;
	background: url(images/footer.gif) left top no-repeat transparent;
}

#footer p {
	text-align: center;
	padding-top: 13px;
}

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

}

#footer a:hover, #footer a:active {

}

/*</group>*/

/*<group=Horizontal Toolbar>*/

/* Toolbar Styles */

#navcontainer-h {
	width: 560px;
	height: 11px;
	margin: auto;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #cccccc;
	background-color: #fff;
}

#navcontainer-h .current {
	color: #f60;
}

#navcontainer-h .current:hover {
	color: #fff;
}

#navcontainer-h .currentAncestor {
	color: #f60;
}

/* Parent - Level 0 */

#navcontainer-h ul {
	height: 11px;
	border-left: 1px solid #666;
}

#navcontainer-h li {
	height: 11px;
	display: inline;
	float: left;
	border-right: 1px solid #666;
	list-style: none;
	width: auto;
}

/* The Bonsai hack - Just to make IE 6 PC RENDER INLINE LINKS AND NOT TO WRAP THE "TWO WORDS ONES" */
* html #navcontainer-h li {
	width: 1%;
	white-space: nowrap;
}

#navcontainer-h a {
	display: block;
	height: 11px;
	line-height: 13px;
	color: #666;
	padding-left: 1em;
	padding-right: 1em;
}

#navcontainer-h a:hover {
	color: #fff;
}

#navcontainer-h a:active {
	background-color: #666;
}

/* Child - Level 1 */

#navcontainer-h ul ul {
	display: none;
}

#navcontainer-h ul ul li {

}

#navcontainer-h ul ul a {

}

#navcontainer-h ul ul a:hover {

}

#navcontainer-h ul ul #current {

}

#navcontainer-h ul ul .currentAncestor {

}

/* Child - Level 2 */

#navcontainer-h ul ul ul {

}

#navcontainer-h ul ul ul li {

}

#navcontainer-h ul ul ul a {

}

#navcontainer-h ul ul ul a:hover {

}

#navcontainer-h ul ul ul #current {

}

#navcontainer-h ul ul ul .currentAncestor {

}

/* Child Level 3 */

#navcontainer-h ul ul ul {

}

#navcontainer-h ul ul ul ul li {

}

#navcontainer-h ul ul ul ul a {

}

#navcontainer-h ul ul ul ul a:hover {

}

/* Child Level 4 */

#navcontainer-h ul ul ul ul {

}

#navcontainer-h ul ul ul ul ul li {

}

#navcontainer-h ul ul ul ul ul a {

}

#navcontainer-h ul ul ul ul ul a:hover {

}

/* Child Level 5 */

#navcontainer-h ul ul ul ul ul {

}

#navcontainer-h ul ul ul ul ul ul li {

}

#navcontainer-h ul ul ul ul ul ul a {

}

#navcontainer-h ul ul ul ul ul ul a:hover {

}

/*</group>*/

/*<group=More in this section>*/

#navbar-top {
	border: #f60 1px solid;
	list-style: url(images/sidebar-more.gif);
	width: 128px;
	height: 18px;
	background: url(images/sidebar-more.gif) repeat-x left top;
	margin-left: 10px;
	overflow: hidden;
}

#navbar-top p {

}

/* Toolbar Styles */

#navbar-top .current {
	position: absolute;
	top: 1px;
	left: 0;
	color: #fff;
	background: url(images/sidebar-arrow-closed.gif) no-repeat left center;
	padding-left: 15px;
	margin-left: 15px;
}

#navbar-top .current:hover {

}

#navbar-top .currentAncestor {
	position: absolute;
	top: 1px;
	left: 0;
	color: #fff;
	background: url(images/sidebar-arrow.gif) no-repeat left center;
	padding-left: 15px;
	margin-left: 15px;
}

/* Parent - Level 0 */

#navbar-top ul {
	margin-left: 130px;
	list-style: none;
	list-style-position: inside;
	padding-top: 0;
	padding-bottom: 0;
}

#navbar-top li {

}

#navbar-top a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	line-height: 18px;
	font-weight: bold;
}

#navbar-top a:hover {
	background-color: transparent;
	text-decoration: underline;
}

#navbar-top a:active {

}

/* Child - Level 1 */

#navbar-top ul ul {

}

#navbar-top ul ul li {

}

* html #navbar-top ul ul li {
	margin-left: -16px;
}

#navbar-top ul ul a {
	display: none;
}

#navbar-top ul ul a:hover {

}

#navbar-top ul ul .currentAncestor {

}

/*</group>*/


/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	color: #666;
}

#navcontainer .current {
	color: #0c0;
	background: url(images/green-dot.gif) no-repeat left center;
}

#navcontainer .current:hover {

}

#navcontainer .currentAncestor {

}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	list-style-position: inside;
	padding-top: 0;
	padding-bottom: 0;
}

#navcontainer li {

}

#navcontainer a {
	display: none;
}

#navcontainer a:hover {

}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	position: relative;
	top: 0;
	left: 0;
	list-style: none;
	font-size: 1.1em;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}

#navcontainer ul ul li {
	padding-left: 3px;
	height: 20px;
	line-height: 20px;
}

* html #navcontainer ul ul li {
	margin-left: -16px;
}

#navcontainer ul ul a {
	display: block;
	color: #666;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

#navcontainer ul ul a:hover {
	color: #00cc00;
	background-color: transparent;
}

#navcontainer ul ul .currentAncestor {

}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li {

}

#navcontainer ul ul ul a {

}

#navcontainer ul ul ul a:hover {

}

#navcontainer ul ul ul .current {

}

#navcontainer ul ul ul .currentAncestor {

}

/* Child Level 3 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li {

}

#navcontainer ul ul ul ul a {

}

#navcontainer ul ul ul ul a:hover {

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li {

}

#navcontainer ul ul ul ul ul a {

}

#navcontainer ul ul ul ul ul a:hover {

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li {

}

#navcontainer ul ul ul ul ul ul a {

}

#navcontainer ul ul ul ul ul ul a:hover {

}

/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {

}

#breadcrumbcontainer ul {
	color: #f60;
	width: 590px;
	height: 20px;
	margin-left: 10px;
}

#breadcrumbcontainer li {
	height: 20px;
	line-height: 20px;
	display: inline;
	float: left;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}

/*</group>*/

/*<group=Global Classes>*/

blockquote, .standout {

}

h1, h2, h3, h4, h5, h6 {
	color: #f60;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.9em;
}

.orange {
	color: #f60;
}

.green {
	color: #0c0;
}

.center {
	text-align: center;
}

.imageStyle {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

/* Main content area unordered list styles */
#contentContainer #content ul, #contentContainer #content ol {
	font-size: 1em;
	line-height: 1.4em;
}

#contentContainer #content ul li {
	list-style: url(images/checkmark.gif) inside;
	padding-left: 10px;
}

#contentContainer #content ol li {
	list-style-position: inside;
	padding-left: 10px;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {

}

#sidebarContainer #sidebar li {
	list-style-position: inside;
	padding-left: 5px;
}

/* Table Styles */
table {

}

/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {

}

.blog-entry-summary {

}

.blog-archive-headings-wrapper {

}

.blog-archive-entries-wrapper {

}

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

}

.blog-archive-month {

}

.blog-archive-link {

}

.blog-archive-link a:link, .blog-archive-link a:visited {

}

/*</group>*/

.blog-entry {
	border-bottom: #999999 1px dotted;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog-entry-title {
	font-size: 1.3em;
	color: #f60;
}

.blog-entry-date {

}

/*styles the category link in the main entry */
.blog-entry-category {

}

.blog-entry-category a:link, .blog-entry-category a:visited {

}

/*styles the permalink link in the main entry */
.blog-entry-permalink {

}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {

}

.blog-read-more {
	display: block;
	padding-top: 5px;
	font-style: italic;
}

.blog-entry-body {

}

.blog-entry-comments {

}

/* styles the archives in the blog sidebar */
#blog-archives {
	padding: 10px;

}

.blog-archive-link-enabled {

}

.blog-archive-link-disabled {
	color: #666;
	padding-left: 5px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	padding: 10px 10px 0;
}

.blog-category-link-enabled {

}

.blog-category-link-disabled {
	color: #666;
	padding-left: 5px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	padding: 10px;
}

.blog-rss-link {

}

.blog-comments-rss-link {

}

/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {

}

.filesharing-item {
	border: #ccc 1px solid;
	padding: 5px;
	margin-top: 5px; 
}

.filesharing-item-title a:link {

}

.filesharing-item-title a:hover {

}

.filesharing-item-title a:visited {

}

.filesharing-item-description {

}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	font-size: 1.6em;
	color: #f60;
	margin-bottom: 10px;
}

.album-description {
	margin-bottom: 10%;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
	text-align: center;
}

.thumbnail-wrap {
	float: left;
	text-align: center;
	position: relative;
	margin-bottom: 10%;
	margin-right: 5%;
}

.thumbnail-frame {
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f2f2f2;
	padding: 5px;
}

.thumbnail-frame a {

}

.thumbnail-frame a:hover {
	background: none;
}

.thumbnail-frame img {
	margin: -2px;
	border: none;
}

.thumbnail-caption {
	font-size: 0.75em;
	margin: 0;
	margin-top: 3px;
	padding: 0;
	height: 25px;
	line-height: 25px;
	display: block;
}

/*</group>*/

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

.photo-background {

}

.photo-navigation {
	padding-top: 5px;
	margin-bottom: 50px;
}

.photo-links {
	font-size: 1.2em;
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f2f2f2;
	padding: 5px;
}

.photo-title {
	color: #fff;
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: 0.8em;
}

.photo-caption {
	font-size: 1.6em;
}

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

/*<group=Quicktime Page>*/

.movie-description {

}

/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #f60;
	font-size: 1.6em;
	margin-bottom: 10px;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	float: left;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f2f2f2;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.movie-thumbnail-frame:hover {
	background: #f9f9f9;
}

.movie-thumbnail-frame a:hover {
	background: none;
}

.movie-thumbnail-caption {
	font-size: 0.75em;
	margin: 0;
	margin-top: 3px;
	padding: 0;
	height: 25px;
	line-height: 25px;
	display: block;
}

/*</group>*/

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

.movie-background {

}

.movie-title {
	color: #ff6600;
	font-size: 1.6em;
	position: absolute;
	top: 25px;
	left: 25px;
}

.movie-frame {
	padding-top: 83px;
}

/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text {
	color: #33cc00;
	font-size: 1.1em;
}

.required-text {

}

.form-input-field {
	background-color: #e8fff4;
	width: 100%;
}

.form-input-field:hover {
	background-color: #fff2e5;
	width: 100%;
}

.form-input-button {

}

form {

}

/*</group>*/