/*<group=General Styles>*/

body {
	background: repeat url(images/body_bg.png);
	color: #191919;
	font: 11px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 10px;
}

p { 
}

b, strong {
	font-weight: bold;
}

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

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

img {
	border-style: none;
}

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

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
/*</group>*/

/*<group=Layout>*/

#container {	width: 780px;
	margin: 0px auto 0; /* Right And Left /* Hack To Keep IE5 Windows Happy */
	line-height: 2.0em;
	background: url(images/content_bg.png) repeat-y;
}

#pageHeader {
	background: no-repeat top url(images/content_top.png);
	padding: 5px 20px 10px;
}

#pageHeader img {
}

#pageHeader h1 {
	color: #4b4b4b;
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-shadow: 2px 2px 1px #999999;
	padding: 10px 15px 0px 24px;
}

#pageHeader h2 {
	color: #b3b3b3;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 15px 0px 24px;
	letter-spacing: 3px;

}

#contentContainer {
	float: left;
	text-align: left;
	width: 560px;
	padding: 0px;
	background: url(images/content_bg.png) repeat-y;
	margin: 0;
}

#contentContainer #content {
	line-height: 2em;
	border-right: solid #ebeee8 1px;
	padding: 10px 30px 0 39px;
}

#sidebarContainer {
	width: 180px;
	float: left;
	text-align: left;
	padding: 0px;
	color: #9aa3a0;
}

#sidebarContainer #sidebar {
	padding: 10px;
}

#footer {
	padding-bottom: 10px;
	color: #c5e7e1;
	font-size: 10px;
	background: url(images/content_bottom.png) no-repeat bottom;
	height: 30px;
	display: block;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#footer p {
	margin: 0;
	padding-top: 8px;
}

#footer a {
	text-decoration: underline;
	text-shadow: 0px 1px 0px #ffffff;
}

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

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	font-size: 10px;
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
}

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

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

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Parent - Level 0 */

#navcontainer {
	width: 780px;
	margin: 0px auto 30px; /* Right And Left /* Hack To Keep IE5 Windows Happy */;
	height: 4px;
	height: 48px;
	background: no-repeat url(images/toolbar_bg.png);
	text-align: left;
	position: relative;
}

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

/* Parent - Level 0 */

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

#navcontainer li {
	display: inline;
	float: left;
	padding: 0;
}

#navcontainer a {
	width: 110px;
	height: 48px;
	background: no-repeat url(images/button_normal.png);
	display: block;
	padding-top: 16px;
	text-indent: 18px;
	text-decoration: none;
}

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

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	top: 35px;
	left: 0;
}

#navcontainer ul ul li {
}

#navcontainer ul ul li a {
	background: none;
	color: #e6e6e6;
	text-decoration: none;
}

#navcontainer ul ul li a:hover {
	background: none;
	color: #7dc3c6;
}

#navcontainer ul ul #current {
	font-weight: bold;
	color: #7dc3c6;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	display: none;
}

/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	color: #000000;
	border: 1px solid #adadad;
	padding: 10px;
}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

.imageStyle {
}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {	color: #000000;	text-align: center; /* To Make Content Centered */	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}.blog-archive-month {
	color: #2a4343;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}.blog-archive-link { 
}
	
/*</group>*/

.blog-entry {
}

.blog-entry-title {
	color: #2a4343;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3px;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	color: #6ba8a8;
}

.blog-entry-body {
	margin-bottom: 45px;
}

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

/*<group=File Sharing>*/

.filesharing-description {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
	
}

.filesharing-item-title {
	color: #2a4343;
	font-size: 14px;
	font-weight: bold;
}

.filesharing-item-description {
	margin-bottom: 10px;
	color: #6ba8a8;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	color: #2a4343;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

.album-description {
}

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

.thumbnail-frame a {	
}

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

.thumbnail-frame img {
	background: repeat url(images/sidebar_bg.png);
	border: 0;
}

.thumbnail-caption {
	color: #6ba8a8;
	margin-top: -2px;
	font-size: 11px;
}
	
/*</group>*/

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

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

.photo-navigation {
	padding: 10px;
	text-align: center;
	background: #2a4343;
	margin: 0px 0px 10px 0px;
}

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

.photo-navigation a:hover {
	color: #6ba8a8;
	text-decoration: underline;
}

.photo-frame{
	margin: 0px;
	border: 5px solid #2a4343;
}

.photo-links {
}

.photo-title {
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	font-size: 24px;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
	color: #6ba8a8;
}

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

/*<group=Quicktime Page>*/

.movie-description {
	text-align: left;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #2a4343;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}.movie-page-description {
	margin-top: 5px;
	margin-bottom: 5px;
}.movie-thumbnail-frame {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align: center;
	width: 131px;
}

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

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

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

.movie-title {
	color: #2a4343;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}

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


/*</group>*/

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

.required-text { } 

.form-input-field { } 

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


