/*<group=General Styles>*/

body {
	background: white;
	margin: 20px;
	text-align: center;
	color: #373737;
	padding: 0px;
	font: 12px helvetica, arial, sans-serif;
	letter-spacing: 1px;
	line-height: 2.0em;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #373737;
}

img {
	border-style: none;
}

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

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

/*<group=Layout>*/

#container {
	background: white; /* This Is The BG Color Of The Main Div */
  	font-family: helvetica, arial, sans-serif;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 700px;
}

#pageHeader {
	list-style: none;
	height: 70px;
	background: #ffffff;
	margin-bottom: 15px;
	border: 1px #cccccc none;
}

#pageHeader h1 {
	color: #000000;
	margin: 0px;
	padding: 30px 20px 0px 20px;
	letter-spacing: 1px;
	font: normal 18px helvetica, arial, sans-serif;
}

#pageHeader h2 {
	color: #cccccc;
  	font-family: helvetica, arial, sans-serif;
  	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	padding-left: 20px;
}

#pageHeader img {
	float: right;
	margin: 20px;
}

#contentContainer {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 0px;
	float: left;
	width: 478px;
	margin: 0px 20px 15px 0px;
}

#contentContainer #content {
	padding: 20px;
}

#sidebarContainer {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 198px;	
	border: 1px none #cccccc;
	background: #ffffff;
	margin-bottom: 30px;
}

#sidebarContainer .sidebar {
	margin-top: 0px;
	padding: 0px 10px 10px;
}

#footer {
	background: white;
	text-align: left;
	width: 700px;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 50px;
}

#footer p {
	color: #000000;
	padding-top: 15px;
	padding-left: 20px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: left;
	background: white;
	border: 1px none #bdbdbd;
	margin-bottom: 15px;
	width: 700px;
	padding: 10px 0px 10px 0px;
	position: relative;
}

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

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

#breadcrumbcontainer a, #breadcrumbcontainer a:visited {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#breadcrumbcontainer a:hover {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	background: #ffffff;
	line-height: 2.0em;
	margin: 0px;
}

#navcontainer #current {
	color: #333333;
	font-weight: bold;
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	border-bottom: 1px none #cccccc;
	height: 25px;
}

#navcontainer a:hover {
	background: #f1f1f1;
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 30px;
	background: #ffffff;
	color: #c3c3c3;
}

#navcontainer ul ul a:hover {
		background: #f1f1f1;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	color: #808080;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 50px;
	font-size: 11px;
	background: #ffffff;
}

#navcontainer ul ul ul a:hover {	
background: #f1f1f1;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	color: #999999;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 70px;
	background: #ffffff;
}

#navcontainer ul ul ul ul a:hover {
background: #f1f1f1;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 90px;
	background: #ffffff;
}

#navcontainer ul ul ul ul ul a:hover {
background: #f1f1f1;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 110px;
	background: #ffffff;
}

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

/*<group=Global Classes>*/

.standout, blockquote {
	padding: 20px;
	color: #666666;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}

h1 {
	color: #333333;
	font-weight: normal;
	letter-spacing: 2px;
}

h2 {
	color: #333333;
	font-weight: normal;
	letter-spacing: 2px;
}

h3 {
	color: #333333;
	font-weight: normal;
	letter-spacing: 2px;
}

h4 {
	color: #333333;
	font-weight: normal;
	letter-spacing: 2px;
}

h5 {
	color: #333333;
	font-weight: normal;
	letter-spacing: 2px;
}

.imageStyle {
	border: 1px solid #cccccc;
	padding: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
	
/*</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: #333333;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}.blog-archive-link { 
}
	
/*</group>*/

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

.blog-entry-title {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}

.blog-entry-date {
	color: #cccccc;
	letter-spacing: 2px;
}

.blog-entry-body {
}

.blog-entry-comments {
}
	
/*</group>*/

/*<group=File Sharing>*/

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

.filesharing-item {
	
}

.filesharing-item-title {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}

.filesharing-item-description {
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
	color: #333333;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
}

.album-description {
}

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	height: 30px;
}

.thumbnail-frame img {
	background: repeat url(images/sidebar_bg.png);
	border: 1px none #cccccc;
	padding: 1px;
}

.thumbnail-caption {
	margin-top: -2px;
	font-size: 11px;
}
	
/*</group>*/

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

.photo-background {
	text-align: center;
	margin: 20px;
	background: white;
}

.photo-navigation {
	height: 80px;
	background: #ffffff;
	margin-bottom: 15px;
	padding: 10px;
}

.photo-navigation a {
	color: #000000;
}

.photo-navigation a:hover {
	color: #000000;
	text-decoration: underline;
}

.photo-frame{
	margin: 1px;
	border: 1px none #cccccc;
}

.photo-links {
}

.photo-title {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: normal;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
	color: #999999;
}

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

/*<group=Quicktime Page>*/

.movie-title {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}

.movie-description {
	text-align: center;
}

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

/*<group=Quicktime Album>*/

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

.movie-page-title {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}.movie-page-description {
	margin-bottom: 10px;
}.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

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

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

.movie-background {
	background: #ffffff;
	margin-top: 5px;
	border: 1px solid #cccccc;
}

.movie-title {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	
	text-align: center;
}

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


/*</group>*/

/*<group=Contact Form>*/
.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { } 
/*</group>*/


