/* CSS copyright seyDoggy http://www.seyDoggy.com  */

/*<group=General Styles>*/

body {
	font: 12px "arial", "helvetica", "Lucida Grande", "lucida, sans-serif";
	text-align: center;
	color: #ffffff;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
}

p {

}

b, strong {
	font-weight: bold;
}

a:link {

}

a:visited {

}

a:hover {
	font-weight: normal;
}

.clearer {
	clear: both;
}

img {
	border: none;
}

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

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

/*</group>*/

/*<group=Layout>*/

/*<group=wrapper>*/

#container {
	background: #000000;
	border: solid 1px #333333;
	width: 728px;
	margin: 0px auto;
	/* Right And Left Margin Widths To Auto */	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	/* Hack To Keep IE5 Windows Happy */
	color: #ffffff;
}

/*</group>*/

/*<group=header>*/

#pageHeader {
	background: url(images/header1.jpg) no-repeat top right #ffffff;
	height: 150px;
	list-style: none;
	margin: 0px;
}

#pageHeader img {
	margin-top: 5px;
}

#pageHeader h1 {
	font-size: 35px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
}

#pageHeader h2 {
	margin: 0px;
	font-size: 15px;
	font-weight: normal;
}

/*</group>*/

/*<group=navigation>*/

/*<group=horizontal>*/

/* Toolbar Styles */

#navcontainer {
	width: 728px;
	height: 35px;
	font-size: 14px;
	border-bottom: solid 1px #333333;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#navcontainer .current {

}

#navcontainer .currentAncestor {

}

/* Parent - Level 0 */

#navcontainer ul {
	position: relative;
	padding: 2px 0 2px 0;
	margin: 0 auto 0 auto;
}

#navcontainer li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	margin: 0 25px 0px 10px;
}

#navcontainer a:link, #navcontainer a:visited, #navcontainer a:hover {
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	width: 100%;
	margin: 0 auto 0 auto;
	top: 15px;
	right: 0px;
	white-space: nowrap;
}

#navcontainer ul ul li {
	font-size: 11px;
	list-style-type: none;
	display: inline;
	margin: 0 25px 0px 10px;
	padding: 0;
}

#navcontainer ul ul .current {
	font-weight: normal;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	visibility: hidden;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	visibility: hidden;
}

/*</group>*/

/*<group=verticle>*/

#sidenavcontainer {
	font-weight: normal;
	font-size: 13px;
	line-height: 2.0em;
	padding-top: 0px;
}

#sidenavcontainer .current {

}

/* Parent - Level 0 */

#sidenavcontainer ul {
	list-style: none;
	border-bottom: 1px dotted #333333;
}

#sidenavcontainer ul a:hover {

}

#sidenavcontainer li {
	font-size: 13px;
}

#sidenavcontainer li a:hover {

}

#sidenavcontainer a {
	display: block;
	text-decoration: none;
	height: 20px;
}

#sidenavcontainer a:hover {

}

/* Child - Level 1 */

#sidenavcontainer ul ul {
	list-style: inside disc;
	padding: 0px;
	padding-left: 15px;
	border-bottom-style: none;
}

#sidenavcontainer ul ul li {
	font-size: 11px;
}

#sidenavcontainer ul ul a {

}

#sidenavcontainer ul ul a:hover {
	background: transparent;
	clear: both;
}

#sidenavcontainer ul ul .current {

}

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

/*<group=content>*/

#contentContainer {
	margin-right: 200px
}

#contentContainer #content {
	padding-top: 10px;
	color: #ffffff;
	font-size: 14px;
}

#contentContainer #content b {
	color: #ffffff;
}

#contentContainer #content ul {

}

#contentContainer #content li {

}

#sidebarContainer {
	width: 200px;
	margin-top: 5px;
	color: #cccccc;
	background: transparent;
}

#sidebarContainer a:hover {

}

#sidebarContainer #sidebar {
	font-size: 12px;
	background: transparent;
}

#sidebarContainer .sideHeader {
	color: #cccccc;
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
}

#sidebarContainer #sidebar ul {

}

#sidebarContainer #sidebar li {

}

/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	display: block;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 5px;
	padding: 0px;
	display: inline;
	float: left;
	font-size: 11px;
}

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

#breadcrumbcontainer a {
	text-decoration: none;
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
	color: #999999;
}

/*</group>*/

/*<group=footer>*/

#footer {
	color: #ffffff;
	padding-bottom: 0;
	font-size: 11px;
	text-align: center;
	width: 728px;
	/* Right And Left /* Hack To Keep IE5 Windows Happy */
	height: 15px;
	padding-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer a {
	font-size: 11px;
}

#footer a:hover {
	color: #999999;
	font-size: 11px;
}

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

/*<group=plugins>*/

/*<group=Global Classes>*/

.standout, blockquote {
	background: transparent;
	padding: 10px;
	margin: 5px;
}

.imageStyle {
	border-style: none;
}

/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
}

.blog-archive-headings-wrapper {
	height: 45px;
	margin: 0px auto;
	text-align: left;
}

.blog-archive-entries-wrapper {
	margin: 0px auto;
	text-align: left;
}

.blog-archive-month {
	font-size: 18px;
	font-weight: bold;
}

.blog-archive-link {
	font-weight: normal;
	text-decoration: none;
}

/*</group>*/

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

.blog-entry-title {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 18px;
	text-align: left;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	color: #ffffff;
	text-align: left;
}

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {

}

/*</group>*/

/*<group=File Sharing>*/

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

.filesharing-item {

}

.filesharing-item-title {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
}

.filesharing-item-description {
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 11px;
}

/*</group>*/

/*<group=Photo Album>*/

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

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

.album-wrapper {
	margin: 0 auto;
	width: 98%;
	position: relative;
}

.album-title {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	text-indent: 10px;
	text-align: center;
	vertical-align: middle;
}

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

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
}

.thumbnail-frame a {

}

.thumbnail-frame a:hover {

}

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

.thumbnail-caption {
	color: #000000;
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	font-size: 10px;
}

/*</group>*/

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

.photo-background {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.photo-navigation {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	height: 150px;
}

.photo-navigation a {
	color: #ffffff;
	font-size: 11px;
}

.photo-navigation a:hover {
	color: #999999;
	font-size: 11px;
}

.photo-frame {

}

.photo-links {

}

.photo-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
}

.photo-caption {
	color: #ffffff;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

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

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
	color: #ffffff;
}

/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

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

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}

/*</group>*/

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

.movie-background {
	margin-top: 5px;
}

.movie-title {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

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

/*</group>*/


/*</group>*/

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

}

.required-text {

}

.form-input-field {

}

.form-input-button {

}

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


