/*<group=General Styles>*/

body {
	color: #333333;
	font: 11px/14px Tahoma, Verdana, Helvetica, "Lucida Grande", Arial;
}

p {
}

b, strong {

}

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

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

img {
	border: 1px solid #cccccc;
	padding: 3px;
	margin: 8px;
}

.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;
}

blockquote {
	color: #4c4c4c;
	background: #e6e6e6;
	font-size: 10px;
	line-height: 13px;
	border-left: 4px solid #808080;
	padding: 6px 12px;
	margin-top: 12px;
}

.clearer {
	clear: both;
}
	
/*</group>*/

/*<group=Layout>*/

#container {
	margin: 0 auto 0px;	text-align: left; 
	color: #333333;
	background: white;
	width: 650px;
	padding-bottom: 0;
}

#pageHeader {
	height: 169px;
	position: relative;
	background: url(images/hed.png) no-repeat;
}

#pageHeader img {
	text-align:
	border-style: none;
	margin-top: 50px;
	border-style: none;
	float: right;
}

#pageHeader h1 {
	letter-spacing: -2px;
	position: absolute;
	margin-left: 45px;
	font: normal 55px Times New Roman, Times, serif;
	text-decoration: none;
	color: #999999;
	margin-top: 45px;
}

#pageHeader h2 {
	position: absolute;
	margin-left: 45px;
	font: normal 13px Helvetica;
	letter-spacing: 0;
	color: #b3b3b3;
	margin-top: 108px;
}

#contentContainer {
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0px 0px 0px 0;
}

#contentContainer #content {
}

#sidebarContainer {
	float: right;
	width: 155px;
	padding: 12px;
	position: relative;
	background: transparent url(images/sidehed1.png) no-repeat;
	margin: 0 0 15px;
}

#sidebarContainer #sidebar {
	padding: 0px 10px 10px;
	font-size: 10px;
}

#sidebarContainer .sideHeader {
	padding: 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #999999;
}

.sidebarbox {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	color: #b3b3b3;
}

#footer {
	text-align: left;
	padding-bottom: 0;
	padding-top: 0;
	border-top: 1px solid #cccccc;
	width: 650px;
	margin-left: 19px;
	margin-right: 0;
}

#footer p {
	color: #cccccc;
	padding-top: 0;
	text-align: right;
	font-size: .9em;
}

#footer a:link, #footer a:visited {
	text-align: left;
	
	
}

#contentContainer #content ul {
}

#contentContainer #content li {
}

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 11px;
}

#navcontainer #current {
	color: #a7a129;
	font-size: 11px;
	background: repeat-x #e6e6e6;
	font-weight: bold;
	margin-right: 10px;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	width: 150px;
}

#navcontainer li {
	padding: 0;
	line-height: 12px;
	font-size: 11px;
}

#navcontainer a {
	display: block;
	text-decoration: none;
	padding: 3px 5px 4px 8px;
	font-size: 11px;
	height: 14px;
}

#navcontainer a:hover {
	color: #fafafa;
	background: inherit;
	margin-right: 10px;
	font-size: 11px;
}

#navcontainer a:active {
	color: #333333;
	background: #fafafa;
	font-size: 11px;
}

/* Child - Level 1 */

#navcontainer ul ul {
	font-size: 11px;
}

#navcontainer ul ul li {
	line-height: 12px;
	font-size: 11px;
}

#navcontainer ul ul a {
	padding-left: 20px;
	font-size: 11px;
}

#navcontainer ul ul a:hover {
	font-size: 11px;
}

#navcontainer ul ul a:active {
	font-size: 11px;
}

/*</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;
}

.blog-archive-entries-wrapper {
	text-align: left;
}.blog-archive-month {
	color: #cccccc;
	font-size: 12px;
	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;
	font-size: 11px;
	line-height: 14px;
}

.blog-entry-title {
	color: #b3b3b3;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	color: #7f7f7f;
	font-size: .85em;
}

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

.blog-entry-comments {
	padding-top: 5px;
	text-align: right;
	color: #999999;
	font-size: 10px;
}

.blog-entry-summary { }

.blog-read-more { }
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align:
	clear: both;
	font-weight: 200;
	font-size: 9px;
	margin-left: 22px;
}

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

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

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

/*<group=Photo Album>*/

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

.album-title {
	color: #b3b3b3;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

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

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

.thumbnail-wrap {
	margin: 0px 15px 12px 0px;
	padding: 0px;
	float: left;
}

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

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

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

.photo-navigation {
	padding: 10px;
	text-align: center;
	margin: 0px auto 10px;
	background: url(images/sidehed1.png) no-repeat;
	width: 470px;
}

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

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

.photo-frame{
	margin: 0px;
	border: 1px solid #b3b3b3;
	padding: 5px;
}

.photo-links {
}

.photo-title {
	color: #b3b3b3;
	margin: 0px 0px 5px 0px;
	font: normal 24px Times New Roman, Times, serif;
	padding-top: 15px;
}

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

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

/*<group=Quicktime Page>*/

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

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #b3b3b3;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 5px;
	letter-spacing: -1px;
}.movie-page-description {
	margin-top: 5px;
	margin-bottom: 16px;
	color: #7f7f7f;
}.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-right: 20px;
	padding: 3px;
	border: 1px solid #cccccc;
	margin-bottom: 24px;
}

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

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

.movie-background {
}

.movie-title {
	color: #b3b3b3;
	margin: 0px 0px 5px 0px;
	font: normal 24px Times New Roman, Times, serif;
	padding-top: 15px;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
	background: no-repeat;
	margin-top: 10px;
	padding-top: 40px;
}
	
/*</group>*/


/*</group>*/

/*<group=Global Classes>*/

h1 {
	color: #b3b3b3;
	font-size: 26px;
	font-weight: 600;
	margin: 0;
}

h2 {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

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;
	margin: 5px 0;
}

.standout, blockquote {
	color: #666666;
	background: #e6e6e6 no-repeat;
	padding: 10px;
	font-style: italic;
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
}

hr {border: none 0; 
	border-top: 1px solid #cccccc;
	border-bottom: 0 none;
	width: 100%;
	height: 1px;
	text-align: left;
	margin: 10px auto 0;
}
	
/*</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=Contact Form>*/
.message-text { } 

.required-text { } 

.form-input-field { } 

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


