/* @group General Styles */

body {
	color: #333333;
	text-align: center;
	background-color: white;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.8em;
}

body, html {
	margin: 0;
}

p {
}

b, strong {

}

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

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

img {
	border: none;
	display: block;
	margin: 0 auto;
}

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

/* @group Layout */

#container { 
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	position: relative;
}

#pageHeader {
	padding: 20px 40px;
	position: relative;
	background-color: #fff;
	margin-bottom: 20px;
}

#pageHeader img {
	position: absolute;
	right: 0;
	top: 0;
}

#pageHeader h1 {
	color: #000;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

#pageHeader h2 {
	color: #333;
	font-size: 1em;
	margin: 0;
}

#contentContainer {
	margin-right: 200px;
	margin-left: 160px;
}

#contentContainer #content {
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 20px;
	border-left: 1px solid #bcbcbc;
}

#sidebarContainer {
	float: right;
	width: 180px;
	font-size: 0.9em;
	margin-right: 20px;
}

#sidebarContainer #sidebar {
	padding: 10px;
	color: #666;
}

#sidebarContainer .sideHeader {
	color: #797f7a;
	font-weight: bold;
	padding: 5px 10px;
}

#footer {
	border-top: 1px solid #eeeeee;
	margin-top: 10px;
	color: #909090;
	margin-bottom: 20px;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

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

}

#footer a:hover, #footer a:active {
}

#logo, #navbar_bottom {
	width: 120px;
	position: relative;
}

#navbar_bottom {
	margin-top: 40px;
}

#logo img, #navbar_bottom img {
	width: 100%;
	height: auto;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	font-size: 0.9em;
	color: #666;
	font-weight: normal;
	display: block;
	margin-top: 40px;
	position: relative;
	top: 4px;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #213c70;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {
	color: #333;
	text-decoration: underline;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */
#navcontainer {
	position: relative;
	float: left;
	margin-left: 20px;
}


/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	list-style: none;
	margin: 0px;
	right: auto;
	left: auto;
	font-size: 0.9em;
}

#navcontainer li {
	position: relative;
	width: 120px;
	display: block;
	margin: 16px 0;
}

#navcontainer a {
	display: block;
	padding: 3px 5px;
	color: #ccc;
	text-decoration: none;
	width: 120px;
	text-align: center;
	background-color: #00256e;
}

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

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




/* Child - Level 1 */

#navcontainer ul ul {
}

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

#navcontainer ul ul a { 
	background-color: transparent;
	color: #666;
}

#navcontainer ul ul a:hover { 
	color: #00256e;
}

#navcontainer ul ul #current {
	font-weight: bold;
	color: #00256e;
}

#navcontainer ul>li .currentAncestor{
	font-weight: bold;
	color: #fff;
}

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

}



/* @end */

/* @group Global Classes */

blockquote, .standout {
	color: #96a7bb;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.5em;
}

#content h1 {
	padding-bottom: 4px;
	font-style: italic;
	border-bottom: 1px solid #454545;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
}

.imageStyle {

}

#navcontainer ul {
	margin: 0;
	padding: 0;
}

#contentContainer #content ul li {
	list-style-image: url(images/bullet10x10.jpg);
	list-style-position: outside;
}

#contentContainer #content ul ul li {
	list-style-image: url(images/bullet_tri6x7.jpg);
	list-style-position: outside;
}

#contentContainer #content table {
	border-collapse: collapse;
	width: 100%;
}

#contentContainer #content table.border tr {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

#contentContainer #content table.border td {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 4px 6px;
}

#contentContainer #content table thead {
	background: #cfcfcf;
	font-weight: bold;
}

#contentContainer #content table tbody {

}
	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {

}

.blog-archive-headings-wrapper {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

.blog-archive-entries-wrapper {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	padding-top: 20px;
}

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

.blog-archive-month {
	padding: 20px 0 0;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.blog-archive-link {
	padding: 0 20px 20px;
}

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

	
/* @end */

.blog-entry {
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
}

.blog-entry-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
	line-height: 2em;
}

.blog-entry-date {
	color: #b3b3b3;
	margin-bottom: 10px;
}

.blog-entry-body {
}

.blog-entry-comments {
	padding-top: 10px;
}

.blog-entry-category {
	color: #6a7a90;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
	margin: 0 5px;
}

.blog-archive-link-disabled {
	margin: 0 5px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	font-size: 1.1em;
}

.blog-category-link-enabled {
	margin: 0 5px;
}

.blog-category-link-disabled {
	margin: 0 5px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}
	
/* @end */
/* @group File Sharing */

.filesharing-description {
}

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

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	color: #b3b3b3;
}

/* @end */

/* @group Photo Album */

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

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

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
	top: 60px;
}

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

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

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

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
}

.album-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

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

.thumbnail-frame {
	padding: 5px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
	font-size: 0.9em;
}
	
/* @end */

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

.photo-background {
	margin: 0;

}

.photo-navigation {
	padding: 20px 40px 10px;
	margin-bottom: 20px;
	text-align: center;
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame{
	padding: 2px;
}

.photo-title {
	color: #000;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.photo-caption {
	color: #b5bdc8;
	font-size: 1.1em;
	margin: 0;
}

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

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

.movie-page-description {
	margin-bottom: 8px;
}

.movie-thumbnail-frame {
	width: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #f5f5f5;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

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

.movie-background {
}

.movie-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
}

.movie-frame {

}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
} 

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

.clearer {
	clear: both;
}
