/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    color: #505050;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0px 0px 1em 0px;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
        margin-left: 3em;
        margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
label {
	display: block;
	clear: left;
	float: left;
	width: 140px;
	height: 26px;
}
fieldset {
	border: none;
}
input, select, textarea {
        font-size: 100%;
	float: left;
	width: 180px;
}
img {
	border: 0px none;
}

/** begin custom **/

h1 {
	color: #ffb800;
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#container {
	width: 906px;
	margin: 0 auto;
}

#header {
	height: 173px;
	width: 906px;
	background: url(../enhanceimages/banner-grey.jpg) no-repeat;
}

#banner {
	width: 906px;
	height: 130px;
}

#bannerTagLine {
	float: left;
	width: 550px;
	margin: 97px 0 0 22px;
	height: 20px;
	color: #505050;
	font-size: 11pt;
}

#bannerPhoneNumber {
	float: left;
	width: 200px;
	margin-top: 80px;
	color: #fff;
	font-size: 18pt;
	
}

#navigation {
	margin-left: 5px;
	height: 49px;
}

.navRpt {
	float: left;
	background-repeat: repeat-x;
}

.navLeft {
	float: left;
	background-repeat: no-repeat;
	background-position: left;
}

.navRight {
	float: left;
	display: block;
	padding: 9px 16px 3px 16px;
	color: #fff;
	font-weight: bold;
	font-size: 11pt;
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
	text-decoration: none;
}

.navRight:hover {
	color: #505050;
}

#lhs {
	clear: left;
	float: left;
	width: 207px;
	margin-left: 1px;
}

.lhsItem {
	display: block;
	margin-top: 5px;
	height: 199px;
	width: 199px;
}

#main {
	float: left;
	width: 695px;
	background: url(../enhanceimages/main-image.jpg) no-repeat top;
}

#mainContainer {
	margin-top: 264px;
}

#mainLeft {
	float: left;
	width: 484px;
	margin: 2px 12px 0 0;
}
#mainRightContainer {

}

#mainRight {
	float: left;
	width: 199px;
}

#callMeBack {
	width: 199px;
	height: 253px;
	background: url(../enhanceimages/call-me-back-short.jpg) no-repeat top;
	font-weight: bold;
}

#callMeBackForm {
	padding: 45px 10px 0 10px;
	width: 179px;
}

#callMeBackForm .text {
	margin-top: 8px;
	width: 170px;
}

#callMeBackButton {
	margin-top: 5px;
	margin-left: 115px;
	width: 60px;
}

#phoneNumber {
	font-weight: bold;
	width: 180px;
	margin-top: 8px;
	text-align: center;
	font-size: 18pt;
}

#orCallUs {
	margin-top: 5px;
}

#menuRpt {
	width: 199px;
	background: url(../enhanceimages/menu-rpt.gif) repeat-y;	
}

#menuContainer {
	padding: 2px 0;
}

#menuTop {
	width: 179px;
	padding-right: 20px;
	background: url(../enhanceimages/menu-background-grey.jpg) no-repeat top;
}

#menuTop a {
	display: block;
	margin: 8px 0 8px 20px;
	color: #fff;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
}

.menuHeading {
	padding: 6px 0 0 13px;
	color: #505050;
	background: url(../enhanceimages/menu-heading.jpg) no-repeat top;
	height: 24px;
	width: 186px;
	font-size: 11pt;
	font-weight: bold;
}

.menuHeading a {
	color: #505050 !important;
	margin: 0 !important;
}

#menuBottom {
	height: 4px;
	width: 199px;
	background: url(../enhanceimages/menu-bottom.gif) no-repeat top;
	overflow: hidden;
}

#mainLeft a {
	text-decoration: underline;
	color: #505050;
	
}