/*<group=General Styles>*/

body {
	background: #333333;
	color: #eeeeee;
	text-align: center;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, "Lucida Grande", Lucida, sans-serif;
}

p { 
	font: 13px Arial, Helvetica, Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #555555;
}

b, strong {
	color: #444444;
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: bold;
}

strong {
	color: #999999;
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: normal;
}

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

a:visited { 
	text-decoration: underline; 
	color: #ffcc00;
	}

a:hover, a:active { 
	background: url("images/button-back.gif");
	text-decoration: none; 
	color: #333333;
	}

h1 {
		font-family: Arial, Helvetica, Verdana, "Lucida Grande", Lucida, sans-serif;
		font-size: 1.6em;
		color: #333;
		text-transform: uppercase;
	}

h2 {
		font-family: Arial, Helvetica, Verdana, "Lucida Grande", Lucida, sans-serif;
		font-size: 1.4em;
		color: #333;
		text-transform: uppercase;	
	}

h3 {
		font-family: Arial, Helvetica, Verdana, "Lucida Grande", Lucida, sans-serif;
		font-size: 1.2em;
		color: #333;
		text-transform: uppercase;
	}

h4 {
		font-family: Arial, Helvetica, Verdana, "Lucida Grande", Lucida, sans-serif;
		font-size: 1.0em;
		color: #333;
		text-transform: uppercase;
	}

h5 {
		font-family: Arial, Helvetica, Verdana, "Lucida Grande", Lucida, sans-serif;
		font-size: 0.8em;
		color: #333;
		text-transform: uppercase;
	}

h6 {
		font-family: Arial, Helvetica, Verdana, "Lucida Grande", Lucida, sans-serif;
		font-size: 0.6em;
		color: #333;
		text-transform: uppercase;
	}

hr {
		border: none;
		height: 1px;
		background: #999;
	}

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

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

/*<group=Layout>*/

#container { 
	background: url(images/content_bg.gif) repeat-y right top; /* Right And Left /* Hack To Keep IE5 Windows Happy */;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, "Lucida Grande", Lucida, sans-serif;
	border-bottom: 1px solid #ffffff;
}

#pageHeader {
	background: no-repeat url(images/header_bg.gif) #333333;
	height: 200px;
	font-family: Arial, Helvetica, Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-right: 230px;
}

#pageHeader img {
	float: right;
	margin-left: 10px;
}

#pageHeader h1 {
	font-size: 30px;
	color: #191919;
	text-transform: none;
	margin: 0px;
	text-align: right;
	font-weight: bold;
	padding: 20px 10px 0px 0px;
	text-shadow: 0px 1px 0px #555555;
}

#pageHeader h2 {
	color: #191919;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	margin: 0px;
	text-align: right;
	padding: 5px 10px 0px 0px;
	text-shadow: 0px 1px 0px #555555;
}

#container #content {
	background: #ffffff;
	margin-right: 230px;
	padding: 10px;
	font: 14px Arial, Helvetica, Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #555555;
}

#container #sidebar {
	float: right;
	width: 230px;
	background: transparent;
}

#container #sidebar #sidecontent {
	color: #999999;
	padding: 10px 20px 10px 20px;
}

#footer {
	margin-right: 230px;
	padding: 5px;
	text-align: center;
	font-size: 14px;
}

#footer a {
	color: #ffcc00;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	background: none;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}

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

#breadcrumbcontainer li {
	padding: 0px;
}

#breadcrumbcontainer a {
	color: #ffcc00;
	text-decoration: underline;
}

#breadcrumbcontainer a:hover {
	text-decoration: none;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	margin-left: 13px;
}

#navcontainer #current {
	color: #000000;
}

/* Parent - Level 0 */

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

#navcontainer li { 
}

#navcontainer a {
	display: block;
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px;
}

#navcontainer a:hover {
	color: #ffcc00;
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	padding: 5px 10px 5px 20px;
	margin-bottom: 5px;
	color: #333333;
}

#navcontainer ul ul a:hover {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	padding-left: 30px;
	color: #666666;
}

#navcontainer ul ul ul a:hover {
}

/* Child Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

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

#navcontainer ul ul ul ul a:hover {
}

/* Child Level 4 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

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

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

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

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

#navcontainer ul ul ul ul ul a:hover {
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	float: right;
	background: #336699;
	font-size: 20px;
	color: #ffffff;
	line-height: 28px;
	font-style: italic;
	width: 200px;
	margin: 5px;
	padding: 10px;
}

.imageStyle {
	padding: 4px;
	background: #eeeeee;
	border: 1px solid #dddddd;
}
	
/*</group>*/

/*<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;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-month {
	color: #999999;
	font-size: 20px;
	font-weight: normal;
}

.blog-archive-link { 
}
	
/*</group>*/

.blog-entry {
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}

.blog-entry-title {
	color: #999999;
	font-size: 20px;
	font-weight: normal;
}

.blog-entry-date {
	color: #999999;
	font-size: 14px;
	margin-bottom: 8px;
}

.blog-entry-body {
	font-size: 14px;
	color: #555555;
}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px;
}

.filesharing-item {
}

.filesharing-item-title {
	padding: 5px;
	background: #eeeeee;
}

.filesharing-item-description {
	padding: 0px 10px 5px 10px;
	color: #333333;
	font-size: 12px;
	font-style: italic;
	background: #eeeeee;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	color: #999999;
	font-size: 20px;
	font-weight: normal;
}

.album-description {
	font-size: 14px;
	color: #555555;
	border-bottom: 1px solid #999999;
}

.thumbnail-frame {
	border: none;
}

.thumbnail-frame img {
	border: 5px solid #cccccc;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-caption {
	color: #333333;
	font-style: italic;
	font-size: 12px;
}
	
/*</group>*/

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

.photo-background {
	background: #333333;
	text-align: center;
	margin: 19px;
}

.photo-navigation {
	background: #ffffff;
	color: #333333;
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #999;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font: bold 14px;
}

.photo-navigation a:hover {
	background: url("images/button-back.gif");
	color: #ffcc00;
	padding: 0px;
	margin: 0px;
}

.photo-navigation #current {
	color: #999;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font: bold 14px;
}

.photo-frame {
	margin: 0px 10px 10px 10px;
	border: 5px solid #cccccc;
}

.photo-links {
}

.photo-title {
	color: #666666;
	font-weight: bold;
	font-size: 20px;
	margin: 0px 0px 5px 0px;
}

.photo-caption {
	color: #999999;
	font-size: 16px;
}

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

/*<group=Quicktime Page>*/

.movie-description {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
	padding: 5px;

}
	
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
	text-transform: uppercase;
	font-size: 14px;
	text-align: left;
}

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

.movie-thumbnail-frame {

	text-align: center;
	padding: 4px;
	background: #eeeeee;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #333333;
	margin-top: 5px;
	font-style: italic;
	font-size: 12px;
}
	
/*</group>*/

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

.movie-background {
	background: #eeeeee;
	margin-top: 5px;
}

.movie-title {
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}

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


/*</group>*/


