/* Start of CMSMS style sheet 'Plantation-Styles' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #666;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #666;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #054C02;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
/* default text color for entire site*/
	color: #333;
/* you can set your own image and background color here */
	background: #F8FBFB;
}
div#layout {width: 960px; background: transparent; color: #666; margin: 0 auto; display: block;}

div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
	width: 960px; clear: both; 
/* now that width is set this centers wrapper */
	margin: 0;
	background-color: #FFFFFF;
	color: black; 
}
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {clear: both;
/* adjust according your image size */
	height: 130px; width: 958px;
	margin: 20px 0 0 0;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #E9F3F2;
}

div#headleft {width: 480px; height: 130px; background: #FFFFFF url(images/cms/strap.gif); float: left;}
div#headright {width: auto; height: 130px; background: #FFFFFF; float: right;}
div#movie {width: 200px; height: 130px; background: #FFFFFF; float: right; margin-right: 20px;}

/*div#header h1 a {
/* you can set your own image here */
	background: url(uploads/ngrey/logoCMS.png) no-repeat left top;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 100px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(uploads/ngrey/logoCMS.png) no-repeat left top;
}
div#header h2 {
/* this is where the site name is */
	float: right;
	line-height: 1.2em;
/* this keeps IE6 from not showing the whole text */
	font-size: 1.5em;
/* keeps the size uniform */
	margin: 35px 65px 0px 0px;
/* adjust according your text size */
	color: #f4f4f4;
}*/
div#bcs {display: block; background: #F8FBFB; margin: 0; padding: 0; color: #666;}

div.breadcrumbs {float: left;
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 6px 0 6px 20px;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 11px;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
/* you can set your own image here */
	background: #F8FBFB color: #666;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}

div#dateis {padding: 6px 20px 0 6px ; font-size: 11px; 	margin: 0px; background: #F8FBFB color: #666; float: right;}

div#search {
/* position for the search box */
	background: #F1F7F7; color: #666; 
/* enough width for the search input box */
	display: block;
	text-align: left;
	padding: 7px 0 7px 10px;
	margin: 0;
}
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(uploads/ngrey/search.gif) no-repeat center center;
}
.search-input {color: #666; background: #fff; border: solid 1px #CFE1E1; font-size: 12px; padding: 3px 0;}

div#content {display: block; border: solid #E9F3F2; border-width: 0 1px 0 1px;
/* some air above and under menu and content */
	margin: 0px ; clear: both;
	padding: 20px 0px 20px 0px; background: #FFF;
}

div#main {padding: 0px 20px 0px 20px; background: #FFF; color: #666; margin: 0 0 0 250px; border-left: 20px solid #F1F7F7; min-height: 550px;}

div#main img.rightimg {padding: 8px; border: solid 1px #CFE1E1; float: right; margin: 0 0 5px 10px; max-width: 300px; height: auto;}

div#main img.leftimg {padding: 8px; border: solid 1px #CFE1E1; float: right; margin: 0 10px 5px 0; width: 300px; height: auto;}

div.fatrule {height: 1px; display: block; border-bottom: 5px solid #F1F7F7; clear: right;}

div#sidebar {padding: 0 0 20px 0 background: #FFF; color: #666; display: block; float: left; width: 250px; position: relative;}
div.absol {width: 210px; height: 80px; margin-left: 20px; }

div#prompt {display: block; padding: 0 20px; margin-bottom: 20px; /*position: fixed; bottom: 50px;*/}

div#resblock {padding: 0 20px; margin-bottom: 20px; }
div#resblock p {border-bottom: 5px solid #F1F7F7; padding-bottom: 20px;}
div#resblock p a {text-decoration: none;}

div#moreblock {padding: 20px 20px; text-align: right;}
div#news { padding: 0 20px;}

div#footblock {display: block; padding: 7px 20px; background: #E9F3F2; clear: both;}
div#footblock p {margin: 0; color: #666; font-size: 12px; text-align: right;}
div#footblock p a {margin: 0; color: #666; text-decoration: none;}
div#footblock p a:hover {margin: 0; color: #054C02; text-decoration: underline;}

.floatleft {float: left;}

div#footer {display: block; padding: 7px 20px; background: #F8FBFB;}


div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 99%; padding-top: 20px; 
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right; padding-top: 20px; 
}

div.left49 p, div.right49 p {font-size: 12px;}


/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 18px;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #BA8319;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 20px; /*letter-spacing: 0.1em; text-transform: lowercase;*/
	text-align: left;
/* some air around the text */
	padding-left: 0.5em;
	/* set borders around header */
	/*border-bottom: 1px solid #899092;*/
	border-left: 20px solid #CFE1E1;
/* a larder than h1 line height */
	line-height: 1.1em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}
div#content h3 {display: block; padding: 4px; background: #E9F3F2; color: #BA8319; /*#054C02; */ margin: 4px 0px 4px 0px; font-size: 14px; }

div#content h3.galleryname {display: block; padding: 4px; background: #E9F3F2; color: #BA8319; /*#054C02; */ margin: 25px 0px 4px 0px; font-size: 14px; clear: right; }

div#content h4 {display: block; padding: 5px; background: #E9F3F2; color: #BA8319; /*#054C02; */ margin: 4px 0px 16px 0px; font-size: 16px; text-align: center;}


div#content h5 {display: block; padding: 4px; background: #E9F3F2; color: #BA8319; /*#054C02; */ margin: 25px 0px 4px 0px; font-size: 14px; clear: right; }

h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 14px; background: inherit;
/* some air around p elements */
	margin: 0 0 14px 0;
	line-height: 1.4;
	padding: 0;
}

p a {color: #666; text-decoration: underline;}
p a:hover {color: #054C02; text-decoration: none;}

.green {color: #054C02; background: inherit;}
.greenbold {color: #054C02; font-weight: bold; background: inherit;}
.greenlarge{color: #054C02; font-weight: bold; background: inherit; font-size: 16px;}
.red {color: #FF0000; background: inherit;}
.redbold {color: #FF0000; font-weight: bold; background: inherit;}
.gold {color: #BA8319; background: inherit;}
.goldbold {color: #BA8319; font-weight: bold; background: inherit;}
.goldlarge {color: #BA8319; font-weight: bold; background: inherit; font-size: 16px;}

.small {font-size: 12px; background: inherit;}

.feedback {background: #F1F7F7; padding: 15px; font-style: italic;}

div.menufoot {font-size: 12px; background: #F1F7F7; padding: 15px; margin: 0px; text-align: center; line-height: 1;}

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */


/* TABLES */

div#main table {margin: 0; padding: 0; border-collapse: collapse; border: none; font-size: 14px; background: inherit; line-height: 1;}
div#main td {margin: 0; padding: 0; border: none; font-size: 14px; background: inherit; line-height: 1;}
div#main tr {margin: 0; padding: 0; border: none; font-size: 14px; background: inherit; line-height: 1;}

/*FORMS*/

.TBF {background: #F8FBFB; padding: 15px; font-size: 14px; }
.TBF label {float: left; width: 27%; padding-bottom: 3px;}
.TBF input, .TBF select, .TBF textarea {margin-bottom: 3px;}
.req {color: #FF0000; background: inherit; padding-left: 3px;}
.TBF .captcha {padding: 15px 0 15px 27%; line-height: 1.5; background: #fff; margin-top: 15px;}
.TBF .submit {padding: 0 0 15px 27%; background: #fff;}

.PEF {background: #F8FBFB; padding: 15px; font-size: 14px; }
.PEF label {float: left; width: 27%; padding-bottom: 3px;}
.PEF input, .PEF select, .PEF textarea {margin-bottom: 3px;}
.req {color: #FF0000; background: inherit; padding-left: 3px;}
.PEF .captcha {padding: 15px 0 15px 27%; line-height: 1.5; background: #fff; margin-top: 15px;}
.PEF .submit {padding: 0 0 15px 27%; background: #fff;}

.CFB {background: #F8FBFB; padding: 15px; font-size: 14px; }
.CFB label {float: left; width: 27%; padding-bottom: 3px;}
.CFB input, .CFB select, .CFB textarea {margin-bottom: 3px;}
.req {color: #FF0000; background: inherit; padding-left: 3px;}
.CFB .captcha {padding: 15px 0 15px 27%; line-height: 1.5; background: #fff; margin-top: 15px;}
.CFB .submit {padding: 0 0 15px 27%; background: #fff;}

.NLF {background: #F8FBFB; padding: 15px; font-size: 14px; }
.NLF label {float: left; width: 27%; padding-bottom: 4px;}
.NLF input, .NLF select, .NLF textarea {margin-bottom: 4px;}
.req {color: #FF0000; background: inherit; padding-left: 3px;}
.NLF .captcha {padding: 15px 0 15px 27%; line-height: 1.5; background: #fff; margin-top: 15px;}
.NLF .submit {padding: 0 0 15px 27%; background: #fff;}

.CEF {background: #F8FBFB; padding: 15px; font-size: 14px; }
.CEF label {float: left; width: 27%; padding-bottom: 4px;}
.CEF input, .CEF select, .CEF textarea {margin-bottom: 4px;}
.req {color: #FF0000; background: inherit; padding-left: 3px;}
.CEF .captcha {padding: 15px 0 15px 27%; line-height: 1.5; background: #fff; margin-top: 15px;}
.CEF .submit {padding: 0 0 15px 27%; background: #fff;}


/* */
/* End of 'Plantation-Styles' */

