@charset "UTF-8";

html, body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #272829;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	height : 100%;
	min-height : 100%;
}

a {
	color: #d87e25;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

p {
	margin: 10px;

}

h1 {
	font-size: 18px;
	line-height: normal;
	color: #0071bd;
	font-family: "TeXGyreAdventorRegular", Arial, Verdana, sans-serif;
	text-align: center;
}

h1.solutions {
	width: 900px; height: 125px;
	background: url(../_images/hdr_solutions.jpg);
	text-indent: -9999px;

}

h1.about {
	width: 900px; height: 125px;
	background: url(../_images/hdr_about.jpg);
	text-indent: -9999px;

}

h1.partners {
	width: 900px; height: 125px;
	background: url(../_images/hdr_partners.jpg);
	text-indent: -9999px;

}

h1.contact {
	width: 900px; height: 125px;
	background: url(../_images/hdr_contact.jpg);
	text-indent: -9999px;

}

h1.interior {
	margin-left: 15px;
	text-align: left;

}

h2.Phone {
	font-size: 28px;
	color: #d87e25;	
	margin: 15px auto;
	text-align: center;
}

h2 {
	color: #d87e25;	
	font-size: 22px;
}

h3 {
	color: #0071bd;
	
}

#LargePhone {
	font: 60px/68px 'TeXGyreAdventorRegular', Arial, sans-serif;letter-spacing: 0;
	margin: 42px 15px 44px 25px;
	color: #d87e25;
}

#wrap {
	height: 100%;
}

body > #wrap { height: auto; min-height: 100%; }


#navcontainer {
	float: right;
	width: auto;
	margin-top: 80px;
	margin-bottom: 0px;
	height: 40px;
	font-family: "TeXGyreAdventorRegular", Arial, Verdana, sans-serif;
}

#navlist ul {
	margin: 0px;
	padding: 0px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	height: 22px;
	padding: 4px 20px 4px 4px;
	font-size: 18px;
}

#navlist li a
{
	text-decoration: none;
	color: #FFFFFF;
}

#navlist li a:hover
{
	text-decoration: none;
	color: #d87e25;
}

#HDR_container {
	margin: 0;
	background-image:url(../_images/tophdr_bg.jpg);
	background-position: center;
}

#header {
	width: 900px;
	height: 125px;
	margin: 0 auto;
	text-align: left;
	
} 

#mainContent {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 100px;
	text-align: left;
}

#int_Content {
	float: right;
	width: 600px;
	border: 1px solid #cecfd1;
	background-color: #FFFFFF;
}

#int_Content.NoSlide {
	float: left;
	min-height: 350px;
	margin-bottom: 20px;
}

#right_wrap {
	clear: left;
	float: left;
	width: 265px;
}

#right_wrap.interior {
	clear: right;
	float: right;
	width: 265px;
}

#intRight_HDR {
	width: 255px;
	height: 45px;
	border: 1px solid #cecfd1;
	padding: 0px;
}

#intRight_Content {
	width: 255px;
	border: 1px solid #cecfd1;
	margin-top: 4px;
}

#intRight_Content.ContactUs {
	min-height: 364px;
}

#intRight_Content.Contact {
	height: auto;
	background-image: url(../_images/callout_Bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#intRight_Content ul {
	margin: 2px;
	padding: 4px;

}

#intRight_Content li {
	list-style: none;
	margin: 10px 0 10px;

}

#flash {
	height: 352px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#callout_1 {
	float: left;
	width: 300px;
	background-color: #fafcfe;

}

#callout_2 {
	float: left;
	width: 300px;
	background-color: #fafcfe;

}

#callout_3 {
	float: right;
	width: 300px;
	background-color: #fafcfe;

}

ul#callouts {
	margin-left: 0;
	padding-left: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow:hidden;

}

ul#callouts li {
	list-style-type: none;
	margin-right: 5px;
}


li.callout_hdr {
	width: 293px;
	height: 45px;
	border: 1px solid #cecfd1;
	padding: 0px;
}

li.callout_btm {
	width: 293px;
	height: 230px;
	border: 1px solid #cecfd1;
	padding: 0px;
	margin-top: 5px;
	background-image: url(../_images/callout_Bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

li p {
	padding: 5px 10px;

}

img.Logo {
	margin-top: 35px;

}

#slider {
  width: 600px;
  margin: 0 auto;
  position: relative;
 
}

.scroll {
  height: 250px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF url(../_images/content_pane-gradient.gif) repeat-x scroll left bottom;
  border-bottom:  1px solid #cecfd1;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 210px;
  min-height: 210px;
  width: 560px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}

#shade {
    background: #EDEDEC url(../_images/shade.jpg) no-repeat 0 0;
    height: 50px;
	margin-bottom: 20px;
}

#slider ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

#slider ul.navigation li {
    display: inline;
}

ul.navigation a {
    color: #000;
    text-decoration: none;
	padding: 4px;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
	background-color: #d87e25;
}

ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}

#footer {
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	background-color: #CECFD1;
	text-align: left;
	border-top: 1px solid #666;
} 

#footerWrap {
	width: 500px;
	margin: 10px auto;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	font-size: 9px;
}

#footerUtility {
	float: right;
}

#footerUtility ul {
	margin: 0px;
	padding: 0px;
}

#footerUtility li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-size: 11px;
}


.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CONTACT FORM STYLES */
#contact_form {
-webkit-border-radius: 10px;
margin: 40px 20px 80px 20px;
width: 380px;
}
.text_input {
background: #e7e7e7;
height: 20px;
width: 355px;
padding: 10px;
margin: 0 0 20px 0;
border: 1px solid #0071bd;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
font-size: 16px
}
.text_area {
background: #e7e7e7;
width: 355px;
padding: 10px;
margin: 0 0 20px 0;
border: 1px solid #0071bd;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
font-family: Verdana,Geneva,sans-serif;
font-size: 16px
}
.submit {
float: left;
height: 37px;
width: 109px;
background: #fff;
padding: 0 0 3px 0;
border: 1px solid #0071bd;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
font-size: 13px;
color: #333;
font-weight: bold
}
.submit:hover {
cursor: pointer
}
.error {
padding:10px;
border:1px solid red;
margin:5px auto;
text-align:center;
font-size: 18px;
color: #0081D3;
line-height: 40px
}
#success{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #0071bd;
background:#e7e7e7;
padding:5px;
}
#success h3{font-size:24px;font-family: Lucida Grande,Lucida Sans Unicode,Arial,Verdana,sans-serif;text-align:center;}
#success p{text-align:center;font-size:18px;line-height:22px;font-family:Lucida Grande,Lucida Sans Unicode,Arial,Verdana,sans-serif;}


#int_Content.NoSlide p img {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: center
}
