/*<group=General Styles>*/

body {
	text-align: center;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0 10px 10px;
	color: #000000;
	background: repeat url(images/img_100.gif);
	background-color: #565656;
	/*width: 780px;*/

}

p {
}

b, strong {

}

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

a:hover, a:active {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

img {
	border-style: none;
}

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

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

/*<group=Layout>*/

.clearer {
	clear: both;
}

#top_grad { /*the grey background bar at top */
	background: #969696 repeat url(images/img_100.gif);
	position: absolute;
	top: 0;
	height: 100px;
	left: 0;
	display: block;
	width: 100%;
	z-index: 0; /* 0 puts this at bottom, higher makes it above others */
}




#container {
/*	border: 5px solid #2AFF1A;*/  /* entire content area */
	background: #F7E2AB; /*repeat-y right url(images/sidebar_right_bg.png)*/
	position: relative; /* starts at relative, making absolute erases breadcrumb and footer*/
	top: 0;
/*	left: 50px;  /* added */*/
	/*border-right: 3px solid #ff0000;*/
	/*border-bottom: 3px solid #ff0000;*/
	/*border-left: 3px solid #ff0000;*/
	padding-bottom: 10px;
	z-index: 1;
	margin: 0px auto 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#pageHeader { /* orange header bar area */
/*	left: 350px;*/
/*	border: 2 px solid #FF64F2;*/
	background: #E5BD76 url(images/titlebar2.png) /*repeat-x*/;
	height: 246px;
	text-align: center;
	position: relative;
}

/*
#pageHeader img {
	position: absolute;
	top: 10px;
	right: 10px;
}
*/

#pageHeader h1 {
	color: #BCDED0;
	font-size: 2.4em;
	margin: 0 0 5px;
	padding-top: 15px;
	text-shadow: 2px 2px 2px #333333;
}

#pageHeader h2 {
	color: #ffffff;
	text-shadow: 2px 2px 2px #333333;
	font-size: 1.2em;
	margin: 0;
}


#contentContainer { /* the main body text area */
	/*position: absolute;   this brings bottom of white content area up over breadcrumb*/
/*	border-left: 2px solid #3C2819; this is the other content container border, outside of #content one */
	background-color: white;
	/* width of 650 kicks right edge off the right side of white box */
/*
	border-left: 2px solid;
	border-left-color: #E5BD76;
*/
	margin-right: 200px;
	line-height: 1.6em;
}

#contentContainer #content {
	border-left: 1px solid #664B32;
	border-bottom: 1px solid #664b32;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

/*default 200*/
#sidebarContainer {
	/* this is the whole thing in sidebar, includes nav bar and sidebar stuff */
	width: 125px;
/*	border: 1px solid #FF4AB8;*/
	border-right-color: #664B32;
}

#sidebarContainer #sidebar {
	color: #666666;
	line-height: 1.6em;
	padding: 1px 10px 30px; /* padding for sidebar content */
}

#sidebarContainer #sidebar p {
	margin: 0;
	padding: 20px;
}

#sidebarContainer #sidebar a:link, #sidebarContainer #sidebar a:visited {
	color: #1e1f1a;
}

#sidebarContainer #sidebar a:hover, #sidebarContainer #sidebar a:active {
	background: transparent;
}

/*def width 190 */
#sidebarContainer .sideHeader {
	background: #664B32; /*url(images/tech/side_head_bg.png) repeat-x left top;*/
	width: 115px;
	height: 30px;
	padding-left: 10px;
	color: #000000;
	padding-top: 8px;
	clear: right;
}

#footer { 
/*	border: 1px dashed #FFAC00;*/ /* entire footer area, includes breadcrumb and copyright */
	width: auto;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: right; /* Hack To Keep IE5 Windows Happy */
	color: #664B32;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer a:link, #footer a:visited {
	color: #3C2819;
}

#footer a:hover, #footer a:active {
	color: #664B32;
	background: transparent;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer { 
/*	border: 2px solid red;*/ /* just breadcrumb line */
	color: #3C2819; /* this is the separater bar */
	text-align: right;
	padding-bottom: 5px;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	background: #F7E2AB;
	font-size: 1em;
	/*border-top: 1px solid;*/
	/*border-top-color: #fcfcfc;*/
	border-right: 1px solid #664B32;
	margin-bottom: 10px;
	position: relative;
}

#navcontainer #current {
	background: #C3D0D4;
	color: #000000;
	border-bottom-color: #664B32; 
}

#navcontainer #current:hover {
	background: #C3D0D4;
}

#navcontainer .currentAncestor {
	background: #F7E2AB;
	color: #565656;
	border-bottom-color: #664B32;
}

/* Parent - Level 0 */

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

#navcontainer li {
	position: relative;
}

/*default height is 20 - pad bot 3*/
#navcontainer a{
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	height: 12px;
	color: #565656;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 1px solid #664B32;
}

#navcontainer a:hover {
/*	background: #0080ff;*/
	background: #664B32;
	color: #ffffff;
	border-bottom-color: #664B32;
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: #F7E2AB;
	padding-left: 30px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
	background: #C3D0D4;
	color: #000000;
}

#navcontainer ul ul #current:hover {
	background: #C3D0D4;
	color: #000000;
}

#navcontainer ul ul .currentAncestor {
	background: #F7E2AB;
	color: #ffffff;
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-left: 60px;
}

#navcontainer ul ul ul a:hover{

}

#navcontainer ul ul ul #current{
	background: #cccccc;
	color: #808080;
}

/* Child Level 3 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	padding-left: 90px;
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	padding-left: 110px;
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
	 padding-left: 140px;
}

#navcontainer ul ul ul ul ul ul a:hover{
}
/*</group>*/

/*<group=Global Classes>*/

blockquote {
	background: #cccccc;
	border-left : thin solid #FFB366;
	color: #4c4c4c;
	font-style: italic;
	font-size: 0.85em;
	margin: 5px;
	margin-right: 50px;
	padding-left: 10px;

}

h1 {
	font-size: 1.6em;
	margin: 0 0 3px;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 3px;
}

h3 {
	font-size: 1.2em;
	margin: 0 0 3px;
}

h4 {
	font-size: 1em;
	margin: 0 0 3px;
}

.imageStyle {

}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {

}

.blog-archive-headings-wrapper {
	background: url(images/titlebar2.png);
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #88683c;
	border-left: 1px solid #88683c;
	position: relative;
	height: 246px;
}

.blog-archive-entries-wrapper {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #88683c;
	border-bottom: 1px solid #88683c;
	border-left: 1px solid #88683c;
	color: #333333;
	background: #ffffff;
	position: relative;
	padding-bottom: 10px;
}

.blog-archive-entries-wrapper .blog-entry {
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.blog-archive-month {
	color: #ffffff;
	font-size: 2.2em;
	margin: 0 0 5px;
	padding-top: 15px;
	padding-left: 10px;
	text-shadow: 2px 2px 2px #333333;
}

.blog-archive-link {
	margin-left: 10px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #ffffff;
	border-bottom-color: #ffffff;
}
0
	
/*</group>*/

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

.blog-entry-title {
	color: #3C2819;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 10px;
}

.blog-entry-date {
	font-family: courier;
	color: #664B32;
	letter-spacing: 1px;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.blog-entry-category {
	color: #3C2819;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

.blog-entry-body { /* features individual blogs for main blog page */
	border-bottom: 1px solid #664B32;
	padding-bottom: 10px;
}

.blog-entry-comments {
	margin-top: 10px;
	font-size: 0.9em;
}
	
/*</group>*/

/*<group=File Sharing>*/

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

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

.filesharing-item-title a:link {
	padding: 3px;
	margin-bottom: 5px;
	border-bottom-style: none;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	font-size: 0.9em;
	padding-left: 3px;
	color: #808080;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	color: #3C2819;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 5px;
}

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

/*
.thumbnail-table {
	width: 99%;
}
*/

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

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
	margin-top: 100px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame img {
    margin: auto;
    border: none;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
}




.thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 5px;
	margin: 5px;
}

.thumbnail-frame:hover {
	border: 1px solid #863105;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
}

.thumbnail-caption {
	font-size: 0.75em;
	color: #664B32;
}
	
/*</group>*/

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

.photo-background {
	background: /*#FFB366;*/ repeat url(images/img_100.gif);
}

.photo-navigation {
/*	margin-left: 50px;*/
	background: #3C2819; /*repeat-x url(../../images/tech/header_bg.png);*/
	height: 100px;
	margin-bottom: 37px;
}

.photo-links {
	background: #F7E2AB;
	padding: 5px;
	display: block;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #3C2819;
}

.photo-navigation a:hover {
}

.photo-frame{
	background: #ffffff;
	padding: 5px;
}

.photo-title {
	color: #ffffff;
	text-shadow: 2px 2px 2px #333333;
	font-size: 2.4em;
	margin: 0 0 5px;
	padding-top: 15px;
	font-weight: bold;
}

.photo-caption {
	color: #ffffff;
	text-shadow: 2px 2px 2px #333333;
	font-size: 1.2em;
	font-style: italic;
	margin: 0 0 27px;
	font-weight: bold;
}

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

/*<group=Quicktime Page>*/

.movie-description {

}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 5px;
}

.movie-page-description {
	margin-bottom: 10px;
}

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

/* Stops there from being a dotted line under the movie revews when mouse rollsover */
.movie-thumbnail-frame a:hover {
	border-style: none;
}

.movie-thumbnail-frame:hover {
	border: 1px solid #808080;
}


.movie-thumbnail-caption {
	font-size: 0.9em;
	color: #808080;

}
	
/*</group>*/

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

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

.movie-title {
	color: #ffffff;
	font-size: 2.2em;
	margin: 0 0 5px;
	padding-top: 15px;
}

.movie-frame {

}
	
/*</group>*/


/*</group>*/

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

.required-text {
	color: #ff0000;
} 

.form-input-field {
} 

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


