@charset "utf-8";
/* CSS Document */
/* Link Styles */
/***********************************************************/
a:link {
	text-decoration: none;
	color: #000000;
	}
a:hover, a:visited, a:active {
	text-decoration:none;
	color: #000000;
	}
ul {
	text-align:left;
	padding-top: 5px;
	margin-top: 0;
	}
ul li {
	padding: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 14px;
	}
.main_links {	
	list-style: none outside url(images/arrow.gif);
	}
.main_links a:hover {
	text-decoration: underline;
	}
.sub_links {
	list-style: none outside url(images/arrow_small.gif);
	text-align:left;
	}
.resource_links {
	list-style: none outside url(images/arrow_small.gif);
	
	text-align:left;
	}
.sub_links li {
	font-weight: normal;
	font-size: 12px;
	margin-left: -20px;
	}
.resource_links li {
	font-weight: bold;
	font-size: 12px;

	}
.resource_links li a:link {
	color: #061e56;
	}
.resource_links li a:active {
	color: #061e56;
	}
.resource_links li a:visited {
	color: #061e56;
	}	
	
.resource_links li a:hover {
	text-decoration: underline;
	}
.author {
	font-size:11px;
	font-weight: normal;
	line-height: 20px;
	color: black;
}
.feature a {
	font-weight: bold;
	}
/*Main Styles*/	
/***********************************************************/
body {
	background-color: #737D97;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 100%;
	}
#bkg_shad {
	height: auto;
	width: 1078px;
	background: url(images/bkg_shadow_blue.gif);
	background-repeat: repeat-y;
	background-position: top center;
	position:relative;
	margin:auto;
	}
#container {
	width: 1000px;
	height: auto;
	margin:auto;
	margin-top:0;
	position:relative;
  background-color: #ffffff;
	}
#header {
	height: 127px;
	width: 1000px;
	background-image:url(images/bkg_gradient.gif);
	background-repeat: repeat-x;
	position:relative;
	}
#logo {
	float: left;
	margin: 0 0 0 20px;
	}

/*Search styles*/	
/***********************************************************/
#search {
	height: 50px;
	width: 350px;
	position: absolute;
	right: 20px;
	top: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align:right;
	}
#searchForm { margin-top: 6px; }
#search_input {
	width: 175px;
	}
#search a:link { color: #FFFFFF; text-decoration: none; }
#search a:visited { color: #FFFFFF; text-decoration: none; }
#search a:hover { color: #FFFFFF; text-decoration: underline; }

/* Nav Styles   */
/***********************************************************/
#top_nav {
	float:right;
	height:35px;
	margin: 92px 20px 10px 0;
	width: 384px;
	}
.top_tab1 {
	height: 30px;
	width: 117px;
	display:block;
	text-align:center;
	padding-top: 10px;
	float:left;
	margin-left: 10px;
	text-decoration:none;
	background-image: url(images/tab_specials.gif);
	background-repeat:no-repeat;
	}
.top_tab2 {
	height: 30px;
	width: 117px;
	display:block;
	text-align:center;
	padding-top: 10px;
	float:left;
	margin-left: 10px;
	text-decoration:none;
	background-image:url(images/tab_member.gif);
background-repeat:no-repeat;
}
.top_tab3 {
	height: 30px;
	width: 117px;
	display:block;
	text-align:center;
	padding-top: 10px;
	float:left;
	margin-left: 10px;
	text-decoration:none;
	background-image:url(images/tab_join.gif);
	background-repeat:no-repeat;
}
.top_tab4 {
	height: 30px;
	width: 117px;
	display:block;
	text-align:center;
	padding-top: 10px;
	float:left;
	margin-left: 10px;
	text-decoration:none;
	background-image:url(images/tab_Home.gif);
	background-repeat:no-repeat;
}
/* Content   */
/***********************************************************/
#content {
	min-height: 760px;
	width: auto;
	margin: 30px 30px 0 30px;
	}
#left_col {
	float:left;
	width: 200px;
	height: auto;
	background-image: url("images/categories.gif");
	background-position:top center;
	background-repeat:no-repeat;
	}
#left_nav {
	background-image:url("images/left_col_bkg_grad_1px.gif");
	background-repeat:repeat-x;
	height:auto;
	margin-top:46px;
	position:relative;
	width:200px;
	}
#featuredItems  {
	background-image: url(images/right_col_rd_crnrs.gif);
	background-repeat:no-repeat;
	float:right;
	height:300px;
	text-align:center;
	width:625px;
	padding: 0 10px;
	margin-right:30px;
}
#featuredItems img {
	border:none;
	}
.feature {
	width: 180px;
	height: 218px;
	float:left;
	margin: 10px 10px 0 10px;
	border: none;
	}
.feature .cell1 {
	height: 143px;
	vertical-align: bottom;
	}
.feature .cell2 {
	height: 9px;
	line-height: 9px;
	font-size: 6px;
	}
.feature .cell3 {
	height: 66px;
	vertical-align: top;
	line-height: 16px;
	}
#footer {
	height: 50px;
	background-color: #061e56;
	color: #ffffff;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	padding-top: 10px;
	clear: both;
	}
#footer a:link { color: #FFFFFF; text-decoration: none; }
#footer a:visited { color: #FFFFFF; text-decoration: none; }
#footer a:hover { color: #FFFFFF; text-decoration: underline; }

#right_col {
	width: 700px;
	height: auto;
	float:right;
	position:relative;
	margin-top: 40px;
	}
#right_col img {
	border: none;
	float: left;
	height:95px;
	width: 145px;
	margin: 20px 40px;
	}
#right_col .bottom_right img {
	height: 105px;
	width: 172px;
	margin-top: 30px;
	}
#right_col .bottom_img img
{
	height: 105px;
	width: 172px;
	margin: 20px 27px 0;}
	
#right_col .quote {
	height:153px;
	margin:20px 115px 30px;
	width:445px;
	}
.small {
	font-size: 12px;

}
#ads {
	margin-bottom: 15px;
	float:left;
	clear:both;
	}
#ads img {
	border: solid 1px #d2d2d2;
	height: 50px;
	margin-top: 5px;
	width: 200px;
		}

