/* @group General Styles */

body {
	font: 11px   'Verdana', sans-serif;
	background: #333333;
	margin: 0px 5px 0px 5px;
	text-align: center;
	color: #333333;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link {
	color: #066fd4;
	text-decoration: none;
}

a:visited {
	color: #066fd4;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
}

img {
	border-style: none;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/* @end */

/* @group Layout */

#container {
	background: #FFFFFF repeat-y right url(images/sidebar_bg.jpg); /* This Is The BG Color Of The Main Div */
	width: 780px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #3e3e3e;
	padding-bottom: 20px;
	font-family: 'Verdana', sans-serif;
	color: #333333;
}

#pageHeader {
	width: 780px;
	text-align: left;
	list-style: none;
	height: 111px;
	background: #066fd4 url(images/header.jpg) repeat-x;
}

#pageHeader img {
	display: inline;
	float: right;
	margin-top: 30px;
	margin-right: 40px;
}

#pageHeader h1 {
	color: #ffffff;
	margin: 0px;
	font-weight: bold;
	font-size: 26px;
	padding: 30px 20px 0px 40px;
}

#pageHeader h2 {
	color: #ffffff;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 40px;
}

#contentContainer {
	width: 590px;
	float: left;
	text-align: left;
	padding-top: 30px;
}

#contentContainer #content {
	line-height: 2.0em;
	padding-right: 30px;
	padding-left: 40px;
	width: 520px;
}

#sidebarContainer {
	width: 190px;
	float: right;
	text-align: left;
	padding-top: 27px;
}

#sidebarContainer .sidebar {
	padding: 10px;
	line-height: 2.0em;
}

#sidebarContainer .latest {
	padding: 0px;
	line-height: 2.0em;
}

#sidebarContainer .latest ul {
	margin: 10px;
	padding: 0px;
	margin-left: 20px;
}

#sidebarContainer .date {
	color:#666666;
	line-height: 2.0em;
}

#footer {
	width: 780px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	height: 3px;
	height: 31px;
	background: repeat-x #066fd4 url(images/footer_bg.jpg);
	color: #ffffff;
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#footer a {
	color: #acb0e9;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
	
/* @end */

/* @group Bread-crumb */


#subSectionsWrapper {
	margin-top:6px;
	clear:both;
	background-color:#FFF;
}
.subSection {
	float:left;
	padding-right:6px;
	background-color:#FFF;
}
.subSectionTile {
	width:250px;
	clear:both;
	background:#EEE;
	border:1px solid #D6D6D6;
	height:125px;
	margin-bottom:6px;
}
.subSectionTileTab {
	color:#FFF;
	padding-left:5px;
	height:20px;
	background-repeat:no-repeat;
	display:block;
}
.subSectionTileTab a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.subSectionTileTab a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.subSectionTileTab a:visited {
	font-weight:bold;
	color:#FFFFFF;
}
.subSectionTileContent {
	padding-right:4px;
}
.subSectionImage {
	float:left;
	padding-right:8px;
	padding-bottom:8px;
}
.subSectionHead {
	font-weight:bold;
	line-height:normal;
	padding-top:4px;
	padding-bottom:4px;
}
.subSectionHead a {
	text-decoration:none;
}
.subSectionHead a:hover {
	text-decoration:none;
}
.subSectionButton a {
	margin:8px 0 0 0;
	border:1px solid #D6D6D6;
	padding:1px 2px 1px 2px;
	background-color:#FFF;
	line-height:normal;
	color:#666666;
	text-decoration:none;
	float:right;
}
.subSectionButton a:visited {
	color:#666666;
	text-decoration:none;
}
.subSectionButton a:hover, a:active {
	color:#333333;
	text-decoration:none;
}
.subSectionButton img {
	vertical-align:bottom;
}

#breadcrumbcontainer {
	text-align: center;
	width: inherit;
	padding: 0px;
	margin-top: 10px;
	float: left;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	line-height: 2.0em;
	padding-top: 0px;
}

#navcontainer #current {
	color: #066fd4;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

#navcontainer li { 
}

#navcontainer a {
	display: block;
	color: #066fd4;
	text-decoration: none;
	height: 20px;
}

#navcontainer a:hover {
	color: #000000;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	height: 20px;
}

#navcontainer ul ul a:hover {
	background: transparent;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	padding: 0px;
	color: #808080;
	margin-left: 15px;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
	height: 20px;
}

#navcontainer ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	padding: 0px;
	color: #999999;
	margin-left: 20px;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
}

#navcontainer ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: transparent;
}
	
/* @end */

/* @group Global Classes */

.standout, blockquote {
	background: #066aca;
	padding: 10px;
	color: #ffffff;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

h1 {
	color: #066fd4;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	color: #066fd4;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
}

h3 {
	color: #066fd4;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #066fd4;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #066fd4;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.imageStyle {
}

.textred {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.description {
	font-size: 9px;
	color: #666;
	line-height: normal;
}
	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	color: #000000;
	text-align: center; /* To Make Content Centered */
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-month {
	color: #066fd4;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-archive-link { 
}
	
/* @end */

.blog-entry {
}

.blog-entry-title {
	color: #066fd4;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
}

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {
	
}
	
/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 20px;
}

.filesharing-item {
	
}

.filesharing-item-title {
	color: #066fd4;
	font-size: 14px;
	font-weight: normal;
}

.filesharing-item-description {
	margin-bottom: 10px;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	color: #066fd4;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.album-description {
}

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	height: 30px;
}

.thumbnail-frame img {
	border-style: none;
}

.thumbnail-caption {
	margin-top: -2px;
	font-size: 0.8em;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
	margin: 10px;
}

.photo-navigation {
	padding: 10px;
	background: #ffffff;
	margin-bottom: 10px;
}

.photo-navigation a {
}

.photo-navigation a:hover {
}

.photo-frame{
	margin: 0px;
	border: 5px solid #ffffff;
}

.photo-links {
}

.photo-title {
	color: #066fd4;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	}

.nav-title {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
	color: #066fd4;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
	text-align: center;
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.page-title {
	color: #066fd4;
	font-size: 24px;
	font-weight: normal;
}

.movie-page-description {
	margin-bottom: 5px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	text-align: center;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	background: #ffffff;
	margin-top: 5px;
}

.movie-title {
	color: #066fd4;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { } 
/* @end */

