/* @group General Styles */

body {
	margin: 0px;
	padding: 0px;
	font: 1.1em/1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
}

p {
	margin: 0 0 20px;
}

b, strong {

}

a:link, a:visited {
	color: #9B1C02;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	outline: none;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 5px 15px 5px 0;
}

.image-right {
	float: right;
	margin: 5px 0 5px 15px;
}

/* @end */

/* @group Layout */
.clearer {
	clear: both;
}
#globalnav {
	display: block;
}
#globalnav #navcontainer{
	margin: auto;
	width: 900px;
}

#container {
	width: 900px;
	margin: auto;
}

#logo {
	padding-left: 20px;
	padding-top: 20px;
}
#pageHeader {
	margin-top: 0px;
	margin: auto;
	width: 900px;
	height: 150px;
	background: url(images/banner.png) no-repeat;
}

#pageHeader img {
}

#pageHeader h1 {
}

#pageHeader h2 {
}

#contentContainer {
	width: 900px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	background: url(images/site_bg.png) repeat-y;
	padding-top: 30px;
	padding-bottom: 30px;
}

#contentContainer #content {
	margin-left: 40px;
	margin-right: 30px;
	width: 600px;
	float:outo;
}

#sidebarContainer {
	width: 200px;
	float:left;
}

#sidebarContainer #sidebar {
	font-size: 0.9em;
	color: #888;
}

#sidebarContainer .sideHeader {
	font-size: 1.5em;
	margin-bottom: 9px;
	color: #333;
}

#footer { 
	width: 900px;
	height: 120px;
	background: url(images/footer.png) no-repeat;
	overflow: hidden;
	font-size: 0.7em;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	padding-left: 20px;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	color: #f4f4f4;
	display: block;
}

#breadcrumbcontainer ul {
	list-style: none;
	font-size: 0.8em;
	margin-left: -10px;
}

#breadcrumbcontainer li {
	float: left;
	margin-right: 5px;
}

#breadcrumbcontainer a {
	text-decoration: none;
	padding-right: 5px;
}

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

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	width: 900px;
	height: 100px;
	background: url(images/header.png) no-repeat;
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 71px;
	margin-left: 11px;
	font-size: 0.7em;
	overflow: visible;
	float: left;
}

#navcontainer li {
	width: 80px;	
	float:left;	
	display: block;
	height: 29px;
	min-width: 50px;
	background: url(images/button_first.png) no-repeat;
	padding-left: 10px;
	margin-left: -1px;
}

#navcontainer li a {
	display: block;
	height: 24px;
	padding-right: 10px;
	padding-top: 5px;
	background: url(images/button_last.png) no-repeat right top;
	color: #333;
	text-decoration: none;
}
#navcontainer li:hover,
#navcontainer li:hover a {
	background-position-y: -29px;
}

#navcontainer a:active {
}
#navcontainer a#current {
	color: #FFFFFF;
}
#navcontainer ul .currentAncestor {
	color: #4486C6;
}
/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	margin-top: 80px;
	left: 0;
	display: none;
	height: 48px;
	width: 750px;
	padding: 0px 10px;
	background: url(images/globalnav1_last.png) no-repeat right;
}
#navcontainer ul ul li:first-child {
	background: url(images/globalnav1_first.png) no-repeat;
	margin-left: -17px;
	padding-left: 25px;
}

#navcontainer ul ul li {
	background: none;
	color: #333;
	padding: 0;
	margin: 0;
	float: non;
}

#navcontainer ul ul a {
	margin: 0;
	padding: 0;
	background: url(images/globalnav1_middle.png) repeat-x;
	color: #333;
	height: 25px;
	padding-top: 3px;
	padding-right: 10px;
}

#navcontainer li:hover ul li,
#navcontainer li:hover ul li a {
	background-position-y: 0px;
}
#navcontainer ul ul a:hover {
	color: #fff;
}
#navcontainer ul ul #current{
	color: #757D00 ;
}

#navcontainer ul ul .currentAncestor {
	color: #757D00;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	position: absolute;
	top: 149px;
	left: 0px;
	font-size: 1em;
	display: block;
}

#navcontainer ul ul ul li { 
	white-space: nowrap
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul ul {
	display: none;
}

#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 {
	margin: 20px 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5em;
	font-style: italic;
	color: #020f1c;
}
blockquote.user-quote {
	margin: 0;
}

blockquote p {
	display: inline;
}

blockquote a:link,
blockquote a:visited {
	color: #061224;
	text-decoration: underline;
}

h1 {
	font-size: 2.4em;
	margin: 0 0 10px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	color: #061224;
	font-weight: 500;
	clear: left;
}

h1 em {
	color: #284265;
	font-style: normal;
}

h2 {
	font-size: 1.8em;
	margin: 0 0 10px;
	color: #020f1c;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: 500;
	clear: left;
}

h3 {
	font-size: 1.6em;
	margin: 0 0 5px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #191919;
}

h4 {
	font-size: 1.05em;
	margin: 0 0 5px;
	font-weight: bold;
	color: #191919;
}


.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-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 {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */


ul.blog-tag-cloud {
	margin: 0;
	padding:0;
	margin-top: 20px;
}

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

#sidebarContainer #sidebar ul.blog-tag-cloud li a {
	color: #ccc;
	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.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 */

/* @group Archive Page */

.blog-archive-background {
	background: #ccc;
}

.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-top: 10px;
	border-top: dashed 1px #ccc;
	padding-top: 20px;
}

h1.blog-entry-title {
	color: #333;
}

h1.blog-entry-title a {
	color: #333;
}
h1.blog-entry-title a:hover {
	color: #333;
	text-decoration: #75a10d
}
.blog-entry-date {
	font-size: 0.8em;
	background: #333;
	margin-bottom: 5px;
	color: #999;
}

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

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

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
}

p.blog-entry-tags {
	background: #f4f4f4;
	font-size: 0.8em;
	margin-top: 15px;
	border-top: #CCD54E dashed 1px;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-top: 20px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* 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 {
	font-size: 0.8em;
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 30px;
}

.filesharing-item {
	margin-bottom: 10px;
	border-bottom: dashed 1px #CCD54E;
}

.filesharing-item-title a:link {
	font-size: 1.1em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: 500;	
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
	font-size: 0.8em;
	color: #666;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.album-description {
	font-size: 0.8em;
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 30px;
}


.album-wrapper {
	padding-left: 15px;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-top: 10px;
	
	border: 1px dashed #ccc;
	float: left;
	background: url(images/picture_bg.png) ;
}

.thumbnail-wrap {
	padding: 4px;
	float:left;
}

.thumbnail-frame {
	
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: dashed 1px #ccc;
}

.thumbnail-caption {
	position: absolute;
	font-size: 0.7em;
	background: #333;
	color: #fff;
	margin-top: -24px;
	margin-left: 1px;
	padding: 0px 5px;
}
	
/* @end */

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

.photo-background {
	background: #000;
}

.photo-navigation {
}

.photo-links {
}

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

.photo-navigation a:hover {
}

.photo-frame{
}

.photo-title {
}

.photo-caption {
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* 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 {
	font-size: 0.8em;
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 30px;
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.movie-page-description {
	font-size: 0.8em;
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 30px;
}

.movie-thumbnail-frame {
	float: left;
	padding: 5px;
	background: #333;
	margin-right: 5px;
	margin-bottom: 5px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	position: absolute;
	font-size: 0.7em;
	background: #333;
	color: #fff;
	margin-top: -23px;
}
	
/* @end */

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

.movie-background {
}

.movie-title {
}

.movie-frame {
	margin: auto;
}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
} 

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