/* @group General Styles */

body {
	color: #333333;
	font: 0.75em/1.8em Optima, Skia, Futura, "Lucida Grande", LucidaGrande, Lucida, "Lucida Sans", Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 60px 20px;
	text-align: center;
	background: #e0e0e0;
}

p {
}

p.description {
	font-weight: bold;
	letter-spacing: 1px;
}

b, strong {

}

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

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

img {
	border: none;
}




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

* html .image-left {
	height: 1%;
	position: relative;
}

.image-right {
	float: right;
	margin: 3px 0 1em 1em;
	padding: 3px;
}

* html .image-right {
	height: 1%;
	position: relative;
}

#butterfly {
	position: fixed;
	top: 120px;
	right: 10px;
	width: 210px;
	height: 176px;
	z-index: 300;
}

* html #butterfly {
	top: 190px;
}

* html #butterfly img, * html #vine img, * html #vine2 img {
	width: 100%;
	height: 100%;
}

#butterfly2 {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 210px;
	height: 167px;
	z-index: 200;
	
}	

#vine {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 362px;
}

#vine2 {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 200px;
	height: 362px;

}
			
/* @end */

/* @group Layout */

#container { 
	background-color: #fff; /* This Is The BG Color Of The Main Div */
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border: 1px solid white;
	position: relative;
	margin-top: 40px;
	width:720px;
	color: #333;
}

.clearer {
	clear: both;
}

#pageHeader {
	position: relative;
	z-index: 0;
	height: 164px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
	width: 100%;
}



#pageHeader h1 {
	color: #6d84af;
	margin: 0;
	padding: 0;
	position: relative;
	top: 35px;
	left: 20px;
	letter-spacing: 2px;
	font-size: 4.6em;
	font-weight: normal;
}

* html #pageHeader h1 {
	overflow: visible;
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	top: 16px;
}

#pageHeader h2 {
	color: #a3abb5;
	font-size: 1em;
	margin: 0;
	position: relative;
	top: 40px;
	left: 25px;
}

#contentContainer {
	margin-right: 200px;
}

#contentContainer #content {
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 0.9em;
}

#contentContainer #content p+h3 {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

#contentContainer #content img.half {
	width: 40%;
}

* html #contentContainer #content img.half {
	width: 12em;
}

#contentContainer #content img {
	border: none;
}

#contentContainer ul {
	list-style-position: inside;
}

#sidebarContainer {
	width: 200px;
	font-size: 0.9em;
	color: #333;
}

#sidebarContainer #sidebar {
	padding: 10px;
	color: #505050;
	width: 180px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	padding: 0px 10px 0px;
	width: 170px;
	font-size: 1.3em;
	
}


* html #sidebarContainer .sideHeader {
	padding-bottom: 0;
}

#sidebarContainer h1 {
	margin: 0;
	padding: 0 10px;
	background-color: #eaeaea;
	color: #636363;
	font-size: 1em;
	margin-top: 20px;
}



#sidebarContainer h1+p {
	background-color: white;
	margin: 0;
	padding: 6px 10px;
	margin-bottom: 10px;
	color: #979797;
}

#sidebarContainer a {
	color: #fff;
}

#sidebarContainer h1+p>a {
	color: #5f6476;
}

#sidebarContainer p {
	color: #fff;
}

#footer {
	border-top: 1px solid #eeeeee;
	margin-top: 20px;
	color: #909090;
}

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

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

}

#footer a:hover, #footer a:active {
}


#logo img {
	display: block;
}

div#logo {
	position: relative;
	left: 15px;
	top: 25px;
	float: left;
}

p.programmed {
	position: absolute;
	top: -28px;
	right: 0px;
	z-index: 300;
	text-align: right;
	font-size: 9px;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	font-size: 1em;
	color: #808ea0;
	font-weight: bold;
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a:link, #breadcrumbcontainer a:active {
	color: #a8a7b1;
}



#breadcrumbcontainer a:hover {
	color: #333;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */
#navcontainer {
	position: relative;
	height: 25px;
}
/*Start Commented Backslash Hack \*/

* html #navcontainer {
}


/*Close Commented Backslash Hack */

#navcontainer #current {
	/*text-shadow: 0px 1px 1px #666666;*/
	color: #fff;
	background-color: #3f3f3f;
}
	
#navcontainer ul ul #current, #navcontainer ul ul ul #current {
	color: #b90000;
	background: none;
}

#navcontainer ul li .currentAncestor {
	/*text-shadow: 0px 1px 1px #666666;*/
	color: #fff !important }
	
#navcontainer ul ul li .currentAncestor {
	/*text-shadow: 0px 1px 1px #666666;*/
	color: #8e0000 !important }
	
#navcontainer ul ul ul li .currentAncestor {
	/*text-shadow: 0px 1px 1px #666666;*/
	color: #8e0000 !important }


/* Parent - Level 0 */

#navcontainer ul {
	position: relative;
	height: 25px;
	list-style: none;
	left: 0px;
	padding: 0;
	width: 720px;
	margin: 0;
	background: #2d2d2d;
}

* html #navcontainer ul {
	height: 22px;
}

#navcontainer li {

	/*position: relative;*/
	width: 120px;
	display: block;
	float: left;
	height: 25px;
	text-align: center;
	font-size: 13px;
}

* html #navcontainer li {
}

#navcontainer a:link, #navcontainer a:visited {
	display: block;
	padding: 2px 10px 0;
	text-decoration: none;
	width: auto;
	height: 23px;
}

#navcontainer ul a:link, #navcontainer ul a:visited {
	color: #ccc;
}

#navcontainer ul a:hover, #navcontainer ul a:active {
	color: #fff;
	background-color: #555;
}

#navcontainer ul ul a:hover, #navcontainer ul ul a:active {
	color: #000;
	background-color: white;
}



* html #navcontainer a:link, * html #navcontainer a:visited {
	padding: 0 6px 2px;
}






/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0px;
	top: 25px;
	z-index: 100;
	height: 18px;
	width: 500px;
	/*background-color: #636363;*/
	background-color: white;
}

#navcontainer ul ul li {
	display: inline;
	width: auto;
}

* html #navcontainer ul ul li {
	width: 100px;
}

#navcontainer ul ul li a {
	display: inline;
}

#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited {
	padding: 0 10px 5px;
	font-size: 12px;
	height: 13px;
	color: #333;
	text-align: left;
}

* html #navcontainer ul ul li a {
	font-size: 11px !important;
	padding: 0 5px 5px;
}

#navcontainer ul ul a:link { 
	}

#navcontainer ul ul a:hover {
	text-decoration: underline;
}


html>body #navcontainer ul ul a:link {
}

html>body #navcontainer ul ul a:hover {
}

#navcontainer ul ul #current{
}

html>body #navcontainer ul ul #current{
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 0px;
	top: 18px;
	z-index: 100;
	height: 18px;
	width: 500px;
	/*background-color: #9f9f9f;*/
	background-color: white;

}



#navcontainer ul ul ul li {
	display: inline;
}

* html #navcontainer ul ul ul li {
	width: 100px;
}


#navcontainer ul ul ul a:link, #navcontainer ul ul ul a:active {
	font-size: 10px;
	color: #333;
}

#navcontainer ul ul ul ul li { 
}



#navcontainer ul ul ul ul a:hover{

}


/* @end */

/* @group Global Classes */

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

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
}

h4 {
}

.imageStyle {

}

.clear-left {
	clear: left;
}
	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {

}

.blog-archive-headings-wrapper {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-bottom: 2px solid #818fa1;
	border-right: 1px solid #a0a9a7;
	border-left: 1px solid #a0a9a7;
	width: 720px;
}

.blog-archive-entries-wrapper {
	background: #ffffff; /* This Is The BG Color Of The Main Div */
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #a0a9a7;
	border-left: 1px solid #a0a9a7;
	border-bottom: 1px solid #a0a9a7;
	padding-top: 20px;
	width: 720px;
}

.blog-archive-entries-wrapper .blog-entry {
	padding-right: 40px;
	padding-left: 40px;
}

.blog-archive-month {
	padding: 20px 40px 0;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.blog-archive-link {
	padding: 0 40px 20px;
}

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

	
/* @end */

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

.blog-entry-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
	line-height: 2em;
}

.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 {
	color: #fff !important;
	text-align: right;
	display: block;
	height: 0.5em;
}

.blog-category-link-enabled a {
	
}

.blog-category-link-disabled {
	color: #eebcd3;
	text-align: right;
	display: block;
	height: 0.5em;
}
	
/* @end */

/* @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: #7f7f7f;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

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

.thumbnail-table {
	width: 99%;
	background: #f5f5f5;
}

.thumbnail-frame {
	padding: 5px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
	font-size: 0.9em;
	color: #96a7bb;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0;

}

.photo-navigation {
	background: #6b7b91;
	border-bottom: 2px solid #818fa1;
	padding: 20px 40px 10px;
	margin-bottom: 20px;
	text-align: left;
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame{
	padding: 2px;
	background: #949b98;
}

.photo-title {
	color: #ffffff;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.photo-caption {
	color: #b5bdc8;
	font-size: 1.1em;
	margin: 0;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	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 {
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
}

.movie-frame {

}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */

