/*<group=General Styles>*/

body {
	color: #333333;
	font: 0.75em/1.8em "Lucida Grande", LucidaGrande, Lucida, "Lucida Sans", Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 60px 20px;
	text-align: center;
	background: repeat url(images/body_bg.png);
}

p {
}

b, strong {

}

a:link, a:visited {
}

a:hover, a:active {

}

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

/*<group=Layout>*/

#container { 
	background: #ffffff repeat-y right url(images/sidebar_right_bg.png); /* 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;
	position: relative;
	margin-top: 20px;
}

.clearer {
	clear: both;
}

#pageHeader {
	background: #fff url(images/diamond_grey_759x200.jpg) no-repeat right center;
	position: relative;
	z-index: 0;
	height: 200px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
}

#pageHeader img {
	position: absolute;
	right: 0;
	top: 0;
}

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

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

#contentContainer {
	margin-right: 200px;
}

#contentContainer #content {
	padding-top: 10px;
	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-top: 1px solid #f0f0f0;
	border-right: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
	border-left: 1px solid #f0f0f0;
}

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

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

#sidebarContainer .sideHeader {
	background: #6e85a7;
	color: #e7f2e8;
	font-weight: bold;
	height: 1.8em;
	padding: 0px 10px;
	width: 180px;
}

#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;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

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

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #e5e4f2;
}

#breadcrumbcontainer a:hover {
	color: #ffffff;
}
	
/*</group>*/

/*<group=Toolbar>*/

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

* html #navcontainer {
	height: 170px;
}

* html #navcontainer ul {
	height: 170px;
}
/*Close Commented Backslash Hack */

#navcontainer #current {
	/*text-shadow: 0px 1px 1px #666666;*/
}

#navcontainer .currentAncestor {
	/*text-shadow: 0px 1px 1px #666666;*/
}
/* Parent - Level 0 */

#navcontainer ul {
	position: relative;
	list-style: none;
	left: 120px;
	padding: 0;
	margin: 0;
	height: 100%;
}


#navcontainer li {
	/*position: relative;*/
	width: 120px;
	display: block;
	/*float: right;
	clear: right;*/
}

#navcontainer a:link, #navcontainer a:visited {
	display: block;
	padding: 2px 6px 4px;
	text-decoration: none;
	width: 108px;
	font-size: 0.9em;
	height: 1.6em;
}

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






/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 120px;
	top: 0px;
	bottom: 0px;
	/*display: none;*/
	z-index: 100;
}

#navcontainer ul ul a:link { 
	}

#navcontainer ul ul a:hover {
}


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: 120px;
	top: 0;
	bottom: 0;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}


/*</group>*/

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

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
}.blog-archive-headings-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 */
	background: #6b7b91;
	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: 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;
}
	
/*</group>*/

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

/*</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 {
	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 {
}
	
/*</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>*/


