/*@group General Styles*/
BODY
{
	color: #999;
	text-align: center;
	padding: 0;
	font: 0.75em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 20px 20px;
}
BODY #bodyGrad
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	overflow: hidden;
}
P
{
}
B, STRONG
{
}
A:link, A:visited
{
}
A:hover, A:active
{
	text-decoration: none;
	margin-top: 10px;
}
IMG
{
}
.image-left
{
	float: left;
	margin: 3px 10px 3px 0;
}
.image-right
{
	float: right;
	margin: 3px 0 3px 10px;
}
/*@end
@group Layout*/
#container
{
	margin: 0px auto;
	text-align: justify;
	position: relative;
	z-index: 1;
	background-color: #FFF;
	border-right: 10px solid #000000;
	border-bottom: 10px solid #000000;
	border-left: 10px solid #000000;
}
.clearer
{
	clear: both;
}
#pageHeader
{
	height: 116px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
	margin-top: 0px;
}
#pageHeader #grad
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 72px;
	overflow: hidden;
}
#pageHeader IMG
{
	position: absolute;
	top: -55px;
	right: 4px;
	margin-top: -6px;
}
#pageHeader H1
{
	color: #FFFFFF;
	margin: 0px 0px 0 0;
	position: absolute;
	top: 0px;
	left: 6px;
	font-size: 1.4em;
	line-height: normal;
	font-family: Helvetica, arial;
	font-weight: normal;
	background-color: #00478E;
	padding: 8px 30px 12px;
}
#pageHeader H2
{
	color: #FFF;
	margin: 27px 0 0;
	position: absolute;
	top: 38px;
	left: 20px;
	font-weight: normal;
	font-size: small;
	line-height: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: normal;
	padding-right: 60px;
}
#contentContainer
{
	border-width: 1px;
	position: relative;
	z-index: 2;
}
#contentContainer #content
{
	padding: 5px;
}
#sidebarContainer
{
	width: 200px;
	font-size: 0.95em;
	line-height: 1.45em;
	margin-bottom: 20px;
}
#sidebarContainer #sidebar
{
	padding: 15px 0;
	border-bottom: 1px solid #DBD5C5;
}
#sidebarContainer .sideHeader, #sidebarContainer H1, #sidebarContainer H2, #sidebarContainer H3, #sidebarContainer H4, #sidebarContainer H5
{
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px solid #DBD5C5;
	margin: 0 0 5px;
}
#footer
{
	color: #FFF;
}
#footer P
{
	margin: 0;
	padding: 15px 15px 5px;
}
#footer A:link, #footer A:visited
{
}
#footer A:hover, #footer A:active
{
}
/*@end
@group Bread-crumb*/
#breadcrumbcontainer
{
	margin: 0 15px;
}
#breadcrumbcontainer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadcrumbcontainer LI
{
	display: inline;
}
#breadcrumbcontainer A
{
}
#breadcrumbcontainer A:hover
{
}
/*@end
@group Toolbar
Toolbar Styles*/
#navcontainer
{
	border-bottom: 3px solid #FFFFFF;
	height: 59px;
	position: relative;
	z-index: 3;
}
#navcontainer #current
{
}
#navcontainer #current:hover
{
}
#navcontainer .currentAncestor
{
}
/*Parent - Level 0*/
#navcontainer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 5;
}
#navcontainer LI
{
	position: relative;
	display: inline;
	float: left;
}
#navcontainer A
{
	display: block;
	padding: 19px 10px 10px;
	text-decoration: none;
}
#navcontainer A:hover
{
	background: #00478E;
	padding-bottom: 28px;
	padding-top: 4px;
	border-top: 1px solid #FFFFFF;
}
#navcontainer A:active
{
}
/*Child - Level 1
All browsers will use this code, it will make the pop out menus work*/
#navcontainer UL UL
{
	position: absolute;
	top: 30px;
	left: 5px;
	right: 0;
	display: none;
	z-index: 6;
	font-size: 0.7em;
	width: 100px;
	padding: 0 10px;
}
#navcontainer UL UL LI
{
	display: block;
}
#navcontainer UL UL A
{
	padding: 5px 0;
	display: block;
	width: 110px;
}
#navcontainer UL UL A:hover
{
}
#navcontainer UL UL #current
{
}
/*Child Level 3*/
#navcontainer UL UL UL
{
	position: absolute;
	left: 110px;
	top: 0;
	font-size: 1em;
}
#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
{
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #B8B8B8;
}
H1, H2, H3, H4, H5
{
	font-family: Arial;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.3;
	font-size: inherit;
}
H2
{
}
H3
{
}
H4
{
}
.imageStyle
{
}
/*Main content area unordered list styles*/
#contentContainer #content UL
{
}
#contentContainer #content LI
{
}
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-alpha;
}
OL.lower-alpha
{
	list-style-type: lower-alpha;
}
OL.upper-roman
{
	list-style-type: upper-roman;
}
OL.lower-roman
{
	list-style-type: lower-roman;
}
/*Sidebar area unordered list styles*/
#sidebarContainer #sidebar UL
{
}
#sidebarContainer #sidebar LI
{
}
/*Table Styles*/
TABLE
{
	font-size: 1em;
}
/*@end
@group Blog
@group Archive Page*/
.blog-archive-background
{
}
.blog-entry-summary
{
	margin-bottom: 10px;
}
.blog-archive-headings-wrapper
{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
}
.blog-archive-entries-wrapper
{
}
.blog-archive-entries-wrapper .blog-entry
{
}
.blog-archive-month
{
	letter-spacing: 2px;
	margin-bottom: 5px;
	font: normal 2em Georgia, serif;
}
.blog-archive-link
{
	font-size: 0.9em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.blog-archive-link A:link, .blog-archive-link A:visited
{
}
/*@end
@group Tag Cloud*/
UL.blog-tag-cloud
{
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}
UL.blog-tag-cloud LI
{
	display: inline;
	padding-right: 5px;
}
.blog-tag-size-1
{
	font-size: 0.8em;
}
.blog-tag-size-2
{
	font-size: 0.85em;
}
.blog-tag-size-3
{
	font-size: 0.9em;
}
.blog-tag-size-4
{
	font-size: 0.95em;
}
.blog-tag-size-5
{
	font-size: 1em;
}
.blog-tag-size-6
{
	font-size: 1.05em;
}
.blog-tag-size-7
{
	font-size: 1.1em;
}
.blog-tag-size-8
{
	font-size: 1.15em;
}
.blog-tag-size-9
{
	font-size: 1.2em;
}
.blog-tag-size-10
{
	font-size: 1.25em;
}
.blog-tag-size-11
{
	font-size: 1.3em;
}
.blog-tag-size-12
{
	font-size: 1.35em;
}
.blog-tag-size-13
{
	font-size: 1.4em;
}
.blog-tag-size-14
{
	font-size: 1.45em;
}
.blog-tag-size-15
{
	font-size: 1.5em;
}
.blog-tag-size-16
{
	font-size: 1.55em;
}
.blog-tag-size-17
{
	font-size: 1.6em;
}
.blog-tag-size-18
{
	font-size: 1.65em;
}
.blog-tag-size-19
{
	font-size: 1.7em;
}
.blog-tag-size-20
{
	font-size: 1.75em;
}
/*@end*/
.blog-entry
{
	margin-bottom: 40px;
}
.blog-entry-title
{
	margin-bottom: 5px;
	font-size: 2.1em;
}
.blog-entry-title A
{
	margin-bottom: 0;
	text-decoration: none;
}
.blog-entry-date
{
	font-size: 0.9em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.blog-read-more
{
	display: block;
	padding-top: 10px;
	font-style: italic;
}
.blog-entry-body
{
}
.blog-entry-comments
{
	margin-top: 10px;
}
/*styles the category link in the main entry*/
.blog-entry-category
{
	padding-left: 16px;
	background: url(images/category.png) no-repeat left center;
	margin-left: 8px;
}
.blog-entry-category A:link, .blog-entry-category A:visited
{
}
/*styles the archives in the blog sidebar*/
#blog-archives
{
	margin-bottom: 10px;
	line-height: 1.8;
}
.blog-archive-link-enabled
{
	padding-left: 16px;
	background: url(images/category.png) no-repeat left center;
}
.blog-archive-link-disabled
{
	padding-left: 16px;
	background: url(images/category.png) no-repeat left center;
}
/*Styles the blog categories in the blog sidebar*/
#blog-categories
{
	margin-bottom: 10px;
	line-height: 1.8;
}
.blog-category-link-enabled
{
	padding-left: 16px;
	background: url(images/category.png) no-repeat left center;
}
.blog-category-link-disabled
{
	padding-left: 16px;
	background: url(images/category.png) no-repeat left center;
}
/*Styles the blog RSS feeds in the blog sidebar*/
#blog-rss-feeds
{
	margin-bottom: 10px;
	line-height: 1.8;
}
.blog-rss-link
{
	background: url(images/rss_icon.png) no-repeat left center;
	padding-left: 16px;
}
.blog-comments-rss-link
{
	background: url(images/rss_icon.png) no-repeat left center;
	padding-left: 16px;
}
/*Comment links*/
A.blog-comment-link
{
	background: url(images/comments.png) no-repeat left center;
	padding-left: 18px;
	margin-right: 5px;
}
/*Trackback links*/
A.blog-trackback-link
{
	background: url(images/trackback.png) no-repeat left center;
	padding-left: 16px;
}
/*@end
@group File Sharing*/
.filesharing-description
{
}
.filesharing-item
{
	margin-bottom: 15px;
}
.filesharing-item-title A:link
{
	letter-spacing: 2px;
	margin-bottom: 5px;
	font: normal 2em Georgia, serif;
}
.filesharing-item-title A:hover
{
}
.filesharing-item-title A:visited
{
}
.filesharing-item-description
{
}
/*@end
@group Photo Album
@group Index Page (Thumbnail view)*/
.album-title
{
	letter-spacing: 2px;
	margin-bottom: 5px;
	font: normal 2em Georgia, serif;
}
.album-description
{
	font-size: 0.9em;
	margin-bottom: 75px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.album-wrapper
{
	display: block;
	width: 99%;
	position: relative;
}
.thumbnail-wrap
{
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 18px;
}
.thumbnail-frame
{
	position: absolute;
	bottom: 0;
	left: 0;
}
.thumbnail-frame:hover
{
}
.thumbnail-frame A
{
}
.thumbnail-frame A:hover
{
	background: transparent;
}
.thumbnail-frame IMG
{
	margin: auto;
	border: 1px outset #515B6A;
}
.thumbnail-caption
{
	color: #B3B3B3;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
/*@end
@group Single Page (Photo view)*/
.photo-background
{
}
.photo-navigation
{
	height: 145px;
	position: relative;
	margin: 0 auto 20px;
	border-right: 10px solid #000000;
	border-bottom: 10px solid #000000;
	border-left: 10px solid #000000;
}
.photo-links
{
	border-bottom: 1px solid #000000;
	height: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding-top: 6px;
	text-align: left;
}
.photo-navigation A:link, .photo-navigation A:visited
{
	display: inline-table;
	padding: 0 15px 5px;
	text-decoration: none;
}
.photo-navigation A:hover
{
	background: transparent;
}
.photo-frame
{
	padding: 1px;
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
}
.photo-title
{
	color: #FFF;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 15px;
	font-size: 2.5em;
	line-height: normal;
	letter-spacing: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.photo-caption
{
	margin: 0;
	position: absolute;
	top: 70px;
	left: 15px;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: normal;
}
/*@group EXIF data
Data wrapper*/
.exif-data
{
}
.exif-data P
{
	margin: 0;
	padding: 0;
}
/*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
{
	letter-spacing: 2px;
	margin-bottom: 5px;
	font: normal 2em Georgia, serif;
}
.movie-page-description
{
	font-size: 0.9em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.movie-thumbnail-frame
{
	width: 132px;
	height: 132px;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px outset #515B6A;
	text-align: center;
	padding: 2px;
}
.movie-thumbnail-frame:hover
{
}
.movie-thumbnail-caption
{
}
/*@end
@group Single Page (Movie View)*/
.movie-background
{
	margin: 10px;
}
.movie-title
{
	letter-spacing: 2px;
	font: normal 2em Georgia, serif;
}
.movie-frame
{
	margin-bottom: 10px;
}
/*@end
@end
@group Contact Form*/
.message-text
{
}
.required-text
{
}
.form-input-field
{
	background: #F4F4F4;
	width: 98%;
}
.form-input-button
{
}
/*@end*/
