/* @group General Styles */

body {
	font-size: 80%;
	line-height: 1.5em;
	font-family: "Helvetica Neue", Geneva, Arial, sans-serif;
	text-align: center;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	background: #fff url(images/bg.jpg) repeat-x 0 top;
}

p {
	padding-left: 20px;
	padding-right: 20px;
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
}

img {
}

.image-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.image-right {
	float: right;
	margin-right: 1em;
	margin-bottom: 1em;
}
	
/* @end */

/* @group Layout */

#container {
	position: relative;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 20px;
}

.clearer {
	clear: both;
}
#headwrap{
	height: 206px;
	width: 880px;
}
.pageHeader {
	width: 400px;
	margin-top: 10px;
	float: left;
	clear: left;
}

.pageHeader img {
}

.pageHeader h1 {
	font-size: 2.4em;
	letter-spacing: 1px;
	color: #fff;
}

.pageHeader h2 {
	font-size: 1em;
}

.header {
	float: right;
	width: 470px;
	height: 180px;
	background: url(images/header.jpg) no-repeat;
	margin-top: 14px;
}
.header .image1 {
	background: url(images/image1.jpg) no-repeat;
	width: 135px;
	height: 142px;
	position: relative;
	top: 14px;
	left: 13px;
	float: left;
}
.header .image2 {
	background: url(images/image2.jpg) no-repeat;
	width: 135px;
	height: 142px;
	position: relative;
	top: 14px;
	left: 168px;
}
.header .image3 {
	background: url(images/image3.jpg) no-repeat;
	width: 135px;
	height: 142px;
	position: relative;
	top: -128px;
	float: right;
	right: 14px;
}
#contentContainer {
	float: left;
	color: #000;
}
#sidebarContainer {
	width: 210px;
	color: #000;
	text-align: left;
}
#headwrap h2 {
	width: 400px;
	color: #ffffff;
	font-size: 1.2em;
	clear: left;
}

#contentContainer #content {
	padding-right: 20px;
	float: left;
	color: #000000;
	font-size: 1.1em;
	width: 99%;
}

#content a:link, #content a:visited {
	padding: 0 3px;
}

#content a:hover, #content a:active {
	color: #5a5a5e;
}

/* @group footer */

#footer {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 15px;
	position: relative;
}

#footer p {
}

#footer a:link, #footer a:visited {
	padding: 0 3px;
	color: #fbff48;
}

#footer a:hover, #footer a:active {
	color: #342913;
	background-color: #fbff48;
	border-bottom-style: solid;
	border-bottom-color: #fbff48;
}
#footertext{
	width: 880px;
	margin-top: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 50px;
}
#footertext p{
	text-align: center;
}

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#breadcrumbcontainer ul {
	display: inline;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
	height: 20px;
	line-height: 20px;
	color: #fff;
}

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



/* @group Toolbar */

/* Toolbar Styles */

#navcontainer  {
	height: 50px;
	position: relative;
	top: -4px;
}

#navcontainer  .current {
	color: #106597;
}

#navcontainer  .current:hover {
}

#navcontainer  .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer  ul{
}

#navcontainer  li {
	display: block;
	float: left;
}

#navcontainer  a {
	display: block;
	float: left;
	padding: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	margin-right: 2px;
	border: 1px solid #000;
}

#navcontainer  a:hover {
	color: #e1e095;
	background-color: #000;
	border: 1px solid #4c4a4c;
}

#navcontainer  a:active {
	color: #1598ca;
}

/* Child - Level 1 */

#navcontainer  ul ul {
}

#navcontainer  ul ul li {
}

#navcontainer  ul ul a {
}

#navcontainer  ul ul a:hover{
}

#navcontainer  ul ul .current{
}

#navcontainer  ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer  ul ul ul {
}

#navcontainer  ul ul ul li { 
}

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

#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, .standout {
}

pre {
	white-space: pre;
}

code {
	border-width: 1px;
	border-style: solid;
	overflow: scroll;
	display: block;
	background: url(images/general/code-bg.png) repeat left top;
	font-family: "Courier New", Courier, mono;
	margin: 18px 0;
	padding-left: 9px;
	padding-right: 18px;
	white-space: pre;
}

abbr {
	cursor: help;
	border-bottom: dotted 1px;
}

acronym {
	cursor: help;
	border-bottom: dotted 1px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 1em;
}

#content h1, h2, h3, h4, h5, h6, dt {
	color: #000000;
	font-weight: bold;
}

h1 {
	font-size: 2em;  /* 36px */ 
	line-height: 1.5em;  /* 36px */
}

h2 {
	font-size: 1.8em; /* 18px */
	line-height: 2em;	
}

h3 {
	font-size: 1.4em;
	line-height: 1.5em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-style: italic;
}

h5 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: lighter;
	text-transform: uppercase;
}

h6 {
	font-size: 1em;
	line-height: 1.5em;
	text-transform: lowercase;
	font-weight: lighter;
}

dl {
	margin-left: 20px;
}

dt {
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

dd {
	margin-left: 10px;
	margin-bottom: 1em;
}

.imageStyle {
}



/* Main content area unordered list styles */

#contentContainer #content ul, #contentContainer #content ol {
	overflow: hidden;
	margin-bottom: 1em;
}

#contentContainer #content li {
	list-style-position: inside;
}

ul.disc {
}

ul.circle {
}

ul.square {
}

ol.arabic-numbers {
}

ol.upper-alpha {
}

ol.lower-alpha {
}

ol.upper-roman {
}

ol.lower-roman {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


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

/* @group Blog */

/* @group (((BS))) - Haloscan comments */

.MainTable {
	margin-left: auto;
	margin-right: auto;
	}

.MessageCell p {
	margin-top: 1em;
}

.MainTable form {
	text-align: center ;
}


/* @end */

/* @group (((BS))) - Plugin */

#plugin {
	margin: 0 18px;
	height: auto;
}

#plugin a {
	height: 18px;
	line-height: 18px;
	}

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

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

/* @end */

/* @group Tag Cloud */

ul.blog-tag-cloud {
	margin: 0 8px 8px;
	padding: 16px;
	text-align: justify;
	background-color: #f2efcd;
}

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 */

/* @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 {
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}

.blog-archive-link {
	margin: 10px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {

}

/* @end */


.blog-entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-top: 10px;
}


.blog-entry-title {
	font-size: 1.4em;
	margin: 0 0 5px;
	font-weight: normal;
}

.blog-entry-title a:link {
	text-decoration: none;
	color: #383838;
}

.blog-entry-date {
	color: #414141;
	margin-bottom: 15px;
	padding-left: 6px;
	font-size: .9em;
}

.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: 6px;
	margin-left: 2px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	color: #414141;
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	padding-left: 6px;
	margin-left: 2px;
	color: #6b091c;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	color: #50071e;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
	text-decoration: none;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	text-decoration: none;
	margin-top: 14px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
	text-decoration: none;
}

.blog-comments-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
}

/* Comment links */
a.blog-comment-link {
	background: no-repeat left center url(images/comments.png);
	padding-left: 16px;
	margin-right: 5px;
}
.blog-entry-comments {
	background: url(images/comments.png) no-repeat left center;
	text-indent: 38px;
}
/* Trackback links */
a.blog-trackback-link {
	background: url(images/trackback.png) no-repeat left center;
	padding-left: 16px;
}

/* @end */



/* @group File Sharing */

.filesharing-description {
	margin-bottom: 18px;
}

.filesharing-item {
	margin-bottom: 18px;
	padding: 9px;
	border-width: 1px;
	border-style: solid;
}

.filesharing-item-title a {
	background: url(images/micro-icons/download.gif) no-repeat;
	padding-left: 15px;
	height: 15px;
	line-height: 15px;
}

.filesharing-item-title a:link {
	background-position: 1px 1px;
}

.filesharing-item-title a:hover {
	background-position: 1px -13px;
}

.filesharing-item-title a:visited {
}

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

/* @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 {
}

/* @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 {
}

.movie-frame {
	text-align: center;
	margin-bottom: 2em;
}
	
/* @end */



/* @group Quicktime Album */

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

.movie-page-title {
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
	font-size: 2em;
}.movie-page-description {
	margin-bottom: 1em;
}.movie-thumbnail-frame {
	padding: 8px;
	margin: 0 auto 1em;
	display: block;
	overflow: hidden;
}.movie-thumbnail-frame a img {float:left;margin-right: 8px;}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	float: left;
}
	
/* @end */

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

.movie-background {
}

.movie-title {
	font-size: 1.4em;
	font-weight: bold;
}

.movie-frame {
	text-align: center;
	margin: 16px;
}
	
/* @end */


/* @end */


/* @group Contact Form */

form {
	margin-bottom: 1em;
	width: 600px;
}

form h4.billinginfo {
	margin-bottom: 0; 
}

.message-text {
} 

.required-text {
	color: blue;
	width: 90%;
}

form label{
	color: #000;
}

.form-input-field {
	width: 90%;
} 

.form-input-button {
	width: 45%;
} 
/* @end */
