/*<group=General Styles>*/

body {
	background: url(images/body_bg.png) repeat;
	color: #191919;
	text-align: center;

	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 30px 20px 10px;
font-size: 11px; }

p {
}

b, strong {
	font-weight: bold;
}

a:link {
	color: #000080;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #000080;
}

a:hover, a:active {
	text-decoration: none;
	color: #000080;
}

img {
border: none; }

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

#container { 
	width: 743px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	background: repeat-y url(images/content_bg.png);
}

#contentBottom {
	width: 743px;
	height: 26px;
	background: no-repeat url(images/content_bottom.png);
}

#pageHeader {
	background: no-repeat url(images/header_bg.png);
	height: 117px;
}

#pageHeader img {
	float: right;
	padding: 0px;
	margin: 16px 30px 0px 2px;
}

#pageHeader h1 {
	color: #000080;
	letter-spacing: -1px;
	margin: 0;
	background: transparent;
	padding: 35px 0px 0px 50px;
	font: bold 2.1em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#pageHeader h2 {
	color: #ff8000;
	background: transparent;
	margin: 0;
	padding: 0px 0px 0px 50px;
	font: bold 1.3em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

.pageTitle {
	height: 2px;
	display: block;
	padding: 8px 10px 0px 30px;

	color: #000080;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif; }

#contentContainer {
	margin-right: 6px;
background: url(images/header_one_bg.png) repeat-x;
	float: left;
	width: 533px;
padding-top: 8px; }

#contentContainer #content {
	padding-right: 30px;
	padding-left: 30px;
}

#sidebarContainer {
	float: left;
	width: 204px;
	font-size: 0.9em;
	color: #666666;
}

#sidebarContainer .sidebar {
	padding: 10px 10px 10px 20px;
font-size: 10px; }

#sidebarContainer .sidebar h1, #sidebarContainer .sidebar .sideHeader {
	height: 24px;
	background: no-repeat url(images/side_h_one_bg.png);
	color: #333333;
	font-size: 1em;
	margin: 5px 0 0 -8px;
	padding-top: 4px;
	padding-left: 8px;
}

#footer {
	width: 680px; /* Right And Left /* Hack To Keep IE5 Windows Happy */
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 615px;
	background: no-repeat url(images/footer_bg.png);
	height: 23px;
	margin-top: 10px;
	font-size: 0.8em;
	color: #999999;
}

#footer p {
	padding-top: 5px;
	margin: 0;
}

#footer a:link, #footer a:visited {
	color: #7f7f7f;
}

#footer a:hover, #footer a:active {
	
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	font-size: 0.8em;
	text-align: left;
	padding: 10px 15px;
	color: #b3b3b3;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	line-height: normal;
	margin-left: 6px;
	font-size: 1em;
}

#navcontainer #current {
	color: #000080;
	text-decoration: none;
}

#navcontainer .currentAncestor {
	color: #004080;
	text-decoration: none;
}

#navcontainer ul {
	padding: 0;
	list-style: none;
	width: 197px; /* Width of Menu Items */
	margin: 0px;
}

#navcontainer ul li {
	position: relative;
}

#navcontainer li ul {
	position: absolute;
	left: 197px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	border: 1px solid #aeaeae;
	margin-top: -1px;
}

/* Styles for Menu Items */

#navcontainer ul li a {
	display: block;
	text-decoration: none;
	background: repeat-x url(images/button_bg.png)  center;
	height: 24px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	color: #333333;
font-size: 12px; }

/* Fix IE. Hide from IE Mac \*/

* html #navcontainer ul li { float: left; height: 1%; }

* html #navcontainer ul li a { height: 24px; }

/* End */

#navcontainer ul li a:hover { 
	color: #000080;
	text-decoration: none;
}

/* Hover Styles */

#navcontainer li ul li a {
	background: none #eceaea;
	height: 14px;
	padding: 5px;
}

#navcontainer li ul li a:hover {

}

/* Sub Menu Styles */

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>*/

/*<group=Global Classes>*/

.standout, blockquote {
	color: #be2439;
	font-style: italic;
	font-size: 0.9em;
}

h1 {
	text-align: justify;
	color: #333333;
	font-size: 1.6em;
	font-style: normal;
	margin: 0 0 5px;
}

h2 {
	text-align: justify;
	color: #333333;
	font-size: 1.4em;
	font-style: normal;
	margin: 0 0 5px;
}

h3 {
	text-align: justify;
	color: #333333;
	font-size: 1.2em;
	font-style: normal;
	margin: 0 0 5px;
}

h4 {
	text-align: justify;
	color: #333333;
	font-size: 1em;
	font-style: normal;
	margin: 0 0 5px;
}

.imageStyle {
	border: 1px #dcdcdc;
	padding: 2px;
	margin: 2px;
}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	color: #000000;
	text-align: center; /* To Make Content Centered */;
	background: #ffffff;
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	text-align: left;
	width: 344px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 344px;
	padding: 10px;
}

.blog-archive-month {
	text-align: justify;
	color: #bf253a;
	padding: 2px 0 2px 5px;
	font-size: 1.2em;
	font-style: normal;
}

.blog-archive-link {
	font-size: 0.7em;
}
	
/*</group>*/

.blog-entry {
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: no-repeat center bottom  url(images/divider.png);
	margin-right: -15px;
	margin-left: -15px;
	padding-right: 15px;
	padding-left: 15px;
}

.blog-entry-title {
	text-align: justify;
	color: #333333;
	font-size: 1.6em;
	font-style: normal;
}

.blog-entry-date {
	color: #bf253a;
	font-size: 0.8em;
	font-style: normal;
	margin-bottom: 10px;
}

.blog-entry-body {
	text-align: justify;
}

.blog-entry-comments {
	border-top: 1px dotted #cccccc;
	font-size: 0.8em;
	margin-top: 15px;
	padding-top: 5px;
}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	margin-bottom: 10px;
}

.filesharing-item {
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 10px;
}

.filesharing-item-title a:link {
	text-align: justify;
	color: #bf253a;
	background: #f4f4f4;
	font-size: 0.9em;
	font-style: normal;
	display: block;
	padding-left: 2px;
	text-decoration: none;
	margin-bottom: 5px;
}

.filesharing-item-title a:hover {
	text-align: justify;
	color: #ffffff;
	background: #c01b3a;
	font-size: 0.9em;
	font-style: normal;
	display: block;
	text-decoration: none;
}

.filesharing-item-title a:visited {
	text-align: justify;
	color: #ffffff;
	background: #c01b3a;
	font-size: 0.9em;
	font-style: normal;
	display: block;
	text-decoration: none;
}

.filesharing-item-description {
	font-size: 0.8em;
	font-style: normal;
	padding-right: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	text-align: justify;
	font-size: 1.6em;
	font-style: normal;
	letter-spacing: -1px;
	font-weight: bold;
	color: #333333;
}

.album-description {
}

.thumbnail-frame {
	padding: 1px;
	border: 1px solid #d4d4d4;
	color: #808080;
}

.thumbnail-frame:hover {
	padding: 1px;
	border: 1px solid #c01b3a;
	color: #333333;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
}

.thumbnail-caption {
	font-size: 0.8em;
	font-style: normal;
	padding-right: 5px;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	margin: 0;
}

.photo-navigation {
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	background: #666666;
}

.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: #b3b3b3;
	padding: 5px 20px;
	font-size: 0.8em;
	border-bottom: inherit;
	color: #333333;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #ffffff;
}

.photo-navigation a:hover {
	color: #000080;
}

.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;
	margin: 5px;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	text-align: justify;
	color: #333333;
	font-size: 1.6em;
	font-style: normal;
	letter-spacing: -1px;
}

.movie-page-description {
	margin-bottom: 20px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 5px;
	border: 1px solid #d4d4d4;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 132px;
}

.movie-thumbnail-frame:hover {
	border: 1px solid #c01b3a;

}

.movie-thumbnail-caption {
	text-align: center;
	font-size: 0.7em;
	font-style: normal;
	padding-right: 5px;
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	background: #e4e4e4;
	margin-top: 5px;
}

.movie-title {
	text-align: center;
	color: #333333;
	font-size: 1.6em;
	font-style: normal;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/*</group>*/


/*</group>*/


