/* @group General Styles */

body {
	font: 11px Lucida Grande;
	background: repeat url(images/backgroundcolor.jpg);
	color: #f5f5f5;
	margin: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #2e369f;
	font-weight: bold;
}

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

img {
}

.image-left {
}

.image-right {
}
	
/* @end */

/* @group Layout */

#container {
	width: 100%;
	margin-top: -15px;
	margin-right: auto;
	margin-left: auto;
}

.clearer {
	clear: both;
}

#pageHeader {
	background: repeat-x url(images/16.jpg);
	height: 300px;
	margin: 0;
	display: block;
}

#pageHeader img {
}

#pageHeader h1 {
	position: relative;
	top: 50px;
	left: 0px;
	color: black;
	
}

#pageHeader h2 {
	position: relative;
	top: 50px;
	left: 0px;
}

#contentContainer {
	width: 730px;
	background: no-repeat url(images/bridge.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	line-height: 17px;
	padding-bottom: 30px;
}

#contentContainer #content {
	overflow: visible;
	display: block;
	width: 660px;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 50px;
}

#sidebarContainer {
}

#sidebarContainer #sidebar {
}

#sidebarContainer .sideHeader {
}

#footer {
	background: no-repeat url(images/footer.jpg);
	margin-top: 20px;
	padding-top: 6px;
	height: 40px;
}

#footer p {
	color: #cccccc;
	font-size: 9px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #3b3b3b;
}

#footer a:hover, #footer a:active {
	color: #3b3b3b;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	font-size: 8px;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

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

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

#breadcrumbcontainer a {
	display: inline;
	background: none;
	padding: 0;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	background: url(images/navigation.png) repeat-x;
	height: 30px;
	margin-top: 210px;
	width: 100%;
}

#navcontainer #current {
	text-shadow: 0px 0px 3px #fff;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#navcontainer li {
	display: inline;
}

#navcontainer a {
	color: #ffffff;
	width: 80px;
	text-decoration: none;
	text-shadow: 0px 0px 3px #010101;
	font-weight: bold;
	margin: 0 30px 0 0px;
}

#navcontainer a:hover {
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	top: -5px;
	left: 25px;
	background: no-repeat url(images/subnavigation.png);
	height: 220px;
	width: 200px;
	padding-top: 10px;
	z-index: 10;
}

#navcontainer ul ul li {
	background: no-repeat url(images/limit.png) bottom;
	display: block;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 3px;
}

#navcontainer ul ul a {
	background: none;
	font-size: 14px;
	text-align: center;
	padding: 0;
	height: 15px;
	color: #999;
}

#navcontainer ul ul a:hover{
	background: none;
	padding-top: 0;
	height: 18px;
	color: #fff;
}

#navcontainer ul ul #current{
	color: #fff;
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

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

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}

/* 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 {
}
/* @end */

/* @group Blog */

/* @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 {
}
	
/* @end */

.blog-entry {
}

.blog-entry-title {
	font-size: 20px;
	padding-bottom: 8px;
}

.blog-entry-date {
	font-size: 9px;
	padding-bottom: 12px;
}

/*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 {
}

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

.blog-read-more {
}

.blog-entry-body {
	padding-bottom: 10px;
}

.blog-entry-comments {
	padding-bottom: 35px;
	padding-top: 15px;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	width: 180px;
	float: left;
	text-align: left;
}

.blog-archive-link-enabled {
	text-decoration: none;
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	float: left;
	width: 180px;
	text-align: left;
}

.blog-category-link-enabled {
	text-decoration: none;
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	width: 30%;
	float: left;
	text-align: left;
}

.blog-rss-link {
	text-decoration: none;
}

.blog-comments-rss-link {
	text-decoration: none;
}

ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

/* @end */

/* @group File Sharing */

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

.filesharing-item {
	padding: 5px;
	margin-bottom: 10px;
}

.filesharing-item-title {
	font-size: 15px;
	font-weight: bold;
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.album-description {
	margin-bottom: 50px;
	font-size: 11px;
	text-align: left;
}

.album-wrapper {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
}

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

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

.thumbnail-frame img {
	text-align: center;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	text-align: center;
}
	
/* @end */

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

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

.photo-navigation {
	text-align: center;
	width: 800px;
	font-size: 10px;
	height: 150px;
	margin: 0 auto;
	padding: 35px 0 0;
}

#photo-navigation a {
}

.photo-navigation a:hover {
}

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

.photo-links {
	text-align: center;
	margin: 0;
	padding: 35px 0 0;
}

.photo-title {
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	font-size: 25px;
	text-align: center;
}

.photo-caption {
	font-size: 11px;
	margin: 0px;
	padding-top: 5px;
	text-align: center;
}

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

/* @group Quicktime Page */

.movie-description {
	text-align: center;
	margin: 11px 0 20px;
	padding: 0;
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 5px;
}.movie-page-description {
	margin-bottom: 15px;
}.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 15px;
	margin-right: 15px;
}

.movie-thumbnail-caption {
	text-align: left;
	font-size: 11px;
}
	
/* @end */

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

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

.movie-title {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 7px;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text {
	color: #000;
} 

.required-text {
	color: #000;
} 

.form-input-field {
} 

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