@charset "utf-8";

/*load font */
/*@font-face {
    font-family: 'RCFont' !important;
    src: url('styles/fonts/HelveticaNeue-Extended.otf');
}*/

@font-face {
	font-family: 'RCFont';
	src: url('fonts/helveticaneue-extendedobl-webfont.eot');
	src: url('fonts/helveticaneue-extendedobl-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneue-extendedobl-webfont.woff2') format('woff2'), url('fonts/helveticaneue-extendedobl-webfont.woff') format('woff'), url('fonts/helveticaneue-extendedobl-webfont.ttf') format('truetype'), url('fonts/helveticaneue-extendedobl-webfont.svg#helvetica_neueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
[hidden] {
	display: none;
}



html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: #919295;
	height: 100%;
}
body {
	font-size: 100%;
	height:100%;
	margin: 0;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: Arial;
	
}

a {
	color: #6b6d6d;
	text-decoration: none;
}

.textLink, .textLink1, .textLink2{
	color: #6b6d6d;
	text-decoration:underline;
}

.projectLinks div{
	display: inline-block;
	cursor: pointer;
	padding-right: 5px;
	width: 19px;
	height: 19px;
}

.link_1{
	background-image: url(../images/n_g_1.png);
	background-repeat: no-repeat;
}

.link_2{
	background-image: url(../images/n_g_2.png);
	background-repeat: no-repeat;
}
.link_3{
	background-image: url(../images/n_g_3.png);
	background-repeat: no-repeat;
}
.link_4{
	background-image: url(../images/n_g_4.png);
	background-repeat: no-repeat;
}

.link_1:hover, .link_1.active{
	background-image: url(../images/n_1.png);
	background-repeat: no-repeat;
}


.link_2:hover, .link_2.active{
	background-image: url(../images/n_2.png);
	background-repeat: no-repeat;
}

.link_3:hover, .link_3.active{
	background-image: url(../images/n_3.png);
	background-repeat: no-repeat;
}

.link_4:hover, .link_4.active{
	background-image: url(../images/n_4.png);
	background-repeat: no-repeat;
}
	
a:hover {
	color: #ed5f13;
}

.scheduleLink{
	color: #FFFFFF;
}
 a.scheduleLink {
	color: #FFFFFF;
}

a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
ul, ol {
	margin: .50em 0;
}
dd {
	margin: 0 0 0 40px;
}
ul, ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
.header-container {
	position: relative;
	zoom: 1;
	width: 1040px;
	z-index: 10;
	background: #f78f1e;
	height: 180px;
	margin: 0 auto;
	margin-top:1.75em;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
}

.main-container {
	width: 1040px;
	position: relative;
    height: 540px;
	margin: 0% auto -75px; /* the bottom margin is the negative value of the footer's height */
	z-index: 5;
	background: #FFFFFF;
}

.main {
	margin: 0 auto;
	z-index: 2;
}
.wrapper {
	margin: 0 auto;
}
.slideShowPosition {
 postion:relative;
 margin-top:-42px;	
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.leftSwoosh {
	background: url(../images/leftCornerSwoosh.png);
	height: 43px;
	width: 65px;
	position: absolute;
	top: 100%;
}
.orangeBG {
	background-color: #f78f1e;
}
.logoHolder {
	width: 277px;
	height: 142px;
	background-color: white;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
	float: left;
}
.logoHolder > img {
	padding: 23px 48px 28px 43px;
}
.consultation {
	background-color: #919295;
	width: 227px;
	height: 22px;
	-webkit-border-bottom-left-radius: 70px;
	-moz-border-radius-bottomleft: 70px;
	border-bottom-left-radius: 70px;
	float: right
}
.consultation p{
	color:#FFFFFF;
	font-family: RCFont !important;
	font-size: 10px;
	margin-left: 40px;
	margin-top: 4px;
}


ul.aboutus {
	list-style-type: disc;
	list-style-position: outside;	
	z-index:2;
	font-size:72%;
	
}
ul.aboutus p {
    color:grey;
	margin-left:-3px;
	line-height:14px;
	
}

ul.aboutus li {
	margin-bottom:8px;
	margin-left:3px;
	
}

.orange {
color: #ed5f13;	
}


ul.nav {
	float: right;
	 margin-top: 6.85em;
	position: absolute;
	right: 0;
	width: 60%;
}
ul.nav li {
	display: inline;
	float: left;
	list-style: none outside none;
	width: 20%;
}
ul.nav a {
	color: #fff;
	display: block;
	/*font-family: arial;*/
	font-family: RCFont !important;
	font-size: 10px;
	letter-spacing:.15em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 0 0 5px;
}
ul.nav li:hover a {
	background-color: white;
	color: #f78f1e;
	padding: 2px 0 0 5px;
	width: 90%;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	border-top-right-radius: 50px;
}
ul.nav li:hover ul.subMenu {
	display: block;
}
ul.subMenu {
	list-style-image: none;
	list-style-type: none;
	display: none
}
ul.subMenu li {
	background-color: white;
	border-bottom: 2px solid #f78f1e;
	padding: .27em 0;
	width: 165px;
}
ul.subMenu li:last-child {
	border-bottom: none;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
ul.nav li:hover ul.subMenu li a {
	text-transform: none;
	display: block;
	text-align: left;
	color: #666;
	padding-left: 7px;
	border-top-right-radius: 0px;
}
ul.nav li:hover ul.subMenu li a:hover {
	color: #f78f1e;
}
.selected {
	background-color: white;
	color: #f78f1e !important;
	padding: 2px 0 0 5px;
	width: 90%;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	border-top-right-radius: 50px;
}
.whiteSideBox {
	background-color: white;
	padding-left: 43px;
	padding-right: 36px;
	width: 201px;
	padding-top: 4px;
}
.whiteSideBox > h2 {
    color: #f78f1e;
    font-family: RCFont !important;
    font-size: 18px;
    letter-spacing: 0.15em;
}
.whiteSideBox > p {
	font-size: 72%;
	line-height: 140%;
	color: grey;
}
a.various:hover > .roundedBox {
	display: block;
}
a.various > .roundedBox {
	display: none;
}
/*NEED THIS*/
.showNo {
	display: none;
}
a.various {
	position: relative;
}
/* These are only for web pages with simpleSlider 
and simpleSliderMain jQuery */
.first, .second, .third, .fourth, .fifth, .sixth {
	left: 250px;
	top: 28px;
	position: relative;
}

.floatLeft {
	float: left
}
.roundedBox {
	border-radius: 0 47px 0 0;
	background: #FFFFFF;
	height: 50px;
	border: 3px solid #f6881f;
	border-radius: 0 50px 0 0;
	position: relative;
	width: 200px;
	position: absolute;
	color: black;
	left: 18px;
	top: 6px;
	text-align: left;
}
/* Style for footer section */
.clearfooter {
	height: 20px;
	margin: 0;
	clear: both;
}
#footer-container {
	clear: both;
	width: 1040px;
	height: 75px;
	position:relative;
	margin: 0 auto;
	z-index: 10;
}
footer {
	padding-top: 10px;
	padding-left: 1.25em;
	position: relative;
	text-align: left;
	
}
.copyright {
	float: left;
	margin: 0 auto;
	position: relative;
	width: 50%;
}
.copyright p {
	font-size: 60%;
	color:grey;
}
.rightFooter {
	float: right;
	width: 50%;
}

ul.contact {
	float: right;
}
ul.contact li {
	float: left;
	padding-right: 10px;
}
ul.contact li:last-child {
	padding-right: 0;
}
/* The following section is for image slider
without thumbnails */
.invisibleHeight{
	height: 535px;
	
}

#slideshow {
	margin-top: -42px;
	width: 760px;
	height: 446px;
	overflow: hidden;
	background-color:#FFF;
	position: relative;
}
#slideshow ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
#slideshow li {
	float: left;
}
.slideshow-prev, .slideshow-next {
	position: absolute;
	top: 180px;
	padding: 5px;
	z-index: 2;
}
.slideshow-prev {
	left: 15px;	
}
.slideshow-next {
	right: 15px;
}

/* Home page - image slider
without thumbnails */
#slideshowMain {
	margin-top: -42px;
	width: 1040px;
	height: 446px;
	overflow: hidden;
	position: relative;
}

#slideshowMain span{
	position: absolute;
}

#slideshowMain ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
#slideshowMain li {	
	float: left;
}
.slideshowMain-prev, .slideshowMain-next {
	position: absolute;
	top: 180px;
	padding: 5px;
	z-index: 2;
}
.slideshowMain-prev {
	left: 15px;	
}
.slideshowMain-next {
	right: 15px;
}

#container1, #container2, #container3 {
	margin: -42px auto;
	width: 760px;
	height: 446px;
	overflow: hidden;
	position: relative;
}

/* style for call out images */
.callOuts{
	padding-top: 20px;
}

.calloutHome{
	padding-left: 1.25em;
}

.backBnt{
	float:right;
	padding-right: 30px;
	cursor: pointer;
}

.backBnt img{
	padding-right: 5px;
}

.backBnt p{
	display: inline-block;
	vertical-align: middle;
	font-family: RCFont;
	font-size: 10px;
}



/* The following is for thumbnails in
comparison page */
.compThumbs{
	height: 71px;
    margin-top:60px;	
}

.compThumbs li{
	list-style: none;
	display: inline;
	padding: 0 10px 0 0;
}

/* Styles for contact us page */
.contactUs h3{
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #f78f1e;
	font-size: 70%;
	font-family: RCFont;
}

.contactUs ul{
	list-style: none;
}

.contactUs img{
	padding-right: 8px;
	display: inline;
}
.contactUs p{
	vertical-align: middle;
	margin: 8px 0 10px 0;
	display: inline-block;
	width: 160px;
	font-size: 72%;
	line-height: 130%;
	color: grey;
}

.contactUs a{
	text-decoration: underline;
}