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



div.left-column {
	width:663px;
	float:left;
}

div.right-column {
	background-color:#d9ecf5;
	width:220px;
	float:left;
}

div.right-column p {
	font-size:12px;
}

div.banner {
	margin-top:8px;
}

div.promos {
	margin-top:10px;
}

div.eblasts {
	background-image:url(/images/home/eblast_computer.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	color:#005696;
	height:110px;
	position:relative;
}

div.eblasts div.inner {
	height:92px;	
}

div.eblasts .signup {
	position:absolute;
	top:74px;
}

div.inner {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Bookman, Georgia, Times, serif;
	letter-spacing:-1px;
	padding:8px 0px;
	margin:0 8px;
	border-bottom:2px dotted #005696;
}

div.eblasts h2 {
	margin: 0 0 10px 0;
}

div.deconstruction {
	color:#005696;
	background-color:#f3f9fc;
	height:110px;
	position:relative;
}

div.deconstruction div.inner {
	height:92px;	
}

div.deconstruction p {
	color:#000;
	margin-bottom:8px;
}

div.deconstruction div.click_here {
	text-align:right;
	position:absolute;
	top:86px;
	width:200px;
}

div.deconstruction a,
div.deconstruction a:active,
div.deconstruction a:link,
div.deconstruction a:visited 
{
	color:#005696;
	text-decoration:none;
}

div.deconstruction a:hover {
	text-decoration:underline;
}

div.deconstruction h2 {
	text-align:center;
	margin: 0 0 2px 0;
}


div.pickup h2 {
	margin: 0 0 10px 0;
	color:#005696;
}

div.pickup {
	background-image:url(/images/home/diagonal_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#d9ecf5;
	color:#005696;
	height:105px;
	position:relative;
}

div.pickup div.inner {
	height:87px;	
}

div.pickup a,
div.pickup a:active,
div.pickup a:link,
div.pickup a:visited 
{
	color:#FFF;
	text-decoration:none;
}

div.pickup a:hover {
	text-decoration:underline;
}

div.pickup div.schedule {
	text-align:right;
	position:absolute;
	top:84px;
	width:200px;
}



div.wishlist {
	background-image:url(/images/home/wishlist_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#005696;
	padding:16px;
	padding-right:22px;
	padding-top:35px;
	height:250px;
	letter-spacing:0px;
}

div.wishlist h2 {
	margin: 0 0 2px 0;
	color:#005696;
}

div.wishlist p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12spx;
	margin:0;
}

div.wishlist .items {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12spx;
}

div.wishlist .items ul {
	margin-top:0;
	margin-bottom:0;
	margin-left:15px;
	color:#4a4a36;
}

div.wishlist .schedule {
	text-align:right;
}

div.wishlist .inner {
	border:0;
}

div.wishlist a,
div.wishlist a:active,
div.wishlist a:link,
div.wishlist a:visited 
{
	color:#005696;
	text-decoration:none;
}

div.wishlist a:hover {
	text-decoration:underline;
}


div.panel {
	width:211px;
	padding:1px;
	height:259px;
	float:left;
	margin-right:7px;
	display:block;
	position:relative;
}

div.col1 {
	background-image:url(/images/home/panel1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

div.col2 {
	background-image:url(/images/home/panel1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
div.col3 {
	background-image:url(/images/home/panel1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}


div.panel h1 {
	height:29px;
	padding-top:8px;
	font-size:18px;
	color:#FFFFFF;
	margin:0;
	text-align:center;
}

div.panel h2 {
	font-size:14px;
	color:#005696;
	margin:3px 0;
}

div.panel p {
	margin:0;
	font-size:12px;
	color:#000000;
}

div.panel .image {
	position:absolute;
	top:130px;
	width:210px;
	text-align:center;
}

div.panel .text {
	padding:0 10px;
}

div.panel .links {
	position:absolute;
	top:230px;
	padding:0 2px;
}

div.panel .links .entries {
}

div.panel .links .entries .entry {
	float:left;
	width:19px;
	height:30px;
	text-align:center;
	background-image:url(/images/home/panel_icon_background.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

div.panel .links .entries .entry a,
div.panel .links .entries .entry a:active,
div.panel .links .entries .entry a:link,
div.panel .links .entries .entry a:visited {
	color:#FFF;
	text-decoration:none;
	width:19px;
	height:22px;
	padding-top:8px;
	display:block;
}
div.panel .links .entries .entry a:hover,
div.panel .links .entries .entry a.on,
div.panel .links .entries .entry a.selected {
	background-color:#ff9933;
}

div.panel .links .read_more {
	text-align:right;
	padding-top:8px;
	width:207px;
}

div.panel .links .read_more a,
div.panel .links .read_more a:active,
div.panel .links .read_more a:link,
div.panel .links .read_more a:visited {
	text-decoration:none;
}

div.panel .links .read_more a:hover {
	text-decoration:underline;
}

.hide {
	display:none;
}

.show {
	display:block;
}