@charset "UTF-8";
/* CSS Document */

* { 
	padding:0; 
	margin:0; 
}

/* Standard Styles */

body, p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color:#666;
}

body {
	background-image: url(../img/page.png);
	background-position:center;
	background-repeat:repeat;
}

h1 {	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#666;
	margin-bottom:10px;
}

h1 img {
	vertical-align: middle;
	padding: 0px 5px 0px 5px;	
}  

h2 {	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#C09;
	margin-bottom:5px;
}

a:link, a:active, a:visited, a:hover, a:visited:hover {
	color:#C09;
	text-decoration:none;
}

a:hover, a:visited:hover {
	text-decoration:underline;
}

/* Layout Divs */

#wrapper {
	margin:0px auto;
	width:800px;
}

#content {
	padding:10px 10px 25px 0px;
}

#header {
	color: #333;
	width: 800px;
	text-align:center;
	padding: 0px;
	height: 170px;
	background: #FFF;
	border-bottom:#333 thin solid;
}

#top_nav {
	background: url(../img/topnavbkg.gif);
	background-repeat:repeat-x;
	height: 20px;
	border-bottom:#333 thin solid;
	font-size:12px;
	padding: 5px;
	text-align:center;
}

#top_nav a:link, #top_nav a:active, #top_nav a:visited, #top_nav a:hover, #top_nav a:visited:hover {
	color:#333;
	text-decoration:none;
	padding: 0px 10px 0px 0px;
}

#top_nav a:hover, #top_nav a:visited:hover {
	text-decoration:underline;
	display: inline;
}

#left_column {
	color: #333;
	background: #333;
	width: 140px;
	float: left;
	margin: 0px 20px 5px 0px;
}

#main_column {
	float: left;
	color: #333;
	padding: 20px;
	width: 410px;
}

#right_column {
	width: 160px;
	float: right;
	text-align:center;
	padding: 0px;
}

#right_column a {
	font-size: 9px;
}

#right_column img {
	border:#999 solid thin;
	margin: 2px 0px 5px 0px;
}

#footer {
	margin:40px auto 5px auto;
	width:800px;
	font-size:10px;
	text-align:center;
	height:30px;
	clear:both;
	border-top:#C09 thin solid;
	margin-top:10px;
}

#menu {
	background: #999;
	list-style: none;
	margin: 0;
	padding: 0;

}
#menu li {
	margin: 0;
	padding: 0;
	font-size:11px;
}
#menu a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #C09 url("../img/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	margin:0;
}                    

.pink {
	color:#C09;
}


.caption {
	font-size:9px;
	text-align:center;
}

.small {
	font-size:9px;
	line-height:normal;
	text-align:left;
	margin-top:5px;
}

.quote {
	color:#C09;
	text-align:center;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.center {
	text-align:center;
}
.pink_frame {
	border: #C09 thin solid;
}

.right {
	text-align:right;
	padding:5px 5px 0px 0px;
}

/* Vendor Listings */

.standard_list0 {
	margin: 5px 0px 0px 0px;
	border-top: #999 solid 1px;
	border-bottom: #999 solid 1px;
	float:right;
	padding:5px;
	width:410px;
}

.standard_list0 img {
	float: left;
	margin: 0px 10px 5px 5px;
	padding: 0px;
}

.standard_list1 {
	margin: 0px 0px 5px 0px;
	border-bottom: #999 solid 1px;
	float:right;
	padding:5px;
	width:410px;
}

.standard_list1 img {
	float: left;
	margin: 0px 10px 5px 5px;
	padding: 0px;
}

.premium_list {
	margin: 0px 0px 5px 0px;
	border-bottom: #999 solid 1px;
	border-top:#999 solid 1px;
	float:right;
	padding:5px;
	width:410px;
}

.premium_list img {
	float: left;
	margin: 0px 10px 5px 5px;
	padding: 0px;
}


.form {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
	color:#666;
}
