/*<group=General Styles>*/

body {
	background: repeat url(images/body_bg.png);
	color: #333333;
	font: 11px Tahoma, Verdana, Helvetica, Arial;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #0080ff;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #006ad3;
}

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

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

/*<group=Layout>*/

#container { /* This Is The BG Color Of The Main Div */	width: 669px;	margin: 16px auto 0px; /* Right And Left Margin Widths To Auto */ /* Hack To Keep IE5 Windows Happy */
	line-height: 2.0em;
	background: url(images/content_bg.png) repeat-y;
	width: 767px;
}

#bottom {/* This Is The BG Color Of The Main Div */	width: 669px;	margin: 0px auto; /* Right And Left Margin Widths To Auto */	text-align: left; /* Hack To Keep IE5 Windows Happy */
	background: url(images/content_bottom.png) no-repeat;
	width: 767px;
	height: 55px;
}

#pageHeader {
	width: 767px;
	text-align: left;
	list-style: none;
	height: 163px;
	background: no-repeat url(images/header_bg.png);
}

#pageHeader img {
	float: right;
	margin-top: 25px;
	padding-right: 45px;
}

#pageHeader h1 {
	color: #ffffff;
	font-size: 34px;
	font-weight: bold;
	margin: 42px 0px 0px 36px;
	text-align:
	padding: 0 0 0px 0px;
	text-shadow: 2px 2px 2px #333333;
	position: absolute;
	letter-spacing: -2px;
}

#pageHeader h2 {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	text-align:
	padding: 0px 15px 0px 0px;
	letter-spacing: -1px;
	text-shadow: 2px 2px 2px #333333;
	position: absolute;
	margin: 73px 0px 0px 38px;
}

#contentContainer {
	float: left;
	text-align: left;
	background: url(images/content_bg.png) repeat-y;
	width: 540px;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	border-right: 1px solid #b3b3b3;
	margin-top: 24px;
}

#contentContainer #content {
	line-height: 2em;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
}

#sidebarContainer {
	width: 160px;
	text-align: left;
	left: 30px;
	padding: 0 0 15px;
	margin-top: 21px;
	font-size: 10px;
	line-height: 15px;
	float: left;
}

#sidebarContainer #sidebar {
	padding: 0 12px 10px;
	margin-bottom: 15px;
}

#sidebarContainer #sidebar .sideHeader  {
	font-weight: bold;
}

.sidebarbox {
	padding: 5px;
	border: 1px dashed #b3b3b3;
	background: #e6e6e6;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	text-shadow: 0px 1px 0px #ffffff;
	text-align: right;
	position: relative;
	font-size: .8em;
	margin-right: 50px;
	margin-top: 15px;
}

#footer a {
	color: #999999;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	font-weight: 800;
}

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

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align:
	font-size: 9px;
	clear: both;
	position: relative;
	font-size: 9px;
	left: 14px;
	border-top: dashed #cccccc 1px;
	margin-top: 20px;
}

#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: 767px;
	text-align: center;
	height: 31px;
	position: absolute;
	padding: 0px;
	font-size: .86em;
	line-height: 3.1em;
	margin: 121px 0px 0px 12px;
}

#navcontainer #current {
	background: url(images/button.png) no-repeat;
	color: #0080ff;
	position: relative;
	font-weight: 600;
}

#navcontainer .currentAncestor {
	background: url(images/button.png) no-repeat;
	color: #0080ff;
	font-weight: 300;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	z-index: 2;
}

#navcontainer li {
	display: inline;
	padding: 0px;
	margin: 0px;
	text-align: center;
	float: left;
}

#navcontainer a {
	display: block;
	width: 111px;
	height: 31px;
	color: #999999;
	text-align: center;
	text-decoration: none;
	padding-top: 6px;
}

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

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 42px;
	white-space: nowrap;
	text-align: left;
	z-index: 1;
	margin-left: 30px;
	height: 17px;
	width: 638px;
	border-left: 3px solid #999999;
	border: 1px dashed #999999;
	background: url(images/topbar_bg.png);
}

#navcontainer ul ul li {
	border: 0;
}

#navcontainer ul ul li a {
	border: 0;
	background: transparent none;
	color: #939393;
	padding: 0 0px 0px;
	text-indent: 35px;
	margin: 0 0px 0px 0;
	position: relative;
	bottom: 6px;
}

#navcontainer ul ul li a:hover {
	text-decoration: none;
	background: none;
	text-shadow:  none;
}

#navcontainer ul ul #current {
	font-weight: bold;
	background: none;
}

#navcontainer ul ul .currentAncestor {
	background: url(images/button.png) no-repeat;
	color: #0080ff;
}

#navcontainer ul ul ul {
	display:none;
}	
/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	color: #000000;
	border: 1px dashed #adadad;
	background: #e6e6e6;
	padding: 10px;
	border-left: solid #666666 4px;
}

h1 {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h2 {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h3 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h4 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h5 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.imageStyle {
	padding: 2px;
	border: 1px solid #e6e6e6;
	margin: 5px;
}
	
/*</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: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}.blog-archive-link {
	font-size: .85em;
	color: #000000;
}
	
/*</group>*/

.blog-entry {
	letter-spacing: -.5px;
	text-align: left;
}

.blog-entry-title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 0;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
}

.blog-entry-body {
	margin-bottom: 45px;
	font-size: 11px;
	line-height: 15px;
}

.blog-entry-comments {
	padding-top: 5px;
	text-align: right;
	font-size: .85em;
	color: #999999;
}
	
/*</group>*/

/*<group=File Sharing>*/

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

.filesharing-item {
	
}

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

.filesharing-item-description {
	margin-bottom: 10px;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
	letter-spacing: -1px;
}

.album-description {
	margin-bottom: 18px;
	color: #4c4c4c;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}

.thumbnail-table {
	width: 100%;
}

.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: #666666;
	margin-top: -2px;
	font-size: 11px;
}
	
/*</group>*/

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

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

.photo-navigation {
	padding: 15px;
	text-align: left;
	background: #e6e6e6;
	margin: 0px 0px 18px;
	border: 1px dashed #b3b3b3;
}

.photo-navigation a {
	color: #666666;
	text-decoration: none;
	text-align: left;
}

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

.photo-frame{
	margin: 0px;
}

.photo-links {
}

.photo-title {
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	font-size: 24px;
	text-align: left;
}

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

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

/*<group=Quicktime Page>*/

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

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}.movie-page-description {
	margin-top: 5px;
	margin-bottom: 5px;
}.movie-thumbnail-frame {
	float: left;
	display: inline;
}

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

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

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

.movie-title {
	color: #333333;
	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>*/


