

/* Tcorp 2007 AR CSS */




/* HTML styles */

html,body {
	margin: 0;
	padding: 0;
	background-color: #F6F6EB;
	text-align: left;
	color: #666;
	font: 10.5pt/1.4 "HelveticaNeue-Light", Arial, Helvetica, Geneva, sans-serif;
	
}

ul, li {
	padding: 0;
	margin: 0;
}

a img, img {
	border: none;
}


p, small, strong, h1, h2, h3, h4, h5, h6, blockquote {
	padding: 0;
	margin: 0;
	
}

strong {
	font-weight: normal;
	color: #222;
}

h1 {
	color: #444;
	font: normal 19pt "HelveticaNeue-Light", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 15px;
}

h3 {
	color: #CC300E;
	font: normal 15pt "HelveticaNeue-Light", Arial, Helvetica, Geneva, sans-serif;
	padding: 0 10px 0 15px;
	margin-bottom: 15px;

}

h4 {
	color: #222;
	padding: 0 0 0 25px;
}


/* Layout DIVS */

#container {
	width: 948px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 25px auto;
	padding: 25px 14px;
}



img#logo {
	float: right;
}

#slideShow1 {
	width: 945px;
	height: 261px;
	margin: 40px auto;
	background-color: #efefef;
	
}

.content-strip  {
	width: 945px;
	padding: 0px 0px 15px 0px;
	overflow: auto;
	/*height: 300px;*/
	border-bottom: 1px solid #efefef;
	margin: 0 0 20px 0;
	
}

.addvline {
	background: url(images/vert-line-bg.png) repeat-y left top;
	width: 945px;
	padding: 0px 0px 10px 0px;
	overflow: auto;
	margin: 0 0 20px;
	border: none;
}

.addhline {
	border-top: 1px solid #efefef;
	padding-top: 20px;
}

.col {
	float: left;
	width: 314px;
	border:0px solid #ccc;
}

.colwide {
	float: left;
	width: 628px;
	overflow: auto;
}



.col p, .colwide p {
	padding: 0 15px 0 25px;
}

.addr {
	overflow: auto;
	padding: 25px 5px 10px 0;
	margin: 0 15px 0 25px;
	
	border-bottom: 1px solid #efefef;
}

.addr p, .addr h4 {
	padding:0
}

.map {
	float: right;
}

.map img {
	padding:2px;
	border: 1px solid #efefef;
}

.border-rh {
	border-right: 1px solid #E5E5E5;
}

.border-lh {
	border-left: 1px solid #E5E5E5;
}

p.initial, h4.initial {
	padding: 0 15px 0 15px;
}



#menu {
	float: left;
	width: 590px;
	/*height: 27px;
	background-color: #F6F7F8;
	border: 1px solid #ccc;*/
	margin: 23px 0 0 25px;
	height: 27px;
}

#menu span {
	color: #333;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	width: 143px;
	
	line-height: 25px;
	
	
	
	/*background-color: #f00;*/
}

#locationmenu {
	
}

#locationmenu {
	height: 25px;
	float: right;/*width: 566px;
	color: #fff;*/
	
}



#locationmenu ul { float: left; margin: 0; padding: 0 0 0 0; border: none; height: 25px; line-height: 25px;list-style: none; display: inline;  }

#locationmenu li { display:inline;}

#locationmenu ul li { float: left; margin: 0; padding: 0px 0 0 0; display: inline; list-style: none; border-left: 1px solid #ccc;border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;height: 25px;background-color: #F6F7F8; }

#locationmenu a { float:left; display: block;  padding: 4px 0 0 0px; margin: 0; text-decoration: none; font-size:7pt; line-height:1;  text-align:center; color: #666; width: 142px; height: 25px;text-transform: uppercase; }


 			/* Commented Backslash Hack
			
			hides rule from IE5-Mac \*/
			
			#locationmenu a, #locationmenu a:visited {float:none;}
			
			/* End IE5-Mac hack */



#locationmenu a:hover { height: 21px; color: #333; background-color: #fff; 
}



#locationmenu ul li.last {
	border-right: 1px solid #ccc;
}


#locationmenu ul li.first {
	border-left: none;
}

#hidetabs {
	clear: both;
	/*border: 1px solid #ccc;*/
	overflow: auto;
	margin: 0 15px 0px 340px;
	padding: 20px 0 15px;
	background: #F6F6EB url(images/map-bg.png) no-repeat left top;
	
	
}



a:link, a:visited {
	color: #CC300E;
	font-weight: normal;
	text-decoration: underline;
}

a:hover, a:active {
	/*text-decoration: underline;*/
	text-decoration: none;
	
}



/* Classes */

.clear {
	clear: both;
}

.hide {
	display: none;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}


