/* Manchett Facilites - by Pillory Barn */

* {
 margin: 0;
 padding: 0;
 }

body {
 font: 13px 'lucida grande', arial, sans-serif;
 color: #c5d5f1;
 width: 100%;
 }

body.background-000 {
 background: #002869 url(../images/m-bg-000.jpg) no-repeat top center;
 }

body.background-001 {
 background: #002869 url(../images/m-bg-001.jpg) no-repeat top center;
 }

body.background-002 {
 background: #002869 url(../images/m-bg-002.jpg) no-repeat top center;
 }

body.background-003 {
 background: #002869 url(../images/m-bg-003.jpg) no-repeat top center;
 }

p {
 line-height: 17px;
 margin: 0 0 6px;
 }

h2 {
 font-weight: normal;
 font-size: 20px;
 margin: 0 0 8px 0;
 line-height: 26px;
 color: #fff;
 }

/* Formatting */

a {
 font-weight: 700;
 text-decoration: none;
 color: #fff;
 }

p a:hover, td a:hover {
 border-bottom: 1px solid #fff;
 }

.hideFromScreen, .hideFromScreen a, .hideFromScreen a:hover {
 visibility: hidden;
 height: 0;
 width: 0;
 }

.boldtext {
 font-weight: bold;
 }

.whitertext {
 color: #fff;
 }

/* Page Specific */

.servicesbullets {
 list-style: inside;
 list-style-type: square;
 float: left;
 margin: 10px 25px 25px 0;
 }

/* Layout */

#container {
 width: 860px;
 margin: 246px auto 0;
 position: relative;
 }

#column1 {
 float: left;
 width: 200px;
 }

#logo {
 margin: 0 0 15px;
 }

#column2 {
 float: left;
 width: 630px;
 padding: 0 0 0 30px;
 }

#pagetitle {
 margin: 0 0 15px -8px;
 }

#minicolumn {
 width: 385px;
 float: left;
 margin: 0 10px 25px 0;
 }

#imagefloater {
 float: left;
 width: 225px;
 }

#gallerycalltoaction {
 margin: 10px 0 0 0;
 }

/* Footer */

#footer {
 font-size: 10px;
 color: #637daa;
 margin: 25px 0 0;
 clear: both;
 }

#footer a {
 color: #869dc6;
 }

#footer a:hover {
 text-decoration: underline;
 }

#footerlogo {
 margin: 0 0 5px 19px;
 }

/* Forms */

.fieldtitles {
 text-align: right;
 padding: 0 5px 0 0;
 }

.inputborders, .inputbordersbutton {
 border: 1px solid #869dc6;
 background: #002869;
 color: #fff;
 font-size: 13px;
 }

.inputbordersbutton {
 padding: 2px 3px;
 margin: 7px 0 0 0;
 border: none;
 background: #1d4b89;
 }