/*** visible styles ------------------------------------ ***/
.text_general {
/* text general 12 black */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	text-decoration: none;
	line-height:normal;
	font-style: normal;
}
.text_general2 {
/* text general 14 gray */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #333333;
	text-decoration: none;
	line-height: 115%;
	font-weight: normal;
	letter-spacing: 0.3px;
}
.sub_title {
/* subheadings gray 15 bold */
    color: #777777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
	line-height: normal;
}
.sub_title1 {
/* subheadings yellow 15 bold */
    color: #e09b05;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
	line-height: normal;
}
.sub_title2 {
/* subheadings white 15 bold */
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
	line-height: normal;
}
.captions {
/* text small 9 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
/*** end visible styles***/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height:normal;
	background-color: #1e1e1e;
}
#main_content h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	color: #e87a05;
	line-height: 110%;
}
img {
	border : none;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	padding: 0;
	margin: 0;
	padding-left: 16px;
	list-style-position: outside; 
}
li { 
	list-style-image: url('../images/dot.gif');
	/*list-style-type: disc;*/
    color: #1e1e1e;
}
input { 
    font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b5171;
	border: 1px solid #276e85;
	padding: 1px 1px 1px 2px;
}
.field input { 
    width: 160px;
}
.field input.auto { 
    width: auto;
}
textarea { 
    font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b5171;
	width: 230px;
	height: 80px;
	border: 1px solid #276e85;
}
select { 
    font-family : Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #2b5171;
	border: 1px solid #276e85;
}
A{
    COLOR: #cc3300;
    text-decoration: none;
}
A:hover{
    color: #ecc34d;
    text-decoration: none;
}
form {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
body.bg_1 {
	background: #1e1e1e url('../images/sub_bg_main.jpg') fixed repeat-x center top;
}
body.bg_2 {
	background: #1e1e1e url('../images/sub_bg_main2.jpg') fixed repeat-x center top;
}
body.bg_3 {
	background: #1e1e1e url('../images/sub_bg_main3.jpg') fixed repeat-x center top;
}
body.bg_4 {
	background: transparent url('../images/wallpaper4.gif') fixed repeat-x center top;
}
body.bg_5 {
	background: transparent url('../images/wallpaper5.gif') fixed repeat-x center top;
}
body.bg_6 {
	background: transparent url('../images/wallpaper6.gif') fixed repeat-x center top;
}
body.bg_7 {
	background: transparent url('../images/wallpaper7.gif') fixed repeat center top;
}
/*** Main elements....................................***/
#super_container {
	text-align: center;
	background: transparent url('../images/main_bg.jpg') repeat-x scroll center top;
}
#super_subcontainer {
	text-align: center;
	/*background: transparent url('../images/sub_bg_main2.jpg') repeat-x scroll left top;*/
}

#container {
	margin: auto;
	text-align: left;
	width: 1000px;
}

/*** Header | Banner .............................. ***/
#header {
	height: 115px;
	width: 1000px;
	background: transparent url('../images/top_banner.gif') no-repeat scroll left bottom;
}
#header .right_logo {
	float:right;
	width: 385px;
	text-align: right;
	padding-right:15px;
}
#header .left_content {
	float:left;
	width: 580px;
	text-align: left;
	padding-top:18px;
}
#header .left_content .padding  {
	padding: 0 0 0 14px;
}
#header .left_content .padding .header_title  {
	padding-top: 24px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #111111;
	font-weight: bold;
	line-height:normal;
	display: none;
}
.shade {
	display:block;
	height:20px;
	width:1000px;
	background: transparent url('../images/top_shade.gif') repeat-x scroll left top;
}
.subspace {
	display:block;
	height:20px;
	width:1000px;
	background: #cfcfcf;
}

/*** Navigation ................................. ***/
#navigation {
	height: 30px;
	text-align: left;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	position: relative;
	float: left;
	list-style: none;
}
#navigation ul li a {
	display: block;
	text-align: left;
	line-height: 24px;
	background: transparent url("../images/nav_vertical.jpg") no-repeat scroll right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navigation ul li a:hover {
	color: #ecc34d;
	font-weight: bold;
}
#navigation ul li a span {
	display: block;
	cursor: pointer;
	font-size: 12px;
	padding: 0 15px 0 10px;
	text-decoration: none;
	font-weight: bold;
	/*width: 125px;*/	
}
#navigation ul li a:hover span {

}
#navigation ul li.on a {
	color:#e5ae13;
}
#navigation ul li .last a, #navigation ul li .last_on a {
	background: none;
}

/*** End Navigation ***/

/*** HOME Content ............................... ***/
#h_rotator {
	height: 265px;
	background-color:#FFFFFF;
	text-align: center;
}
.white {
	display:block;
	height:20px;
	width:1000px;
	background-color:#FFFFFF;
}
#home_content {
	width: 1000px;
	background-color:#ececec;
}
#home_content .paddingh {
	padding: 15px 15px 0 0;
	background: transparent url('../images/highlights_bg.gif') no-repeat scroll left bottom;
}
#home_content .content1 {
	width: 635px;
	float: left;
}
#home_content .content1 .black {
	float:left;
	display: block;
	background-color:#000000;
	width: 220px;
	margin: 0 20px 10px 15px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.black a {
	color:#e5ae13;
}
.phone_white {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
	line-height: normal;
}
#home_content .content1 .black .b_pad {
	padding: 10px;
}
#home_content .content1 .highlights{
	float:left;
	display: block;
	height: 30px;
	width: 415px;
	padding:10px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #555555;
	font-weight: bold;	
}
#home_content .content1 .case_study {
	float:right;
	display: block;
	height: 40px;
	width: 200px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;	
}
#home_content .content1 .case_study .case_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;	
}
#home_content .content1 .k_content{
	float:right;
	width: 380px;
	height: 200px;
}
#home_content .content2 {  
	width: 325px;
	float: right;
	text-align: left;
}
#home_content .content2 .paddingg {
	padding: 0;
}
/*** End HOME Content ***/

/*** Golden Links ................................ ***/
#golden_hl {
	width: 1000px;
	text-align:left;
	background: #e1e1e1 url('../images/highlights_gradient.gif') repeat-x scroll left top;
}
#golden_hl .gh_padding {
	padding: 10px 13px 5px 13px;
}
#golden_hl .gh_padding .box {
	float: left;
	width: 190px;
	margin-left:4px;
	border-right: solid 1px #a9a9a9;
}
#golden_hl .gh_padding .box1 {
	float: left;
	width: 190px;
	margin-left:4px;
}
/*** END Datamap on home ***/
/*** Subpage styles ..................................***/
#sub_header {
	height: 110px;
	width: 1000px;
}
#sub_header .right_logo {
	float:right;
	width: 385px;
	text-align: right;
	padding-right:15px;
}
#sub_header .left_content {
	float:left;
	width: 580px;
	text-align: left;
	padding-top:18px;
}
#sub_header .left_content .padding  {
	padding: 0 0 0 20px;
}
#sub_header .left_content .padding .page_title  {
	margin-top: 58px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #e2ad24;
	letter-spacing: 1px;
	font-weight: normal;
	line-height:normal;
}
#sub_banner {
	width: 1000px;
	height: 190px;
	display: block;
	background-color:#cfcfcf;
}
#sub_banner .intro {
	float: left;
	width: 275px;
}
#sub_banner .intro .in_padd {
	padding: 20px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
}
#sub_banner .bann {
	float: left;
	width: 505px;
}
#sub_banner .call {
	float:right;
	display: block;
	height:190px;
	background-color:#000000;
	width: 220px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.call a {
	color:#e5ae13;
}
#sub_banner .call .b_pad {
	padding: 15px 10px 0 15px;
}
.tiny_line {
	display:block;
	height:1px;
	width:1000px;
	background: #6a6a6a;
}
#subpage_content {
	width: 1000px;
	background-color:#fcfcfc;
}

#subpage_content .col_left {
	float: left;
	width:760px;
}
#subpage_content .padding .col_left_two {
	float: left;
	width:470px;
}
#subpage_content .padding .col_left_three {
	float: right;
	width:250px;
}
#subpage_content .col_left .padding {
	padding: 15px 0 15px 20px;

}
#subpage_content .col_right{
	float: right;
	width:220px;
	background: transparent url('../images/sublinks_grad.gif') repeat-x scroll left top;
}
#subpage_content .col_right .paddd {
	padding: 20px 10px 15px 15px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
#subpage_content .col_right .subnav_style {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	color: #222222;
	list-style: none;
	line-height:normal;
}
.subnav_style a {
	color: #222222;
}
.subnav_style a:hover {
	color: #682101;
}
.subnav_style ul li.on {
	color:#222222;
}
.subnav_style ul li.on a {
	color:#c89505;
}

/*** subpage 2 additional styles ..................***/

#subpage_content .col_left2 {
	float: left;
	width:275px;
}
#subpage_content .col_left2 .cl2_padd {
	padding: 15px 25px 15px 20px;
}
#subpage_content .col_left3 {
	float: left;
	width:485px;
}
#subpage_content .col_left3 .cl3_padd {
	padding: 15px 0 15px 0;
}

/*** End subpage styles***/
/*** Footer ......................................... ***/
#footer {
	display:block;
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: transparent url("../images/footer_bg.jpg") repeat-x scroll left top;
}
#footer .padding {
	padding: 10px 15px 0 15px;
}
#footer .padding .copyright {
	width: 420px;
	float: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
#footer .copyright a {
	text-decoration: none;
	color: #333333;
}
#footer .copyright a:hover {
	text-decoration: none;
	color: #780202;
}
#footer .links {
	float: right;
	width: 480px;
	text-align: right; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #4a4949;
}
#footer .links a {
	text-decoration: none;
	color: #4a4949;
}
#footer .links a:hover {
	text-decoration: none;
	color: #780202;
}
.footer_phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.footer_under {
	display:block;
	height:30px;
	width:1000px;
	background: transparent url("../images/under_footer.jpg") repeat-x scroll left top;
}
/*** End Footer ***/

/*** Drop Down Menu ........................................ ***/
.cssmenu_iframe, .cssmenu_sub {
	position: absolute;
	z-index: 500;
	top: -500px;
	left: -500px;
	width: 168px;
	background-color: #333333;
	border: 1px solid #000000;
	border-top: 1px solid #6a6a6a;
	padding-top: 2px;
	padding-bottom: 3px;
}
.cssmenu_iframe {
	border: none;
	padding: 0;
}
#cssmenu_submenus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#cssmenu_submenus ul li {
	list-style: none;
}
.cssmenu_iframe {
	z-index: 499;
}
#cssmenu_submenus a, #cssmenu_submenus a span {
	display: block;
	height: 1%;
	text-decoration: none;
	cursor: pointer;
	color: #fcfcfc;
}
#cssmenu_submenus a span {
	line-height: 20px;
	text-align: left;
	padding-left: 10px;
}
#cssmenu_submenus a:hover span {
	color: #e4aa05;
}
#cssmenu_submenus a.arrow {
	background-image: url('../images/cssmenu_arrow.gif');
	background-position: right center;
	background-repeat: no-repeat;
}
/*** End Drop Down Menu ***/
/*** Forms..................................... ***/
input.w05, select.w05 {
	width: 60px;
}
input.w1, select.w1 {
	width: 150px;
}
input.w15, select.w15 {
	width: 170px;
}
input.w2, select.w2 {
	width: 230px;
}
td label {
	display: block;
	position: relative;
	width: 150px;
	color: #666666;
}
span.label {
	display: block;
	color: #666666;
	padding-bottom: 3px;
}
label span.label {
	display: inline;
}
td label img {
	position: absolute;
	top: 3px;
	right: 0px;
}
td.field label, td label.auto {
	width: auto;
	display: inline;
	padding-right: 12px;
}
td.field label {
	color: #333333;
	font-weight: normal;
}
#form_errors {
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	margin: 0 0 12px 0;
	padding: 12px;
	color: #666666;
}
#form_errors ul {
	margin-top: 12px;
	margin-bottom: 0;
	font-weight: normal;
	color: #333333;
	font-weight: bold;
}
#form_errors li {
	margin-top: 0;
	margin-bottom: 3px;
}
#form_errors *:first-child {
	margin-top: 0;
}
#form_errors *:last-child {
	margin-bottom: 0;
}
p.required {
	float: right;
	margin: 0 0 12px 24px;
	color: #666666;
}
/* END forms */
/*** Google Maps ........................ ***/
#google_map {
    width: 100%;
    height: 320px;
    border: 1px solid #d6a528;
    background: #ffffff url(../images/map_loading.gif) no-repeat scroll center center;
    overflow: hidden;
}
#google_map.loaded {
    background-image: none;
}
/*** End Google Maps ***/
/*** Rotator styles .................***/
.c1-rotator ul, .c1-rotator li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.c1-rotator ul {
	float: left;
	padding-left: 15px;
}
.c1-rotator-images {
	float: right;
}
.c1-rotator-image {
	top: 0;
	left: 0;
}

.c1-rotator-thumb img {
	border: 1px solid #0c0c0c;
	width: 185px;
	height:45px;
}
.c1-rotator-thumb-active img {
	border: 1px solid #e3ad25;
	width: 185px;
	height:45px;
}

/*
div#imageTextArea {
	width: 185px;
	display: table; 
	#position: relative;
	float: left;
	text-align: left;
	padding: 0;
}		
#home_content div#imageTextArea {
	width: 185px;
}	
div#imageSelection {
	padding-left: 10px;
}		
div#imageSelection a {
	padding-left: 10px;
}	
	
div#imageSelection a.imageOffState img {
	border: 1px solid #c0c0c0;
}		
div#imageSelection a.imageHoverState img {
	border: 1px solid #000000;
}
div#imageSelection a.imageOnState img {
	border: 1px solid #e3ad25;
}

*/
	
/*** END Rotator styles ................. ***/

/*** FAQs styles ........................ ***/

#faq_all .question {
	display: block;
	padding: 0 0 6px 0;
}
#faq_all .answer {
	display: block;
	padding: 0 0 8px 0;
	color: #000000;
    font-weight: normal;
}
/*** End FAQs styles ***/

/*** Gallery embedded tpl styles ........................ ***/
.enlarge {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	text-decoration: none;
	line-height:normal;
	font-style: normal;
}

/*** END Gallery embedded tpl styles ........................ ***/

td.border {            
	border: 1px solid #c9941c;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
    border-bottom-color: #c9941c;
    border-top-color: #fcfcfc;
    border-left-color: #fcfcfc;
    border-right-color: #fcfcfc; 
}
