


/* @group Body and Global Styles */


body   { color: #303030; text-align: justify; margin: 0; padding: 0;
	background-color: #32433b;
	font: 75%/1.6em Verdana, "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
}


p {
}


b, strong {
	font-weight: bold;
}


a:link, a:visited {
	color:  #0C50A8;
	text-decoration: underline;
}


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

.imageStyle {
}

img {
	border: 0px;
	display:block; 
	margin-left:auto; 
	margin-right:auto;
}


a img {
	border: 0px;
}


.clear {
	clear: both;
}


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


.image-right {
	float: right;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}



h1   { color: #3477cf; font-size: 18px; font-family: "Gill Sans", Georgia, "Times New Roman", Times, serif; font-style: normal; font-weight: bold; line-height: 1.3em; text-align: left; margin-top: 4px; padding: 0 }


h2   { color: #3477cf; font-size: 15px; font-family: "Gill Sans", Georgia, "Times New Roman", Times, serif; font-style: normal; font-weight: bold; line-height: 1.3em; text-align: left; margin-top: 4px; padding: 0 }


h3   { color: #3477cf; font-size: 13px; font-family: "Gill Sans", Georgia, "Times New Roman", Times, serif; font-style: normal; font-weight: bold; line-height: 1.3em; text-align: left; margin-top: 4px; padding: 0 }


h4  { color: #333333; font-size: 13px; font-family: "Gill Sans", Georgia, "Times New Roman", Times, serif; font-style: normal; font-weight: bold; line-height: 1.3em; text-align: left; margin-top: 4px; padding: 0 }


h5  { color: #3477cf; font-size: 13px; font-family: "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif; font-style: normal; font-weight: bold; line-height: 1.3em; text-align: left; margin-top: 3px; padding: 0 }


.standout, blockquote {
	font-family: "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight:  bold;
	text-align: left;
	font-size: 11px;
	line-height: 1.4em;
	border: 1px solid #C1C1C1;
	background-color: #EBEBEB;
	color: #3477CF;
	padding: 6px 9px 7px 9px;
	margin-top: 10px;
	margin-bottom: 5px;
	letter-spacing: .04em;
}

html>.standout, blockquote {
	margin-top: 5px;
}

	
/* @end */



/* @group Layout */


#container    { background-color: #fff; text-align: justify; margin: 20px auto 0; padding: 0; position: relative; width: 940px; border: solid 3px silver }


#pageHeader   { background-color: #ffffff; text-align: left; margin: 0 auto; padding: 0; position: relative; width: 940px; height: 121px }


#pageHeader img {
	float: right;
	margin: 0px;
	padding: 0px;
}


#pageHeader h1  { color: #3477cf; font-size: 26px; font-family: "Gill Sans", Georgia, Lucida, Verdana, Helvetica, Arial, sans-serif; font-weight: bold; line-height: 1.1em; margin: 0; padding-top: 40px; padding-right: 250px; padding-left: 20px }


#pageHeader h2 {
	margin: 0px;
	padding-left: 22px;
	padding-top: 7px; 
	color: #333333;
	font-size: 14px;
	background-color:  #FFFFFF;
	font-weight: normal;
	font-family: "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
}


#breadcrumbcontainer  { color: #333333; font-size: 11px; font-family: "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif; background: #ffffff url(images/topbar_bg1.png) repeat-x; text-align: left; text-indent: 15px; margin-right: 0; padding: 2px 0 10px; position: relative; width: auto; height: 22px }


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


#breadcrumbcontainer li { 
	margin: 0px;
	display: inline;
	list-style-type: none;
}


#breadcrumbcontainer a {
	text-decoration: none;
	list-style-type: none;
	display:  inline;

}


#breadcrumbcontainer a:hover {
	text-decoration: underline;
	display: inline;
}


#contentContainer {
	margin-right: 0px;
	line-height: 1.6em;
	margin-left: 215px;
	background: #ffffff;
}


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

#contentContainer #content ul {
}

#contentContainer #content li {
}

#sidebarContainer  { background: transparent; margin: 0; padding: 0 0 10px 8px; position: relative; z-index: 5; width: 200px; float: left }

#sidebarContainer #sidebar .sideHeader {
	font-size: 13px;
	line-height: 1.1em;
	color: #375362;
	text-align: center;
	font-weight:  bold;
	margin: 4px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	background: none;
}	

#sidebarContainer #sidebar {
	margin-top: 0px;
	padding: 1px 0px 10px 20px;
	font-size: 11px;
	line-height: 15px;
	color: #555555;
	background-color: #ffffff;
	background-color: #eeeeee;
	text-align: left;
	color: #333333;
	border: 1px solid #bbb;
}

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}

#sidebarContainer #sidebar p {
	color: #333333;
}


#footer { 
	position: relative;
	display:  block;
	width:  100%;
	height:  auto;
	background-color: #FFFFFF;
	color: #555555;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #919191;
}


#footer p {
	padding: 0px;
	margin: 0px;
}


#footer a:link, #footer a:visited {
	color: #0C50A8;
	text-decoration: none;
}


#footer a:hover, #footer a:active {
	color: #0C50A8;
	text-decoration: underline;
}

	
/* @end */


/* @group TOOLBAR */


.clearfix:after{
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

/* Toolbar Styles */

#navcontainer {
	line-height: normal;
	text-align: left;
	font-weight: normal;

}

#navcontainer #current {
	text-decoration: none;
	font-weight: bold;
	color: #0C50A8;

}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	color: #0C50A8;
	font-weight: bold;
}


/* Parent - Level 0 */


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

#navcontainer li { 
	margin: 0px;
	padding: 0px;
	width: 200px;
	margin-bottom: 1px;
}

#navcontainer a { color: #242424; text-decoration: none; background: #ffffff url(images/navbutton200_mainbg.png) no-repeat left top; text-indent: 15px; display: block; padding: 7px 5px 7px 5px; height: 15px }

#navcontainer a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}



/* Child - Level 1 */



#navcontainer ul ul li { 
	margin: 0px;
}

#navcontainer ul ul a
{
	display: block;
	height: 20px;
	padding: 0px 0px 3px 0px;
	color: #777777;
	text-decoration: none;
	text-indent: 50px;
	background: url(images/menuarrow45.png) left top no-repeat;
}

#navcontainer ul ul a:hover{
	text-decoration: none;
	color: #990000;
}

#navcontainer ul ul #current{
	text-decoration: none;
	font-weight: bold;
	color: #0C50A8;
	height: 20px;
}

#navcontainer ul ul .currentAncestor {

}



/* Child - Level 2 */



#navcontainer ul ul ul li { margin: 0px;}

#navcontainer ul ul ul a
{
	display: block;
	height: 20px;
	padding: 0px 0px 3px 0px;
	color: #777777;
	text-decoration: none;
	text-indent: 66px;
	background: url(images/menuarrow61.png) left top no-repeat;
}

#navcontainer ul ul ul a:hover{
	text-decoration: none;
	color: #990000;
}

#navcontainer ul ul #current{
	text-decoration: none;
	font-weight: bold;
	color: #0C50A8;
	height: 20px;
	
}

#navcontainer ul ul .currentAncestor {
}


/* Child - Level 3 */



#navcontainer ul ul ul ul li { margin: 0px;}

#navcontainer ul ul ul ul a
{
	display: block;
	height: 20px;
	padding: 0px 0px 3px 0px;
	color: #777777;
	text-decoration: none;
	text-indent: 82px;
	background: url(images/menuarrow77.png) left top no-repeat;
}

#navcontainer ul ul ul ul a:hover{
	text-decoration: none;
	color: #990000;
}

#navcontainer ul ul ul #current{
	text-decoration: none;
	font-weight: bold;
	color: #0C50A8;
	height: 20px;
	
}

#navcontainer ul ul ul .currentAncestor {
}

/* Child - Level 4 */



#navcontainer ul ul ul ul ul li { margin: 0px;}

#navcontainer ul ul ul ul ul a
{
	display: block;
	height: 20px;
	padding: 0px 0px 3px 0px;
	color: #777777;
	text-decoration: none;
	text-indent: 98px;
	background: url(images/menuarrow93.png) left top no-repeat;
}

#navcontainer ul ul ul ul ul a:hover{
	text-decoration: none;
	color: #990000;
}

#navcontainer ul ul ul ul #current{
	text-decoration: none;
	font-weight: bold;
	color: #0C50A8;
	height: 20px;
	
}

#navcontainer ul ul ul ul .currentAncestor {
}

	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}
.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
	color: #0C50A8;
	font-size: 18px;
	line-height: 1.3em;
	text-align: left;
	font-style: normal;
	font-weight:  bold;
	margin-bottom: 2px;
}

.blog-archive-link {
  	margin: 0px;
  	padding: 7px 20px 18px 0px;
  	font-size: 12px;
 	line-height: 1.4em;
}
.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */


.blog-entry {
	margin: 0px 0px 15px 0px;
}

.blog-entry-title  { color: #0C50A8; font-size: 15px; font-weight: normal; line-height: 1.3em; text-align: left; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #cccccc }

.blog-entry img {
	padding: 3px;
}

.blog-entry-date  { color: #555555; font-size: 11px; margin-bottom: 10px }

.blog-entry-category {
	color: #555555;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

.blog-read-more {
}

.blog-entry-summary {
}

.blog-entry-body {
	text-align: justify;
	margin-bottom:  20px;
}

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

.blog-entry-category  { font-size: 11px; margin-bottom: 5px }
	
/* @end */

/* @group File Sharing */

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

.filesharing-item-title {
	color: #0C50A8;
	font-size: 13px;
	margin-bottom: 1px;
	font-weight: bold;
}


.filesharing-item {
	border: 1px solid #C1C1C1;
	padding: 3px;
	margin-bottom: 10px;
}

.filesharing-item-title a:link {
	padding: 3px;
	margin-bottom: 3px;
	border-bottom-style: none;
	text-decoration: none;
}

.filesharing-item a{
	color: #0C50A8;
	text-decoration: none;
}

.filesharing-item-title a:hover {
	color: #0C50A8;
	text-decoration: underline;
}

.filesharing-item-title a:visited {
	color: #666666;
	text-decoration: none;

}

.filesharing-item-description {
	font-size: 11px;
	line-height: 1.5em;
	padding-left: 3px;
	color: #333333;
	text-align: left;
}

/* @end */

/* @group Photo Album */

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

.album-title  { color: #0C50A8; font-size: 18px; line-height: 1.3em; margin-bottom: 8px }

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

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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
    border: none;
}

.thumbnail-frame:hover {
	border: hidden;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-frame a:hover {
	border: hidden;
}

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

.thumbnail-caption {
	font-size: 11px;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

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

.photo-background {
	text-align: center; /* To Make Content Centered */
	background-color: #32433b;
}

.photo-navigation     { color: #333333; background: #ffffff; margin: 20px auto 10px; width: 800px; height: 100px; border: solid 2px silver }

.photo-links {
	background: #FFFFFF;
	padding: 5px;
	font-size: 12px;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #0C50A8;
	text-decoration: none;

}

.photo-navigation a:hover {
	color: #0C50A8;
	text-decoration: underline;

}

.photo-frame { background: #ffffff; padding: 3px; position: relative; top: 15px; border: solid 1px silver }

.photo-title  { color: #0C50A8; font-size: 18px; font-style: normal; line-height: 1.3em; text-align: center; margin: 8px 0 4px; padding-top: 5px; padding-bottom: 8px }

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

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 18px;
	color: #0C50A8;
	text-align: left;
	font-style: normal;
	font-weight:  bold;
	margin: 8px 0px 8px 0px;
	padding: 0px;
	padding-top: 7px;
}
.movie-page-description {
	margin-top:  5px;
	margin-bottom: 15px;
}
.movie-thumbnail-frame {
	border: 0;
	padding: 3px;
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
}

.movie-thumbnail-frame img{
	border: 2px solid #0C50A8;
}

.movie-thumbnail-frame:hover {
	border: none;
}

.movie-thumbnail-caption {
	color: #333333;
	font-size: 11px;
	margin: 5px 0px 0px 0px;
}
	
/* @end */

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

.movie-background {
	margin: 20px;
	background: #3477CF;
}

.movie-title {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
	padding-top: 15px;
}

.movie-description {
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 1.4em;
	color: #333333;
	text-align: left;
}

.movie-frame {
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 

} 

.required-text {
	color: #FF0000;
} 

.form-input-field {
	background-color: #EBEBEB;
} 

.form-input-button { 
} 
/* @end */



