/*<group=General Styles>*/

body {
	background: none;
	color: #666666;
	text-align: center; /* To Make Content Centered */
	margin-top: 20px;
	font: 0.9em Garamond, "Times New Roman", Times, sans-serif;
}

p { 
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

b, strong { 
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

a:link { 
	text-decoration: underline; 
	color: #F26522;
}

a:visited { 
	text-decoration: underline; 
	color: #e29a5a;
}

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

img {
	border-style: none;
}

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

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

ul {
	list-style: circle;
	color: #174588;
}

ul li {
	padding: 0;
	margin: 0;
}
	
/*</group>*/

/*<group=Layout>*/

#container { 
	width: 759px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	background: url(images/content_bg.png) repeat-y; /* This Is The BG Color Of The Main Div */;
	background: url(images/sidebar_bg_220x60.jpg);
	background: url(images/sidebar_bg_220x60.jpg) repeat-y;
	position: relative;
	border: 1px solid #e3e3e3;
}

#pageHeader {
	height: 180px;
	background: transparent url(images/treasure_header_759x180.jpg) no-repeat;
	border-top: 1px solid #aeaeae;
	width: 759px;
	position: relative;
}

#pageHeader img {
	float: right;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

#pageHeader h1 { 
	color: #ffffff;
	padding: 0;
	margin-top: 40px;
	margin-left: 30px;
	padding-top: 5px;
	margin-bottom: 0px;
	font-size: 3.6em;
	font-style: italic;
	position: relative;
	font-weight: 100;
}

#pageHeader h2 { 
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	margin-top: -10px;
	margin-left: 70px;
	font-weight: 100;
	font-size: 1.3em;
	font-style: italic;
}

#mainContent {
	margin: 0px;
	padding-top: 0px;
	background-image: url("images/shell_bottom_right_130x305.jpg");
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#mainContent #sidebar_left {
	float: left;
 	width: 220px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#mainContent #sidebar_right {
	float: right;
 	width: 160px;
	padding: 0px;
	font-style: italic;
	color: black;
	font-family: Garamond, "Times New Roman", Times, sans-serif;
	margin: 6.6em 10px 0px;
}

#mainContent #sidebar_right p {
	color: #696969;
	font: italic 1.1em Garamond, "Times New Roman", Times, sans-serif;
}

#mainContent #content {
	padding: 0px 0px 0px 0px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	top: 30px;
	left: 260px;
	right: 200px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	color: #000000;
}

#mainContent #content p {
	font-size: 0.8em;
	line-height: 1.6em;
}

#footer { /* This Is The BG Color Of The Main Div */
	border: 1px solid #aeaeae;
	text-align: center;
	border: 1px solid #aeaeae;
	color: #999999;
	font-size: 1em;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#mainContent #sidebar_right #footer p.copy {
	background: #f3f3f3;
	margin-bottom: 0;
	padding: 5px 20px;
	font: 0.7em Arial, Helvetica, sans-serif;
	font-style: normal;
}

#mainContent #sidebar_right #footer p.copy a {
	font: 0.7em Arial, Helvetica, sans-serif;
}

#sidecontainer
{
	padding: 10px;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: right;
	color: #971B1E;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.6em;
}

#breadcrumbcontainer ul {
	padding: 0;
	list-style-type: none;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0 1em 0 0;
}

#breadcrumbcontainer li { 
	margin: 0 0 0px 0;
	display: inline;
}

#breadcrumbcontainer a {
	color: #971B1E;
	text-decoration: none; 
}

#breadcrumbcontainer a:hover {
	text-decoration: none;
	color: #ffffff;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	line-height: 2.0em;
	width: 220px;
	background: url(images/sidebar_menu_220x300.jpg) no-repeat;
	padding-top: 160px;
	text-align: center;
}

#navcontainer #current {
	color: white;
	background: #438bf2;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	margin-bottom: 2px;
}

#navcontainer li { 
}

#navcontainer a {
	display: block;
	color: white;
	text-decoration: none;
	padding-left: 10px;
	line-height: 1.5em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.3em;
	border-top: 1px solid white;
	font-weight: bold;
	height: 100%;
}

#navcontainer a:hover {
	color: #0080ff;
	background: #e1e1e1;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0;
	border-bottom-style: none;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul li>a {
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	border-top: 0;
	padding-top: 0;
}

#navcontainer ul ul a:hover {
}

/*Start Commented Backslash Hack \*/

* html #navcontainer ul {
	margin-bottom: 0;
}
* html #navcontainer li {
	
}

* html #navcontainer ul ul li {
	
}

* html #navcontainer li a {
	padding: 0 10px;
	line-height: 2em;
}

/*Close Commented Backslash Hack */
/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	font-family: Courier New, Courier, mono;
	border: 1px dotted #004f9e;
	background: #ddedff;
	color: #004f9e;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	color: #000;
	margin: 0px 0px 0.8em;
	font-size: 2em;
}

h2 {
	color: #303030;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
}

h3 {
	color: #333;
	margin: 0px;
}

.imageStyle {
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin: 5px;
}
	
/*</group>*/

/*<group=Blog>*/

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

.blog-entry-title {
		text-align: justify;
	color: #0062c5;
	font-weight: bold;
	font-size: 14px;
}

.blog-entry-date {
		
	text-align: justify;
	color: #aeaeae;
	padding-bottom: 5px;
	font-size: 12px;
	font-style: normal;
}

.blog-entry-body {
	
	text-align: justify;
	color: #666666;
	font-size: 12px;
}

.blog-entry-comments {
	padding-top: 5px;
}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	color: #424242;
}

.filesharing-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.filesharing-item-title a {
	text-align: justify;
	color: #0062c5;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.filesharing-item-description {
	text-align: justify;
	color: #aeaeae;
	font-size: 12px;
	font-style: normal;
	margin-top: 6px;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	padding: 5px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0062c5;
}

.album-description {
	padding: 5px;
	color: #494949;
}

.thumbnail-frame {
	border-top: 1px solid #ececf3;
	border-right: 2px solid #cbcbcb;
	border-bottom: 2px solid #cbcbcb;
	border-left: 1px solid #ececf3;
	padding: 6px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
}

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

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

.photo-background {
	background: #ffffff;
}

.photo-navigation {
	margin: 6px; 
	background: #eeeeee;
	color: #5b5b5b;
	text-align: left;
	padding: 4px;
}

.photo-navigation a {
	text-decoration: none;
}

.photo-navigation a:hover {
	text-decoration: underline;
}

.photo-frame{
	padding: 4px;
	border: 1px solid #555555;
	margin: 6px;
	background: white;
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-weight: bold;
}

.photo-caption {
	padding: 0px;
}

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

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
	margin: 5px;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

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

.movie-page-description {
	margin-bottom: 20px;
	color: #494949;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 1px;
	border: 1px solid #d4d4d4;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	color: #aeaeae;
	text-align: center;
	margin-bottom: 3px;
	font-size: 11px;
}
	
/*</group>*/

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

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

.movie-title {
	color: #0062c5;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

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


/*</group>*/

/*<group=Contact Form>*/
.message-text { } 

.required-text {
	color: #b90000;
} 

.form-input-field { width: 260px; } 

.form-input-button { } 
/*</group>*/


