/*************************************************************************/
/****************************** global ***********************************/

html, body{
	margin:0;
	padding:0;
	text-align:center; /* IE 5 fix to center container DIV */
	background:transparent url(../images/bg.gif) repeat-x;
	font:11px/15px Helvetica, Arial, sans-serif;
	color:#5F5F60;
}
img { /*IE 5-6 transparent PNG support */
	behavior:url(http://www.pacific-technical.net/assets/iepngfix.htc);
}
#container{
	width:748px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:left;
}
.floatLeft{
	float:left;
	padding:5px 12px 0 0;
}

/*************************************************************************/
/************************* main navigation *******************************/

#nav{
	height:141px;
	width:748px;
	margin:0 auto;
}
#nav ul{
	padding:0;
	margin:0;
	list-style:none;
	white-space:nowrap;
}
#nav li{
	display:inline;
	float:left;
	margin:0 0 -10px 0;
	padding:0;
}
#nav li a{
	margin:0;
	padding:0;
}

/*************************************************************************/
/************************* content containers ****************************/

#bannercolumn{
	width:748px;
	height:180px;
}
#midcolumn{
	z-index:1;
	width:748px;
	min-height:709px;
	float:left;
	background:transparent url(../images/header/main_grey_bg.jpg) repeat-y;
}
#footerColumn{
	width:748px;
}
#leftColumn{
	width:220px;
	min-height:150px;
	float:left;
	margin:0 0 0 4px;
	padding:20px 0 0 25px;
}
* html #leftColumn{
	width:195px;
}
/**************** right column ******************/
#rightColumn{
	z-index:2;
	position:relative;
	width:499px;
	height:100px;
	margin:-40px 0 0 0;
	float:right;
}
* html #rightColumn{ /* IE 5-6 */
	width:499px;
}
#rightColumnHeader{
	height:132px;
}
#rightColumnProducts{
	min-height:344px;
	padding:0 0 0 13px;
	background:transparent url(../images/right_table/wht_bg.gif) repeat-y;
}
#rightColumnCopy{
	height:314px;
	padding:10px 20px 20px 30px;
	background:transparent url(../images/right_table/wht_bg.png) repeat-y;
}
#rightColumnFooter{
	height:93px;	
	padding:37px 0 0 0;
	text-align:center;
	background:transparent url(../images/right_table/footer.png) no-repeat;
}
#rightColumnProductsFooter{
	width:499px;
	height:93px;
	padding:37px 0 0 0;
	text-align:center;
	background:transparent url(../images/right_table/footer2.png) no-repeat;
}
/************* page specific DIVs ***************/
#mapTable{
	width:472px;
	margin: 0 0 0 0;
	padding-top:0px;
	height:344px;	
}
#mapTable img{
	float:left;
	padding:0 15px 0 15px;
}
#mapTableContent{
	width:100px;
	float:right;
	margin:15px 20px 0 20px;
}
#aboutTableContent{
	width:300px;
	float:left;
	margin: 15px 0 0 15px;
}
#ProductListing{
	width:472px;
	height:85px;
	border-bottom:2px dotted #4b4c4c;
	padding-top:15px;
	font-size:10px;
	line-height:13px;
	color:#2A4B76;	
}
#ProductListing img{
	float:left;
	margin-top:-15px;
	padding-right:15px;
}
#ProductTableContent{
	width:235px;
	float:right;
}

/*************************************************************************/
/***************************** type styles *******************************/

.titleBlue {
	font-size:16px;
	color:#2A4B76;
}
.titleSmallBlue {
	font-size:14px;
	color: #2A4B76;
}
.boldBlue {
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	color:#2A4B76;
}
.greyCopy {
	font-size:10px;
	color:#5F5F60;
}
ul { /* modern browsers */
	margin:-8px 0 0 -23px;
	list-style-image:url(../images/header/blue_bullet.gif);
}
* html ul{ /* IE 5-6 */
	margin-left:13px;
}
*:first-child+html ul{ /* IE 7 */
	margin-left:23px;
}
.leftLine{
	padding:0;
	margin:0 0 0 18px;
}
.leftLine li{
	list-style-image:url(../images/right_table/subBullet.gif);
}

/*************************************************************************/
/**************************** linkage ************************************/

a:link, a:visited, a:active {color:#484848; text-decoration:none;}
a:hover {color:#2A4B76; text-decoration:none; border-bottom:1px dotted #2A4B76;}

#ProductListing a:link, #ProductListing a:visited, #ProductListing a:active {color:#484848; font-weight:bold; text-decoration:none;}
#ProductListing a:hover {color:#2A4B76; font-weight:bold; text-decoration:none; border-bottom:none;}

#rightColumnProducts a:hover {border-bottom:none;}
