/*<group=General Styles>*/

body {
	background: #0c0c0c repeat-x url(images/base.jpg) fixed;
	text-align: center;
	color: #bfbfbf;
	font: 12px "Bitstream Vera Sans", "Trebuchet MS", tahoma, "Lucida Grande", lucida, helvetica, sans-serif;
	margin-right: 5px;
	margin-left: 5px;
}

p { 
}

b, strong {
	font-weight: bold;
	color: #131313;
}

a:link {
	color: #5b5b5b;
}

a:visited {
	color: #000000;
}

a:hover, a:active {
	color: #7fdedb;
	font-weight: normal;
}

img {
}

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

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

/*<group=Layout>*/

#container {
	background: left white repeat-x; /* This Is The BG Color Of The Main Div */	width: 780px;	margin: 0px auto; /* Right And Left Margin Widths To Auto */	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #535148;
}

/* My Comment */

#pageHeader {
	width: 780px;
	list-style: none;
	background: transparent url(images/banner.jpg) no-repeat;
	height: 255px;
	margin: 0px;
	padding: 0px;
}

#pageHeader img {
	float: right;
	margin-left: 10px;
	margin-right: 30px;
	background: none transparent;
	margin-top: 70px;
}

#pageHeader h1 {
	color: #bfbfbf;
	font: 18px small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	text-align: center;
	text-shadow: 0px 8px 6px #000000;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 140px;
	letter-spacing: 3px;
}

#pageHeader h2 {
	color: #7f7f7f;
	margin: 0px;
	font: 14px small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	text-shadow: 0px 10px 6px #000000;
	text-align: center;
	letter-spacing: 1px;
}

#contentContainer #content {
	width: 560px;
	font-size: 0.9em;
	margin: 0 5px 0 15px;
}

#sidebarContainer {
	width: 190px;
	float: right;
	text-align: left;
	background: transparent;
}

#sidebarContainer .sidebar {
	font-size: 0.8em;
	margin-top: 10px;
	padding: 0 10px;
	background: transparent;
}

#footer {
	width: 780px; /* Right And Left /* Hack To Keep IE5 Windows Happy */;
	color: #ffffff;
	background: transparent url(images/DownBanner.jpg) no-repeat;
	padding-bottom: 0;
	font-size: 12px;
	padding-top: 0;
	color: #919191;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 5em;
	height: 45px;
}

#footer a {
	color: #6b6b6b;
	font-size: 12px;
}

#footer a:hover {
	color: #000000;
	font-size: 12px;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	width: inherit;
	padding: 0px;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	font-size: 0.8em;
	color: #000000;
}

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

#breadcrumbcontainer a {
	display: inline;
}

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

/*<group=Toolbar>*/

/* Toolbar Styles */

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

#navcontainer #current {
	color: #7fdedb;
	text-shadow: 2px 6px 2px #2e2e2e;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	margin: 0px 0px 0px 20px;
	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: left;
	height: 20px;
	color: #bfbfbf;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #7fdedb;
	text-shadow: 2px 6px 2px #2e2e2e;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	width: 600px;
	top: 20px;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	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: #bfbfbf;
	margin-left: 10px;
}

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

#navcontainer ul ul a:hover {
	background: transparent;
	clear: both;
}

#navcontainer ul ul #current {
	color: #7fdedb;
	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>*/

.standout, blockquote {
	background: #7f7f7f;
	color: #ffffff;
	padding: 10px;
	margin: 5px;
}

.imageStyle {
}
	
/*</group>*/;
	color: #7f7f7f;
	background: #ffffff;


/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {	color: #283808;	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: #970006;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 3px;
}.blog-archive-link {
	font-size: 0.9em;
}
	
/*</group>*/

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

.blog-entry-title {
	color: #3f3f3f;
	font-weight: normal;
	text-shadow: 1px 4px 2px #ababab;
	margin-bottom: 3px;
	font-size: 1.5em;
	background: white;
	border-bottom: 1px solid #d5d5d5;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	color: #7fdedb;
	text-align: leftt;
}

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

.blog-entry-comments {
	
}
	
/*</group>*/

/*<group=File Sharing>*/

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

.filesharing-item {
	
}

.filesharing-item-title {
	color: #000000;
	font-size: 1em;
	font-weight: normal;
}

.filesharing-item-description {
	margin-bottom: 10px;
	color: #3f3f3f;
	font-size: 0.9em;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	color: #000000;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 3px;
	text-indent: 10px;
}

.album-description {
	text-indent: 10px;
}

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

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border-style: none;
	margin-bottom: 5px;
}

.thumbnail-caption {
	color: #000000;
	margin-top: -2px;
	font-size: 0.8em;
}
	
/*</group>*/

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

.photo-background {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #3f3f3f;
}

.photo-navigation {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #bfbfbf;
}

.photo-navigation a {
	color: #bfbfbf;
	font-size: 0.9em;
}

.photo-navigation a:hover {
	color: #ffffff;
	font-size: 0.9em;
}

.photo-frame{
	border: 3px solid #7fdedb;
	color: #7f7f7f;
}

.photo-links {
	color: #7fdedb;
}

.photo-title {
	color: #7fdedb;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.photo-caption {
	color: #ffffff;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

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

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
	color: #000000;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #000000;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 3px;
}.movie-page-description {
	margin-bottom: 5px;
}.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #000000;
	font-size: 0.8em;
}
	
/*</group>*/

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

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

.movie-title {
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	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>*/


