/* @group General Styles */

* {
	margin: 0;
	padding: 0;
}

html {
	
}

body {
	background-color: #7aaacc;
	text-align: center;
	font: 62.5% "Times New Roman", Times, Georgia, serif;
}

p {
	line-height: 1.4em;
	margin-bottom: 1.4em;
}

b, strong {
	
}

a:link, a:visited {
	color: #0462a0;
	text-decoration: none;
	background: url(images/dotted.gif) repeat-x left bottom;
	padding-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
}

a:hover, a:active {
		background: #e0edfd none;
}

img {
	
}

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

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

.center {
	text-align: center;
}

.nobg a:hover, .nobg a:active {
	background: none;
}

.nobg a:link, .nobg a:visited {
	background: none;
}

/* @end */

/* @group Layout */

#container {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background: #fff url(images/content-bg.gif) repeat-y center top;
	overflow: hidden;
}

.clearer {
	clear: both;
}

#pageHeader {
	width: 900px;
	height: 210px;
	text-indent: -999em;
	background-color: #0083c0;
}

#pageHeader img {
	
}

#pageHeader h1 {
	
}

#pageHeader h2 {
	
}

#contentContainer {
	width: 700px;
	float: right;
}

#contentContainer #content {
	font-size: 1.6em;
	margin: 0 20px 20px 0;
}

#sidebarContainer {
	width: 180px;
}

#sidebarContainer #sidebar {
	margin: 10px;
}

#sidebarContainer .sideHeader {
	margin: 10px;
	font-size: 1.4em;
	font-weight: bold;
}

#footer {
	
}

#footer p {
	height: 28px;
	line-height: 28px
}

#footer a:link, #footer a:visited {
	background: none;
	font-weight: bold;
}

#footer a:hover, #footer a:active {
	background: #e0edfd;
}

#logo {
	bottom: 0;
	color: #005b98;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 30px;
	margin-top: 40px;
	margin-bottom: 30px;
}

#logo p {
	background: url(images/logo.gif) no-repeat center top;
	width: 121px;
	padding-top: 130px;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	clear: both;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	color: #fff;
	border-top: 3px solid #65b3d9;
	background: #0083c0 url(images/breadcrumb-bg.gif) repeat-x left center;
}

#breadcrumbcontainer ul {
	
}

#breadcrumbcontainer li {
	display: inline;
	list-style: none;
	list-style-position: inside;
}

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

#breadcrumbcontainer a:hover {
	color: #0462a0;
}

/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	font: bold 1.6em "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, bitstream;
}

#navcontainer #current {
	background: url(images/current-bg.gif) repeat-x left top;
}

#navcontainer #current:hover {
	background: #e0edfd;
}

#navcontainer #currentAncestor {
	
}

/* Parent - Level 0 */

#navcontainer ul {
	border-top: 1px solid #0099ff;
}

#navcontainer li {
	display: block;
	position: relative;
}

#navcontainer a:link, #navcontainer a:visited {
	color: #005b98;
	display: block;
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #09f;
	background: none;
	padding-bottom: 0;
}

#navcontainer a:hover {
	background-color: #e0edfd;
}

#navcontainer a:active {
	
}

/* Child - Level 1 */

#navcontainer ul ul {
	border: none;
}

#navcontainer ul ul li {
	
}

#navcontainer ul ul a:link, #navcontainer ul ul a:visited {
	padding-left: 30px;
}

#navcontainer ul ul a:hover {
	
}

#navcontainer ul ul #current {
	
}

#navcontainer ul ul #currentAncestor {
	
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	
}

#navcontainer ul ul ul li {
	
}

#navcontainer ul ul ul a:link, #navcontainer ul ul ul a:visited {
	padding-left: 50px;
}

#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 {
	border: 1px solid #dae6f5;
	margin-bottom: 10px;
}

blockquote p, .standout p {
	margin: 0;
	padding: 10px;
}

strong {
	font-weight: bold;
	color: #005b98;
}

h1, h2, h3, h4, h5, h6 {
	color: #005b98;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

.imageStyle {
	
}

/* Main content area unordered list styles */

#contentContainer #content ul, #contentContainer #content ol {
	
}

#contentContainer #content li {
	list-style-position: inside;
	margin: 5px;
	margin-left: 20px;
}

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul, #sidebarContainer #sidebar ol {
	
}

#sidebarContainer #sidebar li {
	list-style-position: inside;
	margin: 5px;
	margin-left: 20px;
}

/* 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 {
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}

.blog-archive-link {
	margin: 10px;
}

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

/* @end */

.blog-entry {
	margin-bottom: 10px;
	border-bottom: 1px solid #65b3d9;
}

.blog-entry-title {
	font-size: 1.6em;
	padding: 10px;
	padding-left: 0;
	margin-bottom: 10px;
	color: #0462a0;
}

.blog-entry-date {
	background: url(images/micro-icons/calendar.gif) no-repeat left center;
	padding-left: 15px;
	margin-bottom: .6em;
	height: 12px;
	line-height: 12px;
}

/*styles the category link in the main entry */

.blog-entry-category {
	background: url(images/micro-icons/document.gif) no-repeat left center;
	margin-left: 5px;
	padding-left: 12px;
	height: 12px;
	line-height: 12px;
}

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

/*styles the permalink link in the main entry */

.blog-entry-permalink {
	background: url(images/micro-icons/document-permalink.gif) no-repeat left center;
	margin-left: 5px;
	padding-left: 12px;
	height: 12px;
	line-height: 12px;
}

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

.blog-entry-body {
	text-indent: 20px;
	margin-bottom: 10px;
}

.blog-read-more {
	display: block;
	text-indent: 0;
	background: url(images/micro-icons/plus.gif) no-repeat left center;
	padding-left: 15px;
}

.blog-entry-comments {
	margin-top: 10px;
	text-indent: 0;
	padding-left: 15px;
	background: url(images/micro-icons/comment.gif) no-repeat left center;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	margin-bottom: 10px;
}

a.blog-archive-link-enabled {
	line-height: 15px;
	height: 15px;
	padding-left: 15px;
}

a.blog-archive-link-enabled:link, a.blog-archive-link-enabled:visited {
	background: url(images/micro-icons/folder.gif) no-repeat left center;
}

a.blog-archive-link-enabled:hover, a.blog-archive-link-enabled:active {
	background: url(images/micro-icons/folder.gif) no-repeat left center;
}

.blog-archive-link-disabled {
	line-height: 15px;
	height: 15px;
	background: url(images/micro-icons/folder.gif) no-repeat left center;
	padding-left: 15px;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	margin-bottom: 10px;
}

a.blog-category-link-enabled {
	line-height: 15px;
	height: 15px;
	padding-left: 15px;
}

a.blog-category-link-enabled:link, a.blog-category-link-enabled:visited {
	background: url(images/micro-icons/document.gif) no-repeat left top;
}

a.blog-category-link-enabled:hover, a.blog-category-link-enabled:active {
	background: url(images/micro-icons/document.gif) no-repeat left top;
}

.blog-category-link-disabled {
	line-height: 15px;
	height: 15px;
	padding-left: 15px;
	background: url(images/micro-icons/document.gif) no-repeat left top;
}

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

#blog-rss-feeds {
	
}

a.blog-rss-link {
	padding-left: 15px;
	line-height: 15px;
	height: 15px;
}

a.blog-rss-link:link, a.blog-rss-link:visited {
	background: url(images/micro-icons/rss_icon.gif) no-repeat left center;
}

a.blog-rss-link:hover, a.blog-rss-link:active {
	background: url(images/micro-icons/rss_icon.gif) no-repeat left center;
}

a.blog-comments-rss-link {
	line-height: 15px;
	height: 15px;
	padding-left: 15px;
}

a.blog-comments-rss-link:link, a.blog-comments-rss-link:visited {
	background: url(images/micro-icons/comments.gif) no-repeat left center;
}

a.blog-comments-rss-link:hover, a.blog-comments-rss-link:active {
	background: url(images/micro-icons/comments.gif) no-repeat left center;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	background-color: #f9f9f9;
	margin-top: 10px;
	padding: 5px;
	border-bottom: 1px solid #6699ff;
	border-top: 1px solid #b9ccfb;
	border-right: 1px solid #6699ff;
	border-left: 1px solid #b9ccfb;
}

.filesharing-item-title a:link {
	
}

.filesharing-item-title a:hover {
	
}

.filesharing-item-title a:visited {
	
}

.filesharing-item-description {
	margin-top: 5px;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 1.8em;
	color: #0462a0;
	font-weight: bold;
}

.album-description {
	margin-bottom: 6em;
}

.album-wrapper {
	display: block;
	position: relative;
	margin-top: 90px;
	padding: 10px;
}

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

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

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	border: none;
}

.thumbnail-frame a:link, .thumbnail-frame a:visited {
	border: none;
}

.thumbnail-frame a:hover {
	background-color: transparent;
}

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

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	display: block;
	color: #3366cc;
}

/* @end */

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

.photo-background {
	
}

.photo-title {
	color: #0462a0;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.photo-caption {
	margin-bottom: 10px;
}

.photo-navigation {
	padding: 10px;
	margin: 20px;
	background-color: #f9f9f9;
}

.photo-links {
	padding: 5px;
	background-color: #fff;
}

.photo-navigation a:link, .photo-navigation a:visited {
	background-image: none;
}

.photo-navigation a:hover {
	color: #6699ff;
}

.photo-frame {
	background-color: #f9f9f9;
border-bottom: 1px solid #666;
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-left: 1px solid #999;
	padding: 20px;
	}

/* @end */

/* @end */

/* @group Quicktime Page */

.movie-description {
	
}

/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 1.8em;
	color: #0462a0;
	font-weight: bold;
}

.movie-page-description {
	margin-bottom: 2em;
}

.movie-thumbnail-frame {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 10px;
}

.movie-thumbnail-frame:hover {
	background-color: #f9f9f9;
}

.movie-thumbnail-frame a:link, .movie-thumbnail-frame a:visited {
	background: none;
padding: 0;
}

.movie-thumbnail-frame a:hover, .movie-thumbnail-frame a:active {
	background-color: #f9f9f9;
}

.movie-thumbnail-frame img {
	margin-bottom: 5px;
}

.movie-thumbnail-caption {
	width: 130px;
	height: 70px;
}

/* @end */

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

.movie-background {
	
}

.movie-title {
	
}

.movie-frame {
	
}

/* @end */

/* @end */

/* @group Contact Form */

.message-text {
	
}

.required-text {
	
}

.form-input-field {
	width: 100%;
}

.form-input-button {
	position: relative;
	left: 15%;
	width: 30%;
	margin-left: 5%;
	}

/* @end */