/****************HTML tag styles ***************/

html {
	min-width: 980px;
}

body{
	background: #ffffff;
	margin: 0px;
	font-family: Lato, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 2;
	min-width: 980px;
}

/******* RESET DEFAULTS *******/

p{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 13px;
	line-height: 2;
}

img{
	border: 0px;
}

h1{
	font-size: 24px;
	font-weight: bold;
	color: #231f20;
	padding: 0px 0px 10px 0px;	
	margin: 0 0 0 96px;
}

h2{
	font-size: 17px;
	font-weight: bold;
	color: #231f20;
	padding: 0px 0px 10px 0px;	
	margin: 0px;
}

h3{
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;	
	margin: 0px;
}

ol{
	padding-bottom: 20px;
}

ul{
	padding-bottom: 20px;
}

div.hr{
	position: relative;
	height: 1px;
	background: #fff url(images/border_dotted.gif) repeat-x scroll center;
	margin-top: 10px;
	margin-bottom: 30px;
	clear: both;
}

div.hr hr{
	display: none;
}

/******* hyperlink and anchor tag styles *******/

a:link    {color: #fcb034; text-decoration: none; font-weight: bold;}
a:visited {color: #fcb034; text-decoration: none; font-weight: bold;}
a:active  {color: #fcb034; text-decoration: none; font-weight: bold;}
a:hover   {color: #fcb034; text-decoration: underline; font-weight: bold;}

#container .nav a:link, #container .subnav a:link, #container .footer a:link    {color: #FFFFFF; text-decoration: none; }
#container .nav a:visited, #container .subnav a:visited, #container .footer a:visited {color: #FFFFFF; text-decoration: none; }
#container .nav a:active, #container .subnav a:active, #container .footer a:active  {color: #fca000; text-decoration: none; }
#container .nav a:hover, #container .subnav a:hover, #container .footer a:hover   {color: #fca000; text-decoration: none; }

/******* MAIN CONTAINERS *******/

#container{
	position: relative;
	width: 100%;
	border: 0px;
}

#container .header{
	padding: 0px;
	height: 158px;
	width: 100%;
	margin: 0px;
	background: url(images/header-bg.gif) no-repeat top left;
}

#logo{
	padding-left: 115px;
	float: left;
	padding-top: 25px;
}

#tagline {
	float: left;
	margin: 63px 0px 0px 70px;
}

#tagline p {
	font-size: 22px;
	font-style: italic;
	line-height: 1.35em;
	text-align: center;
	font-weight: 500;
}

#phone {
    float: right;
	padding: 56px 279px 0 0 ;
}

#phone a {
	font-size: 26px;
	text-decoration: none;
	color: #0b0b0b;
	font-weight: normal;
	background: url("images/phone-icon.png") no-repeat scroll left center transparent;
	font-style: italic;
	padding-left: 29px;
}

#phone a:hover {
	color: #FCB034;
}

#overlay{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 999;
}

#container .nav ul {
	list-style: outside none none;
	padding-left: 79px;
	margin: 0;
}

#container .subnav ul {
	list-style: outside none none;
	margin: 0px;
	width: 70%;
	float: left;
	padding-left: 0;
	padding-bottom: 3px;
}

#container .nav li, .subnav li {
	float:left;
	margin: 0px 6px;
	text-align: left;
	color: #fcb034;
	font-weight: normal;
	font-family: Lato,Arial,Helvetica,sans-serif;
	vertical-align:baseline;
    padding: 5px 10px;
}

#container .nav li.current-menu {
	background: url("images/current-menu.png") no-repeat scroll left center transparent;
}

#container .nav li.current-menu  a {
	color:#FCB034;
}


#container .nav,
#container .nav-split {
	margin-right: 75px;
}

#container .subnav {
	margin-right: 115px;
}

#container .nav {
	background: #231f20;
	font-size: 15px;
	height: 38px;
}

#container .nav a {
	padding-left: 20px;
	padding-right: 20px;
	font-weight:normal;
}

#container .subnav{
	background: #830300;
	float: left;
	width: 93%;
}

#container .subnav li {
	font-size: 17px;
	font-weight:normal;
	margin: 2px 0 0 0;
	padding: 5px 1px;
}

#container .subnav li a {
	font-weight:normal;
	padding: 6px 18px;
	border-radius: 6px;
	transition: background-color 1.0s ease 0s;
}

#container .subnav li.selected a {
	background: none repeat scroll 0% 0% #ffa111;
	border-radius: 4px;
	color: #231F20;
}


#container .subnav li a:hover {
	background: none repeat scroll 0% 0% #ffa111;
	transition:none;
/*	transition: background-color 0.5s ease 0s; */
	color: #231f20;
	font-weight: 400;
}

#container .subnav .subnav-title {
	font-weight: 900;
	color: #fff;
	padding: 4px 25px;
	background: url("images/sml-triangle.png") no-repeat scroll 0 9px transparent;
	max-width: 180px;
	float: left;
	margin-left: 112px;
	font-size: 16px;
	margin-top: 4px;
}


#container .nav-split{
	background-color: #231f20;
	border-top: #fca000 2px solid;
	height: 4px;
}

/********* MAIN ********/


#container .main{
	width: 100%;
	padding: 4px 20px 20px 20px;
	margin: 0px;
	border: 0px;
	vertical-align: top;
}

#container .quote{
	width: 220px;
	min-width: 220px;
	border: 18px solid #ffffff;
	border-left: 8px solid #ffffff;
	background: #231f20 url(images/bottom-border.gif) repeat-x bottom;
	vertical-align: top;
	color: #ffffff;
	padding-bottom: 20px;
	font-size: 11px;
}

#container .quote p{
	margin: 0px;
	padding: 20px 20px 0px 20px;
	font-size: 12px;
	line-height: 1.5;
}

.tbl-content {
	margin-top:10px;
}

/********FOOTER*******/

#footer{
	width: 100%;
	padding: 10px;
	margin: 0px;
	background: #231f20 url(images/bottom-border.gif) repeat-x bottom;
	text-align: center;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
}

/********FORM********/

.styleform, .inputform, .selectform, .submitform, .charsform, .termsform{
	color: #231f20;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family:Arial, Verdana;
	font-size: 11px;
	padding:2px;
}

.termsform{
	width: 300px;
	font-size:10px;
}

.inputform{
	width: 150px;
}

.selectform{
	width:156px;
}

.submitform{
	font-weight: bold;
	background-color: #f4f4f4;
	width:156px;
}
#contact-frm .inputform { width: 230px; }
#contact-frm .inputform , #contact-frm .submitform { padding: 8px; }


/*Others*/

.clear { clear:both; }
.separator { color:#FFA111; }

/*Media Queries*/
@media only screen and (min-width: 1280px) {
	#container { min-width: 1300px; }
}
	
@media only screen and (max-width: 1257px) {
	#container .subnav { width: 90%; }
	#tagline p { font-size: 20px; }
	#phone a { font-size: 21px; }
}

@media only screen and (max-width: 1189px) {
	#tagline { margin: 63px 0px 0px 55px; }
	#logo { padding-left: 40px; }
	#container .subnav ul { max-width: 635px; }
	#tagline p { font-size: 19px; }
	#container .nav ul { padding-left: 6px; }
	#container .subnav .subnav-title { margin-left: 38px; }
	.tbl-content h1 { margin: 0px 0px 0px 17px; }

	
}

@media only screen and (max-width: 1085px) {
	#tagline { margin: 63px 0px 0px 30px; }
	#tagline p { font-size: 17px; }
	#phone a { font-size: 17px; }
	#container.tbl-content { width: 93%; }
}

@media only screen and (max-width: 1000px) {
	#tagline { margin: 63px 0px 0px 15px; }
}