/*<group=General Styles>*/

.intro {
	font-size: 1.2em;
	margin: 10px 0 15px;
	color: #808080;
	line-height: 3em;
}
body {
	text-align: center; /* To Make Content Centered */
	margin: 10px;
	color: #191919;
	background: url(images/body_bg.png) repeat-x fixed  bottom;
	margin: 0;
	font: 1em Arial, Helvetica, sans-serif;
}

p {
}

b, strong {

}

a:link {
	color: #9b0032;
	text-decoration: underline;
}

a:visited {
	color: #9b0032;
}

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

img {
	border-style: none;
}

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

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

#container { 
	width: 770px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 1;
	position: relative;
	float: none;
}

html>body #container {
	width: 762px;
}

#pageHeader {
	background: url(images/header_shadow.png) no-repeat bottom;
	display: block;
	margin-bottom: 10px;
	padding-top: 5px;
	height: 115px;
}

html>body #pageHeader { /* IE Windows can't understand this child selector command,  so will not read this code */
	height: 110px;
}

#pageHeader #logo {
	width: 254px;
	display: block;
	height: 99px;
	margin-right: 5px;
	float: left;
	background: url(images/logo.png) no-repeat;
}

#pageHeader #title {
	background: url(images/header_title_bg.png) no-repeat;
	height: 99px;
	width: 499px;
	float: left;
}

#pageHeader #title h1 {
	color: #333333;
	background: url(images/title_line.png) no-repeat 20px bottom;
	margin: 0 0 3px;
	padding: 20px 0 0 20px;
	font: 1.1em Georgia, Times New Roman, Times, serif;
}

#pageHeader #title h2 {
	color: #4c4c4c;
	font-size: 0.8em;
	margin: 0;
	padding-left: 20px;
	font-weight: normal;
	background: none;
	padding-top: 0;
}

#contentContainer {
	float: right;
	width: 499px;
	margin-right: 5px;
	border: 1px solid #ece9ea;
	margin-left: 0;
	margin-bottom: 5px;
	font-size: 0.8em;
	padding-bottom: 5px;
	clear: left;
}

#contentContainer #content {
	padding: 5px 5px 0;
}

#sidebarContainer {
	float: left;
	text-align: left;
	color: #666666;
	font-size: 0.75em;
	width: 254px;
	margin-bottom: 10px;
	clear: none;
}

#sidebarContainer .sidebar {
	padding: 8px;
	border: 1px solid #ece9ea;
}

/*<group=Access Bar>*/

a.accesstitle:link, a.accesstitle:visited {
	color: #444444;
	text-decoration: none;
	height: 12px;
	padding-top: 3px;
	background: url(images/button_normal.png) no-repeat right center #efefef;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 8px;
	margin-bottom: 1px;
}

a.accesstitle:hover, a.accesstitle:active {
	color: #444444;
	text-decoration: none;
	height: 12px;
	padding-top: 3px;
	background: url(images/arrow_down.png) no-repeat right center #efefef;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 8px;
}

#accessbar {
	border: 1px solid #ece9ea;
	margin-bottom: 5px;
	font-size: 0.8em;
	padding-bottom: 5px;
}

#accessbar #access {
	color: #444444;
	display: none;
	padding-right: 5px;
	padding-left: 5px;
}

/* Access Sidebar Switch Link styles */

#accessbar a.sideleft:link, #accessbar a.sideleft:visited,
#accessbar a.sideright:link, #accessbar a.sideright:visited {
	color: #444444;
	text-decoration: none;
	height: 12px;
	padding-left: 8px;
	padding-top: 3px;
	background: url(images/button_normal.png) no-repeat right center #f4f4f4;
	display: block;
	margin-bottom: 1px;
}

#accessbar a.sideleft:hover {
	background: #efefef url(images/arrow_left.png) no-repeat right center;
}

#accessbar a.sideright:hover {
	background: #efefef url(images/arrow_right.png) no-repeat right center;
}

/* Access Text Switch Link styles */

#accessbar a.textup:link, #accessbar a.textup:visited, #accessbar a.textdown:link, #accessbar a.textdown:visited {
	color: #444444;
	text-decoration: none;
	height: 12px;
	padding-left: 8px;
	padding-top: 3px;
	background: url(images/button_normal.png) no-repeat right center #f4f4f4;
	display: block;
	margin-bottom: 1px;
}

#accessbar a.textup:hover {
	background: #efefef url(images/arrow_up.png) no-repeat right center;
}

#accessbar a.textdown:hover {
	background: #efefef url(images/arrow_down.png) no-repeat right center;
}

#accessbar a.textup:active, #accessbar a.textdown:active {
	
}

/* Validator Links */

#accessbar ul
{
	list-style: none;
	margin: 5px;
	padding: 0;
	text-align: left;
}

#accessbar li {
}

#accessbar a.valid:link, #accessbar a.valid:visited {
	color: #444444;
	text-decoration: none;
	height: 12px;
	padding-left: 8px;
	padding-top: 3px;
	background: url(images/button_visited.png) no-repeat right center #efefef;
	display: block;
	margin-bottom: 1px;
}

#accessbar a.valid:hover {
	background: #efefef url(images/arrow_right.png) no-repeat right center;
}

#accessbar a.valid:active {
	
}


/*</group>*/

#footer {
	color: #bbbbbb;
	font-size: 0.7em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer p {
	padding-top: 8px;
	margin: 0;
	padding-bottom: 5px;
}

#footer a:link, #footer a:visited {
	color: #bbbbbb;
	border-bottom: 1px dotted #bbbbbb;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #bbbbbb;
	border-bottom: 1px dotted #bbbbbb;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	color: #cccccc;
	font-size: 0.7em;
	text-align: center;
	border-top: 1px solid #ece8e9;
	padding-top: 5px;
	padding-bottom: 5px;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	border: 1px solid #ece9ea;
	margin-bottom: 5px;
}

#navcontainer #current {
	background: #e1e1e1;
	color: #9b0032;
}

/* Parent - Level 0 */

#navcontainer ul
{
	list-style: none;
	margin: 5px;
	padding: 0;
	text-align: left;
}

#navcontainer li {
}

#navcontainer a{
	color: #444444;
	font-size: 0.8em;
	text-decoration: none;
	background: #efefef url(images/button_normal.png) no-repeat right center;
	height: 12px;
	margin-bottom: 1px;
	display: block;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 2px;
}

#navcontainer a:hover {
	color: #9b0032;
	background: url(images/arrow_right.png) no-repeat right center #efefef;
}

#navcontainer a:visited {
	background: no-repeat right center url(images/button_visited.png) #efefef;
}

/* Child - Level 1 */

#navcontainer ul ul {
	margin: 0;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-left: 18px;
	color: #9b0032;
	background: #f4f4f4 no-repeat right center url(images/button_normal.png);
}

#navcontainer ul ul a:hover{

}

#navcontainer ul ul a:visited {
	background: no-repeat right center url(images/button_visited.png) #f4f4f4;
}

#navcontainer ul ul #current{

}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-left: 38px;
}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	padding-left: 58px;
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	padding-left: 78px;
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
	padding-left: 88px;
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* Child Level 6 - end of supported levels*/

#navcontainer ul ul ul ul ul ul {
	display: none;
}

/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	border-right: 12px solid #dfdfdf;
	font-size: 0.9em;
	background: #efefef;
	margin: 0;
	padding: 1px 5px;
	font-style: italic;
	color: #808080;
	line-height: 1.6em;
}

.standout:hover, blockquote:hover {
	border-right: 12px solid #db3d47;
}

h1 {
	font-size: 1.5em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	margin: 0 0 5px;
	padding: 2px;
}

h2 {
	font-size: 1.3em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	margin: 0 0 5px;
	padding: 2px;
}

h3 {
	font-size: 1.1em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	padding: 2px;
	margin: 0 0 5px;
}

h4 {
	font-size: 1em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	padding: 2px;
	margin: 0 0 5px;
}

#sidebarContainer h1 {
	font-size: 1.5em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	margin: 0 0 5px;
	padding: 2px;
}

h2 {
	font-size: 1.3em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	margin: 0 0 5px;
	padding: 2px;
}

h3 {
	font-size: 1.1em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	padding: 2px;
	margin: 0 0 5px;
}

h4 {
	font-size: 1em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	padding: 2px;
	margin: 0 0 5px;
} 

#sidebarContainer h1 {
	font-size: 1.2em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	margin: 0 0 5px;
	padding: 2px;
}

#sidebarContainer h2 {
	font-size: 1.1em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	margin: 0 0 5px;
	padding: 2px;
}

#sidebarContainer h3 {
	font-size: 1em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	padding: 2px;
	margin: 0 0 5px;
}

#sidebarContainer h4 {
	font-size: 0.9em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	padding: 2px;
	margin: 0 0 5px;
}

.imageStyle {

}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	text-align: left;
}

.blog-archive-headings-wrapper {
	padding: 10px;
}

.blog-archive-entries-wrapper {
	background: #ffffff;
	font-size: 0.9em;
}

.blog-archive-month {
	font-size: 1.5em;
	color: #9b0032;
	font-weight: bold;
}

.blog-archive-link {
	font-size: 0.8em;
}
	
/*</group>*/

.blog-entry {
	margin-bottom: 30px;
}

.blog-entry-title {
	background: url(images/header_red_bg.png) repeat left center;
	color: #ffffff;
	padding-left: 8px;
	padding-top: 2px;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: -8px;
	margin-right: -8px;
	padding-bottom: 2px;
}

.blog-entry-date {
	background: #efefef;
	padding-left: 8px;
	font-size: 0.8em;
	color: #9b0032;
	margin-bottom: 5px;
	line-height: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: -8px;
	margin-right: -8px;
}

.blog-entry-body {
	padding-left: 8px;
	padding-right: 8px;
}

.blog-entry-comments {
	background: url(images/comments_grey_bg.png) repeat left center;
	padding-left: 8px;
	font-size: 0.8em;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -8px;
	margin-right: -8px;
}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	margin-bottom: 5px;
	padding-left: 8px;
}

.filesharing-item {
	margin-bottom: 10px;
}

.filesharing-item-title a:link {
	background: #efefef;
	display: block;
	padding-left: 8px;
	text-decoration: none;
	color: #444444;
	border-right: 15px solid #dfdfdf;
}

.filesharing-item-title a:hover {
	color: #9b0032;
	background: url(images/arrow_down.png) no-repeat right center #efefef;
	border-right-style: none;
}

.filesharing-item-title a:visited {
	background: #efefef;
	display: block;
	padding-left: 8px;
	text-decoration: none;
	color: #444444;
	border-right: 15px solid #dfdfdf;
}

.filesharing-item-description {
	padding-left: 8px;
	color: #666666;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	background: url(images/header_red_bg.png) repeat;
	color: #ffffff;
	padding-left: 8px;
	padding-top: 2px;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

.album-description {
	padding-left: 8px;
}

.thumbnail-frame {
	padding: 3px;
	background: #efefef;
}

.thumbnail-frame:hover {
	background: #9b0032;
	color: #ffffff;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
}

.thumbnail-caption {
	font-size: 0.8em;
	margin-bottom: 5px;
	line-height: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}
	
/*</group>*/

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

.photo-background {
	margin: 0;
}

.photo-navigation {
	background: url(images/header_red_bg.png) repeat;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
}

.photo-title {
	font-size: 1.6em;
	color: #ffffff;
	font-weight: bold;
	padding-left: 20px;
	margin: 0;
}

.photo-caption {
	padding-left: 20px;
	font-size: 0.8em;
}

.photo-links {
	background: #ffffff;
	padding: 5px 20px;
	font-size: 0.8em;
	border-bottom: inherit;
	color: #333333;
}

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

}

.photo-navigation a:hover {

}

.photo-frame {
	padding: 2px;
	background: #e6e6e6;
	border: 1px solid #cccccc;
}

.photo-frame:hover {
	border: 1px solid #333333;
}

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

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
	padding-top: 5px;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	background: url(images/header_red_bg.png) repeat;
	color: #ffffff;
	padding-left: 8px;
	padding-top: 2px;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

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

.movie-thumbnail-frame {
	float: left;
	width: 140px;
	text-align: center;
	background: #efefef;
	margin-right: 5px;
	padding: 5px;
}

.movie-thumbnail-frame:hover {
	background: #9b0032;
	color: #ffffff;
}

.movie-thumbnail-caption {
	padding-top: 5px;
	font-size: 0.8em;
}
	
/*</group>*/

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

.movie-background {
	margin: 10px 0;
}

.movie-title {
	background: url(images/header_red_bg.png) repeat;
	color: #ffffff;
	padding-left: 8px;
	padding-top: 2px;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
}

.movie-frame {
	text-align: center;
}
	
/*</group>*/


/*</group>*/


