/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2007
*/
/***********************************************/

/*Begin Design Layout*/
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color:#BABABA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(/inc/templates/current/preferred-sales/images/background.jpg);
	background-repeat:repeat;
}

a {
	color:#FFFFFF;
	text-decoration: none;
}

a:hover {
	color:#4B94E0;
	text-decoration: none;
}

#top_nav {
	background-image:url(/inc/templates/current/preferred-sales/images/top_nav_background.jpg);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 63px;
	border-left-style: dotted;
	border-width: 1px;
	border-color: #CCCCCC;
}

#slider {
	width: 690px;
	height: 300px;
}

#slider_container {
	padding-top: 0px;
}

#top_link {
	color:#FFFFFF;
	font-size: 13px;
	width: 960px;
	height: 25px;
	text-align: right;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 40px;
	margin: auto;
}

/*End Design Layout*/

/* BEGIN CSS Rollover Menu */

ul#navlist {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#navlist  li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	margin: 0;
	padding: 0;
}


.cssnav
{
	position: relative;
	float: left;  /*comment out for vertical menu*/
	/*background: url(/inc/templates/current/preferred-sales/images/nav_button_foreground.gif) no-repeat;*/
	white-space: nowrap;
	display: block;
	width: 159px;
	height: 63px;
	margin: 0;
	padding: 0;
	border-right-style: dotted;
	border-width: 1px;
	border-color: #CCCCCC;
	z-index: 99;
}


.cssnav a
{
	display: inline;
	color:#FFFFFF;
	font-size: 13px;
	width: 160px;
	height: 63px;
	float: left;
	text-decoration: none;
	font-weight:bold;
}


.cssnav a:hover
{
	position: absolute;
	left: -2px;
	top: 0px;
	cursor: pointer;
	width: 162px;
	height: 68px;
	font-size: 14px;
	color: #4B94E0;
	text-decoration: none;
	background-color:#232732;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-width: 1px;
	border-color: #CCCCCC;
}


.cssnav img
{
width: 160px;
height: 63px;
border: 0;
}

* html a:hover
{
	visibility: visible;
}


.cssnav a:hover img
{
	visibility: hidden;
}


.cssnav span
{
position: absolute;
left: 0px;
top: 25px;
margin: 0px;
padding: 0px;
cursor: pointer;
width: 160px;
height: 38px;
text-align: center;
}

.subnavlist { display: none; }
.subnavlist  li { float: none; }

ul#navlist li:hover ul#subnavlist_team
{
position: absolute;
display: block;
left: 0px;
top: 70px;
padding: 0px;
margin: 0px;
}

#subnavlist_team li a
{
	color: #FFFFFF;
	position: relative;
	display: block;
	left: -2px;
	top: 0px;
	float: none;
	display: block;
	line-height: 20px;
	text-align: left;
	font-weight:bold;
	font-size: 8pt;
	min-width: 156px;
	width: 156px;
	height: 20px;
	padding: 3px;
	margin: 0px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #474D5D;
	opacity: 0.9;
}

ul#navlist li ul#subnavlist_team li:hover a
{
background-color: #232732;
color: #4B94E0;
}

ul#navlist li:hover ul#subnavlist_about
{
position: absolute;
display: block;
left: 0px;
top: 70px;
padding: 0px;
margin: 0px;
}

#subnavlist_about li a
{
	color: #FFFFFF;
	position: relative;
	display: block;
	left: -2px;
	top: 0px;
	float: none;
	display: block;
	line-height: 20px;
	text-align: left;
	font-weight:bold;
	font-size: 8pt;
	min-width: 156px;
	width: 156px;
	height: 20px;
	padding: 3px;
	margin: 0px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #474D5D;
	opacity: 0.9;
}

ul#navlist li ul#subnavlist_about li:hover a
{
background-color: #232732;
color: #4B94E0;
}

ul#navlist li:hover ul#subnavlist_cust
{
position: absolute;
display: block;
left: 0px;
top: 70px;
padding: 0px;
margin: 0px;
}

#subnavlist_cust li a
{
	color: #FFFFFF;
	position: relative;
	display: block;
	left: -2px;
	top: 0px;
	float: none;
	display: block;
	line-height: 20px;
	text-align: left;
	font-weight:bold;
	font-size: 8pt;
	min-width: 156px;
	width: 156px;
	height: 20px;
	padding: 3px;
	margin: 0px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #474D5D;
	opacity: 0.9;
}

ul#navlist li ul#subnavlist_cust li:hover a
{
background-color: #232732;
color: #4B94E0;
}


ul#navlist li:hover ul#subnavlist_manuf
{
position: absolute;
display: block;
left: 0px;
top: 70px;
padding: 0px;
margin: 0px;
}

#subnavlist_manuf li a
{
	color: #FFFFFF;
	position: relative;
	display: block;
	left: -2px;
	top: 0px;
	float: none;
	display: block;
	line-height: 20px;
	text-align: left;
	font-weight:bold;
	font-size: 8pt;
	min-width: 156px;
	width: 156px;
	height: 20px;
	padding: 3px;
	margin: 0px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #474D5D;
	opacity: 0.9;
}

ul#navlist li ul#subnavlist_manuf li:hover a
{
background-color: #232732;
color: #4B94E0;
}

/* END CSS Rollover Menu */



/*Begin Nav*/
.nav a {
	color: #000000;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 0px;
  }
.nav a:hover {
	text-decoration: underline;
	font-weight: bold;
}
/*End Nav*/
/*Begin Content*/

#content {
	padding: 5px;
	min-height: 300px;
  	height: auto !important;
  	height: 300px;
}

#progress_unknown_length {
	position: absolute;
	top: 430px;
	left: 0px;
	margin: auto;
	width:100%;
	background: transparent;
	text-align: center;
	z-index: 10000;
	border: 0px;
}
#progress_unknown_length_content {
	position: relative;
	padding-top: 40px;
	width: 639px;
	height: 430px;
	margin: auto;
	text-align: center;
	color: #2C28BA;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
}

img{
	border-width:0px;
}

.preferred1 {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:16px;
}

.address_book {
	color:#FFFFFF;
}

.address_book a {
	color:#4B94E0;
}

.address_book a:hover  {
	color:#FF6100;
}

.company_position {
	color:#FFFFFF;
	padding-bottom: 5px;
}


h1{
	color:#FF6100;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#FF6100;
	font-size:14px;
	margin: 5px 0px;
	font-weight: bold;
}

h3{
	color:#FF6100;
	font-size:12px;
	font-variant: normal;
}

.ajax_link {
	font-size:16px;
	color: #000000;
	text-decoration: none;
  }
  
.ajax_link a {
	color: #063;
	text-decoration: underline;
	font-weight: bold;
}

.ajax_link a:hover {
	color: #4B94E0;
	text-decoration: underline;
	font-weight: bold;
}

.ajax_link_sm {
	color: #093;
	text-decoration: none;
  }
  
.ajax_link_sm a {
	color: #093;
	text-decoration: underline;
	font-weight: bold;
}

.ajax_link_sm a:hover {
	color: #4B94E0;
	text-decoration: underline;
	font-weight: bold;
}

/*End Content*/

/*Begin Forms*/

.state {
	cursor: pointer
}

.sc_table_form{
	padding-left: 200px;
} 

.sc_form_required{
	color: #FF0000;
	display: inline;
	font-family: Verdana;
	font-size: 10px;
} 

.sc_form_textbox{
	width: 200px;
} 

.sc_form_separator_label{
	font-weight: bold;
} 

.sc_form_separator{
	color: #48648C;
	background-color: #48648C;
	height: 1px;
} 

#sc_form_textarea_Address {
width: 185px;
height:50px;
text-indent: 0px;
}

#sc_form_textarea_Message {
width: 400px;
height:100px;
text-indent: 0px;
}

/*End Forms*/

/*Begin Map*/

#address_window {
	position: absolute;
	top: 400px;
	left: 0px;
	margin: auto;
	width:100%;
	background: transparent;
	z-index: 98;
	border: 0px;
}

#loading_window {
	position: absolute;
	top: 425px;
	left: 0px;
	margin: auto;
	width:100%;
	background: transparent;
	z-index: 99;
	border: 0px;
	text-align: center;
}

.ajax_loading_container {
	position: relative;
	margin: auto;
	width: 625px;
	height: 490px;
	background-color:#FFF;
}

.ajax_container {
	height: 460px;
	width: 615px;
	overflow-y: auto;
	overflow-x: hidden;
	color: #000;
}

.PreloadPic {
	display: none;
}
 
#map_div {
	position:relative;
	left:-5px;
	top:0px;
	width:741px;
	height:501px;
	margin: 0px auto 0px auto;
}

#map_top_mask {
	position:absolute;
	left:0px;
	top:0px;
	width:741px;
	height:501px;
	margin: 0px auto 0px auto;
}

#mask {
	position:absolute;
	left:0px;
	top:0px;
	width:741px;
	height:501px;
}

#mask {
	position:absolute;
	left:0px;
	top:0px;
	width:741px;
	height:501px;
}

#AL {
	position:absolute;
	left:474px;
	top:293px;
	width:50px;
	height:79px;
}

#AK {
	position:absolute;
	left:40px;
	top:331px;
	width:217px;
	height:127px;
}

#AR {
	position:absolute;
	left:397px;
	top:274px;
	width:64px;
	height:58px;
}

#AZ {
	position:absolute;
	left:143px;
	top:245px;
	width:89px;
	height:98px;
}

#CA {
	position:absolute;
	left:59px;
	top:140px;
	width:103px;
	height:170px;
}

#CT {
	position:absolute;
	left:628px;
	top:165px;
	width:26px;
	height:29px;
}

#CO {
	position:absolute;
	left:228px;
	top:197px;
	width:91px;
	height:74px;
}

#DE {
	position:absolute;
	left:617px;
	top:207px;
	width:16px;
	height:24px;
}

#FL {
	position:absolute;
	left:487px;
	top:351px;
	width:108px;
	height:91px;
}

#GA {
	position:absolute;
	left:508px;
	top:291px;
	width:67px;
	height:71px;
}

#HI {
	position:absolute;
	left:222px;
	top:374px;
	width:103px;
	height:70px;
}

#IA {
	position:absolute;
	left:377px;
	top:173px;
	width:75px;
	height:51px;
}

#ID {
	position:absolute;
	left:154px;
	top:65px;
	width:74px;
	height:118px;
}

#IL {
	position:absolute;
	left:434px;
	top:186px;
	width:51px;
	height:85px;
}

#IN {
	position:absolute;
	left:475px;
	top:193px;
	width:40px;
	height:66px;
}

#KS {
	position:absolute;
	left:309px;
	top:216px;
	width:93px;
	height:58px;
}

#KY {
	position:absolute;
	left:458px;
	top:232px;
	width:89px;
	height:47px;
}

#LA {
	position:absolute;
	left:403px;
	top:326px;
	width:74px;
	height:67px;
}

#MA {
	position:absolute;
	left:629px;
	top:150px;
	width:44px;
	height:22px;
}

#MD {
	position:absolute;
	left:570px;
	top:209px;
	width:63px;
	height:32px;
}

#ME {
	position:absolute;
	left:643px;
	top:81px;
	width:46px;
	height:70px;
}

#MI {
	position:absolute;
	left:441px;
	top:110px;
	width:95px;
	height:89px;
}

#MN {
	position:absolute;
	left:370px;
	top:91px;
	width:81px;
	height:87px;
}

#MO {
	position:absolute;
	left:385px;
	top:216px;
	width:83px;
	height:69px;
}

#MS {
	position:absolute;
	left:433px;
	top:295px;
	width:50px;
	height:79px;
}

#MT {
	position:absolute;
	left:184px;
	top:65px;
	width:124px;
	height:86px;
}

#NC {
	position:absolute;
	left:520px;
	top:253px;
	width:111px;
	height:53px;
}

#ND {
	position:absolute;
	left:300px;
	top:87px;
	width:84px;
	height:54px;
}

#NE {
	position:absolute;
	left:291px;
	top:176px;
	width:101px;
	height:52px;
}

#NH {
	position:absolute;
	left:637px;
	top:117px;
	width:21px;
	height:41px;
}

#NJ {
	position:absolute;
	left:617px;
	top:183px;
	width:16px;
	height:34px;
}

#NM {
	position:absolute;
	left:214px;
	top:255px;
	width:87px;
	height:90px;
}

#NY {
	position:absolute;
	left:561px;
	top:126px;
	width:74px;
	height:64px;
}

#NV {
	position:absolute;
	left:105px;
	top:154px;
	width:83px;
	height:121px;
}

#OH {
	position:absolute;
	left:505px;
	top:185px;
	width:57px;
	height:59px;
}

#OK {
	position:absolute;
	left:294px;
	top:263px;
	width:110px;
	height:61px;
}

#OR {
	position:absolute;
	left:72px;
	top:83px;
	width:103px;
	height:86px;
}

#PA {
	position:absolute;
	left:555px;
	top:175px;
	width:70px;
	height:45px;
}

#RI {
	position:absolute;
	left:649px;
	top:163px;
	width:12px;
	height:15px;
}

#SC {
	position:absolute;
	left:537px;
	top:286px;
	width:63px;
	height:47px;
}

#SD {
	position:absolute;
	left:295px;
	top:131px;
	width:88px;
	height:60px;
}

#TN {
	position:absolute;
	left:450px;
	top:265px;
	width:108px;
	height:37px;
}

#TX {
	position:absolute;
	left:247px;
	top:269px;
	width:169px;
	height:169px;
}

#UT {
	position:absolute;
	left:168px;
	top:171px;
	width:72px;
	height:91px;
}

#VA {
	position:absolute;
	left:528px;
	top:218px;
	width:99px;
	height:56px;
}

#VT {
	position:absolute;
	left:621px;
	top:121px;
	width:22px;
	height:38px;
}

#WA {
	position:absolute;
	left:95px;
	top:49px;
	width:90px;
	height:62px;
}

#WI {
	position:absolute;
	left:415px;
	top:122px;
	width:66px;
	height:69px;
}

#WV {
	position:absolute;
	left:541px;
	top:215px;
	width:52px;
	height:41px;
}

#WY {
	position:absolute;
	left:214px;
	top:136px;
	width:89px;
	height:73px;
}

#mapinfo
{
	height:400px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

.mapinfo_title
{
	font-family: Arial, Helvetica, sans-serif;
	color:#0033CC;
	font-size:16px;
}

.mapinfo_header
{
        font-family: Arial, Helvetica, sans-serif;
        color:#000000;
        font-size:14px;
	font-weight:bold;
}

.mapinfo_text
{
        font-family: Arial, Helvetica, sans-serif;
        color:#000000;
        font-size:12px;
}
/*End Map*/

/*Footer*/
#footer {
	text-align:center;
	font-size: 10px;
	color: #505962;
}

#footer a {
	color: #505962;
	text-decoration:none
}


