/*<group=General Styles>*/

body {
	color: #333333;
	font: 0.75em/1.8em Helvetica, Arial, sans-serif;
	background: bottom;
	text-align: left;
	height: 100%;
}

p {
}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
}

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

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;
}
	
/*</group>*/

/*<group=Layout>*/

#logo {
	border-style: none;
}

#container {
	 /* This Is The BG Color Of The Main Div */ /* /* Hack To Keep IE5 Windows Happy */
	text-align: left;
	border-bottom: 10px solid #ffffff;
	background: repeat url(images/bg.png);
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-top: 10px solid #ffffff;
	padding-bottom: 50px;
}

#container2 { /*;
 Right And Left
 To Keep IE5 Windows Happy */
	border: transparent none;
	width: 730px;
	margin-left: auto;
}

#containerleft {
	background: url(images/l_shade.png) repeat-y left;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#containertop {
	background: right;
	width: 730px;
	height: 225px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#containerright {
	background: url(images/r_shade.png) repeat-y right;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
}

.clearer {
	clear: both;
}

#pageHeader {
	z-index: 0;
	border-bottom: 10px solid #ffffff;
}

#pageHeader img {
	position: absolute;
	right: 0;
	top: 0;
	border-style: none;
}

#pageHeader h1
{
	color: #003399;
	font-size: 24pt;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#pageHeader h2 {
	color: #7d7d7d;
	font-size: 1.2em;
	margin: 0;
}

#contentContainer {
	margin-right: 40px;
	border-style: none;
	margin-left: 40px;
}

#contentContainer #content {
	border-style: none;
}

#sidebarContainer {
	width: 200px;
	padding-right: 5px;
}

#sidebarContainer #sidebar {
	color: #ffffff;
	background: left top url(images/bgtopside.png) repeat-x;
	height: 600px;
	width: 200px;
	padding-left: 5px;
}

#sidebarContainer .sideHeader {
	background: repeat-x url(images/side_header.png);
	color: #000000;
	font-weight: bold;
	height: 27px;
	text-align: center;
	width: 205px;
	padding-top: 5px;
}

#footer {
	margin-top: 25px;
	color: #000000;
	background: center;
	padding-left: 25px;
	height: 20px;
}

#l_shade {
}

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

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

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

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	background: repeat-x;
	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
	height: 20px;
	padding-left: 40px;
	padding-right: 20px;
	display: block;
	position: relative;
	top: 20px;
}

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

#breadcrumbcontainer li {
	display: inline;
	color: #000000;
	background: none;
}

#breadcrumbcontainer a {
	color: #000000;
	background: none;
}

#breadcrumbcontainer a:hover {
	color: #666666;
	background: none;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */
#navcontainer {
	z-index: 99;
	height: 50px;
	color: #000000;
	position: relative;
	background: repeat url(images/bgtop.png);
	border-top: 10px solid #ffffff;
	padding-left: 20px;
}

#navcontainer #current {
	text-shadow: 0px 1px 1px #666666;
	background: no-repeat url(images/button_selected.png);
	color: #000000;
	height: 32px;
}

#navcontainer .currentAncestor {
	text-shadow: 0px 1px 1px #666666;
	background: no-repeat url(images/button_selected.png);
	color: #000000;
	height: 32px;
}
/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	list-style: none;
	margin: 0px;
	position: absolute;
	top: 5px;
	color: #000000;
	height: 32px;
}

#navcontainer li {
	position: relative;
	width: 120px;
	display: inline;
	float: left;
	color: #000000;
	height: 32px;
}

#navcontainer a {
	display: block;
	padding-top: 7px;
	color: #000000;
	text-shadow: 1px 1px 2px #333333;
	text-decoration: none;
	width: 120px;
	text-align: center;
	height: 32px;
	background: no-repeat url(images/button_normal.png);
}

#navcontainer a:hover { 
	color: #000000;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: no-repeat url(images/button_over.png);
	height: 32px;
}

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

/* Fix IE. */

* html #navcontainer a {
	text-shadow: 0px 1px 1px #666666;
	background: no-repeat url(images/button_normal.png);
	color: #000000;
	height: 32px;
}

* html #navcontainer a:hover { 
	color: #000000;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: no-repeat url(images/button_over.png);
	height: 32px;
}


* html #navcontainer #current {
	text-shadow: 0px 1px 1px #666666;
	background: no-repeat url(images/button_selected.png);
	color: #000000;
	height: 32px;
}

* html #navcontainer .currentAncestor {
	text-shadow: 0px 1px 1px #666666;
	background: no-repeat url(images/button_selected.png);
	color: #000000;
	height: 32px;
}
/* End */

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 30px;
	display: none;
	z-index: 100;
	color: #000000;
}

#navcontainer ul ul a { 
	height: 20px;
	padding-top: 7px;
	text-shadow: 2px 2px 2px #999999;
	background: url(images/sub_button.png) repeat;
	text-align: left;
	text-indent: 20px;
	color: #000000;
}

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


html>body #navcontainer ul ul a {
	background: repeat url(images/sub_button_trans.png);
	height: 23px;
	color: #000000;
}

html>body #navcontainer ul ul a:hover {
	background: repeat url(images/sub_button_over_trans.png);
	color: #000000;
}

#navcontainer ul ul #current{
	background: repeat url(images/sub_button_over.png);
	color: #000000;
}

html>body #navcontainer ul ul #current{
	background: repeat url(images/sub_button_over_trans.png);
	color: #000000;
}

/* Child Level 3 */

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

#navcontainer ul ul ul ul li {
	color: #000000;
}

#navcontainer ul ul ul ul a{
	color: #000000;
}

#navcontainer ul ul ul ul a:hover{
	color: #000000;
}

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;
	color: #000000;
}

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;
	color: #000000;
}
/*</group>*/

/*<group=Global Classes>*/

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

h1 {
	color: #003399;
	font-style: oblique;
	font-size: 14pt;
	text-align: center;
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
}.blog-archive-headings-wrapper {
	background: #6b7b91; /* 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-bottom: 2px solid #818fa1;
	border-right: 1px solid #a0a9a7;
	border-left: 1px solid #a0a9a7;
}

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

.blog-archive-entries-wrapper .blog-entry {
	padding-right: 40px;
	padding-left: 40px;
}.blog-archive-month {
	padding: 20px 40px 0;
	color: #ffffff;
	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 {
}
	
/*</group>*/

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

.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>*/

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

.album-title {
	font-size: 14pt;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
	background: repeat-x url(images/side_header.png) transparent;
	height: 20px;
	color: #000000;
	font-style: oblique;
}

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

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

.thumbnail-frame {
	padding: 5px;
	background: transparent;
	border: 1px solid #6699ff;
}

.thumbnail-frame:hover {
	border-color: #003399;
	border-width: 1px;
}

.thumbnail-frame a {
}

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

.thumbnail-frame img {
	background: transparent;
}

.thumbnail-caption {
	font-size: 0.9em;
	color: #000000;
}
	
/*</group>*/

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

.photo-background {
	margin: 0;
	background: repeat url(images/background/white.png) transparent;
}

.photo-navigation {
	border-bottom: #818fa1;
	padding: 0px 40px 10px 40px;
	margin-bottom: 20px;
	text-align: left;
	background: #ffffff;
}

.photo-links {
}

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

}

.photo-navigation a:hover {

}

.photo-frame{
	padding: 25px;
	background: transparent;
	border-spacing: 20px 20px;
	border: thin solid #3399ff;
	margin: 10px;
}

.photo-title {
	color: #000000;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0px 0 5px 0;
	padding-top: 10px;
	background: repeat url(images/side_header.png) transparent;
}

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

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

/*<group=Quicktime Page>*/

.movie-description {

}
	
/*</group>*/

/*<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 {
}.movie-thumbnail-frame {
	width: 132px;
	text-align: center;
	background: #f5f5f5;
	margin-bottom: 50px;
	margin-right: 10px;
	float: left;
}

.movie-thumbnail-frame:hover {
	margin-bottom: 50px;
}

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

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

.movie-background {
}

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

.movie-frame {

}
	
/*</group>*/


/*</group>*/

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

.required-text {
} 

.form-input-field {
} 

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


