/* css file best viewed in CSSEdit 1.7.2 */

/* css stying is copyright 2006, Adam Merrifield and/or seyDesign/seyDoggy *//*<group=general>*/

body {
	background: top url(images/bg.jpg) repeat-x, transparent;
	color: #000000;
	margin: 0 20px 20px;
	font: 12px "verdana", "arial", "helvetica","Lucida Grande", "lucida, sans-serif";
	text-align: center;
}

p {
}

b, strong {

}

a:link {
}

a:visited {
}

a:hover {
	color: #999999;
	font-weight: normal;
}

a:active {
}

img {
	border: 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;
}

.clearer {
	clear: both;
}

/*<group=global classes>*/

blockquote, .standout {
	color: #96a7bb;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

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

/*<group=layout>*/

/*<group=wrapper>*/

#container { 
	background: #ffffff repeat-y right url(images/sidebar_right_bg.png); /* This Is The BG Color Of The Main Div */
	color: #000000;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	margin-top: 20px;
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border: 1px solid #333333;
	position: relative;
}
	
/*</group>*/

/*<group=header>*/

.leftEdge{

	background: top left url(images/header-left.jpg) no-repeat;
	padding: 0px;
	height: 119px;
}

.rightEdge {

	background: top right url(images/header-right.jpg) no-repeat;

	padding: 0px;
	height: 119px;
}

#pageHeader {
	background: url(images/header.jpg) repeat-x;

	position: relative;
	z-index: 0;
	height: 119px;
}

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

#pageHeader h1 {
	color: #ffffff;
	font-size: 25px;
	font-weight: regular;
	text-shadow: 0px 2px 3px #333333;
	letter-spacing: 1px;
	margin: 0px;
	padding: 30px 0px 0px 30px;
}

#pageHeader h2 {
	font-size: 10px; /* was 15 */
	margin: 0;
	padding-left: 30px;
	letter-spacing: 1px;
}
	
/*</group>*/

/*<group=navbar>*/

/* Toolbar Styles */
#navcontainer {
	background: repeat-x url(images/navbar.jpg);
	height: 33px;
	position: relative;
	z-index: 99;
}

#navcontainer .current {
	font-weight: regular;
	letter-spacing: 1px;
}

#navcontainer .currentAncestor {
	font-weight: bold;
	text-decoration: underline;
}
/* Parent - Level 0 */

#navcontainer ul {

	padding: 0;

	list-style: none;
	margin: 0px;
}

#navcontainer li {

	background: top right url(images/divide.jpg)  no-repeat;

	position: relative;
	width: 100px; /* was 120 */
	display: inline;
	float: left;
}

#navcontainer a {

	display: block;
	padding-top: 6px;
	color: #ffffff;
	text-decoration: none;
	width: 100px; /* was 120 */
	text-align: center;
	height: 27px;
}

#navcontainer a:hover { 
	background: top url(images/hover.jpg) repeat-x;
	color: #ffffff;
	text-decoration: none;
	font-weight: regular;
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 27px; }
/* End */

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;

	left: 0;
	top: 32px;

	display: none;
	z-index: 100;
	border-top: solid 1px #666666;
}

#navcontainer ul ul a { 
	height: 20px;
	padding-top: 7px;
	background: #ebebeb;
	text-align: center;
	color: #333333;

	font-weight: normal;
}

html>body #navcontainer ul ul a {
	background: #ebebeb;
	height: 23px;
}

html>body #navcontainer ul ul a:hover {
	background: #cccccc;
	color: #000000;
	font-weight: normal;
}

#navcontainer ul ul .current{
	background: #cccccc;
	color: #ffffff;
}

html>body #navcontainer ul ul .current{
	background: #cccccc;
}

/* Child Level 3 */

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

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{

display:none;

}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{

display:block;
}

/*<group=side nav>*/

#sidenavcontainer {
	border-top: 1px solid;
	margin-bottom: 10px;
	position: relative;
	z-index: 99;
}

#sidenavcontainer .current {
	color: #ffffff;
}

#sidenavcontainer .currentAncestor {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

/* Parent - Level 0 */

#sidenavcontainer ul {

	padding: 0;

	list-style: none;
	margin: 0px;
}

#sidenavcontainer li {

	position: relative;
	width: 200px;
}

#sidenavcontainer a {

	background: top url(images/navbar.jpg) repeat-x #ffffff;
	display: block;
	padding-left: 10px;
	padding-top: 6px;
	height: 20px;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	font-weight: regular;
}

#sidenavcontainer ul a:hover {
	background: #ffffff top url(images/hover.jpg) repeat-x;
	color: #ffffff;
	font-weight:  bold;
}

#sidenavcontainer a:hover { 
}

/* Fix IE. Hide from IE Mac \*/
* html #sidenavcontainer ul li { float: left; height: 1%; }
* html #sidenavcontainer ul li a { height: 20px; }
/* End */

/* Child - Level 1 */

#sidenavcontainer ul ul {

	position: absolute;
	top: 0px;
	right: 201px;

	display: none;
	z-index: 100;
	border-top: solid 1px;
	border-left: solid 1px;
	margin-top: -1px;
	color: #333333;

}

html>body #sidenavcontainer ul ul {

	position: absolute;
	top: 0px;
	left: -201px;
}

#sidenavcontainer ul ul a { 
	background: #cccccc;
	color: #333333;

	padding-right: 30px;
	font-weight: normal;
}

#sidenavcontainer ul ul a:hover {
	background: #ebebeb;
	color: #000000;
	font-weight: normal;
}

#sidenavcontainer ul ul .current{
}


/* Child Level 3 */

#sidenavcontainer ul ul ul {
}

#sidenavcontainer ul ul ul ul li { 
}

#sidenavcontainer ul ul ul ul a{
}

#sidenavcontainer ul ul ul ul a:hover{

}

div#sidenavcontainer ul ul, div#sidenavcontainer ul ul ul, div#sidenavcontainer ul li:hover ul ul, div#sidenavcontainer ul li:hover ul ul ul, div#sidenavcontainer ul li:hover ul ul ul ul, div#sidenavcontainer ul li:hover ul ul ul ul ul{

display:none;

}

div#sidenavcontainer ul li:hover ul, div#sidenavcontainer ul ul li:hover ul, div#sidenavcontainer ul ul ul li:hover ul, div#sidenavcontainer ul ul ul ul li:hover ul, div#sidenavcontainer ul ul ul ul ul li:hover ul{

display:block;
}

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

/*<group=content>*/

#contentContainer {
	margin-right: 200px;
}

#contentContainer #content {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;

}
	
/*</group>*/

/*<group=sidebar>*/

#sidebarContainer {
	float: right;
	width: 200px;
	font-size: 13px;
}

#sidebarContainer a:hover {
	color: #999999;
}

#sidebarContainer #sidebar {
	padding: 10px;
	color: #666666;
}

#sidebarContainer .sideHeader {
	color: #333333;
	font-weight: regular;
	height: 20px;
	padding-left: 10px;
	padding-top: 10px;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	font-size: 10px; /* was 12 */
	font-weight: normal;
	height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	display: block;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #ffffff;
	font-weight: normal;
}

#breadcrumbcontainer a:hover {
	color: #999999;
}
	
/*</group>*/

/*<group=footer>*/

#footer {
	background: transparent;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	height: 29px;
}

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

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
	color: #999999;
}
	
/*</group>*/
	
/*</group>*/

/*<group=plugins>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {

}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	font-size: 17px;
	letter-spacing: 1px;
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

	
/*</group>*/

.blog-entry {
	color: #000000;
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
}

.blog-entry-title {
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: regular;
	margin-bottom: 3px;
}

.blog-entry-date {
	color: #b3b3b3;
	margin-bottom: 10px;
}

.blog-entry-body {
}

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

.blog-entry-category {
	color: #6a7a90;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
}

.filesharing-item {
	background: #f5f5f5;
	margin-bottom: 10px;
	padding: 5px;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	color: #b3b3b3;
}

/*</group>*/

/*<group=Photo Album>*/

/* slide show Classes */

#flashcontent {
	text-align: center;
}

/* Photo Album Thumbnail Classes */

.album-title {

}

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

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

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

/* Photo Album Large View Classes */

.photo-background {
	background: #ffffff;
	text-align: center;
}

.photo-navigation {
	height: 125px;
	text-align: center;
}

.photo-title {
	padding-top: 20px;
	text-align: center;
}

.photo-caption {
	text-align: center;
}

.photo-links {
	text-align: center;
}

.photo-frame {
	text-align: center;
}
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {

}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: regular;
	margin-bottom: 3px;
}

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

.movie-thumbnail-frame {
	width: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #f5f5f5;
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
}
	
/*</group>*/

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

.movie-background {
}

.movie-title {
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: regular;
}

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


/*</group>*/

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

.required-text {
} 

.form-input-field {
width: 400px
} 

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


