/* css file best viewed in CSSEdit 1.7.2 */
/* CSS copyright seyDoggy http://www.seyDoggy.com  */
/*<group=general>*/

body {
	background: #999999;
	color: #000000;
	margin: 0 20px 20px;
	font: 14px "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;
	height: 5px;
}

* html .clearer {
	display: none;
}

* html .iehack {
	display: none;
}

* html .iebreak {
	background: transparent;
	height: 10px;
	clear: both;
}

* html .iebreak {
	background: transparent;
	height: 10px;
	clear: both;
}

/*<group=global classes>*/

blockquote, .standout {
	color: #96a7bb;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
	border: none;
}
	
/*</group>*/
	
/*</group>*/

/*<group=layout>*/

/*<group=graphics>*/
	
.egl {
	background: left repeat-y url(images/edge-left.jpg) transparent;
}

.egr {
	background: right repeat-y url(images/edge-right.jpg) transparent;
}

.egt {
	background: top repeat-x url(images/edge-top.jpg) transparent;
}

.egb {
	background: bottom repeat-x url(images/edge-bottom.jpg) transparent;
}

.cnrbl {
	background: bottom left no-repeat url(images/corner-bl-grey.jpg) transparent;
}

.cnrtl {
	background: top left no-repeat url(images/corner-tl-grey.jpg) transparent;
}

.cnrbr {
	background: bottom right no-repeat url(images/corner-br-grey.jpg) transparent;
}

.cnrtr {
	background: top right no-repeat url(images/corner-tr-grey.jpg) transparent;
}

/*</group>*/

/*<group=wrapper>*/

#container { 
	background: #999999;
	color: #000000;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	margin-top: 0px;
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	position: relative;
}

#mainWrapper {
	background: #ffffff;
}
	
/*</group>*/

/*<group=header>*/

#head {
	background: transparent;
	padding: 10px 10px 10px 10px;
	height: 86px;
}

.middle {
	background: repeat-x url(images/head-middle-blue.jpg);
	height: 86px;
}

.leftEdge {
	background: no-repeat top left url(images/head-left-blue.jpg);
	padding: 0px;
	height: 86px;
}

.rightEdge {
	background: no-repeat top right url(images/head-right-blue.jpg);
	padding: 0px;
	height: 86px;
}

#pageHeader {
	background: #ffffff;
}

#pageHeader img {
	float:  right;
	margin-right: 30px;
	margin-top: 10px;
	border: none;
}

#pageHeader h1 {
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	padding: 4px 0px 0px 30px;
	text-shadow: 0px 1px 4px #333333;
}

#pageHeader h2 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding-left: 30px;
	padding-top: 4px;
}
	
/*</group>*/

/*<group=navbar>*/

/* Toolbar Styles */

* html .iehack {
	display: none;
}

* html .iebreak {
	background: transparent;
	height: 10px;
}

* html .iebreak2 {
	background: transparent;
	height: 10px;
}

.navmiddle {
	background: repeat-x top url(images/nav-middle-blue.jpg);
	padding: 0px;
	height: 100%;
	width: 100%;
}

*html .navmiddle {
	width: 98%;
}

.navleftEdge {
	background: no-repeat top left url(images/nav-left-blue.jpg);
	padding: 0px;
	height: 100%;
}

.navrightEdge {
	background: no-repeat top right url(images/nav-right-blue.jpg);
	padding: 0px;
	height: 100%;
}

#navcontainer {
	margin: 0 auto;
	background: #ffffff;
	width: 97%;
	height: 25px;
	font-weight: bold;
	position: relative;
	z-index: 99;
}

* html #navcontainer {
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	width: 97%;
	background: transparent;
	text-align: center;
}

#navcontainer .current {
	color: #fade00;
	background: no-repeat 55px 19px url(images/pointer-blue.jpg);
}

#navcontainer .currentAncestor {
}
/* 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: 120px;
	height: 25px;
	display: inline;
	float: left;
}

#navcontainer a {
	display: block;
	padding-top: 3px;
	color: #ffffff;
	text-decoration: none;
	width: 120px;
	text-align: center;
	height: 25px;
}

#navcontainer a:hover { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background: no-repeat 55px 19px url(images/pointer-blue.jpg);
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 25px; }
/* End */

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 25px;
	display: none;
	z-index: 100;
}

#navcontainer ul ul a { 
	height: 25px;
	padding-top: 7px;
	background: #99ccff;
	text-align: center;
	color: #333333;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

#navcontainer ul ul a:hover {
	background: #6699cc;
	color: #000000;
}


html>body #navcontainer ul ul a {
	background: #99ccff;
	height: 25px;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

html>body #navcontainer ul ul a:hover {
	background: #6699cc;
	color: #000000;
}

#navcontainer ul ul .current{
	background: #c4e0ff;
	color: #333333;
}

html>body #navcontainer ul ul .current{
	background: #c4e0ff;
	color: #333333;
}

/* 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 {
	padding-top: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 99;
}

#sidenavcontainer .current {
	color: #fade00;
}

#sidenavcontainer .currentAncestor {
	color: #ffffff;
}

/* Parent - Level 0 */

#sidenavcontainer ul {
	padding: 0;
	list-style: none;
	margin: 0px;
}

#sidenavcontainer li {
	position: relative;
	width: 200px;
	text-indent: 20px;
	background: url(images/button-blue.jpg)no-repeat ;
	padding-left: 0px;
}

#sidenavcontainer a {
	display: block;
	padding-left: 0px;
	height: 25px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-top: 4px;
}

#sidenavcontainer ul a:hover {
	color: #ffffff;
	font-weight:  bold;
}

#sidenavcontainer li:hover { 
	background: url(images/button-over-blue.jpg) no-repeat;
	text-indent: 20px;
	padding: 0;
	margin: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html #sidenavcontainer ul li { float: left; height: 1%; }
* html #sidenavcontainer ul li a { height: 28px; padding-top: 4px; }
/* End */

/* Child - Level 1 */

#sidenavcontainer ul ul {
	position: absolute;
	top: 0px;
	right: 201px;
	display: none;
	z-index: 100;
	margin-top: 0px;
	color: #333333;
	border-top: 1px solid;
}

html>body #sidenavcontainer ul ul {
	position: absolute;
	top: 0px;
	left: -201px;
}

#sidenavcontainer ul ul li {
	background: transparent;
}

#sidenavcontainer ul ul a { 
	background: #99ccff;
	color: #333333;
	padding-right: 30px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	height: 25px;
}

#sidenavcontainer ul ul a:hover {
	background: #6699cc;
	color: #000000;
}

#sidenavcontainer ul ul li:hover {
	background: transparent;
}

#sidenavcontainer ul ul .current{
	background: #c4e0ff;
	color: #ffffff;
}


/* 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: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
	
/*</group>*/

/*<group=sidebar>*/

#sidebarContainer {
	float: right;
	width: 200px;
	font-size: 13px;
	padding-top: 11px;
}

.sidebarTop {
	background: no-repeat top left url(images/side-top.jpg);
}

.sidebarMiddle {
	background: repeat-y left url(images/side-middle.jpg);
}

.sidebarBottom {
	background: no-repeat bottom left url(images/side-bottom.jpg);
}

#sidebarContainer a:hover {
	color: #999999;
}

#sidebarContainer #sidebar {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #666666;
}

#sidebarContainer .sideHeader {
	color: #333333;
	font-weight: bold;
	height: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 10px;
	display: block;
	color: #6699ff;
}

* html #breadcrumbcontainer {
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	display: block;
	color: #6699ff;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #6699ff;
}

#breadcrumbcontainer li {
	display: inline;
	color: #6699ff;
}

#breadcrumbcontainer a {
	color: #6699ff;
	font-weight: normal;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {
	color: #999999;
}
	
/*</group>*/

/*<group=footer>*/

#footWrapper {
	background: #ffffff;
}

#footer {
	background: transparent;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	height: 70px;
}

#footer p {
	margin: 0;
	padding-top: 25px;
}

#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 {
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	background: url(images/header.jpg) repeat-x;
	height: 86px;
	margin: 0px auto;
	text-align: left; 
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: #ffffff;
}

.blog-archive-headings-wrapper .blog-archive-month {
	color: #ffffff;
}

.blog-archive-headings-wrapper a:link, .blog-archive-headings-wrapper a:visited {
	color: #fade00;
}

.blog-archive-headings-wrapper a:hover {
	color: #ffffff;
}

.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 #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 20px;
}

.blog-archive-entries-wrapper .blog-entry {
	padding-right: 40px;
	padding-left: 40px;
}

.blog-archive-month {
	padding: 20px 40px 0;
	color: #999999;
	font-size: 17px;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.blog-archive-link {
	padding: 0 40px 20px;
}

.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: bold;
	margin-bottom: 3px;
}

.blog-entry-date {
	color: #b3b3b3;
	margin-bottom: 10px;
}

.blog-entry-body {
}

.blog-entry-comments {
	padding-top: 10px;
}

.blog-entry-category {
	color: #ffffff;
}

.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>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

.album-description {
	margin-bottom: 8px;
}

.thumbnail-table {
	margin: 0 auto;
	width: 97%;
	background: #fffff;
	padding: 0px;
}

.thumbnail-frame {
	padding-top: 5px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
}

.thumbnail-caption {
	font-size: 11px;
	color: #96a7bb;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	background: #ffffff;
	margin: 0;

}

.photo-navigation {
	background: repeat-x url(images/header.jpg);
	color: #fade00;
	height: 86px;
	text-align: left;
	padding-left: 40px;
}

.photo-links {
	color: #fade00;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #fade00;
}

.photo-navigation a:hover {
	color: #ffffff;
}

.photo-frame{
	padding: 2px;
}

.photo-title {
	color: #ffffff;
	font-size: 25px;
	letter-spacing: 1px;
	margin: 0;
}

.photo-caption {
	color: #fade00;
	font-size: 14px;
	margin: 0;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {

}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	font-size: 18px;
	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;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
}

.movie-title {
	font-size: 12px;
	font-weight: normal;
}

.movie-frame {
	text-align: center;
}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/*</group>*/
	
/*</group>*/


