/*  company.css

	This stylesheet controls the specific appearance of the
	software section of the site.

	Note: Changes should not be made to this stylesheet
	unless the desired result is a change to the company
	section pages.
*/

/* Load the basic and layout stylesheets - IMPORTANT! */
@import url(basic.css);
@import url(layout.css);

/* Basic Element Styles */

div#content {
	
}

#main h1.title {
	overflow: hidden;
	height: 0;
	padding-top: 30px;
	background: transparent url(/images/company.jpg) left top no-repeat;
}
#main h1.title.email {
	background: transparent url(/images/email-title.jpg) left top no-repeat;
}
#main h1.title.sitemap {
	background: transparent url(/images/sitemap.jpg) left top no-repeat;
}
#main h1.title.contact {
	background: transparent url(/images/contact-title.jpg) left top no-repeat;
}
#main h1.title.raffle {
	background: transparent url(/images/raffle-title.jpg) left top no-repeat;
}

#main h1.title.happyH {
	background: transparent url(/images/happyH.jpg) left top no-repeat;
}
#main h1.title.media {
	background: transparent url(/images/Multimedia.jpg) left top no-repeat;
}

#main h1.title.Newsletter {
	background: transparent url(/images/IndustryNews.jpg) left top no-repeat;
}


#main h1.title.flashlogo {
	background: transparent url(/flash/logo.swf) left top no-repeat;
}

#main p.pdf
{
	background: transparent url(/images/icons/pdf.gif) left top no-repeat;
	padding: 0px 0px 0px 20px;
}

#main p.pdf2
{
	background: transparent url(/images/icons/pdf.gif) left top no-repeat;
	padding: 0px 0px 0px 20px;
	margin: -18px 0px 0px 330px;
}

#main p.pdf3
{
	background: transparent url(/images/icons/pdf.gif) left top no-repeat;
	padding: 0px 0px 0px 20px;
	margin: -18px 0px 0px 230px;
}



#main p.texans
{
	padding: 0px 0px 0px 20px;
	margin: -18px 0px 0px 100px;
}

/* Sub Navigation Custom Styles */
#subnav li.on,
#subnav li.on:hover {
	background: #FFF url(/images/link_company.jpg) left top repeat-y;
}

/* Map Element Styles */
ul.map_list {
	list-style: outside; /* Remove list bullets */
	padding: 0px; /* Remove bullet indent */
	margin-left: 10px;
	text-indent: 0px;
}

ul.map_list li{
	list-style-type: none;
	background: transparent url(/images/bullet.jpg) -2px 2px no-repeat;
	list-style: outside; /* Remove list bullets */
	padding: 0px 0px 0px 15px; /* Remove bullet indent */
	margin-left: 10px;
	text-indent: 0px;
}

ul.map_buttons {
	display: block;
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
ul.map_buttons li {
	display: block;
	float: left;
	padding: 2px 0px;
	margin: 0;
	border: 1px solid #DDD;
}
div#map {
	clear: both;
	width: 675px;
	height: 425px;
	margin: 20px 0 10px 0;
}
#map div, #map address {
	width: 250px;
}
h4.hotel {
	margin: 0;
	font-size: 11.5px;
}
/* End Map Styles */

dt.contact 
{
	width: 175px;
	float: left;
	margin-bottom: 3px;
}

dd.contact {
	/* float: left; */
	margin-left: 175px;
	margin-bottom: 3px;
}

* html dt.contact 
{
	width: 160px;
	float: left;
}

* html dd.contact {
	/* float: left; */
	margin-left: 160px;
}


dt.email
{
	width: 80px;
	float: left;
}

dd.email
{
	margin-bottom: 3px;
}



/* Begin Email/Contact Form Styles */
fieldset {
	padding: .5em;
	margin: 0;
}
fieldset dt {
	width: 140px;
	border-left: 5px solid #EEE;
	padding-left: 5px;
}
fieldset .required
{
	padding-left: 5px;
	border-left: 5px solid #E5B5A3;
}
fieldset dd 
{
	margin-left: 105px;
}
fieldset dd input, fieldset dd select {
	display: block;
	width: 300px;
}
fieldset .wrong {
	background-color: #E5B5A3;
}
fieldset textarea 
{
	width: 465px;
}
span.required {
	border-left: 5px solid #E5B5A3;
	padding-left: 5px;
}




p.key{
	margin: 0px 0px -25px 525px;
	padding: 0px;
}

/* End Email/Contact Form Styles Styles */


table.hotels {
	width: 100%;
	background: #fff;
	border-bottom: #fff;
	margin: .5em 0;
	}

