/*   
Theme Name: Nelson Technology
Theme URI: http://www.nelsontechnology.com
Description: A theme used for the Nelson Family of Companies Technology site.  This is a child  theme based on the Thematic Theme framework.
Author: Mark Wilkinson
Author URI: http://equaldesign.co.uk
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Apply basic image styles */

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #C7C7C7;
	lin-height: 0px;
	color: #555555;
}
.hide {
	display: none;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.red {
	color: #be674d;
	font-weight: bold;
}
ul {
	margin: 0px;
}
#wrapper-top {
	background-image: url(images/wrapper-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 14px;
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -6px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	padding: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/wrapper-repeat.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 752px;
}
#wrapper-bottom {
	background-image: url(images/wrapper-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
	width: 782px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 752px;
	margin-top: 1px;
	background-color: #FFFFFF;
}
#header ul.pages, #header ul.categories {
	clear: both;
}
#header #branding {
	padding: 0px;
	width: 752px;
	margin-bottom: 6px;
}
#header #branding h1#logo {
	float: left;
	width: 300px;
	display: inline;
}
#header #branding ul.headerlinks {
	float: right;
	display: inline;
	margin: 0px;
	width: 450px;
	margin-top: 10px;
	font-size: 0.85em;
}
#header #branding ul.headerlinks li {
	display: inline;
	float: right;
}
#header #branding ul.headerlinks li a {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 2px;
}
#header #branding ul.headerlinks li.contact a {
	background-image: url(images/phone-icon.gif);
}
#header #branding ul.headerlinks li.twitter a {
	background-image: url(images/twitter-icon.gif);
}
#header #branding ul.headerlinks li.facebook a {
	background-image: url(images/facebook-icon.gif);
}
#header #branding ul.headerlinks li.rss a {
	background-image: url(images/rss-icon.gif);
}
#header #branding ul.headerlinks li a {
	text-decoration: none;
	margin-left: 10px;
	color: #000000;
}
#header #branding ul.headerlinks li a:hover {
	color: #CC6600;
	text-decoration: underline;
}
#header #branding .search, #right-sidebar .search {
	float: right;
	display: inline;
	width: 185px;
	margin-top: 15px;
}
#right-sidebar .search {
	width: 150px;
	margin-bottom: 10px;
}
#header #branding .search #search-box, #right-sidebar .search #search-box {
	width: 140px;
	padding: 5px;
	float: left;
	display: inline;
}
#right-sidebar .search #search-box {
	width: 105px;
}
#header #branding .search #search-button, #right-sidebar .search #search-button {
	float: right;
	display: inline;
}

#header ul.pages, #header ul.categories {
	list-style-type: none;
	background-color: #A16F0D;
	height: 24px;
	border-bottom: 6px solid #FFFFFF;
	width: 752px;
	font-size: 0.85em;
}
#header ul.pages li, #header ul.categories li {
	float: left;
	display: inline;
}
#header ul.pages li a, #header ul.categories li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 17px 5px 17px;
	border-right: 1px solid #FFFFFF;
	display: block;
}
#header ul.pages li a:hover, #header ul.categories li a:hover {
	display: block;
	background-color: #9BC0C7;
}
#blog-title, h1#blog-description {
	display: none;
}

body.home .homepagebanner, body.home .pagebanner {
	border-bottom: 1px solid #FFFFFF
}
.pagebanner {
	width: 752px;
	height: 120px;
}
.pagebanner img.attachment-pagebanner-thumb {
	display: inline;
	float: right;
	width: 340px;
	border-bottom: 6px solid #FFFFFF;
	background-image: url(images/pagebanner-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 234px;
}
p.pagebanner-text {
	float: right;
	displayL inline;
	width: 354px;
	text-align: right;
	margin-top: -90px;
	padding-right: 20px;
	font-style: italic;
	font-size: 1.6em;
	font-weight: bold;
}
.breadcrumb-wrap {
	width: 752px;
}
.breadcrumb {
	/*display: inline;
	float: right;
	width: 574px;
	border-bottom: 6px solid #FFFFFF;
	background-color: #FFFFFF;
	font-size: 0.8em;
	margin-bottom: 5px;*/
	background-color: white;
	background-color: white;
	background-image: url(images/crumbsbackground.gif);
	background-repeat: no-repeat;
	display: inline;
	float: right;
	font-size: 0.8em;
	margin-bottom: 5px;
	padding-top: 5px;
	width: 574px;
	margin-top: -6px;
}

#main {
	padding-top: 0px;
	float: left;
	display: inline;
	clear: none;
}
body.home #main {
	background-image: url(images/home-main-repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 752px;	
}
#content {
	width: 420px;
}
#content {
	margin: 0px;
	padding-left: 12px;
	padding-right: 12px;
	width: 394px;
	font-size: 0.85em;
}
body.pageid-116 #content h4 {
	color: #948D24;
	font-size: 0.98em;
	margin-bottom: 8px;
}
body.pageid-116 #content hr {
	border-top: dashed 1px #BAC8DA;
	border-bottom: solid 5px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	margin: -1px 5px -2px 5px;
}
body.pageid-125 #content h4 {
	color: #948D24;
	font-size: 0.98em;
	margin-bottom: 8px;
}
body.pageid-125 #content hr {
	border-top: dashed 1px #BAC8DA;
	border-bottom: solid 5px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	margin: -1px 5px -2px 5px;
}

#content .post {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #388594;
}
#content .post p, #content .page p {
	line-height: 1.6;
	margin-bottom: 7px;
}
#content .entry-content {
	line-height: 1.6;
}
body.search-results h2.entry-title {
	font-size: 1.1em;
}
#content h2.entry-title {
	margin-bottom: 10px;
}
#content h2.entry-title a {
	text-decoration: none;
}
body.archive #content h2.entry-title a {
	color: #555555;
	font-size: 0.7em;
}
#content h2, body.category h1.page-title {
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	background-image: url(images/post-title-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 22px;
	border-bottom: 1px dashed #CFCFCF;
	border-top: 2px solid #CAD3DE;
	color: #948D24;
}
#content h3 {
	margin-bottom: 10px;
	color: #90004D;
	font-size: 1.1em;
}
#content h4 {
	color: #948D24;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 5px;
}
body.pageid-73 #content h4 {
	border-bottom: 1px dashed #CFCFCF;
	border-top: 2px solid #CAD3DE;
	color: #948D24;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	margin: 10px 0px;
	padding: 4px 0px 5px;
	text-decoration: none;
}
body.pageid-73 #content h5 {
	color: #90004D;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 7px 0px 10px;
	text-decoration: none;
}
body.category #content h3 {
	color: #555555;
	margin-bottom: 5px;
	font-size: 0.95em;
}
#content .page ul, #content .post ul, #content .post ol, #content .page ol {
	padding-left: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#content .page ul li, #content .post ul li, #content .post ol li, #content .page ol li {
	margin-bottom: 8px;
}
#content .post .entry-meta, #content #nav-below, #content #nav-above {
	display: none;
}
#content #nav-below {
	display: block;
}
#content .nav-previous {
	float: left;
	display: inline;
}
#content .nav-next {
	float: right;
	display: inline;
}

#left-sidebar, #search-left {
	float: left;
	display: inline;
	width: 166px;
	margin-top: -124px;
	height: 100%;
	position: relative;
	padding-bottom: 68px;
	font-size: 0.85em;
}
#search-left {
	min-height: 140px;
}
#left-sidebar .widget {
	margin-bottom: 10px;
}
#left-sidebar input#s {
	padding: 5px;
	width: 145px;
	margin-bottom: 5px;
	margin-top: 5px;
}
/*#left-sidebar .sidebar-nav h2 {
	margin-bottom: 5px;
	background-color: #E6E4CF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding: 5px;
	color: #807C40;
	font-size: 1.1em;
}*/
#left-sidebar ul, #right-sidebar .below-right-sidebar ul {
	list-style-type: none;
	margin-bottom: 15px;
}
#right-sidebar .below-right-sidebar ul {
	
}
/* chanes the links nehaviour on the left sidebar e.g. color and spacing */
#left-sidebar ul li a, #left-sidebar .sidebar-nav h2 {
	display: block;
	width: 141px;
	padding: 5px;
	border-bottom: 1px solid #999999;
	color: #333333;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
}
/* Changes the current or highlighted page on the left sidebar menu */
#left-sidebar ul li.current_page_item a {
	background-color: #9BC0C7;
}
#left-sidebar .sidebar-nav h2 {
	padding-left: 5px;
	width: 134px;
	margin-bottom: 5px;
}
#left-sidebar ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9BC0C7;
	display: block;
}
#left-sidebar ul.below-sidebar-nav {
	list-style-type: none;
}
#left-sidebar a img.nelson-advantage {
	padding-left: 23px;
	margin-top: 40px;
}
#left-sidebar .sidebar-nav ul #nelson-advantage-image, #left-sidebar .sidebar-nav ul #nelson-advantage-image:hover {
	width: 120px;
	height: 95px;
	background-image: url(images/guaranteeservice-off.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	margin-left: 20px;
}
#left-sidebar .sidebar-nav ul #nelson-advantage-image:hover {
	background-image: url(images/guaranteeservice-on.gif);
}
#left-sidebar h2 {
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #388594;
	border-bottom: 1px dashed #388594;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	font-size: 1.17em;
}

#right-sidebar {
	float: left;
	display: inline;
	width: 150px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	font-size: 0.80em;
}
#right-sidebar .right-default-content {
	line-height: 1.6;
}
#right-sidebar p, #left-sidebar p {
	margin-bottom: 10px;
	line-height: 1.6;
}
#right-sidebar .right-default-content h3, .below-right-sidebar h2.widgettitle {
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #388594;
	border-bottom: 1px dashed #388594;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	font-size: 1.17em;
}
#right-sidebar .right-default-content ul {
	list-style-type: none;
	margin-bottom: 15px;
}
#right-sidebar .right-default-content ul li {
	margin-bottom: 5px;
}
#right-sidebar .right-default-content ul li a {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	color: #CC6600;
}
#right-sidebar .right-default-content ul li a:hover {
	color: #CC6600;
	text-decoration: underline;
}
#right-sidebar .right-default-content ul li.tel {
	background-image: url(images/phone-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}
#right-sidebar .right-default-content ul li.email a{
	background-image: url(images/email-icon.gif);	
}
#right-sidebar .right-default-content ul li.locations a{
	background-image: url(images/house-icon.gif);	
}
#right-sidebar .right-default-content ul li.consultant a{
	background-image: url(images/arrowright-icon.gif);	
}
#right-sidebar .right-default-content ul li.jobsearch a{
	background-image: url(images/arrowright-icon.gif);	
}
#right-sidebar .below-right-sidebar ul {
	list-style-type: none;
}
#right-sidebar p.rightsidebar-link a {
	color: #555555;
	font-weight: bold;
}
#right-sidebar .below-right-sidebar ul ul li {
	margin-bottom: 5px;
}
#right-sidebar .below-right-sidebar ul ul li a {
	color: #004A72;
}
#right-sidebar .below-right-sidebar ul ul li a:hover {
	color: #CC6600;
}


#footer {
	display: none;
}
#footer-links {
	clear: both;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #9BC0C7;
	height: 25px;
	border-top: 6px solid #FFFFFF;
	font-size: 0.8em;
	color: #FFFFFF;
}
#footer-links ul {
	
}
#footer-links ul li {
	float: left;
	display: inline;
}
#footer-links ul li a {
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 8px;
}
#footer-links ul li a:hover {
	color: #CC6600;
	text-decoration: underline;
}

#nelson-footer {
	margin-right: auto;
	margin-left: auto;
	width: 752px;
	font-size: 0.8em;
}
#nelson-footer a {
	color: #555555;
	text-decoration: none;
}
#nelson-footer a:hover {
	color: #CC6600;
	text-decoration: underline;
}
#nelson-footer p.copyright {
	float: left;
	display: inline;
	width: 592px;
	margin-bottom: 6px;
}
#nelson-footer p.terms {
	float: right;
	display: inline;
	width: 130px;
	text-align: right;
	padding-bottom: 20px;
}
#nelson-footer p.siteby {
	clear: both;
	display: none;
}

/* comments styles */

#comments {
	clear: both;
	margin-top: 30px;
}
#comments #comments-list h3 {
	font-weight: normal;
	margin-bottom: 10px;
}
#comments #comments-list ol {
	list-style-type: none;
}
#comments #comments-list ol li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	min-height: 100px;
}
.comment-author {
	float: left;
	display: inline;
	width: 80px;
	margin-right: 10px
}
.comment-author img {
	margin-bottom: 10px;
}
#comments-nav-below {
	clear: both;
}
.comment-meta {
	display: none;
}
.comment-content p {
	line-height: 1.6;
}
#respond h3 {
	font-weight: normal;
	margin-bottom: 10px;
}
#respond p#comment-notes {
	margin-bottom: 10px;
	line-height: 1.6;
}
#comments input {
	padding: 5px;
}
#comments .form-label {
	margin-bottom: 3px;
}
#comments #form-allowed-tags {
	display: none;
}
#comments textarea {
	margin-bottom: 10px;
}

/* Home Page Styles */

#content-home {
	
}
#content-home a {
	color: #676767;
	font-weight: bold;
	text-decoration: none;
}
#content-home a:hover {
	color: #CC6600;
	text-decoration: underline;
}
.home-column, .home-column-last, .home-column-left {
	float: left;
	display: inline;
	width: 224px;
	margin-right: 10px;
	padding: 10px;
	font-size: 0.85em;
}
.home-column-left {
	background-color: #FFFFFF;
}
.home-column p {
	margin-bottom: 10px;
}
.home-column, .home-column-last p {
	line-height: 1.6;
}
.home-column-left p.homeleftbluelink {
	background-color: #365F85;
	padding: 5px;
}
#content-home .home-column-left p.homeleftbluelink a {
	color: #FFFFFF;
}
.home-column-last {
	margin-right: 0px;
}
.home-column h2, .home-column-last h2, h2.centreheading {
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	color: #807C40;
	font-style:	normal;
	text-decoration: none;
	padding: 5px 0 6px 0;
	margin: 0 0 7px 0;
	background-color: Transparent;
	border-top: solid 1px #dde3ea;
	border-bottom: solid 1px #dde3ea;
}
h2.centreheading {
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
.home-column-last h2 {
	color: #FFFFFF;
}
.home-column ul, .home-column-last ul {
	list-style-type: none;
}
.home-column ul li, .home-column-last ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDE3EA;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.home-column img {
	margin-top: 10px;
}
.home-column ul, .home-column-last ul {
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
.home-column-last ul {
	padding-left: 0px;
	margin-left: -13px;
}
.home-column ul li, .home-column-last ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDE3EA;
}
.home-column-last ul li {
	color: #676767
}
.home-column-last ul li a {
	padding-left: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-decoration: none;
	background-color: #BFB960;
	width: 212px;
	margin-bottom: 8px;
	display: block;
	font-weight: bold;
}
.home-column-last ul li a:hover {
	color: #CC6600;
	text-decoration: underline;
}
.homebox {
	padding: 5px;
	border-bottom: 10px solid #FFFFFF;
	padding-top: 0px;
	background-color: #FFFFFF;
}
.fmselect {
	float: left;
	display: inline;
	width: 65%;
	margin-bottom: 10px;
}
#content h3.focusheader {
	border-bottom-color: #D9EDFF;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-top-color: #D9EDFF;
	border-top-style: solid;
	border-top-width: 2px;
	color: #004A8D;
	display: block;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	text-decoration: none;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

body.search-results #content #post-273 .entry-content {
	display: none;
}

/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmdate,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	width: 394px;
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: both;
}

form.ddfm {
	text-align: left;
	padding: 10px;
	width: 374px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;
	color: #CC6600;
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmchecklabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmradiolabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
	margin-bottom: 6px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm input.fmdate {
	float: left; 
	display: block;
	width: 35%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
	display: none;
}

form.ddfm .submit {
	text-align: right;
	clear: both; 
	width: 97%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}


/* DATE SELECTION */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #404040;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered 
over) */
.dpTDHover {
	background-color: #888888;
	border: 1px solid #888888;
	cursor: pointer;
	color: #000000;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #C0C0C0;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #666666;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	}
input {
	margin-bottom: 15px;
}
