/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}


/* Focust Styles Tags ------------------------------------------------------*/
:focus { outline: 0; }
html, body { height: 100%; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* Base / Align Tags ------------------------------------------------------*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.alignleft { text-align: left !important; }
.aligncenter { text-align: center !important; }
.alignright	{ text-align: right !important; }
.left { float: left; }
.right {
	float: right;
	margin-right: 20px;
}
.clear { display: block; clear: both; height: 1px; }
/* General Tags ------------------------------------------------------*/
img, a img { border: none; }
strong { font-weight: bold }
em { font-style: italic }

body {
	color: black;
	background: #C27D0E url(../images/bg-repeat.jpg) repeat;
	font: 62.5%/1.5 Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}


h1 {
	font: 22px/normal Arial, Helvetica, sans-serif;
	color: #002740;
	padding: 20px 20px 20px 10px;
}
h2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #041D31;
	margin-left: 15px;
	text-align: left;
	margin-bottom: 15px;
}
h3  {
	font: 18px Arial, Helvetica, sans-serif;
	color: #041D31;
	margin: 5px 0 15px 15px; 
	text-align: left;
	
}
h4 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #041D31;
	margin: 22px 0 21px 15px;
	text-align: left;
}
h5  {
	font: bold 14px/1.5em Arial, Helvetica, sans-serif;
	color: #002740;
	padding: 10px 20px 10px 10px;
}
.blue-bg-heading {
	padding-top: 5px;
	background: #002740;
	color: #FFFFFF;
	padding-bottom: 5px;
	font-weight: bold;
}
    
p {
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	color: #002740;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: justify;
}

/* header */

#header {
	height: 193px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/header_solid.jpg) no-repeat;
}
#header-wrap {
	height: 193px;
	width: 100%;
	background: url(../images/header_wrap.png) repeat-x;
}
#top-bar {
	width: 955px;
	height: 55px;
}
#top-bar  h2 {
	color: #00253C;
	float: right;
	margin-right: 34px;
	margin-top: 13px;
	font: bold 18px/normal Arial, Helvetica, sans-serif;
	text-align: right;
}
#navigation {
	width: 955px;
	height: 70px;
}
ul#navMenu {
	padding: 0px;
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
}
ul#navMenu  li {
	display: inline;
}
ul#navMenu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0px;
}
ul#navMenu li a:hover {
	background: #999 url(../images/nav-bg-current.png) no-repeat bottom;
	color: #002A46;
}
ul#navMenu li.current {
	background: #002A46;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}

/* content */


#content {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(../images/bg_biege_solid.jpg) repeat-x;
	padding-bottom: 40px;
	overflow: hidden;
}
#index-selections {
	width: 650px;
	float: right;
}
ul#image-set {
	float:right;
	text-align: left;
	padding-right: 10px;
	
}
ul#image-set li {
	float:left;
	position:relative;
	height: 450px;
	width: 190px;
	background: #E3DCB7;
	border: 1px solid #CC9900;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0;
}
ul#image-set li a:link, a:visited {
	text-decoration: none;
	text-align: center;
}
ul#image-set li:hover {
	background: #0081CB;
}

ul#image-set li h2 {
	color: #041D31;
	text-align: center;
	margin: 0;
	padding: 5px 0;
	display: block;
}
ul#image-set li p {
	font: 12px/normal Arial, Helvetica, sans-serif;
	color: #041D31;
	text-align: justify;
	margin: 5px 0px 10px 10px;
}
ul#image-set li img {
	border: 1px solid #041D31;
	margin-top: 5px;
	margin-bottom: 5px;
}
#index-other {
	float: left;
	width: 200px;
	height: 450px;
}
.table-holder {
	padding-top: 20px;
	padding-left: 10px;
}
#page-details {
	position: relative;
	float: left;
	width: 360px;
	padding-left: 20px;
}
#page-details-index {
	float: left;
	width: 280px;
	margin-left: 20px;
}
#page-details-contact {
	float: left;
	width: 200px;
	padding-left: 20px;
}
#page-details-sitemap {
	position: relative;
	float: left;
	width: 250px;
	padding-left: 20px;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#horizontal-selections {
	position: relative;
	float: left;
	width: 550px;
}
#specs-layout {
	position: relative;
	float: left;
	text-align:center;
	width: 550px;
}
#general-layout {
	position: relative;
	float: left;
	width: 550px;
	padding-left: 20px;
}
#general-layout img {
	float: right;
	border: 1px solid #CC9900;
	margin: 10px 40px 10px 0px;
	background: #FFFFFF;
}
#general-layout p {
	padding-left: 0px;
	padding-right: 40px;
}
#specs-layout img {
	border: 1px solid #CC9900;
	margin: 50px 0 10px 5px;
	background: #FFFFFF;
}
ul#horizontal-set {
	float:left;
	padding-left: 20px;
	
}
ul#horizontal-set  li a {
	display: block;
	float:left;
	position:relative;
	width: 500px;
	margin: 10px 20px;
	background: #E3DCB7;
	border: 1px solid #CC9900;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
ul#horizontal-set a:link, a:visited {
	text-decoration:none;
}
ul#horizontal-set  li a:hover {
	background: #0081CB;
}
ul#horizontal-set li h2 {
	font: 18px/1.3em Arial, Helvetica, sans-serif;
	color: #041D31;
	float: left;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 250px;
	margin-left: 15px;
	text-align: left;
}
ul#horizontal-set li p {
	margin: 0px 0 10px 15px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #041D31;
	float: left;
	display: block;
	width: 250px;
	padding: 0px;
	text-align: left;
}
ul#horizontal-set li img {
	border: 1px solid #041D31;
	margin: 10px 10px 10px 0;
	width: 180px;
	height: 135px;
	overflow: hidden;
	float: right;
}

ul.standard-list {
	padding: 0 5px 20px 40px;
	margin-top: 0px;
}
ul.standard-list li {
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	color: #002740;
	list-style: square;
	
}
ul.standard-list-250 {
	width: 200px;
	padding: 0 5px 20px 20px;
	margin-top: 0px;
}
ul.standard-list-250 li {
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	color: #002740;
	list-style: square;
	
}
ul#horizontal-set-large {
	float:left;
	padding-left: 20px;
	
}
ul#horizontal-set-large li {
	display: block;
	float:left;
	position:relative;
	width: 500px;
	margin: 10px 20px;
	background: #E3DCB7;
	border: 1px solid #CC9900;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
ul#horizontal-set-large a:link, a:visited {
	text-decoration:none;
}
ul#horizontal-set-large li:hover {
	background: #0081CB;
}
ul#horizontal-set-large li p {
	margin: 0px 10px 10px 10px;
	font: 12px/1.4em Arial, Helvetica, sans-serif;
	color: #041D31;
	text-align: justify;
	padding: 0px;
	white-space: normal;
}
ul#horizontal-set-large li img {
	border: 1px solid #041D31;
	margin: 0px 10px 0px 10px;
	width: 180px;
	height: 135px;
	overflow: hidden;
	float: left;
}
ul.rental-layout {
	width: 550px;
	float: left;
}
ul.rental-layout li {
	float:left;
	display: inline;
}
ul.rental-layout img {
	border: 1px solid #CC9900;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
ul.rental-layout p {
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* FOOTER */

#footer-wrap {
	height: 85px;
	width: 100%;
	background: #0A0A0A repeat-x;
	border-top: 4px solid #218DCB;
	padding-bottom: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	clear: both;
}
#footer {
	height: 75px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footerNavigation {
	float: left;
	width: 600px;
	padding-left: 20px;
	height: 75px;
}
ul#footer-menu li {
	display: inline;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul#footer-menu {
	margin-top: 5px;
}
ul#footer-menu li a {
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
ul#footer-menu  li  a:hover {
	color: #0080CB;
}
.copyright  {
	color: #CCCCCC;
	font-size: 1.2em;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 35px;
	float: left;
}
#partners {
	float: right;
	display: block;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	height: 75px;
}
#share-save-box {
	float: left;
	width: 200px;
	margin: 0px;
	padding-top: 10px;
}
#partners   p {
	text-align:left;
	padding: 0 5px 0 0;
}
#partners a {
	color: #CCCCCC;
	text-decoration: none;
}
#email-updates {
	width: 320px;
	background: #002740;
	padding: 5px 10px;
	border: 1px solid #CC9900;
}
#email-updates h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #E3DCB7;
	margin-left: 5px;
	margin-bottom: 5px;
}
#quote-form {
	width: 540px;
	height: auto;
	float: right;
	background: #E3DCB7;
	border: 1px solid #CC9900;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 40px;
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #002740;
	font: 12px Arial, Helvetica, sans-serif;
	
}table {
	margin-bottom: 10px;
}
#content-quote-request {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(../images/bg_biege_solid.jpg) repeat-x;
	padding-bottom: 40px;
	height: 890px;
}
#quote-form h1 {
	padding-top: 5px;
	background: #002740;
	color: #E3DCB7;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.location-info {
	margin-left: 15px;
	margin-bottom: 10px;
}
#iframe-holder {
	margin-left: 15px;
	border: 1px solid #CC9900;
	height: 350px;
	width: 425px;
	margin-bottom: 10px;
}

/* hacks */

* html ul li a {
width: 1%;
}
.office-heading {
	font: 18px Arial, Helvetica, sans-serif;
	color: #041D31;
	text-align: left;
	margin-bottom: 15px;
	margin-left: 0px;
}
ul.sitemap-list {
	margin-left: 10px;
}
ul.sitemap-list li {
	padding-top: 2px;
	padding-bottom: 2px;
}
ul.sitemap-list  li  a {
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
	color: #002943;
}
ul.sitemap-list li a:hover {
	color: #0080CB;
}
ul.sitemap-list-2   {
	margin-left: 40px;
	margin-top: 1px;
	margin-bottom: 1px;
}
ul.sitemap-list-2 li {
	list-style: square;
}
