/* PAGE SETUP */

body {
	background: #ffffff;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	margin-top: 34px;
	}
	
a:link, a:visited, a:active {
	text-decoration: none;
	color: #209edf;
	}

a:hover {
	text-decoration: underline;
	color: #233c65;
	}
	
.img {
	display: block;
	border: 0;
	}
	
	
/* SET CONTAINERS */

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #233c65;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
	}





table.topnav, table.logo, table.promo, table.content, table.footer {
	width: 709px;
	}
	
table.footer {
	border-top: dotted #cccccc 1px;
	}
	


/* HEADER */

td.logo {
	vertical-align: middle;
	padding: 0 0 10px 0;
	}

img.logo {
	display: block;
	border: 0;
	}

td.topright {
	width: 100px;
	font-size: 10px;
	}

/* TOPNAV */

td.bg_topnav {
	background: #ffffff URL('graphics/bg_topnav.gif') no-repeat; 
	}
	
td.topnav {
	padding: 3px 8px 3px 8px;
	vertical-align: middle; 
	font-size: 12px;
	font-weight: bold;
	color: #ffff99;
	}
	
a.topnav:link, a.topnav:visited, a.topnav:active {
	text-decoration: none;
	color: #ffffff;
	}

a.topnav:hover {
	text-decoration: none;
	color: #ffff99;
	}
	


/* PROMO */

td.promo {
	vertical-align: top;
	padding: 1px 0 0 0;
	}
	


/* HOME PAGE LEFT SIDE */

td.sl_content {
	width: 354px;
	padding: 10px;
	vertical-align: top; 
	font-size: 12px;
	color: #5a5a5a;
	}
	
span.sl_contentShowroom {
	vertical-align: top; 
	font-size: 14px;
	font-weight: bold;
	color: #233c65;
	}
	


/* HOME PAGE RIGHT SIDE */

td.dl_content {
	width: 355px;
	padding: 10px;
	vertical-align: top; 
	font-size: 12px;
	color: #535a2b;
	}



/* CONTENT */
td.content {
	padding: 10px;
	vertical-align: top; 
	font-size: 12px;
	color: #5a5a5a;
	}
	
span.title {
	vertical-align: top; 
	font-size: 14px;
	font-weight: bold;
	color: #233c65;
	line-height: 18px;
	}
	

	
/* LOCATION TABLE */
td.loc {
	width: 145px;
	padding: 10px 10px 10px 0px;
	vertical-align: top; 
	font-size: 10px;
	color: #5a5a5a;
	}
	
span.loc {
	vertical-align: top; 
	font-size: 11px;
	font-weight: bold;
	color: #484848;
	line-height: 18px;
	}
	

/* FOOTER */

td.footer {
	padding: 10px 12px 10px 12px;
	vertical-align: top; 
	font-size: 10px;
	color: #5a5a5a;
	line-height: 14px;
	}
	
/* FOOTER NAV AND DIR TITLES */

span.footerTitle {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #5a5a5a;
	}
	

/* ICONS WITH TEXT */

a.icon:link, a.icon:visited, a.icon:active {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #5a5a5a;
	}

a.icon:hover {
	text-decoration: underline;
	color: #233c65;
	}



/* COPYRIGHT */

td.copyright {
	padding: 10px;
	text-align: right;
	vertical-align: top; 
	font-size: 10px;
	color: #cccccc;
	}
	
