/* @group General Styles */

body {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 0.8em;
	color: #333;
}


p {
	/* text-align: justify; */
	margin-top: 0;
	margin-bottom: 8px;
}

b, strong {

}

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

a:hover, a:active {
}

img {
}

.image-left {
}

.image-right {
}
	
/* @end */

/* @group Layout */

#container {
	width: 860px;
	margin: 0 auto;
	border: 1px solid #333;
}

.clearer {
	clear: both;
}

#pageHeader {
	/*padding: 0 10px; */
	padding: 0;
	background-image: url(images/branding_fdc_860_x_116.jpg);
	height: 116px;
}

#pageHeader img {
}

#pageHeader h1 {
}

#pageHeader h2 {
}

/*
#pageHeader h3 {
	color: #DD6F48;
	float: right;
	margin: 25px 10px 0 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	line-height: 20px;
}
*/

#pageHeader .sideHeader {
	color: #DD6F48;
	float: right;
	clear: right;
	margin: 10px 10px 0 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	/*line-height: 20px;	 */
}

#contentContainer {
	width: 680px;
	float: right;
}

#contentContainer #content {
	padding: 0 40px 0 10px;
}

.bigger {
	font-size: 1.2em;
}
#sidebarContainer {
	width: 180px;
	float: left;
}

#sidebarContainer #sidebar {
	padding: 0 0 0 10px;
}

#sidebarContainer .sideHeader {
}

#ticker {
	background-color: #DD6F48;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	/* color: #ffffff; */
	/* color: #DD6F48; */
	padding: 2px 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #774634;
}
#ticker p {
	margin: 0;
	margin-left: 195px;
	color: #DD6F48;
}

#footer {
	background-color: #DD6F48;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	/* font-size: 1.2em; */
	color: #ffffff;
	border-top: 1px solid #ffffff;
	/* border-top: 1px solid #774634; */
	/* border-bottom: 1px solid #ffffff; */
	height: 12px;
	/* line-height: 9px; */
	padding: 5px 5px;
}

#theme_image {
	clear: both;
	height: 236px;
	background-image: url(images/theme_image_860_x_236.jpg);
	background-position: bottom;
}

/*
20070608 - royal warrant logo removed from site
*/
/*
#royal_warrant {
	height: 136px;
	background-image: url(images/royal_crest_120_x_136.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 10px;
}
*/

#footer p {
}

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

#footer a:hover, #footer a:active {
	color: #336699;
}

#footer .left {
	float: left;
	margin: 0 0 0 5px;
	display: inline;
	font-size: 10px;
}

#footer .right {
	float: right;
	margin: 0 5px 0 0;
	display: inline;
	font-size: 10px;
}

	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
}

#breadcrumbcontainer ul {
}

#breadcrumbcontainer li {
}

#breadcrumbcontainer a {
}

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

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	/*padding: 10px;*/
	padding: 10px 10px 0 10px;
	margin-left: 8px;
}

#navcontainer #current {
	background-color: #DD6F48;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/* font-size: 0.75em; */
	color: #ffffff;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	display: block;
	width: 100px;
	height: 12px;
	/* line-height: 5px; */
	/* padding: 6px 0 0 15px; */
	padding: 3px 3px 5px 5px;
	margin: 2px 5px 2px 3px;
	border: 2px solid #999999;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #404040;
	background-color: #EAEDF0;
}

#navcontainer a:hover {
	background-color: #e9e9e9;
	border-color: #369;
}

#navcontainer a:active {
}

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

h1 {
	color: #DD6F48;
	font-size: 1.5em;
	margin-top: 20px;
	margin-bottom: 5px;
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}

/* Main content area unordered list styles */
#contentContainer #content ul {
	padding-left: 12px; margin-left: .3em;
}

#contentContainer #content li {
	padding-left: 20px /* bullet-gap */; margin-left: 0;
}

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

#sidebarContainer #sidebar li {
}


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

/* @group Blog */

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

.blog-archive-link {
}

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

.blog-entry {
}

.blog-entry-title {
}

.blog-entry-date {
}

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

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

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

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

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
}

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

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

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

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

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

/* @group Quicktime Page */

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

/* @group Quicktime Album */

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

.movie-page-title {
}

.movie-page-description {
}

.movie-thumbnail-frame {
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

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

.movie-background {
}

.movie-title {
}

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


/* @end */

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

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 


/* Styles for get in touch button */

/*#emailbutton {
	display: block;
	margin: 0;
}*/

ul#getintouch {
/*
	margin: 0;
	padding: 3px;

*/
	margin: 5px 0 5px 7px;
	/*margin: 5px 0 5px 10px;*/
	padding: 5px 0 10px 0;	
	list-style: none;
	display: inline;
	float: left;
	width: 110px;
	/* border: 1px solid red; */
}

ul#getintouch a {
	display: block;
	/*width: 95px;*/
	width: 100px;
	height: 75px;
	/* line-height: 5px; */
	/* padding: 6px 0 0 5px; */
	/* padding: 3px 3px 5px 5px; */
/*
	padding: 5px;
	margin: 2px 5px 2px 5px;

*/
	padding: 3px 3px 5px 5px;
	margin: 2px 5px 2px 3px;
	border: 2px solid #999999;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #404040;
	background-color: #EAEDF0;

}

ul#getintouch a:hover {
	/*background: #61809A;*/
	background-color: #DD6F48;
	color: #ffffff;
	cursor: default;
	border: 2px solid #999999;
}

ul#getintouch li {
	float: left;
}



/* @end */