/*<group=General Styles>*/

body {
	text-align: center;
	background: repeat-x url(images/clouds_tile.png) #ffffff;
	font: 0.9em Arial, Helvetica, sans-serif;
	margin: 0;
	color: #878787;
	padding: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
}

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

img {

}

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

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

/*<group=Layout>*/

.clearer {
	clear: both;
}

#container {
	margin: 0 auto;
	text-align: center;
	width: 770px;
	background: repeat url(images/content_bg.png);
	padding-top: 20px;
	padding-bottom: 20px;
}

#pageHeader {
	width: 786px;
	height: 433px;
	background: no-repeat url(images/header_bg.png);
	margin: 0 auto;
	position: relative;
}

#monster {
	width: 136px;
	height: 186px;
	position: absolute;
	top: 24px;
	left: 454px;
}

#flowersOne {
	width: 182px;
	height: 122px;
	background: no-repeat url(images/flowers_one_tarquin.png);
	position: absolute;
	top: 177px;
	left: 161px;
}

#flowerTwo {
	width: 89px;
	height: 88px;
	position: absolute;
	background: no-repeat url(images/flower_two_tarquin.png);
	top: 122px;
	right: 77px;
}

#pageHeader img {
	position: absolute;
	z-index: 100;
	right: 362px;
	top: 50px;
}

#pageHeader h1 {
	margin: 0;
	width: 313px;
	height: 130px;
	position: absolute;
	background: no-repeat url(images/title_bg.png);
	top: 40px;
	left: 88px;
	color: #5bc2e5;
	text-align: left;
	font-size: 2.6em;
	padding: 7px 35px 0 15px;
}

#pageHeader h2 {
	margin: 0;
	height: 112px;
	position: absolute;
	background: no-repeat url(images/slogan_bg.png);
	top: 299px;
	left: 217px;
	font-weight: normal;
	width: 227px;
	text-align: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 30px;
	font-size: 1.3em;
}

#contentContainer {
	width: 726px;
	background: #ffffff;
	text-align: left;
	margin: 0 auto;
}

#container #top {
	background: no-repeat url(images/content_top.png);
	width: 726px;
	height: 25px;
	margin: 0 auto;
}

#container #bottom {
	background: url(images/content_bottom.png) no-repeat;
	width: 726px;
	height: 29px;
	margin: 0 auto;
}

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

#sidebarContainer {
}

#sidebarContainer #sidebar {
	padding-right: 10px;
	padding-left: 10px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	font-size: 1.2em;
}

#footer {
	width: 786px;
	height: 63px;
	background: no-repeat url(images/footer_bg.png);
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
}

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

#footer a:link, #footer a:visited {
	color: #ffffff;
}

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

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	width: 786px;
	height: 68px;
	background: no-repeat url(images/menu_bg.png);
	margin: 0 auto;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	position: relative;
	z-index: 99;
}

#navcontainer #current {
	color: #429215;
}

#navcontainer .currentAncestor {
	color: #429215;
}
/* Parent - Level 0 */

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

#navcontainer li {
	display: inline;
	float: left;
	position: relative;
	z-index: 50;
	width: 120px;
}

#navcontainer a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 7px 10px;
}

#navcontainer a:hover {
	color: #429215;
	background: transparent;

}

/* 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: 30px;
	display: none;
	z-index: 100;
	background: url(images/sub_menu_bottom.png) no-repeat left bottom;
	padding-bottom: 26px;
	margin: 0;
	width: 123px;
}

#navcontainer ul ul li {
	display: block;
	width: 123px;
}

#navcontainer ul ul a {
	background: repeat url(images/sub_menu_bg.png);
	border-right-style: none;
	padding-top: 15px;
	padding-bottom: 15px;

}

#navcontainer ul ul a:hover {
	background: repeat url(images/sub_menu_bg.png);
}

#navcontainer ul ul #current{
}
/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 123px;
	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>*/

/*<group=Global Classes>*/

blockquote, .standout {
	border-bottom: 3px dashed #dfdfdf;
	border-top: 3px dashed #dfdfdf;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}

/* Main content area unordered list styles */

#contentContainer #content ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

#contentContainer #content li {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-top: 4px;
	margin-bottom: 8px;
}

#contentContainer #content ul ul {
	margin: 8px 10px 0;
}


/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}

/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}.blog-archive-headings-wrapper {
	border-bottom: 3px dashed #dfdfdf;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
	font-weight: bold;
	font-size: 1.9em;
	padding-bottom: 8px;
}

.blog-archive-link {
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/*</group>*/

.blog-entry {
	padding-bottom: 30px;
}

.blog-entry-title {
	font-weight: bold;
	font-size: 1.9em;
	padding-bottom: 8px;
}

.blog-entry-date {
	border-bottom: 3px dashed #dfdfdf;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

.blog-read-more {
	display: block;
	font-style: italic;
	padding-top: 10px;
}

.blog-entry-body {
}

.blog-entry-comments {
	margin-top: 15px;
	background: #dfdfdf;
	padding: 5px;
}

.blog-entry-comments a, .blog-entry-comments a:visited {
	color: #878787;
	font-size: 0.9em;
	text-decoration: none;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	border-bottom: 3px dashed #dfdfdf;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

.filesharing-item {
	padding-bottom: 15px;
}

.filesharing-item-title a:link {
	font-weight: bold;
	font-size: 1.9em;
	margin-bottom: 8px;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	border-bottom: 3px dashed #dfdfdf;
	padding-bottom: 8px;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	font-weight: bold;
	font-size: 1.9em;
	padding-bottom: 8px;
}

.album-description {
	border-bottom: 3px dashed #dfdfdf;
	padding-bottom: 8px;
	margin-bottom: 75px;
}

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

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

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	margin: auto;
    border: 5px solid #e6e6e6;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/*</group>*/

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

.photo-background {
}

.photo-navigation {
	width: 786px;
	margin: 0 auto;
	background: no-repeat url(images/photo_header_bg.png);
	height: 138px;
	position: relative;
	color: #ffffff;
	padding-top: 30px;
}

.photo-links {
	margin: 0;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	font-size: 1.2em;
}

.photo-navigation a:hover {
	color: #429215;
	background: transparent;
}

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

.photo-title {
	font-weight: bold;
	font-size: 1.9em;
	margin: 0 10px 0 0;
	color: #ffffff;
	display: inline;
}

.photo-caption {
	display: inline;
	width: 0;
	color: #ffffff;
}

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

/*<group=Quicktime Page>*/

.movie-description {

}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	font-weight: bold;
	font-size: 1.9em;
	padding-bottom: 8px;
}.movie-page-description {
	border-bottom: 3px dashed #dfdfdf;
	padding-bottom: 8px;
	margin-bottom: 15px;
}.movie-thumbnail-frame {
	width: 132px;
	float: left;
	text-align: center;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #e6e6e6;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	padding: 3px;
}
	
/*</group>*/

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

.movie-background {
	margin: 10px;
}

.movie-title {
	font-weight: bold;
	font-size: 1.9em;
}

.movie-frame {
}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { 
	border-bottom: 3px dashed #dfdfdf;
	padding-bottom: 8px;
	margin-bottom: 15px;
} 

.required-text {
} 

.form-input-field {
	font-size: 1.2em;
	width: 400px;
} 

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


