/* Import YUI reset CSS to remove the inconsistent default styling of HTML elements across A-grade browsers */
@import url("reset-min.css");
/* Import YUI fonts CSS for cross-browser typographical normalization and control */
@import url("fonts-min.css");
/* Import group clear floats utility-->I don't know if this is necessary */
@import url("utility.css");

/* Set specific look and feel rules for sections of the page */

/* multi-section rules; look further down for annotations on those sections
/* Assume that all lists in the header and footer are navigation that should be displayed inline */

* {
	color: #666;
}

a {
	color: #06c;
}

div.home_page_title {
	color: #06c;
	font-weight: 700;
	margin-bottom: 15px;
}

a:visited {
 	color: #390;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 0 1em 0;
}

h2 {
	font-size: 1.2.em;
	font-weight: bold;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.2.em;
	font-weight: bold;	
}

p {
	margin-bottom: 1em;
}

#header li, #footer li, #admin_nav li {
	display: inline;
}

#more_navs li {
	position: relative;
	display: block;	
	text-align: left;
}

li.more  {
padding-left: 11px;
}

.hide_me{
visibility: hidden
}

.float_me_right {
float: right;
}

#header a, #footer a {
	text-decoration: none;
}

#footer ul {
	text-align: right;
}

/* each of the wrapper divs has an internal div to allow for controlling the width of the content */
#header div.wrapper, #main div.wrapper, #banner div.wrapper, #footer div.wrapper, #holder {
	width: 840px;
	position: relative;
	left: 50%;
	margin-left: -420px;
	hasLayout: true;
}


/* feature area */
#spacer {
display: block;
 height: 100px;
}
#main {	    
    width: 800px;
	height: 200px;	
	overflow: hidden;	
	float: left;	
	position: relative;	
    left: 50%;
	margin-left: -400px;
	clear: right;

}


#left_link, #right_link, #left_link_pinned, #right_link_pinned {
	float: left;
	position: relative;	
	left: 50%;
	margin-left: -428px;
}

#right_link, #right_link_pinned {
	margin-left: 0px;
}

#right_link_pinned, #left_link {
	display: none;
}



#strip {
	width: 8000px;
	height: 200px;
	position: relative;		
}

#strip>div.one {
	height: 200px;
	width:  180px;
	margin: 0 10px 0 10px;
	/*border-right: 1px grey solid;*/
	float: left;
}

#strip>div.two {
	height: 200px;
	width:  380px;
	margin: 0 10px 0 10px;
	/*border-right: 1px grey solid;*/
	float: left;
}

#strip>div.three {
	height: 200px;
	width:  580px;
	margin: 0 10px 0 10px;
	/*border-right: 1px grey solid;*/
	float: left;
}

#strip>div.four {
	height: 200px;
	width:  780px;
	margin: 0 10px 0 10px;
	/*border-right: 1px grey solid;*/
	float: left;
}


#strip>div.no_right_border {
	border-right: none;		
}

/* #header == a div wrapping the page header, including meta and primary navigation */
#home_logo img {
	
	width: 280px;
	position: relative;
	left: 50%;
	margin-left: -140px;
}

#home_logo1 img{
	display: block;
	margin: 0 auto 0 auto;	
}

#header {
	clear: both;
	height: 106px;
}

#meta_navigation a {
	color: #017CC0;
}

#genre_nav a {
	color: #273691;
}

#header  {
	padding: 20px 20px 0 20px;
}

#meta_navigation {
	float: left;
    position: relative;
    right: 15px;        
}

#genre_nav ul {
float: right;
}


/* #banner == this is a strip of content between the main page body and the "true" footer */
#banner {
	background-color: #eee;
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: .8em;
}

#banner a {
	text-decoration: none;
}

#banner h3 {
	margin: 0 0 0 0;
	font-size: 1.1em;
}

#banner td {	
	padding: 10px 24px 0 0;	
}


a.vizzitt_button, span.submit {
	background: transparent url(/images/vizzitt_button_cap.gif) no-repeat scroll top right;
	color: #fff;
	display: block;
	float: left;
	height: 27px;
	padding: 0 15px 0 0;
	clear: both;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

l

a:hover.vizzit_button {
	text-decoration: none;
}

a.vizzitt_button span, span.submit input {
	background: transparent url(/images/vizzitt_button_bg.gif) no-repeat;
	display: block;
	line-height: 27px;
	padding: 0 8px 0 8px;
	color: #fff;
}

span.submit {
	margin-bottom: 1em;
}

a.vizzitt_button.product_button {
	position: relative;
	top: -104px;
	left: 76px;
}

/* #footer == a div wrapping the page footer, including the indicia and footer navigation */
#footer {
	clear: both;
	padding-top: 8px;
}

/* position the indicia */
#footer div p {
	float: left;
}

#vizzitt_connections td {
width: 400px;
padding: 10px 20px 0 40px;
}
