body {
	margin:30px 0px;
	padding:0px;
	font-family: arial, verdana, helvetica, sans-serif;
	color:#333;
	background-color: #dbe0e4;
	text-align:center;
	}
h1	{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #ff3332;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
h2 {
	margin:10px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	line-height:20px;
	font-weight:800;
	color:#0d2d92;
	}
h3 {
	margin:10px 0px 5px 0px;
	padding:0px;
	font-size:12px;
	line-height:14px;
	font-weight:400;
	color:#666;
	}	
	
h4 {
	margin:10px 0px 5px 0px;
	padding:0px;
	font-size:15px;
	line-height:14px;
	font-weight:400;
	color:#CC0000
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
ul li{
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 10px;
	padding:0px;
	}
ol li{
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 10px;
	padding:0px;
	}	
table tr td {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 10px;
	padding:0px;
	}
a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#09c;}
a:visited {color:#09c;}


/* ---------- Layout stuff ------------*/

#Wrapper {
	position: relative;
	width: 760px;
	height: auto;
	margin: 0px auto;
	padding: 5px;
	text-align: left;	
	background-color: #fff;
	}

#Inner_wrapper {
	position: relative;
	width: auto;
	height: auto;
	padding: 10px;
	text-align: left;	
	border: 1px solid #c9d1d4;
	background-color: #fff;
	}

#Header {
	margin: 0px;
	padding: 5px;
	}

#Logo {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 208px;
	}
	
#tagline {
	position: absolute;
	left: 234px;
	top: 13px;
	margin: 0px;
	padding: 0px;
	width: 212px;
	}

#Header a img { 
	border-style: none; 
	}

#Logo a img { 
	border-style: none; 
	}

#Header_content {
	position: relative;
	float: right;
	width: 300px;
	}

#Qclub {
	margin-bottom: 10px;
	text-align: right;
	}

#Ziplocator
	{
	text-align: right;
	display: block;
	}

#Ziplocator form {
	margin: 0px;
	padding-top: 10px;
	min-width: 100px;
	max-width: 300px;
	height: 20px;
	}
.heading {
	font:11px/20px arial, verdana, helvetica, sans-serif;
	margin: 0px
	padding:0px;
	}


#TopLink {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:900;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:right;
	}		
#TopLink a{
	text-decoration:none;
	}
#TopLink a:link {color:#09c;}
#TopLink a:visited {color:#09c;}
#TopLink a:hover {background-color:#6ce;}

#TopNav {
	margin: 10px 0;
	padding: 8px 0px;
	text-align: center;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height: 35px; /* 14px + 21px = 35px */
	line-height:11px;
	background: #eee url(../images/topnav_bg.gif) no-repeat top right;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
	Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
	IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
	declaration. The incorrect IE5/Win value is above, while the correct value is 
	below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:19px; /* the correct height */
	}
	/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
	length values to user agents that exhibit the parsing error exploited above yet get 
	the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
	a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
	body>#TopNav {height:14px;}


#TopNav ul {
	margin-left: 50px;
	padding-left: 0;
	display: inline;
	} 

#TopNav ul li {
	margin-left: 0;
	padding: 0px 10px;
	border-left: 1px solid #fff;
	list-style: none;
	display: inline;
	}

#TopNav ul li a {
	font-family: arial, verdana, helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:900;
	text-decoration:none;
	text-transform: uppercase;
	}	
		
#TopNav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#TopNav ul li a:hover {
	color: #b6bcbc;
	background-color: #fff;
	}	
	
#TopNav ul li a {
	font-family: arial, verdana, helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:900;
	text-decoration:none;
	text-transform: uppercase;
	}		


#Menu {
	position: relative;
	float: left;
	width:172px;
	height: 350px;
	margin:20px 0px 50px 0px;
	padding:0px;
	background-color:#fff;
	border-right:1px solid #888;
	font-size:11px;
	text-decoration: none;
	font-family: arial, verdana, helvetica, sans-serif;
	line-height:17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
	/* Again, "be nice to Opera 5". */
	body>#Menu {width:150px;}


#Menu ul {
	list-style: none;
	margin-left: 5px;
	padding: 0;
	width: 150x;
	}

#Menu li { 	
	padding-bottom: 8px;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #0d2d90;
	}

#Menu ul li a {
	padding-left: 10px;
	text-indent: -10px;
	text-decoration: none;
	color: #7b888b;
    background: url(../images/arrow_red.gif) no-repeat 0px 4px;			
	}

#Menu ul li a:visited {
	color: #7b888b;
    background: url(../images/arrow_red.gif) no-repeat -px 4px;			
	}
	
#Menu ul li a:hover {
	color: #0d2d90;
    background: url(../images/arrow_blue.gif) no-repeat 0px 4px;		
	}

#Menu ul li.in{
	color: #f8852b;
	text-decoration: none;
}	

/*--------- content --------*/

#Content {
	position: relative;
	float: left;
	width: 500px;
	margin:15px 0px 50px 30px;
	padding:0px;
}

#Content_home {
	position: relative;
	width: 738px;
	margin: 0px;
	padding: 0px;
	}
	
#Content_home h6 {
	position: relative;
	float: left;
	width: 275px;
	margin: 0px;
	padding: 15px;
	font: 11px/16px verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
}

/* Added by Kihon Media 07.2007*/
#Content_home_b {
	position: relative;
	float: left;
	width: 738px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	}

#Content_home_b h6 {
	position: relative;
	width: 275px;
	margin: 0px;
	padding: 15px;
	font: 11px/16px verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	clear: right;
	float: left;
}
#Content_home_b td {
	font: 11px/13px verdana, arial, helvetica, sans-serif;
	vertical-align: top;
}
/*END Added by Kihon Media*/

#Content_home p {
	position: relative;
	float: left;
	width: 275px;
	margin: 0px;
	padding: 15px;
	font: 11px/16px verdana, arial, helvetica, sans-serif;
	color: #fff;
	background-color: #8d9597;
}

#Content_home img {
	position: relative;
	float: right;
	margin-bottom: 15px;
	background-color: #fff;
	padding: 0px;
	border-style: none;
	}
	
#Content table {
	border-collapse: collapse;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	background-color: #fff;
	color: #b7b7b7;
	width: 535px;
	line-height: 12px;
}

#Content caption {
	font-weight: bold;
	background-color: #fd0000;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

#Content td, th {
	padding: 3px;
}

#Content thead th {
	text-align: left;
	background: #eee;
	color: #666;
	border: 1px solid #FFF;
	text-transform: uppercase;
	font-weight: bold;
}



#Content tbody th {
	font-size:11px;
	font-weight: bold;
	color: #666;
	text-align: left;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}


#Content tbody tr{
	text-align:left;
	font-weight: normal;
	color: #666;
}

#Content tbody tr.odd {
	background-color: #f9f9f9;
}

#Content tbody tr:hover, tr.odd:hover  {
	background-color: #e8f0d2; 
	color: #333;
}

#Content tbody tr td { 
	font:11px/14px arial, verdana, helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	}

#Content tbody tr.odd td{ 
	border-top:1px solid #FFF;
	}

#special {
	width:155px;
	padding:0px;
	margin-right: 10px;
	float:left;
	background:#fff;
	}
#special img {
	border-style: none;
	}
#special ul {
	position: relative;
	list-style: none;
	margin: 10px 0;
	padding: 0;
	left: 5px;
	width: 140x;
	}

#special li { 	
	margin: 0;
	padding: 0 0 5px 10px;
	font-size: 11px;
	line-height: 24px;
	font-weight: bold;
	color: #7b888b;
    background: url(../images/arrow_red.gif) no-repeat 0px 10px;			
	}

#img_right {
	position: relative;
	float: right;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
	}


#Footer {
	margin:20px 0px 10px 0px;
	padding:10px 0px 10px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:36px; /* 14px + 17px + 2px = 33px */
	line-height:11px;
	text-align:center;
	font-size:9px;
	color:#666;
	background-color:#fff;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
body>#Footer {height:14px;}	

#Footer a {
	color:#666;
	font-size:10px;
	font-weight:400;
	text-decoration:none;
	font-family:verdana, arial, helvetica, sans-serif;
	}
#Footer a:link {color:#666;}
#Footer a:visited {color:#666;}
#Footer a:hover {color:#09c;}

#copyright {
	font:9px/10px verdana, arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	}
	
#small {
	font:9px/10px verdana, arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	}	

#top {
	font:10px/10px verdana, arial, helvetica, sans-serif;
	color:#ccc;
	margin:0px 0px 20px 0px;
	padding:0px;
	text-align:center;
	}	
.clearing {
	height: 0;
	clear: both;
}

#note {
	font:10px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	color:#0E2D91;
	}

#missing {
	margin:10px 0px 5px 0px;
	padding:0px;
	font-size:16px;
	line-height:14px;
	font-weight:400;
	color:#E4151A;
	}
	