/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Designed & Coded By : Richard Carpenter
URL : www.richard-carpenter.co.uk
	  www.hv-designs.co.uk

Released on Six Revisions: http://sixrevisions.com

Copyright: 2009 Richard Carpenter and Jacob Gube

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

* {
 margin: 0;
 padding: 0;
}
body { background: #ededed url(images/bg.jpg) repeat-x; }
p {
 color: #999;
 padding: 0;
 margin: 10px 0;
 font: 12px/18px Arial, Helvetica, sans-serif;
}

.centeredImage{
    text-align:center;
    display:block;
 }

#container {
 margin: auto;
 width: 950px;
}
#header {
 height: 302px;
 width: 950px;
 float: left;
 background: url(images/header.jpg) no-repeat;
}

/*
#logo { margin-top: 60px; }
#logo h1 {
 display: block;
 float: left;
 width: 269px;
 height: 45px;
 text-indent: -9999px;
}
#logo h1 a{
 display: block;
 width: 821;
 height: 186px;
 outline: none;
 background: url(images/new_logo.png) no-repeat 0 0;
}*/

#navigation {
 height: 38px;
 width: 950px;
 margin-top: 255px;
 float: left;
}
.nav-links li {
 display: inline;
 padding: 9px 25px 0 0;
 float: left;
}
.nav-links li a {
 text-transform: capitalize;
 color: #fff;
 text-decoration: none;
 letter-spacing: -1px;
 font: bold 14px Arial, Helvetica, sans-serif;
}
.nav-links li a:hover { color: #ff0; }

.pres-links a {
 text-transform: capitalize;
 color: #000;
 text-decoration: none;
 letter-spacing: -1px;
 font: bold 14px Arial, Helvetica, sans-serif;
}
.pres-links a:hover { color: #DF0174; }
/*.phone-number li {
 float: right;
 list-style-type: none;
 text-transform: capitalize;
 color: #fff;
 letter-spacing: -1px;
 padding-top: 12px;
 font: normal 14px Arial, Helvetica, sans-serif;
}*/
#left-content {
 float: left;
 width: 566px;
 margin-top: 20px;
}
.content-top {
 float: left;
 height: 32px;
 width: 536px;
 background: url(images/content_box_top.png) no-repeat;
 padding: 4px 15px;
}
.content-middle {
 float: left;
 width: 534px;
 padding: 5px 15px 0 15px;
 border-right: 1px solid #d3d3d3;
 border-left: 1px solid #d3d3d3;
 background: #fff;
}
h2 {
 text-transform: capitalize;
 color: #666;
 letter-spacing: -1px;
 padding-top: 7px;
 font: bold 16px Arial, Helvetica, sans-serif;
}

ul{
 color: #666;
 padding-left: 1em;
 font: bold 14px Arial, Helvetica, sans-serif;
}

.image .caption { 
 font-family: Arial, Helvetica, sans-serif;
 text-align: center; 
}

.content-middle p { text-align: justify; }
.highlight {
 color: #7b9122;
 font-style: italic;
}
.content-bottom {
 float: left;
 height: 17px;
 width: 566px;
 margin-bottom: 15px;
 background: url(images/content_box_bottom.png) no-repeat;
}
#content-right {
 float: right;
 width: 322px;
 margin-top: 20px;
}
.sidebar-top {
 float: left;
 height: 32px;
 width: 292px;
 background: url(images/sidebar_top.png) no-repeat;
 padding: 4px 15px;
}
.sidebar-middle {
 float: left;
 width: 290px;
 padding: 5px 15px 0 15px;
 border-right: 1px solid #d3d3d3;
 border-left: 1px solid #d3d3d3;
 background: #fff;
}
.sidebar-middle p { text-align: justify; }
.sidebar-bottom {
 float: left;
 height: 16px;
 width: 322px;
 margin-bottom: 15px;
 background: url(images/sidebar_bottom.png) no-repeat;
}
#footer {
 clear: both;
 height: 111px;
 background: url(images/footer.gif) repeat-x bottom;
}
#footer-content {
 height: 91px;
 width: 950px;
 padding-top: 20px;
 margin: auto;
}
#footer-content p {
 color: #fff;
 text-align: center;
 padding-top: 35px;
}