/* @group General Styles */

body {
	font: 0.8em/1.55em Verdana, Helvetica, Arial, sans-serif;
	color: white;
	background: url(images/body_bg.png) repeat;
	margin: 10px 10px 0;
	padding: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
	
}

a:hover, a:active {
	text-decoration: none;
}

img {

}

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

.image-right {
	margin: 3px 0 3px 5px;
	float: right;
}
	
/* @end */

/* @group Layout */

#container {
	width: 819px;
	margin-right: auto;
	margin-left: auto;
	background: #0066cc url(images/content_bg.png) repeat-y;
}

.clearer {
	clear: both;
}

#pageHeader {
	width: 819px;
	height: 253px;
	display: block;
	position: relative;
	background: url(images/header_bg.png) repeat left center;
}

#pageHeader img {
	position: absolute;
	right: 280px;
	top: -5px;
}

#pageHeader h1 {
	margin: 0 0 0 190px;
	padding: 35px 0 7px 0;
	font-size: 2.2em;
	position: relative;
	z-index: 10;
}

#pageHeader h2 {
	padding: 0;
	margin: 0 0 0 190px;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: normal;
	position: relative;
	z-index: 10;
}

#contentContainer {
	margin-left: 30px;
	margin-top: -60px;
	padding-bottom: 10px;
	position: relative;
	z-index: 10;
	float: left;
	width: 552px;
}

#contentContainer #content {
	padding: 20px;
}

#sidebarContainer {
	width: 209px;
	float: right;
	margin-right: 27px;
	position: relative;
	z-index: 10;
}

#sidebarContainer #sidebar {
	padding: 20px;
}

#sidebarContainer .sideHeader {

}

#footer {
	width: 819px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	background: no-repeat url(images/footer_bg.png);
}

#footer p {
	margin: 0;
	padding: 20px 0 0;
	color: gray;
}

#footer a:link, #footer a:visited {
	color: gray;
	background: url(images/postal_fix.gif) no-repeat 0 3px;
	padding-left: 27px;
}

#footer a:hover, #footer a:active {
	color: black;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	padding-left: 20px;
	padding-right: 20px;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
}

#navcontainer #current {
	color: #ffffff;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	color: #ffffff;
}

/* Parent - Level 0 */

#navcontainer ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navcontainer li {
}

#navcontainer a {
	width: 169px;
	height: 27px;
	display: block;
	padding: 8px 20px 0;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer a:hover {
	color: #ffffff;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-left: 20px;
	color: #ff9900;
}

#navcontainer ul ul a:hover{
	color: #fff900;
}

#navcontainer ul ul #current{
	text-decoration: underline;
	color: #fff900;
}

#navcontainer ul ul .currentAncestor {
}


/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-left: 50px;
	color: #003366;
	text-decoration: none;
}

#navcontainer ul ul ul a:hover{
	padding-left: 50px;
	color: #99BBFF;
	text-decoration: none;
}

#navcontainer ul ul ul #current{
	padding-left: 50px;
	color: #99BBFF;
	text-decoration: underline;
}
#navcontainer ul ul .currentAncestor {
	text-decoration: underline;
}

/* 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{

}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	color: yellow;
}

h1 {
	margin: 0 0 5px 0;
}

h2 {
	margin: 0 0 5px 0;
}

h3 {
	margin: 0;
}

h4 {
	margin: 0 0 5px 0;
}

.imageStyle {

}

/* Main content area unordered list styles */

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
	font-size: 1.2em;
}

.blog-archive-link {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed;
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog-entry-title {
	font-size: 1.5em;
	margin-bottom: 2px;
	font-weight: bold;
	padding: 2px;
	background-repeat: repeat-x;
	border-bottom: 1px solid white;
	text-decoration: none;
}

.blog-entry-date {
	margin-bottom: 5px;
	background: url(images/date.gif) no-repeat 0 1px;
	padding-left: 20px;
	border-top: 1px none #110086;
	border-bottom: 1px none #110086;
}

.blog-read-more {
	display: block;
	padding-top: 0;
	background: url(images/bread_crumb_1.gif) no-repeat 0 5px;
	padding-left: 18px;
}

.blog-entry-body {
	margin-left: 2px;
}

.blog-entry-comments {
	padding-top: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
	background: url(images/categories.gif) no-repeat 5px 2px;
	padding-left: 20px;
}

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

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	background: url(images/permalink.gif) no-repeat 5px 2px;
	padding-left: 20px;
}

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

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
	font-weight: bold;
	padding: 10px;
	background: url(images/bg1.jpg) repeat;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 3px;
	font-weight: bold;
	padding: 10px;
	background: navy url(images/bg1.jpg) repeat 0;
	margin-top: 2px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

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

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	padding-bottom: 10px;
	border-bottom: 1px dashed;
}

.filesharing-item {
	padding: 10px;
	border-bottom: 1px dashed;
}

.filesharing-item-title a:link {
	font-size: 1.3em;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	padding: 0 0 7px 0;
	font-size: 2.2em;
}

.album-description {
	margin-bottom: 15px;
}

.album-wrapper {
	display: block;
	position: relative;
}

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

.thumbnail-frame {
	padding: 5px;
	position: absolute;
    bottom: 0;
    left: 0;
	border: 1px solid gray;
	background-color: #e6e6e6;
}

.thumbnail-frame:hover {
	background-color: #fff;
	border: 1px solid black;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
	border: 1px solid gray;
}

.thumbnail-caption {
	height: 42px;
	display: block;
	padding: 6px 0 0;
	margin: 0 -8px -7px -1px;
	display: block;
	background-position: right bottom;
	color: gray;
	font: 0.85em "Comic Sans MS", Tekton, Verdana, Helvetica, sans-serif;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
	margin-top: 8px;
}

.photo-navigation {
	width: 819px;
	height: 130px;
	margin: 0 auto;
	text-align: left;
}

.photo-links {
	padding: 0 0 0 225px;
	margin: 0;
	font-weight: bold;
}

.photo-navigation a:link, .photo-navigation a:visited {
	padding: 0;
}

.photo-navigation a:hover {

}

.photo-frame {
	padding: 10px;
	background: #e6e6e6;
	border: 1px solid #333;
	margin-top: 10px;
	margin-bottom: 10px;
}

.photo-title {
	font-size: 2.2em;
	padding: 30px 0 5px 225px;
	margin: 0;
}

.photo-caption {
	padding: 0 0 0 225px;
	margin: 0 0 10px;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
	text-align: center;
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 2.2em;
	margin-bottom: 10px;
}.movie-page-description {
	margin-bottom: 15px;
}.movie-thumbnail-frame {
	width: 132px;
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 27px;
	text-align: center;
	background: url(images/thumbnail_frame_bg.png) repeat-y right;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	padding-top: 5px;
	background: url(images/thumbnail_bottom.png) no-repeat right bottom;
	margin: 0 -5px -7px -1px;
	font-size: 0.85em;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 10px 0 0 0;
	text-align: center;
}

.movie-title {
	color: #ffffff;
	background: url(images/movie_title_bg.png) repeat-x left top;
	height: 35px;
	padding-top: 8px;
	font-size: 1.2em;
	font-weight: bold;
}

.movie-frame {

}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */



/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 1000;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 1500;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 5000;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 5000;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

body {
	background: url(images/body_bg.png) repeat;
}

a:link, a:visited {
	color: #ff9900;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
	color: yellow;
}

#container { 
	background: #0066cc url(images/content_bg.png) repeat-y;
}

#pageHeader {
	background: url(images/header_bg.png) repeat left center;
}

#pageHeader h1 {
	color: #f93;
}

#footer { 
	background: no-repeat url(images/footer_bg.png);
}

#navcontainer #current {
	background: url(images/button_on.png) no-repeat;
}

#navcontainer .currentAncestor {
	background: no-repeat url(images/button_on.png);
}

#navcontainer a {
	color: #ff8800;
	background: url(images/button_off.png) no-repeat;
}

#navcontainer a:hover {
	background: url(images/button_over.png) no-repeat;
}

#navcontainer ul ul a {
	font-weight: normal;
	font-style: normal;
	background: url(images/sub_menu.png) no-repeat 0 0;
}

#navcontainer ul ul a:hover{
	background: url(images/sub_menu.png) no-repeat 0 0;
	font-weight: normal;
	font-style: normal;
}

#navcontainer ul ul #current{
	background: url(images/sub_menu.png) no-repeat 0 0;
}

#navcontainer ul ul .currentAncestor {
	background: url(images/sub_menu.png) no-repeat 0 0;
	color: yellow;
}

#navcontainer ul ul ul a{
	background: url(images/audio_menu.png) no-repeat 0 0;
}

#navcontainer ul ul ul a:hover{
	background: url(images/audio_menu.png) no-repeat 0 0;
}

#navcontainer ul ul ul #current{
	background: url(images/audio_menu.png) no-repeat 0 0;
}

#navcontainer ul ul ul .currentAncestor {
	background: url(images/sub_menu.png) no-repeat 0 0;
}

blockquote, .standout {
}

h1 {
	color: #f93;
	font-weight: normal;
	font-style: normal;
}

h2 {
	color: #f93;
}

h3 {
	color: #f93;
}

h4 {
	color: #f93;
}

.blog-entry-title {
	color: #f80;
	text-decoration: none;
}

.blog-entry-date {
	color: #f93;
}

.album-title {
	color: #f93;
}
.photo-navigation {
	background-image: url(images/photo_header_bg.png);
}

.photo-title {
	color: #f93;
}

.movie-page-title {
	color: #f93;
}


#pageHeader h1, #navcontainer a, .blog-entry-title, .filesharing-item-title a:link, .album-title, .photo-title, .movie-page-title, .movie-title, h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}


		
		