/* @group General Styles */

body {
	background: url(images/wood_bg.jpg) repeat;
	color: #333333;
	font: 12px Tahoma, Verdana, Helvetica, Arial;
}

img {
	border-style: none;
	border-bottom-style: none;
}



p { 
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #154882;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #bcbcbc;
}

a:hover, a:active {
	color: #154882;
	text-decoration: none;
	border-bottom: 1px solid maroon;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0px;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0px 3px 3px;
	padding: 3px 0px 3px 3px;
}

ul {
	list-style-type: square;
	list-style-image: url(images/square.gif);
}

ul.line {
	line-height: 15px;
}
	
/* @end */

/* @group Layout */

#paper {
	background: url(images/papers.png) no-repeat 0 0;
	width: 192px;
	height: 427px;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}

#container { /* This Is The BG Color Of The Main Div */
	position: relative;
	width: 669px;
	margin: 0 auto 0px; /* Right And Left Margin Widths To Auto */ /* Hack To Keep IE5 Windows Happy */
	line-height: 2.0em;
	background: url(images/content_bg3.png) repeat-y;
	width: 767px;
	border-left-width: 1px;
	border-left-color: #646464;
}

#bottom {/* This Is The BG Color Of The Main Div */
	width: 669px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	background: url(images/content_bottom4.png) no-repeat;
	width: 767px;
	height: 72px;
}

#pageHeader {
	position: relative;
	width: 767px;
	text-align: left;
	list-style: none;
	height: 190px;
	background-image: url(images/header_bg5.png);
	display: block;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#pageHeader img {
	float: right;
	margin-top: 25px;
	padding-right: 45px;
}

#pageHeader h1 {
	color: #ffffff;
	font-size: 34px;
	font-weight: bold;
	margin: 42px 0px 0px 36px;
	text-align:
	padding: 0 0 0px 0px;
	text-shadow: 2px 2px 2px #333333;
	position: absolute;
	letter-spacing: -2px;
}

#pageHeader h2 {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	text-align:
	padding: 0px 15px 0px 0px;
	letter-spacing: -1px;
	text-shadow: 2px 2px 2px #333333;
	position: absolute;
	margin: 73px 0px 0px 38px;
}

#contentContainer {
	float: left;
	text-align: left;
	background: none repeat-y;
	width: 540px;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 24px;
}

#contentContainer #content {
	padding-right: 30px;
	padding-left: 13px;
	padding-top: 0px;
	text-align: justify;
	line-height: 1.5em;
}

#sidebarContainer {
	width: 160px;
	text-align: left;
	left: 30px;
	padding: 0 0 15px;
	margin-top: 21px;
	float: left;
	border-left-width: 1px;
	border-left-color: #646464;
	font: 11px/15px Arial, Helvetica, Geneva, sans-serif;
}

#bgSwitch {
	position: relative;
	display: block;
}

* html #bgSwitch {

}

/*#bg_switch {
	background-image: url(images/bg_switch_btn.gif);
	width: 125px;
	height: 37px;
	display: block;
}

#default_bg {
	background-image: url(images/default_bg_btn.gif);
	width: 20px;
	height: 20px;
	display: block;
}

#grey_bg {
	background-image: url(images/grey_bg_btn.gif);
	width: 20px;
	height: 20px;
	display: block;
}*/

#sidebar a {
	color: #434343;
	text-decoration: none;
	border-bottom-style: none;
	font-weight: normal;
	font-style: normal;
}

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
	border-bottom-style: none;
}

#sidebarContainer #sidebar {
	padding: 0 12px 10px;
	margin-bottom: 15px;
}

#sidebarContainer #sidebar .sideHeader  {
	font-weight: bold;
}

.sidebarbox {
	padding: 5px;
	border: 1px dashed #b3b3b3;
	background: #e6e6e6;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	text-shadow: 0px 1px 0px #ffffff;
	text-align: right;
	position: relative;
	font-size: .8em;
	margin-right: 40px;
	margin-top: 5px;
}

#footer a {
	color: #434343;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	font-weight: bold;
	border-style: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
	border-style: none;
}

	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align:
	font-size: 9px;
	clear: both;
	position: relative;
	font-size: 9px;
	left: 14px;
	margin-top: 20px;
	border-top-color: #cccccc;
	border-top-width: 1px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/* @end */

/* @group Toolbar */

/* Parent - Level 0 */

#navcontainer {
	width: 767px;
	text-align: center;
	text-shadow: #4c4c4c 0px 1px 1px;
	height: 29px;
	position: absolute;
	padding: px;
	font-size: .86em;
	line-height: 3.1em;
	margin: 161px 0px 0px 12px;
	color: #fff;
}

#navcontainer #current {
	background: url(images/button2.jpg) no-repeat;
	color: #fff;
	position: relative;
}

#navcontainer .currentAncestor {
	background: url(images/button2.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	z-index: 2;
}

#navcontainer li {
	display: inline;
	padding: 0px;
	margin: 0px;
	text-align: center;
	float: left;
}

#navcontainer a {
	display: block;
	width: 99px;
	height: 29px;
	color: #fff;
	text-shadow: #262626 1px 1px 1px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	border-style: none;
}

#navcontainer a:hover {
	color: #fff;
	background: url(images/button_hover2.jpg) no-repeat;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border-style: none;
}

/* @end */

/* @group Global Classes */

.standout, blockquote {
	color: #000000;
	border: 1px dashed #adadad;
	background: #e6e6e6;
	padding: 10px;
	border-left: solid #666666 4px;
}

h1 {
	color: #333333;
	margin: 0px 0px 3px 0px;
	font: bold 24px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h3 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h4 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h5 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.imageStyle {
	padding: 2px;
	margin: 5px;
	border-color: #e6e6e6;
	border-width: 1px;
}
	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	color: #000000;
	text-align: center; /* To Make Content Centered */
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	text-align: left;
}

.blog-archive-entries-wrapper {
	text-align: left;
}

.blog-archive-month {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.blog-archive-link {
	font-size: .85em;
	color: #000000;
	margin-bottom: 20px;
}
	
/* @end */

.blog-entry {
	text-align: left;
	border-bottom-width: thin;
	border-bottom-color: #a72828;
}

.blog-entry-title {
	color: #fff;
	text-shadow: #4c4c4c 0px 1px 1px;
	font-size: 18px;
	margin-bottom: 3px;
	letter-spacing: 0;
	border-bottom: thin dotted #a72828;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
}

.blog-entry-body {
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
}

.blog-image-smiley {
	position: relative;
	top: 5px;
}

.blog-entry-comments {
	padding-top: 5px;
	text-align: right;
	font-size: .85em;
	color: #999999;
}

.blog-entry-summary {
	font-size: 12px;
}

.blog-read-more {
	font-weight: bold;
}
	
/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
	
}

.filesharing-item-title {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.filesharing-item-description {
	margin-bottom: 10px;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
	letter-spacing: -1px;
}

.album-description {
	margin-bottom: 60px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame img {
    margin: auto;
    border: none;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
	margin: 10px;
	background: #d7d7d7;
}

.photo-navigation {
	padding: 15px;
	text-align: left;
	background: #e6e6e6;
	margin: 0px 0px 18px;
	border: 1px dashed #b3b3b3;
}

#photo-navigation a {
	color: #666666;
	text-decoration: none;
	text-align: left;
}

.photo-navigation a:hover {
	color: #e6e6e6;
	text-decoration: underline;
}

.photo-frame{
	margin: 0px;
}

.photo-links {
}

.photo-title {
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	font-size: 24px;
	text-align: left;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
	color: #cccccc;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
	text-align: center;
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

.movie-page-description {
	margin-top: 5px;
	margin-bottom: 5px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #666666;
	font-size: 11px;
	margin-bottom: 5px;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	background: #ffffff;
	margin-top: 5px;
}

.movie-title {
	color: #333333;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { } 
/* @end */

/* @group Sides */

#nav-side {
	width: 20px;
	height: 105px;
	margin: auto;
	background-image: url(images/nav_side.png);
	position: relative;
	float: right;
	bottom: 43px;
	right: 547px;
}

/*#welcome-side {
	width: 21px;
	height: 213px;
	background-image: url(images/welcome_side.png);
	position: relative;
	float: left;
	margin: auto;
	right: 47px;
	top: 135px;
	visibility: hidden;
}*/

#content-side {
	width: 537px;
	height: 16px;
	background-image: url(images/content_side.png);
	position: relative;
	left: 22px;
	float: left;
	top: 14px;
}

#sidebar-side {
	width: 186px;
	height: 16px;
	background-image: url(images/sidebar_side.png);
	position: relative;
	float: left;
	top: 14px;
	left: 20px;
}

#content-sidebar-side {
	width: 740px;
	height: 64px;
	background-image: url(images/content_sidebar_side2.png);
	position: relative;
	left: 20px;
	float: left;
	bottom: 31px;
}

#continuous-side {
	width: 22px;
	height: 496px;
	background-image: url(images/continuous_side.png);
	position: relative;
	float: right;
	bottom: 5px;
	right: 5px;
	margin: auto;
}
/* @end */

/* @group For IE */

/* 'Cause IE sucks!... */

* html body {
	background: repeat url(images/body_bg2_ie.gif);
}

* html #paper {
	background: none;
}

* html #container {
	background: url(images/content_bg3.gif) 
}

* html #pageHeader {
	background-image: url(images/header_bg_ie.jpg);
}

* html #bottom {
	background: url(images/content_bottom4.jpg) no-repeat;
}

* html #nav-side {
	background-image: url(images/nav_side.gif);
}

* html #papers-side {
	background: url(images/papers_ie.jpg) no-repeat;
	width: 125px;
	height: 338px;
	position: absolute;
	float: left;
	margin: auto;
	top: 150px;
	right: 742px;
	z-index: 100;
}

* html #continuous-side {
	background-image: url(images/continuous_side.gif);
}

* html .comments {

}

/* @end */