/*-----------------------------------------------------------------------------
 Copyright 2006 Avallo Multimedia and Creative Services Inc.
 Design: Weston Shaw
 Code: Weston Shaw
 Media: Print
-----------------------------------------------------------------------------*/
*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}

ul#free, #header p.address a,
#flashStage, #nav, #footer, #avallo
{display:none;}

p{margin:0px 10px 10px 10px;}
.small{font-size:12px;}
a, a:link, a:visited  { 
	color: #333; 
	background-color:inherit; 
}
a:hover, a:active { 
	color: #333; 
	background-color:inherit;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, dl dt a{
	color: #000 !important; 
	background-color:transparent !important; 
	font-weight: bold !important; 
	text-decoration:underline !important;
	display:block !important;
	font-size: 14px;
}
#home h2 a{font-size:18px;}
h1, h2, h3, h4, h5, h6 {
	color: #333; 
	background-color:transparent; 
	font-weight: bold; 
}
h1 {font-size: 18px; margin: 0 0px 8px 0px; padding-top:20px;}
h2 {font-size: 18px; margin: 20px 0px 0px 0px; font-weight:normal;}
h3 {font-size: 16px; margin: 20px 0px 5px 0px;}
h4 {font-size: 14px; margin: 10px 0px 0px 0px;}
h5 {font-size: 12px; margin: 0 0px 0 0px;}
h6 {font-size: 12px; margin: 5px 0px 0 0px;}
ul{ 
	list-style: circle; 
	margin: 0 0px 5px 30px; 
}
ul ul{
	list-style:disc; 
}
ul ul ul{
	list-style:square;
}
ol { 
	margin: 0 0px 10px 40px; 
}
dl{
	margin: 0 0px 5px 10px; 
}
dl dt{
	font-weight:bold;
	margin-top:5px;
	color: #333; 
}
dl dd{
	font-size:13px;
	margin-left:10px;
}
acronym{
	font-size:inherit;
	color:inherit;
}
table{
	padding:0;
	margin:20px auto;
}
table th,
table td{
	padding:3px 10px;
	text-align:center;
}
table td{
	text-align:left;
}
table,
table th,
table td{border:1px solid #333;}
table{border-width:1px 0 0 1px;}
table th,
table td{border-width:0 1px 1px 0;}
table th{font-size:12px; border-bottom-width:2px;}
table th.location{
	padding:10px 10px 4px 10px;
	font-size:16px;
	background:#eee;
}
.clear{clear:both !important;}
.noclear{clear:none !important;}
.floatL{float:left !important;}
.floatR{float:right !important;}
.nofloat{float:none !important;}
.left{text-align:left !important;}
.right{text-align:right !important;}
.center{text-align:center !important;}
.just{text-align:justify !important;}
.cols{
	float:left;
	clear:none;
	margin:0 30px 10px;
	width:180px;
}
dt.clearDT,
.cols dd
.cols dt{
	clear:both;
}
#main img{
	float:left;
	margin: 0 25px 20px 0;
	border:none;
}
dl.col2{
	width:300px;
	margin:0pt 0px 10px 10px;
	float:left;
	clear:none;
}
#main dl.col2 dt img{
	margin:0 10px 10px 0;
	border:1px solid #333;
}
#header{border-bottom:#ccc 1px solid; height:75px;}
#header h1{font-size:20px; line-height:75px;}
#header .address{
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}
#header .address span{
	font-weight:bold;
	font-size:20px;
}
