/* @group General Styles */

body {
    font-family: ArialMT, Arial, sans-serif;
    font-size: 100%;
}

p {
	margin: 0em;
	margin-top: 0.5em;
	padding: 0em;
}

b, strong {

}

a:link {
    text-decoration: underline;
}
a:visited {
}
a:hover, a:active {
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}
	
/* @end */

/* @group Layout */

#container {
	margin: 0 auto;
}

.clearer {
	clear: both;
}

.clearerLine {
	clear: both;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.clearerHalfLineL {
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 50%;
	border-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.clearerHalfLineR {
	float: right;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 50%;
	border-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


.bottomLine {
	clear: both;
	margin: 0em;
	padding: 0em;
	padding-top: 1.2em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#pageHeader {
    padding-bottom: 0.83em;
    padding-top: 0.83em;        
}

#pageHeader img {
	display: block;
	float: left;
	border-style: none;
	margin-top: 0.2em;
	padding-right: 0.2em;
}

#pageHeader h1 {
	font-size: 2.0736em;
	font-weight: bold;
    letter-spacing: 0;
    padding: 0em;
    margin: 0em;
    text-align: left;
}

#pageHeader h2 {
	font-size: 2.0736em;
    font-weight: normal;
    letter-spacing: 0;
    padding: 0em;
    margin: 0em;
    text-align: left;
}

#contentContainer {
}

#contentContainer #content {
}

#sidebarContainer {

}

#sidebarContainer #sidebar {
}

#sidebarContainer .sideHeader {
}

#footerContainer {
	margin: 0em;
	padding: 0em;
	font-size: 0.833em;
	height: 2.033em;
}

#footer { 
	margin: 0em;
	padding: 0em;
	text-align: right;
	float: right;
	padding-bottom: 1.2em; 
}

#footer p {
	font-weight: normal;
	padding: 0em;
	margin: 0em;
}

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

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	display: inline;
	font-weight: normal;
	margin: 0em; 
	padding: 0em;
	text-align: left;
	float: left;
	padding-bottom: 1.2em; 
}

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

#breadcrumbcontainer li {
	display: inline;
	padding: 0em;
	margin: 0em;
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */
#navcontainer {
	height: 2.2em;
	border-width: 0px;
	margin: 0em;
	padding: 0em;
}

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

#navcontainer .currentAncestor {
}
/* Parent - Level 0 */

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

#navcontainer li {
	position: relative;
	display: inline;
	float: left;
	margin: 0em;
	padding: 0em 1.2em 0em 4px;
}

#navcontainer a {
	display: block;
	float: left;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
	padding: 0.6em 0em 0.6em 0em;
	margin: 0em;
}

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


/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0em;
	margin: 0em;	
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	z-index: 3;		
	border-style: solid;
	border-width: 0px 0px 2px 2px;
	background: repeat url(images/submenubg.png);
	
}

#navcontainer ul ul li {
	width: 100%;
	padding: 0em;
	margin: 0em;
}

#navcontainer ul ul a { 
	text-align: left;
	padding: 0em;
	padding: 0.6em 2px 0.6em 2px;
	margin: 0em;
}

#navcontainer ul ul a:hover {
}


html>body #navcontainer ul ul a {
}

#navcontainer ul ul #current{
	font-weight: normal;
}


/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}
/* @end */


/* @group Global Classes */

blockquote, .standout {
}

h1 {
	font-size: 1.728em;
	font-weight: bold;
}

h2 {
	font-size: 1.44em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

.imageStyle {
}

#contentContainer #content p {
}

#contentContainer #content .VideoEmbedded {
}


/* Main content area definition list styles */
#contentContainer #content dl {
	margin: 0em;
	padding: 0em;
}

#contentContainer #content dt {
	margin: 0em;
	padding: 0em;
	padding-top: 0.5em;
	font-weight: bold;
}

#contentContainer #content dd {
	margin: 0em;
	margin-bottom: 0.5em;
	padding: 0em;
	margin-left: 2em;
	font-weight: normal;
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
	text-align: left;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
		margin-left: 0.5em;
		padding-left: 1em;
}

#sidebarContainer #sidebar li {
		margin-left: 0em;
		padding-left: 0em;
		margin-bottom: 0.3em;
}


/* Table Styles */
table {
}

table.comparever {
	margin: 0em auto;
	padding: 0em;
	border-style: solid;
	border-width: 1px;
	border-color: #819729;
	border-collapse: collapse;
}
table.comparever th {
	background: repeat url(images/submenubg.png);
}
table.comparever th.categorygroup {
	padding-left: 0.5em;
	text-align: left;
}
table.comparever th.categorysubgroup {
	padding-left: 1.5em;
	text-align: left;
}
table.comparever td {
	margin: 0em;
	padding: 0.1em 0.2em 0.1em 0.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #819729;
	text-align: center;
}
table.comparever td.categoryname {
	padding-right: 0.5em;
	text-align: right;
}
table.comparever td.legend {
	padding-left: 0.5em;
	text-align: left;
	border-style: none;
}
table.comparever td.rem {
	padding-left: 0.5em;
	text-align: left;
	border-style: none;
	font-size: 0.833em;
}

/* @end */

/* @group Blog */

/* @group Tag Cloud */


ul.blog-tag-cloud {
	margin: 0em;
	padding: 2em 0em 0em 0em;
}

ul.blog-tag-cloud li {
	display: inline;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a {
	text-decoration: none;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.83em;
}

.blog-tag-size-3 {	
	font-size: 0.86em;
}

.blog-tag-size-4 {	
	font-size: 0.89em;
}

.blog-tag-size-5 {	
	font-size: 0.92em;
}

.blog-tag-size-6 {	
	font-size: 0.95em;
}

.blog-tag-size-7 {	
	font-size: 0.98em;
}

.blog-tag-size-8 {	
	font-size: 1.01em;
}

.blog-tag-size-9 {	
	font-size: 1.04em;
}

.blog-tag-size-10 {	
	font-size: 1.07em;
}

.blog-tag-size-11 {	
	font-size: 1.1em;
}

.blog-tag-size-12 {	
	font-size: 1.13em;
}

.blog-tag-size-13 {
	font-size: 1.16em;
}

.blog-tag-size-14 {	
	font-size: 1.19em;
}

.blog-tag-size-15 {
	font-size: 1.22em;
}

.blog-tag-size-16 {	
	font-size: 1.25em;
}

.blog-tag-size-17 {	
	font-size: 1.28em;
}

.blog-tag-size-18 {	
	font-size: 1.31em;
}

.blog-tag-size-19 {
	font-size: 1.34em;
}

.blog-tag-size-20 {	
	font-size: 1.37em;
}
/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.blog-archive-headings-wrapper {
	margin-bottom: 2em;
	border-bottom: 1px solid #819729;
	padding-bottom: 0.6em;
}

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
	font-size: 1.728em;
	font-weight: bold;
}

.blog-archive-link {
	font-size: 0.833em;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: #819729 1px solid;
}

h1.blog-entry-title {
	font-size: 1.44em;
	margin-top: 0em;
	padding-top: 0em;
}


h1.blog-entry-title a {
}

.blog-entry-date {
	font-size: 0.833em;
	margin: 0em 0em 1em 0em;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	background: url(images/file_green.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 0.2em;
	margin-left: 0.3em;
}

.blog-read-more {
	font-style: italic;
}

.blog-entry-body {
	margin-bottom: 0em;
}

.blog-entry-comments {
}


p.blog-entry-tags {
	font-size: 0.833em;
	background: url(images/tag_green.png) no-repeat left 6px;
	margin: 1em 0em 0em 0em;
	padding: 5px 0em 5px 20px;
}

/* 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 {
	margin-top: 0em;
}

.blog-category-link-enabled {
	background: url(images/file_green.png) no-repeat left center;
	padding-left: 20px;
}

.blog-category-link-disabled {
	background: url(images/file_green.png) no-repeat left center;
	padding-left: 20px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	margin: 0em 0em 0.6em 0em;
}

.filesharing-item {
	margin-bottom: 0em;
	margin-top: 1em;
}

.filesharing-item-title a:link,
.filesharing-item-title a:hover,
.filesharing-item-title a:visited {
	background: url(images/download.png) no-repeat left center;
	padding-left: 20px;	
	margin-bottom: 0.3em;
}

.filesharing-item-title-pdf a:link,
.filesharing-item-title-pdf a:hover,
.filesharing-item-title-pdf a:visited {
	background: url(images/pdficon_small.gif) no-repeat left center;
	padding-left: 20px;	
	margin-bottom: 0.3em;
}


.filesharing-item-description {
	padding-left: 20px;	
	margin: 0em 0em 0.4em 0em;
	font-size: 0.83em;
}

.filesharing-item-description p {
	padding: 0.4em 0em 0em 0em;	
	margin: 0em;	
}

/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0em;
	padding-bottom: 0.6em;
}

.album-description {
	padding: 0em;
	padding-bottom: 1.6em;
}


.album-wrapper {
}

.thumbnail-wrap {
	float: left;
	text-align: center;
	margin: 0.5em 0.3em 2em 0.3em;
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

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

.thumbnail-caption {
	display: block;
	width: 100%;
	padding: 0em 0.3em 1em 0em;
	margin: 0em;
	font-size: 0.6944em;
	text-align: left;
}
	
/* @end */

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

.photo-background {
	text-align: center;
}

.photo-navigation {
	width: 620px;
	margin: 0 auto;
	padding: 1em;
	border-top: none;
}

.photo-links {
	font-size: 0.83em;
}

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

.photo-navigation a:hover {
}

.photo-frame{
}
.photo-background p.photo-title {
	font-size: 1.44em;
	font-weight: bold;
}

.photo-background p.photo-caption {
	font-size: 1em;
	padding-top: 0.5em 0;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
		width:	60%;
		padding: 0em 20% 0em 20%;
		font-size: 0.83em;
}

.exif-data p {
	display: block;
	padding:  0em;
	margin:  0 auto;
	margin-bottom:  0.5em;
	width: 30%;
	
	text-align: left;
	float: left;
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

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

/* @group Quicktime Page */

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

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.6em;
}

.movie-page-description {
	padding-bottom: 1.6em;
}

.movie-thumbnail-frame {
	display: block;
	float: left;
	margin-right: 1em;
	margin-bottom: 0em;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	display: block;
	width: 138px;
	padding: 0em 0.3em 1em 0em;
	margin: 0em;
	font-size: 0.6944em;
	text-align: left;
}
	
/* @end */

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

.movie-background {
	text-align: center;
}

.movie-title {
	font-size: 1.2em;
}

.movie-frame {
	padding: 5px;
	padding-bottom: 11px;	
}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
} 

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