/* 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: 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: #18507C;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
/* 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: #385C72;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #f4f4f4 url(http://www.splendidcareuk.co.uk/uploads/ngrey/    ) repeat-x left top;
}
div#pagewrapper {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color: inherit;
	color: black;       
}
div.tophead {
	max-width: 100%;
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
	background-color: inherit;
}
@media all and (max-width: 768px) {
div.tophead {background-color: inherit; width: 100%; padding: 0px 0px 0px 0px;}
}
div.tophead_in {
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
	background-color: inherit;
}
@media all and (max-width: 768px) {
div.tophead_in {background-color: inherit; width: 100%; padding: 0px 15px 0px 15px;}
}
div.tophead h2 {	
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: rgb(56,56,56);
	font-size: 1.3em;
	line-height: 0em;
	padding: 0px 0px 15px 0px;
        font-weight: bold;
}
div.tophead1 {
	height: auto;
	width:  200px;
	margin: 0px 25px 0px 0px;
        display:inline;
	padding: 0px 0px 0px 0px;
        float: left;
	background-color: inherit;
}
@media all and (max-width: 768px) {
div.tophead1 {background-color: red; display: none; padding: 10px 0px 10px 0px; height: auto; width: 100%; margin: 0 auto;}
}
div.tophead2 {
	height: auto;
	width:  100px;
	margin: 0px 10px 0px 0px;
        display:none;
	padding: 0px 0px 0px 0px;
        float: left;
	background-color: inherit;
}
@media all and (max-width: 768px) {
div.tophead2 {background-color: rgb(255,255,255); display:inline; padding: 0em 0em 0em 0em; height: auto; width: 100%; margin: 0.01% 0em 1em 0.01%;}
}
div.tophead3 {
	height: auto;
	max-width: 805px;
	margin: 30px 0px 0px 0px;
        display:inline;
	padding: 0px 0px 0px 0px;
        float: right;
	background-color: inherit;
}
@media all and (max-width: 768px) {
div.tophead3 {background-color: inherit; display:inline; padding: 0px 0px 0px 0px; height: auto; width: 100%; margin: 10px 0px 20px 0px;}
}
div.navthing {
	height: auto;
	width:  100%;
	margin: 0 auto;
        display:inline;
	padding: 0em 0em 0em 0em;
	background-color: inherit;
}
@media all and (max-width: 768px) {
div.navthing {background-color: inherit; display:inline; border-bottom: 0px groove rgb(224,224,224); height: auto; width: 100%; margin: 0em 0em 0em 0em;}
}
div.navthing_left {
	height: auto;
	width:  70%;
	margin: 0em 0em 0em 0em;
        display:none;
	padding: 0% 1% 0% 0%;
        float: left;
	background-color: inherit;
}
@media all and (max-width: 768px) {
div.navthing_left {background-color: inherit; display:inline; padding: 0em 24.50% 0em 0.5%; height: auto; width: 50%; margin: 0 auto;}
}
div.navthing_right {
	height: auto;
	width:  25%;
	margin: 0em 0em 0em 0em;
        display:inline;
	padding: 0em 0em 0em 0em;
        float: right;
	background-color: inherit;
}
@media all and (max-width: 768px) {
div.navthing_right {background-color: inherit; display:inline; padding: 0em 0.5% 0em 0%; height: auto; width: 24.5%; margin: 0 auto;}
}
div.header_nav {
	height: auto;
	width: 100%;
	margin: 0 auto;
        visibility: hidden;
	padding: 0em 0em 0em 0em;
	background-color: inherit;
}
@media all and (max-width: 768px) {
div.header_nav {background-color: inherit; visibility: visible; border-bottom: 0px groove rgb(224,224,224); height: auto; width: 100%; margin: 0 auto;}
}
div.header_nav h2 {	
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.80em;
	line-height: 1.3em;
	padding: 10px 0px 15px 0px;
}
div.header_nav p {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.85em;
	line-height: 1.0em;
	margin: 0 0 0 0;
	padding: 10px 0px 10px 0px;
}
div.header_nav p a {
	text-decoration: none;
	color: #fff;
}
div.header_nav p a:hover {
	color : Beige;
	text-decoration: none;
}
div#navdress {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color: inherit;
	color: black;
}
@media all and (max-width: 768px) {
div#navdress {background-color: inherit;}
}
div#under_navdress {
	max-width: 100%;
        min-height: auto;
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
	background-color: inherit;
	color: black;
}
@media all and (max-width: 768px) {
div#under_navdress {display: none;}
}
div#banner_man {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px;
	background-color: inherit;
        display: inline;
	color: black;
}
@media all and (max-width: 768px) {
div#banner_man {padding: 3px 0px 5px 0px; background-color: inherit; display: none;}
}
div#banner_man2 {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px;
	background-color: inherit;
        display: none;
	color: black;
}
@media all and (max-width: 768px) {
div#banner_man2 {margin: 0em auto; padding: 3px 0px 5px 0px; background-color: inherit; display: inline;}
}
div#title {
	max-width: 100%;
        max-height: auto;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	background-color: inherit;
        text-align: center;
	color: black;
}
@media all and (max-width: 768px) {
div#title {padding: 0px 10px 0px 10px; text-align: left;}
}
div#title h2 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 5px 0px 5px 0px;
	color: rgb(0,102,153);
        font-weight: bold;
}
div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
/* you can set your own image here */
	background: url(http://www.splendidcareuk.co.uk/uploads/ngrey/   ) no-repeat right bottom;
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0em 1em 1em;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 90%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
/* you can set your own image here */
	background: url(http://www.splendidcareuk.co.uk/uploads/ngrey/    ) no-repeat left bottom;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0 0em;
}
/* 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;
	cursor: pointer;
	background: url(http://www.splendidcareuk.co.uk/uploads/ngrey/search.gif) no-repeat center center;
}
div#content {
        height: auto;
        width: 100%;
        margin: 30px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	background-color: inherit;
}
div.global-frame {
        height: auto;
        width: 100%;
        margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-color: Gainsboro;
}
div.main {
	max-width: 1260px;
        height: auto;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	background-color: inherit;
}
@media all and (max-width: 768px) {
div.main {width: 100%; padding: 0px 15px 0px 15px;}
}
div.main p {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 0 0 0 0;
	padding: 20px 0px 10px 0px;
}
@media all and (max-width: 768px) {
div.main {padding: 20px 15px 10px 15px; color: #222; font-size: 1.2em; line-height: 1.8em;}
}
div.main p a {
	text-decoration: none;
	color: #222;
}
div.main p a:hover {
	color: #222;
	text-decoration: none;
}
div.main h2 {	
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: chocolate;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.0em;
	padding: 5px 0px 5px 0px;
}
div.main h3 {	
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: chocolate;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.0em;
	padding: 5px 0px 5px 0px;
}
div.bodyarticle {
	max-width: 600px;
        height: auto;
	margin: 10px 0px 10px 0px;
	padding: 0px 30px 0px 0px;
	background-color: inherit;
        float: left;
	color: black;
}
@media all and (max-width: 768px) {
div.bodyarticle {width: 100%; padding: 0px 0px 0px 0px; border-top: 0px groove #ccc; background-color: inherit;};
}
div.splendid-global {
	max-width: 1260px;
	margin: 30px auto;
	padding: 0px 0px 0px 0px;
	background-color: inherit;
	color: black;
}
@media all and (max-width: 980px) {
div.splendid-global {width: 100%; padding: 10px 15px 0px 15px; border-top: 0px groove #ccc; background-color: inherit;};
}
div.splendid-global1 {
	width:  24%;
        height: auto;
	margin: 0px 1% 0px 0%;
	padding: 0px 0px 0px 0px;
        float: left;
        border-right: 0px groove #ccc;
}
div.splendid-global1 a {
	display: block;
	background-color: inherit;
	height: 100%;
	text-align: left;
	padding: 0px 0px 0px 10px;
}
div.splendid-global1 a:hover {
	background: #ccffcc;
        text-decoration: none;
}
@media all and (max-width: 1100px) {
div.splendid-global1 {width: 48%; padding: 10px 0px 0px 0px; border-top: 0px groove #ccc; background-color: inherit; margin: 0px 1% 10px 0px;};
}
@media all and (max-width: 680px) {
div.splendid-global1 {width: 100%; padding: 10px 0px 0px 0px; border-top: 0px groove #ccc; background-color: inherit; margin: 0px 0px 10px 0px; display: none;};
}
div.splendid-global2 {
	width:  24%;
        height: auto;
	margin: 0px 1% 0px 0%;
	padding: 0px 0px 10px 0px;
        float: left;
        border-right: 0px groove #ccc;
        display: none;
}
@media all and (max-width: 680px) {
div.splendid-global2 {width: 100%; padding: 0px 0px 0px 0px; border-top: 0px groove #ccc;  margin: 0px 0px 10px 0px; display: inline; text-decoration: none;};
}
div.splendid-global1 p {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: 5px 20px 10px 0px;
}
@media all and (max-width: 960px) {
div.splendid-global1 p {padding: 5px 10px 10px 0px; color: #222; font-size: 1.em; line-height: 1.5em;}
}
@media all and (max-width: 680px) {
div.splendid-global1 p {padding: 0px 0px 10px 0px; color: #222; font-size: 1.2em; line-height: 1.5em; text-align: center;}
}
div.splendid-global1 p a {
	text-decoration: none;
	color: #222;
}
div.splendid-global1 p a:hover {
	color: #222;
	text-decoration: none;
}
div.splendid-global1 h2 {	
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: chocolate;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 10px 20px 0px 0px;
}
@media all and (max-width: 980px) {
div.splendid-global1 h2 {padding: 10px 0px 0px 0px; color: #222; font-size: 1.3em; line-height: 1.4em; text-decoration: none;}
}
@media all and (max-width: 680px) {
div.splendid-global1 h2 {padding: 5px 0px 5px 0px; color: #222; font-size: 1.3em; line-height: 1.4em; text-align: center;}
}
div.splendid-global1 h3 {	
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: 5px 5px 10px 0px;
}
@media all and (max-width: 960px) {
div.splendid-global1 h3 {padding: 5px 10px 5px 0px; color: #006699; font-size: 1.0em; line-height: 1.5em;}
}
@media all and (max-width: 680px) {
div.splendid-global1 h3 {padding: 0px 0px 10px 0px; color: #006699; font-size: 1.0em; line-height: 1.5em; text-align: center; text-decoration: none;}
}
div.splendid-global1 h3 a {
	text-decoration: none;
	color: #006699;
	text-decoration: none;
}
div.splendid-global1 h3 a:hover {
	color: #006699;
	text-decoration: none;
}
div.splendid-global2 p {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 5px 20px 10px 0px;
	text-decoration: none;
}
@media all and (max-width: 960px) {
div.splendid-global2 p {padding: 5px 10px 10px 0px; color: #222; font-size: 1.em; line-height: 1.4em;}
}
@media all and (max-width: 680px) {
div.splendid-global2 p {padding: 0px 0px 10px 0px; color: #222; font-size: 1.2em; line-height: 1.5em; text-align: center; text-decoration: none;}
}
div.splendid-global2 p a {
	text-decoration: none;
	color: #222;
}
div.splendid-global2 p a:hover {
	color: #222;
	text-decoration: none;
}
div.splendid-global2 h2 {	
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: chocolate;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
	padding: 0px 0px 0px 0px;
        text-decoration: none;
}
div.splendid-global2 h2 a {
	color: #006699;
	text-decoration: none;
}
div.splendid-global2 h2 a:hover {
	color: #006699;
	text-decoration: none;
}
@media all and (max-width: 980px) {
div.splendid-global2 h2 {padding: 10px 0px 0px 0px; color: #222; font-size: 1.3em; line-height: 1.4em; text-decoration: none;}
}
@media all and (max-width: 680px) {
div.splendid-global2 h2 {padding: 5px 0px 5px 0px; color: #222; font-size: 1.3em; line-height: 1.4em; text-align: center; text-decoration: none;}
}
div.splendid-global2 h3 {	
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 0 0;
	padding: 5px 5px 10px 0px;
        text-decoration: none;
}
@media all and (max-width: 960px) {
div.splendid-global2 h3 {padding: 5px 10px 5px 0px; color: #006699; font-size: 1.0em; line-height: 1.3em;}
}
@media all and (max-width: 680px) {
div.splendid-global2 h3 {padding: 0px 0px 10px 0px; color: #006699; font-size: 1.0em; line-height: 1.3em; text-align: center; text-decoration: none;}
}
div.splendid-global2 h3 a {
	color: #006699;
	text-decoration: none;
}
div.splendid-global2 h3 a:hover {
	color: #006699;
	text-decoration: none;
}
div.splendid-global1 h4 {	
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: chocolate;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.0em;
	padding: 5px 0px 5px 0px;
}
@media all and (orientation: landscape) {
    article {
        -webkit-column-count : 2;
        column-count         : 2;
    }
    h1 {
        -webkit-column-span  : all;
        column-span          : all;
    }
}
div.splendid {
	max-width: 100%;
        height: auto;
	margin: 10px 0px 10px 0px;
	padding: 1px 0px 1px 0px;
	background-color: inherit;
	color: black;
}
div.splendid h2 {	
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: rgb(204,51,0);
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 5px 0px 5px 0px;
        text-transform: uppercase;
}
div.splendid h3 {	
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 5px 0px 5px 0px;
}
div.splendid p {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 0 0 0 0;
	padding: 10px 0px 10px 0px;
}
div.splendid p a {
	text-decoration: none;
	color: #222;
}
div.splendid p a:hover {
	color: #222;
	text-decoration: none;
}
div.splendid-in {
	max-width: 1260px;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	background-color: inherit;
	color: black;
}
div.splendid1 {
	max-width:  600px;
	margin: 0px 60px 0px 0px;
	padding: 10px 0px 10px 0px;
        float: left;
	background-color: inherit;
}
@media all and (max-width: 768px) {
div.splendid1 {width: 100%; padding: 10px 15px 10px 15px; background-color: inherit; margin: 10px 0px 10px 0px;}
}
div.splendid2 {
	max-width:  600px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
        float: left;
	background-color: inherit;
}
@media all and (max-width: 768px) {
div.splendid2 {width: 100%; padding: 10px 15px 10px 15px; background-color: inherit; margin: 10px 0px 10px 0px;}
}
div.splendidcare {
	max-width: 100%;
        height: auto;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: inherit;
	color: black;
}
div.splendidcare p {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 0.95em;
	line-height: 1.7em;
	margin: 0 0 0px 0;
	padding: 10px 20px 10px 0px;
}
div.splendidcare p a {
	text-decoration: none;
	color: #222;
}
div.splendidcare p a:hover {
	color: silver;
	text-decoration: none;
}
div.splendidcare h2 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: OliveDrab;
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 0 0 0 0;
	padding: 15px 0px 10px 0px;
        text-transform: uppercase;
}
div.splendidcare h2 a {
	text-decoration: none;
	color: OliveDrab;
}
div.splendidcare h2 a:hover {
	color: silver;
	text-decoration: none;
}
div.splendidcare h3 {	
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: LimeGreen;
	font-size: 1.3em;
	line-height: 1.5em;
        padding: 0px 0px 10px 0px;
	margin: 0 0 0.5em 0;
}
div.splendidcare-in {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	background-color: inherit;
	color: black;
}
div.splendidcare1 {
	width:  24%;
        height: auto;
	margin: 0px 1% 0px 0%;
	padding: 0px 0px 30px 0px;
        float: left;
        border-right: 0px groove #ccc;
}
@media all and (max-width: 1100px) {
div.splendidcare1 {width: 48%; padding: 10px 0px 30px 15px; border-top: 0px groove #ccc; background-color: inherit; margin: 0px 1% 10px 0px;};
}
@media all and (max-width: 600px) {
div.splendidcare1 {width: 100%; padding: 10px 0px 30px 15px; border-top: 0px groove #ccc; background-color: inherit; margin: 0px 0px 10px 0px;};
}
div#lastman {
        height: auto;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
        border-top: 0px groove #fff;
	background-color: rgb(204,153,204);
}
div#lastman p {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 0 0 0 0;
	padding: 10px 0px 10px 0px;
}
@media all and (max-width: 768px) {
div#lastman {font-size: 1.1em;}
}
div#lastman p a {
	text-decoration: none;
	color: #fff;
}
div#lastman p a:hover {
	color : #ccc;
	text-decoration: none;
}
div#footer {
	padding: 0px 0px 0px 10px;
	color: #595959;
	background: url(http://www.splendidcareuk.co.uk/uploads/ngrey/    ) no-repeat left top;
}
div#footer p {
	font-size: 0.8em;
	padding: 1.5em;
	text-align: center;
	margin: 0;
}
div#footer p a {
	color: #595959;
}
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #999999;
	font-size: 1.5em;
	text-align: left;
	padding-left: 0em;
	padding-bottom: 0px;
	border-bottom: 0px solid #899092;
	border-left: 0em solid #899092;
	line-height: 1.7em;
	margin: 0 0 0em 0;
}
div#content h3 {
	color: rgb(0,51,102);
	font-size: 1.0em;
	line-height: 1.3em;
        padding: 10px 0px 0px 0px;
	margin: 0 0 0em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h6 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 1em;
	line-height: 1.5em;
	margin: 2.5em 0 0 0;
	padding: 0px 0px 0px 0px;
}
div#content h6 a {
	text-decoration: none;
	color: #222;
}
div#content h6 a:hover {
	color: #222;
	text-decoration: none;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
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.2em;
	line-height: 1.7em;
	margin: 0 0 1.5em 0em;
}
div.main ul li,
div.main ol li {
	margin: 0 0 0.25em 1.2em;
}
/* 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;
}
div.splendid ul,
div.splendid ol,
div.splendid dl {
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 0 0 1.5em 0em;
}
div.splendid ul li,
div.splendid ol li {
	margin: 0 0 0.25em 1.2em;
}
/* definition lists topics on bold */
div.splendid dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div.splendid dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div.splendid dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/* Stylesheet: Layout: Top menu + 2 columns Modified On 2016-05-12 02:45:07 */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0;
}
form, td, th, li {
	font-size: 100%;
}
form div {
	margin-bottom: 0,
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em;
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #ccc;
	padding: 0.5em;
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #ccc;
}
textarea {
	margin: 0.5em 0;
	width: 100%;
	height: 10em;
	background: #fff;
	background: inherit;
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em;
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em;
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center;
}
.captcha img {
	border: 1px solid #F60;
	margin-bottom: 0.5em;
}
.captcha input {
	width: 196px;
	margin-top: 0.5em;
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em;
}
.contactform input {
	border: 1px solid #ccc;
	width: auto;
	padding: 0.5em 0em 0.5em 0em;
        margin-bottom: 0.5em;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #fff;
	border: 1px solid #ccc;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* Stylesheet: FormBuilder Default Style Modified On 2016-05-12 06:19:49 */
