/*<group=General Styles>*/

body {
	text-align: center;
	margin: 0px 10px 10px 10px;
	background: #7f7f7f;
	font: 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
}

p { 
}

b { 
}

a:link, a:visited {
	color: #000000;
}

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

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

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

/*<group=Layout>*/

#container { /* This Is The BG Color Of The Main Div */
	width: 744px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	background: #FFFFFF url(images/content_bg.png) repeat-y;
	border-bottom: 10px solid #ffffff;
}

#container #contentTop {
	background: url(images/content_top.png) no-repeat;
	height: 21px;
	width: 744px;
}

#pageHeader {
	width: 744px;
	background: url(images/header_bg.png) no-repeat #ffffff  top;
	height: 86px;
}

#pageHeader img {
}

#pageHeader h1 {
	color: #ffffff;
	margin: 0px;
	font-weight: bold;
	font-size: 30px;
	padding: 10px 20px 0px 30px;
	letter-spacing: -1px;
}

#pageHeader h2 {
	color: #000000;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 0px;
	letter-spacing: 2px;
}

#contentContainer {
	width: 490px;
	text-align: left;
	margin-left: 230px;
}

#contentContainer #content {
	padding-right: 20px;
	padding-left: 20px;
}

#sidebarContainer {
	width: 198px;
	float: left;
}

#sidebarContainer .sidebar {
	padding: 10px;
	margin-left: 10px;
	float: left;
}

#footer {
	background: url(images/footer_bg.png) no-repeat;
	height: 49px;
	text-align: center;
	font-size: 11px;
	width: 744px;
}

#footer p {
	margin: 0px;
	padding-top: 25px;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: left;
	font-size: 10px;
	margin-top: 20px;
}

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

#breadcrumbcontainer li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#breadcrumbcontainer a {
	text-decoration: none;
}

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

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	font-size: 12px;
	padding-left: 12px;
}

#navcontainer #current {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(images/button_over.png) no-repeat;
}

/* Parent - Level 0 */

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

#navcontainer li { 
	margin: 0px;
	background: no-repeat;
	display: block;
	float: left;
}

#navcontainer a
{
	display: block;
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	text-indent: 0px;
	background: no-repeat url(images/button_normal.png);
	float: left;
	width: 198px;
	height: 40px;
	padding-top: 12px;
	padding-left: 20px;
}

#navcontainer a:hover
{
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(images/button_over.png) no-repeat;
}

/* Child - Level 1 */

#navcontainer ul ul
{
	list-style-type: none;
	display: block;
	margin: 0px 0px 15px 35px;
}

#navcontainer ul ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

#navcontainer ul ul a
{
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 20px;
	background: url(images/sub_bullet.png) no-repeat left top;
	padding: 12px 5px 5px 5px;
	height: 15px;
	float: left;
	width: 163px;
}

#navcontainer ul ul a:hover
{
	color: #3e5dae;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: url(images/sub_bullet.png) no-repeat;
}

#navcontainer ul ul #current {
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: url(images/sub_bullet.png) no-repeat;
	font-weight: bold;
}

/* Child - Level 2 */

#navcontainer ul ul ul
{
	list-style-type: none;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

#navcontainer ul ul ul li {
	margin: 0px;
	padding: 0px;
	display: block;
}

#navcontainer ul ul ul a
{
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 20px;
	font-size: 11px;
	background: none;
	padding: 2px;
	width: 150px;
}

#navcontainer ul ul ul a:hover
{
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: none;
}

#navcontainer ul ul ul #current {
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: none;
	font-weight: bold;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul
{
	list-style-type: none;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

#navcontainer ul ul ul ul li {
	margin: 0px;
	padding: 0px;
	display: block;
}

#navcontainer ul ul ul ul a
{
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 20px;
	font-size: 11px;
	background: none;
	padding: 2px;
	width: 140px;
}

#navcontainer ul ul ul ul a:hover
{
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: none;
}

#navcontainer ul ul ul ul #current {
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: none;
	font-weight: bold;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul 
{
	list-style-type: none;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

#navcontainer ul ul ul ul ul li {
	margin: 0px;
	padding: 0px;
	display: block;
}

#navcontainer ul ul ul ul ul a
{
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 20px;
	font-size: 11px;
	background: none;
	padding: 2px;
	width: 130px;
}

#navcontainer ul ul ul ul ul a:hover
{
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: none;
}

#navcontainer ul ul ul ul ul #current {
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: none;
	font-weight: bold;
}
		
/*</group>*/

/*<group=Global Classes>*/

.standout {
	color: #000000;
	padding: 10px;
	letter-spacing: 1px;
	font-style: italic;
	line-height: 2.0em;
}

h1 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.imageStyle {
}
	
/*</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: #000000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;

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

.blog-entry {
}

.blog-entry-title {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 11px;
}

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {
	margin-top: 5px;
	border-top: 1px solid #ced0d8;
	padding-top: 5px;
	font-size: 11px;
}
	
/*</group>*/

/*<group=File Sharing>*/

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

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

.filesharing-item-title a {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

.filesharing-item-description {
	color: #999999;
	font-size: 11px;
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

.album-description {
	margin-bottom: 10px;
}

.thumbnail-frame {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
	font-size: 11px;
	color: #999999;
}
	
/*</group>*/

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

.photo-background {
	margin: 10px;
	padding: 0px;
}

.photo-navigation {
	background: #e6e6e6;
	padding: 10px;
	margin-bottom: 10px;
}

.photo-navigation a {
}

.photo-navigation a:hover {
}

.photo-frame{
	border: 5px solid #e6e6e6;
}

.photo-links {
}

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

.photo-caption {
	color: #666666;
}

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

/*<group=Quicktime Page>*/

.movie-title {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.movie-description {
	text-align: center;
	padding: 10px;
}

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

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}.movie-page-description {
	margin-bottom: 5px;
}.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 20px;
	margin-right: 10px;
}

.movie-thumbnail-caption {
	font-size: 11px;
	color: #999999;
	text-align: center;
}
	
/*</group>*/

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

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

.movie-title {
	color: #3357ac;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

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


/*</group>*/


