/* @group General styles */

/*<group=General Styles>*/

body {
	font-family: Verdana,Tahoma, Arial,sans-serif;
	font-size: 76%;
	color: #303030;
	background-color: #f4f4f4;
	background-image: url("images/bg.gif");
	background-position: top center;
	background-repeat: repeat-y;
}

p {
}

b, strong {

}

a {
	text-decoration: none;
	color: #286ea0;
}
a:hover {
	text-decoration: underline;
	color: #286ea0;
}
a img {
	border: 0;
}

a:link, a:visited {
}

a:hover, a:active {
}
.image-left {
float : left;
margin : 3px 3px 3px 0;
padding : 3px 3px 3px 0;
}
.image-right {
float : right;
margin : 3px 0 3px 3px;
padding : 3px 0 3px 3px;
}
	
/*</group>*/

/* @end */

/* @group Layout */

/*<group=Layout>*/

#container {
	width: 760px;
	margin: 0 auto;
}
#pageHeader {
}
#pageHeader h1 {
	float: left;
}
#pageHeader h2 {
	float: right;
	text-align: right;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 30px;
}
#sidebar {
	float: right;
	width: 180px;
	line-height: 1.3em;
	font-size: 0.9em;
}

.sideHeader {
	font-size: 1.2em;
	margin-bottom: 1em;
}

#content {
	margin: 0 200px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
}
#footer {
	width: 760px;
	text-align: center;
	border-top: 1px solid #f0f0f0;
	background-color: #f0f0f0;
	padding-bottom: 2px;
}

.clearer {
}

#footer p {
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/*</group>*/

/* @end */

/* @group Bread-crumb */

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 15px;
}

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

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

#breadcrumbcontainer a {
}

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

/* @end */

/* @group Toolbar */

#navbar {
	float: left;
	width: 180px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	margin-top: 20px;
}

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navbar ul {	
	list-style: none;
	width: 180px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}
#navbar ul li {
	margin-bottom: 4px;
}
#navbar ul li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4;
	border-left: 4px solid #cccccc;
}	
#navbar ul  li a:hover {
	background: #eaeaea;
	color: #286ea0;
	border-left: 4px solid #286ea0;
}

/* Child - Level 1 */

#navbar ul ul {
	font-size: 0.8em;
}

#navbar ul ul li {
}

#navbar ul ul a {
	padding-left: 20px;
}

#navbar ul ul a:hover {	background: #eaeaea;
	color: #286ea0;
}

#navcontainer ul ul a:active {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	font-size: 0.8em;
	font-style: italic;
	text-decoration: underline;
}

#navcontainer ul ul ul li {
	font-style: italic;
	text-decoration: underline;
}

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

#navcontainer ul ul ul a:hover{
	color: #286ea0;
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#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{
}

#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{
}

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

/*</group>*/

/* @end */

/* @group Global Classes */

/*<group=Global Classes>*/

.standout, blockquote {
	color: #286ea0;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	font-style: italic;
}

h1 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

h2 {

	font-weight: bold;
	font-style: normal;
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 0.5em;
	font-size: 1.1em;
	margin-top: 2em;
}

h4 {
	margin-top: 1em;
	margin-bottom: 0.1em;
	font-size: 1em;
	}

h5 {
	margin-top: 1em;
	margin-bottom: 0.1em;
	font-size: 0.9em;
	color: #333;
}

.imageStyle {
	padding: 0;
	margin: 0;
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/*</group>*/

/* @end */

/* @group Blog */

/*<group=Blog>*/

/* @group Archive Page */

/*<group=Archive Page>*/

.blog-archive-background {
}


.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

	
/*</group>*/

/* @end */

.blog-entry {
	margin: 5px;
	padding: 5px;
}

.blog-entry-title {
	font-size: 16px;
}

.blog-entry-date {
	padding-bottom: 5px;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	margin-left: 10px;
	padding-left: 15px;
	background: url(images/permalink_white.png) no-repeat left center;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
}

/* styles the archives in the blog sidebar */
#blog-archives {
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin-top: 5px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.blog-rss-link {
	background: url(images/rss_icon.png) no-repeat left 3px;
	padding-left: 16px;
}

.blog-comments-rss-link {
		background: url(images/rss_icon.png) no-repeat left 3px;
	padding-left: 16px;
}

/*</group>*/

/* @end */

/* @group File Sharing */

/*<group=File Sharing>*/

.filesharing-description {
	line-height: 1.4em;
	margin-bottom: 15px;
	color: #444444;
}

.filesharing-item {
	margin-bottom: 15px;
	padding: 7px;
	background-color: #F4F4F4;
}

.filesharing-item-title a:link {
	color: #286ea0;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

/*</group>*/

/* @end */

/* @group Photo Album */

/*<group=Photo Album>*/

/* @group Index Page (Thumbnail view */

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

.album-title {
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.album-description {
	padding: 5px;
	font-size: 1em;
	font-weight: normal;
	color: #a1a5a9;
	text-align: left;
	margin-bottom: 30px;
}

.album-wrap {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 65px;
	margin-right: 25px;
	display: block;
}

.thumbnail-frame {
	padding: 5px;
	background: #f3f3f3;
	margin: 0px 1px 1px 0px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.thumbnail-frame img {
	margin: auto;
border: none;
}

.thumbnail-caption {
	color: #000000;
	font: bold 0.85em   'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 5px 0 0 0;
	height: 35px;
	display: block;
}
	
/*</group>*/

/* @end */

/* @group Single Page (Photo view) */

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

.photo-background {
	background: #FFF; 
	text-align: center; 

}

.photo-navigation {
width: 100%;
	margin: 0px;
	padding-bottom: 70px; /* For IE6 */
	background: #FFF;
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #286ea0;
}

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

.photo-frame{
	margin-top: 25px; 
	margin-bottom: 30px;
	background-color: #286ea0;
}

.photo-title {
	margin: 0; 
	padding: 0; 
	font-size: 15px;
}

.photo-caption {
}

/*</group>*/

/* @end */

/*</group>*/

/* @end */

/* @group Quicktime Page */

/*<group=Quicktime Page>*/

.movie-description {
}
	
/*</group>*/

/* @end */

/* @group Quicktime Album */

/*<group=Quicktime Album>*/

/* @group Index Page (Movie Thumbnail view) */

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

.movie-page-title {
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.movie-page-description {
	padding: 5px;
	font-size: 1em;
	font-weight: normal;
	color: #a1a5a9;
	text-align: left;
	margin-bottom: 30px;
}

.movie-thumbnail-frame {
	}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
	color: #000000;
	font: bold 0.85em   'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 5px 0 0 0;
	height: 35px;
	display: block;

}
	
/*</group>*/

/* @end */

/* @group Single Page (Movie View) */

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

.movie-background {
	padding: 5px;
	font-size: 1em;
	font-weight: normal;
	color: #a1a5a9;
	text-align: left;
	margin-bottom: 80px;
}

.movie-title {
	margin: 0; 
	padding: 0; 
	font-size: 15px;
}

.movie-frame {
	margin-top: 25px; 
	margin-bottom: 30px;
	background-color: #286ea0;
}
	
/*</group>*/

/* @end */


/*</group>*/

/* @end */

/* @group Contact Form */

/*<group=Contact Form>*/

.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

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

/* @end */

/* @group My Group */

/* @end */

