/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
.HtmlContentWidget    {
	margin-left: 5px;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: -3px;
	margin-bottom: 10px;
}
body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {
	background-image: url(../images/Chateau-BG.jpg);
	background-repeat: repeat-x;
	background-color: #f8f9f7;
}
.clear{
	clear:both;
}
img {
	border: 1px solid #E9E9E9;
	padding: 2px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-top: 1px;
}
/**************
 	Site Container Box
*/
#BgContainer {
	width: 968px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#Container {
	width: 968px;
	padding-bottom: 15px;
	margin-top: 25px;
	background-color: #FFFFFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
#Layout {
	width: 930px;
	clear: both;
	overflow: hidden;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#Content {
	width: 710px;
	float: right;
	margin: 0;
	text-align: left;
}
/** Header **/
#Header {
	width: 960px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 214px;
	background-image: url(../images/chateau-banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
		}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

/*** Main Nav ***/
#Navigation {
	width: 960px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #006c95;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#Navigation ul {
	float: left;
	margin-right: 10px;
	margin-left: 30px;
	}
	#Navigation ul li {
	list-style: none;
	float: left;
	line-height: 2.9em;
	display: block;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
		}
  		#Navigation ul li a {
	float: left;
	text-decoration: none;
	display: block;
	height: 2.4em;
	font-size: 1.4em;
	color: #fff;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
			}
		#Navigation ul li a span {
	        float: left;
			padding-right: 10px;
			height: 2.3em;
 
		}
		
		#Navigation li.menuDual {
			line-height: 1.5em;
			height: 34px;
		}
		
		#Navigation span.menuUpper {
			float: left;
			clear: both;
			height: 16px;
			margin: auto;
		}
		#Navigation span.menuLower {
			height: 16px;
			float: left;
			clear: both;
			margin: auto;
		}
		
			#Navigation ul li a:hover {
				color: #fff;
				cursor: pointer;
				background-color: #1c91be;
				padding-top: -3px;
				}
			#Navigation ul li a:hover span {
	cursor: pointer;
	background-color: #1c91be;
			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover {
	color: #FFFFFF;
	background-color: #a90533;
				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
	color: #FFFFFF;
	background-color: #a90533;
			}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
	margin: 0;
	font-size: 11px;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar {
	width: 190px;
	float: left;
	padding: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	#Sidebar .sidebarBox {
	margin: 0 0 5px 0;
	padding-bottom: 2px;
border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
	#Sidebar li {
		margin: 8px 2px;
		list-style: none;
	}
	#Sidebar h3 {
	clear: both;
	color: #990033;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.8;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
	
	#Sidebar .sidebarBottom {
	height: 1px;
	display: block;
	width: 200px;
	margin-top: -5px;
	margin-bottom: 10px;
	}
	#Sidebar a em {
		font-style: normal;
	}
    ul#Menu2 li {
	font-size: 0.9em;
	list-style: none;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0px;
            }
      ul#Menu2 li a {
	display: block;
	width: 196px;
	font-size: 1.3em;
	height: 1.8em;
	line-height: 1.8em;
	color: #3E91C4;
      }
	ul#Menu2 li em {
		padding-left: 8px;
		display: block;
	}
		ul#Menu2 li li em {
			padding-left: 0;
		}
      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
	color: #333333;
	cursor: pointer;
	text-decoration: none;
      }
	  ul#Menu2 li a.current {
	font-weight: normal;
	color: #990033;
	background-image: url(../images/arrow-left.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 6px;
	  }
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
	font-weight: 700;
	width: 193px;
	color: #333333;
      }
      ul#Menu2 li a.levela:hover span,
      ul#Menu2 li a.current span,
      ul#Menu2 li a.section span,
      ul#Menu2 li a.section:hover span,
      ul#Menu2 li a.current:hover span {
	display: block;
	width: 100%;
	height: 100%;
      } 
      ul#Menu2 li a.levela:hover em,
      ul#Menu2 li a.current em,
      ul#Menu2 li a.section em,
      ul#Menu2 li a.section:hover em,
      ul#Menu2 li a.current:hover em {
	display: block;
	width: 100%;
	height: 100%;
      }
      ul#Menu2 li ul {
	height: 100%;
	position: relative;
	width: 193px;
	margin-top: -4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
      }
      ul#Menu2 li ul li ul {
	margin-left: 0;
      }
      ul#Menu2 li ul li {
	width: 160px;
	padding: 0;
	font-size: 0.8em;
	display: inline;
	margin: 0;
      }
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover,
      ul#Menu2 li li a.current:hover {
	color: #555;
	font-weight: 700;
      }
      ul#Menu2 li li ul {
            margin: 0 0 0 10px;
            padding: 0;
            width: 175px;
      }
      ul#Menu2 li li ul .roundWhite {
            margin-bottom: -10px;
      }
      /* Sub Menu */
      ul#Menu2 li a.levelb {
            font-size: 1.7em;
            text-indent: 8px;
            width: 188px;
			background: transparent;
            margin-left: 10px;
      }
	  ul#Menu2 li a.levelb:hover,
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.current:hover,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover {
	text-decoration: none;
	display: block;
	color: #333333;
      }
      ul#Menu2 li a.levelb:hover span,
      ul#Menu2 li li a.current span,
      ul#Menu2 li li a.current:hover span,
      ul#Menu2 li li a.section span,
      ul#Menu2 li li a.section:hover span {
	display: block;
	width: 100%;
	height: 100%;
      } 
      ul#Menu2 li a.levelb:hover em,
      ul#Menu2 li li a.current em,
      ul#Menu2 li li a.current:hover em,
      ul#Menu2 li li a.section em,
      ul#Menu2 li li a.section:hover em {
	display: block;
	width: 100%;
	height: 100%;
      }

	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#Footer {
	clear: both;
	width: 960px;
	height: 5em;
	text-align: center;
	background-color: #FFFFFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}
	#Footer .footerTop {
	width: 100%;
	display: block;
	height: 2em;
	background-color: #FFFFFF;
	}
  	#Footer p {
	color: #999999;
	font-size: 1.1em;
	text-align: center;
	margin-top: -0.6em;
	font-family: Arial, Helvetica, sans-serif;
	}
  	#Footer a {
	color: #006699;
	text-decoration: none;
		}
	#Footer a:hover {
	color: #006699;
	text-decoration: underline;
	}
#Footer a:visited {
	color: #006699;
}
#Footer a:visited:hover {
	color: #006699;
	text-decoration: underline;
}
.imgNoBorderR {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
#newsCont {
	border: 1px solid #CCCCCC;
	clear: both;
	float: right;
	width: 170px;
}
.imgNoBorderL {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.leftAlone {
	border: 1px solid #CCCCCC;
}
.leftAloneNoBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footerNav {
	margin-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ededed;
	margin-top: 8px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	background-color: #FFFFFF;
	width: 941px;
	margin-right: 0px;
	margin-left: -4px;
}
#footerNav  h1 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 1px;
	padding-left: 0px;
	line-height: 15px;
	padding-top: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#footerNav  h2 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 22px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#footerNav   p {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	margin-top: 2px;
	margin-bottom: 3px;
	line-height: 13px;
	margin-right: 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#footerNav a {
	color: #3E91C4;
	text-decoration: none;
}
#footerNav a:hover {
	color: #333333;
	text-decoration: none;
}
.footersignoff {
	text-align: center;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 35px;
	padding-top: 12px;
}
#LinkWidget   li  {
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 13px;
	margin-left: 14px;
}
#LinkWidget li a {
	color: #3E91C4;
}
#LinkWidget li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}
#galCoverTop {
	color: #FFFFFF;
	height: 1px;
	width: 940px;
	position: absolute;
	top: 300px;
	background-color: #FFFFFF;
	z-index: 9999;
}
#kitList {
	margin-top: 0px;
	padding-top: 0px;
}
#kitList li {
	background-image: url(tick.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-type: none;
	left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 27px;
	line-height: 19px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ededed;
	margin-top: 6px;
	padding-top: 10px;
	margin-left: 0px;
	padding-bottom: 3px;
}
#kitList p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding-right: 25px;
}
#kitList h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 17px;
	padding-top: 15px;
	color: #666666;
	padding-bottom: 7px;
	letter-spacing: -1px;
}
#kitList ul {
	list-style-type: none;
	margin-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ededed;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

/* homeUpper
----------------------------------------------- */

#homeUpperwrapper {
	text-align: left;
	border:1px solid #CCCCCC;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	overflow: visible;
	height: 404px;
	padding: 8px;
}
#homeUpperleft {
	float: left;
	width: 210px;
	padding-left: 5px;
	margin-right: 6px;
	overflow: hidden;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 5px;
}
#homeUpperleft h1 {
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
	margin-right: 15px;
}
#homeUpperleft ul {
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 5px;
}
#homeUpperleft li {
	padding-left: 21px;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 17px;
	background-image: url(tick.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	list-style-type: none;
	color: #333333;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#homeUppersright {
	float: right;
	width: 150px;
	margin-left: 5px;
	height: 290px;
	padding: 0px;
}
#homeUppersright  a:link img {
	padding: 0px;
	border: 1px solid #CCCCCC;
}
#homeUppersright  a:hover img  {
	padding: 0px;
	border: 1px solid #1a2c5b;
	background-color: #FFFFFF;
}#homeUpperscontent {
	float: right;
	width: 680px;
	margin-top: 0px;
	padding-top: 0px;
}
#homeWrapper {
	overflow: visible;
	padding-right: 0px;
}
#homeWrapper p {
	overflow: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	margin-bottom: 5px;
}
#homeWrapper h2 {
	overflow: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 29px;
	color: #000000;
	margin-bottom: 17px;
	font-weight: normal;
	margin-right: 200px;
}
#galleryPortal {
}
#galleryPortal h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	padding-right: 55px;
	font-weight: normal;
	line-height: 39px;
	margin-bottom: 12px;
	width: 400px;
}
#galleryPortal h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	padding-right: 55px;
	font-weight: normal;
	padding-top: 12px;
	line-height: 27px;
	letter-spacing: 0em;
	margin-top: 0px;
}
#galleryPortal p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 19px;
	margin-right: 120px;
	padding-right: 120px;
}
#galleryPortal h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	padding-right: 55px;
	font-weight: normal;
	line-height: 36px;
	color: #a90533;
	text-decoration: none;
}
#galleryPortal h1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	padding-right: 55px;
	font-weight: normal;
	line-height: 36px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #94EAFF;
}
#chateauHomewrapper {
}
#chateauHomewrapper td {
	vertical-align: text-top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 21px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #333333;
}
#chateauHomewrapper h1 {
	font-weight: bold;
	color: #a90533;
	font-size: 15px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 15px;
	line-height: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 165px;
}
#galleryBackButton {
	float: right;
	margin-top: 0px;
	clear: both;
	width: 250px;
}
#foodWrapper {
}
#foodWrapper h3 {
	margin-bottom: 0px;
	font-size: 32px;
}
#foodWrapper h5 {
	margin-bottom: 0px;
	font-family: "Comic Sans MS";
	font-size: 20px;
	color: #006b95;
	margin-top: 0px;
}
#foodWrapper h6 {
	margin-bottom: 0px;
	font-family: "Comic Sans MS";
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 120px;
	color: #006b95;
}
#foodWrapper td {
	font-size: 13px;
	line-height: 17px;
	padding: 7px;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#foodWrapper p {
	font-size: 13px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
	padding-bottom: 9px;
	width: 230px;
}
#excursionsWrapper {
}
#excursionsWrapper h5 {
	line-height: 6px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
}
#excursionsWrapper p {
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#staffWrapper {
}
#staffWrapper td {
	border: 1px solid #ededed;
	padding: 3px;
	vertical-align: top;
	margin: 0px;
	width: 500px;
}
#staffWrapper h2 {
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 29px;
	color: #a90533;
	margin-top: 15px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
	width: 600px;
}
#staffWrapper h3 {
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #a90533;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#staffWrapper  h4 {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 1px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
}
#staffWrapper h6 {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 20px;
	margin-left: 0px;
	background-image: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 16px;
}
#staffWrapper img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#gallerytable table{
	margin-top: 5px;
}
#gallerytable table h2 {
	text-transform: capitalize;
	margin-top: 0px;
	padding-top: 0px;
}
#gallerytable table h3 {
	margin-bottom: 0px;
}
#twitter h6{
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(twitter.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#twitter p {
	font-size: 15px !important;
	font-weight: lighter;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
	margin-left: 5px !important;
	padding-left: 0px !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 20px;
}
#twitter h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	line-height: 2px;
}
#workbooks img {
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Spam {

}
#Spam h6 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 12px;
}
#Spam p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#Spam input {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 2px;
	margin-bottom: 16px;
	padding: 6px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#homeWrapper table img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#homeWrapper table td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#kitList table{
	margin-top: 0px;
	padding-top: 0px;
}
