/* @group General Styles */

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

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

body {
	margin: 15px 0;
	color: #6a6a6a;
	background: #d5d5d5 url(images/background3.png) repeat-x;
	font: .8em Verdana;
}

A:link {
	color: #7c7c7c
	}
A:visited {
	color: #7c7c7c
	}
A:hover {
	color: #4760ad;
	text-decoration: underline;
}
P{
	font-size: .85em;
}
/* @end */

/* @group Layout */
#container {
	padding-bottom: 1px; 
	width: 775px; 
	height: 100%;
	border-right-style: double;
	border-right-color: #d5d5d5;
	border-left-style: double;
	border-left-color: #d5d5d5;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	border-top-style: double;
	border-top-color: #d5d5d5;
	border-bottom-style: double;
	border-bottom-color: #d5d5d5;
}
#topbar {
	margin-left: auto; 
	width: 715px; 
	margin-right: auto; 
	background-repeat: no-repeat; 
	height: 15px;
	background-color: #6781a1;
}
#logo H1 {
	background: url(images/logo.gif) no-repeat; 
	margin: 0px 0px 0px 40px; 
	width: 300px; 
	text-indent: -9000px; 
	height: 60px; 
	text-decoration: none;
}
#submenubox {
	margin-top: 5px; 
	float: right; 
	background-image: url(images/nav_submenu.gif); 
	width: 88px; 
	margin-right: 30px; 
	position: relative; 
	height: 11px
}
#submenu {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	width: 88px; 
	padding-top: 0px;
	height: 11px
}
#submenu LI {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
	list-style-type: none; 
	position: absolute; 
	top: 0px
}
#submenu LI {
	display: block; 
	height: 11px
}
#submenu A {
	display: block; 
	height: 11px
}
#submenu LI A {
	text-indent: -9999px; 
	text-decoration: none
}
#home {
	left: 0px; 
	width: 30px
}
#contact {
	left: 30px; 
	width: 58px
}
#home A:hover {
	background: url(images/nav_submenu.gif) no-repeat 0px -11px
}
#contact A:hover {
	background: url(images/nav_submenu.gif) no-repeat -30px -11px
}
#header{
	height: 175px;
	padding-bottom: 10px;
	width: 715px;
	border-bottom: 1px dotted silver;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#contentContainer{
	background-color: #fff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footer { 
	color: #fff;
}

#footer p {
	text-align: center;	font-size: 0.85em;	font-weight: normal;	height: 10px;	padding-left: 0px;	margin: 0;	padding-bottom: 20px;
	color: #7c7c7c;
	font-style: normal;
}

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

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

/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	position: relative;
	margin-bottom: 10px;
	float: right;
	width: 158px;
	height: 175px;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	background-color: #6781a1;
	background-image: url(images/nav2.jpg);
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	color: #fff;
	line-height: 30px;
	padding-bottom: 4px;
	width: 143px;
	display: block;
	padding-left: 18px;
	padding-top: 1px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

#navcontainer a:hover {
	color: #161616;
}

#navcontainer a:active {
}
/* @end */


/* @group Global Classes */

blockquote, .standout {
	margin: 0;
	padding: 0px 10px 0px 0;
	color: #6a6a6a;
	font-size: 1.1em;
	text-align: justify;
	line-height: 17px;
}

h1 {
	margin: 0 0 5px;
}

h2 {
	margin: 0 0 5px;
}

h3 {
	margin: 0 0 5px;
}

h4 {
	margin: 0 0 5px;
}

/* @end */

/* Table Styles */
table {
	font-size: 1em;
}
/* @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 {
	margin-left: 35px;
	margin-right: 35px;
}

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

.blog-entry-date {
	font-size: 10px;
}

/*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 {
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom-style: double;
	border-bottom-color: #bbb;
	padding-bottom: 10px;
}

.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 {
	text-align: right;
	margin-right: 35px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 20px;
	text-align: right;
	margin-right: 35px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

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

.album-title {
}

.album-description {
}


.album-wrap {
}

.thumbnail-wrap {
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

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

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

.photo-background {
}

.photo-navigation {
}

.photo-links {
}

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

.photo-navigation a:hover {
}

.photo-frame{
}

.photo-title {
}

.photo-caption {
}

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

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
}.movie-page-description {
}.movie-thumbnail-frame {
}

.movie-thumbnail-frame:hover {
}

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

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

.movie-background {
}

.movie-title {
}

.movie-frame {
}
	
/* @end */


/* @end */

/* @group Contact Form */

.message-text {
} 

.required-text {
} 

.form-input-field {
	background: #f4f4f4;	width: 75%;
} 

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