/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/
body.custom div#header {padding-top: 20px; padding-bottom: 20px; padding-left: 100px; background-image: url(custom/images/davislogo.png); background-color: #b62441; background-repeat: no-repeat; overflow: hidden; width: 850px; background-position: 10px;}
body.custom table#partners tr {border-top: 1px solid #dddddd; clear: both; width: 100%;}
body.custom table#partners td {padding: 10px 100px 10px 0px;}
body.custom table#partners img.alignleft {margin-bottom: 20%; margin-right: 5%;}
body.custom table#partners h3 {margin-top: 0px; padding-top: 0px;}

body.custom div#leaf-14 blockquote {font-size: 16px; font-weight: bold; line-height: 1.5em; border: none; border-bottom: 3px solid #ddd; padding-bottom: 10px;}

body.custom div#leaf-15 {border-bottom: 1px solid #ddd; margin-bottom: 10px; padding-bottom: 10px;}

