*, html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #e2e3e5;
	font-family: tahoma, geneva, sans-serif;
}

a {
	outline: none;
}

fieldset {
	border: 0px;
}

.clear {
	clear: both;
}

/* WRAPPER */
#wrapper {
	width: 852px;
	background: url(/img/wrapper_bkg.gif) left top repeat-y;
	margin: 0 auto;
}

/* NAVIGATION */
#header {
	padding: 8px 10px 0 17px;
}

#header a span {
	display: none;
}

/* my account link */
#header a#myAccount {
	position: relative;
	left: 766px;
	color: #06a1ff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#header a#myAccount:hover {
	text-decoration: underline;
}

/* main navigation */
#header ul {
	list-style-type: none;
	margin: 5px 0 0 0;
}

#header ul li {
	float: left;
}

#header ul li a {
	display: block;
	height: 23px;
	background: url(/img/nav_bkg.gif) left top no-repeat;
}

/* logo link */
#header ul li#logo a {
	width: 209px;
	height: 23px;
	background: url(/img/nav_logo.gif) left top no-repeat;
	margin: 0 16px 0 0;
}

/* catalog link */
#header ul li#catalog a {
	width: 72px;
	background-position: left top;
}

#header ul li#catalog a:hover {
	background-position: left bottom;
}

/* research link */
#header ul li#research a {
	width: 78px;
	background-position: -72px top;
}

#header ul li#research a:hover {
	background-position: -72px bottom;
}

/* books, music, movies link */
#header ul li#books a {
	width: 162px;
	background-position: -150px top;
}

#header ul li#books a:hover {
	background-position: -150px bottom;
}

/* teens link */
#header ul li#teens a {
	width: 55px;
	background-position: -312px top;
}

#header ul li#teens a:hover {
	background-position: -312px bottom;
}

/* kids link */
#header ul li#kids a {
	width: 46px;
	background-position: -367px top;
}

#header ul li#kids a:hover {
	background-position: -367px bottom;
}

/* search box */
#header ul li#search {
	margin: 0 0 0 5px;
}

#header ul li#search form input {
	float: left;
}

#header ul li#search form input#searchBox {
	width: 126px;
	height: 21px;
	border: 1px solid #d1d1d1;
	margin: 0 4px 0 0;
}

/* FLASH */
#flash {
	clear: both;
	border-bottom: 5px solid #464e5a;
}

#flash object {
	display: block;
}

/* CONTENT */
#content {
	background-color: #FFF;
	padding: 14px 11px 30px 20px;
}

#content .col {
	float: left;
}

/* left col */
#content #leftCol {
	width: 324px;
	margin: 0 30px 0 0;
}

/* easy information title bar */
#content #leftCol .title {
	height: 22px;
	padding: 7px 0 0 10px;
	background: url(/img/content_leftSidebar_bkg.gif) left top repeat-y;
	margin: 0 0 5px 0;
}

#content #leftCol .title h1 {
	font-size: 12px;
	color: #161d27;
}

/* easy information sidebar */
#content #leftCol #easyInfo .link {
	padding: 10px 25px 10px 10px;
	height: 80px;
}

#content #leftCol #easyInfo .link img {
	display: block;
	border: 1px solid #dddddd;
	float: left;
	margin: 0 15px 0 0;
}

#content #leftCol #easyInfo .link h2 {
	font-size: 11px;
	color: #353e4b;
	margin: 0 0 2px 0;
}

#content #leftCol #easyInfo .link p {
	line-height: 15px;
	font-size: 11px;
	color: #46435a;
}

#content #leftCol #easyInfo .link p a {
	font-size: 11px;
	color: #06a1ff;
	text-decoration: none;
	line-height: 11px;
}

#content #leftCol #easyInfo .link p a:hover {
	text-decoration: underline;
}

/* right col */
#content #rightCol {
	width: 461px;
}

/* site navigation title */
#content #rightCol .title {
	height: 27px;
	padding: 2px 0px 0 0;
	width: 471px;
	background: url(/img/content_rightSidebar_bkg.gif) left top repeat-y;
}

/* site navigation title dropdown */
#content #rightCol .title form {
	float: right;
}

#content #rightCol .title form select {
	height: 23px;
	border: 1px solid #e6e6e6;
}

#content #rightCol .title form select optgroup {
	margin: 0 0 5px 0;
}

#content #rightCol .title form select optgroup option {
	padding: 0 0 0 20px;
}


/* site navigation columns */
#content #rightCol #siteNav .innerCol {
	float: left;
	border-left: 1px solid #ececec;
	margin: 18px 0 25px 0;
	padding: 0 0 0 6px;
	min-height: 100px;
}

#content #rightCol #siteNav .innerCol h2 {
	font-size: 12px;
	padding: 0 0 0 4px;
	margin: 0 0 4px 0;
}

#content #rightCol #siteNav .innerCol ul {
	list-style-type: none;
}

#content #rightCol #siteNav .innerCol ul li {
	font-size: 10px;
	width: 125px;
	height: 13px;
	padding: 3px 0 0 4px;
	line-height: 10px;
}

#content #rightCol #siteNav .innerCol ul li a {
	display: block;
	height: 13px;
	width: 125px;
	text-decoration: none;
}

#content #rightCol #siteNav .innerCol ul li:hover {
	background: url(/img/siteNav_bkg.gif) left top no-repeat;
}

/* site navigation left column */
#content #rightCol #siteNav #leftInnerCol {
	width: 141px;
	color: #7D0049;
}

#content #rightCol #siteNav #leftInnerCol ul li a {
	color: #7D0049;
}

#content #rightCol #siteNav #leftInnerCol h2 a {
	color: #7D0049;
        text-decoration: none;
}

#content #rightCol #siteNav #leftInnerCol h2 a:hover {
	background-color: #f1f1f1;
	display: block;
	width: 125px;
        color: #7D0049;
        text-decoration: none;
}


/* site navigation middle column */
#content #rightCol #siteNav #midInnerCol {
	width: 169px;
	color: #002664;
}

#content #rightCol #siteNav #midInnerCol a {
	color: #002664;
}

#content #rightCol #siteNav #midInnerCol h2 a {
        color: #002664;
        text-decoration: none;
}

#content #rightCol #siteNav #midInnerCol h2 a:hover {
        background-color: #f1f1f1;
        display: block;
	width: 130px;
        color: #002664;
        text-decoration: none;
}

/* site navigation right column */
#content #rightCol #siteNav #rightInnerCol {
	color: #e57200;
}

#content #rightCol #siteNav #rightInnerCol a {
	color: #e57200;
}

#content #rightCol #siteNav #rightInnerCol h2 a {
        color: #e57200;
        text-decoration: none;
}

/* news and events box navigation */
#content #rightCol #newsBox ul.navigation {
	list-style-type: none;
	width: 467px;
	height: 29px;
	background: url(/img/newsBox_bkg.gif) left top no-repeat;
	padding: 3px 0 0 5px;
}

#content #rightCol #newsBox ul.navigation li {
	float: left;
}

#content #rightCol #newsBox ul.navigation li#welcome {
	padding: 0 70px 0 20px;
}

#content #rightCol #newsBox ul.navigation li#events {
	padding: 0 90px 0 0;
}

#content #rightCol #newsBox ul.navigation li a {
	font-size: 12px;
	font-weight: bold;
	color: #06a1ff;
	text-decoration: none;
}

#content #rightCol #newsBox ul.navigation li a.active {
        color: #161d27;
}

/* news and events box pane */
#content #rightCol #newsBox .pane {
	width: 447px;
	padding: 15px 10px 15px 10px;
	font-size: 12px;
}

#content #rightCol #newsBox .pane a {
        text-decoration: none;
	color: #06357a;
}

/* news and events box - welcome pane */
#content #rightCol #newsBox #welcomePane h2 {
	font-size: 11px;
	color: #353e4b;
	margin: 0 0 2px 0;
}

#content #rightCol #newsBox #welcomePane p {
	line-height: 15px;
	font-size: 11px;
	color: #464e5a;
	margin: 0 0 6px 0;
	width: 437px;
}

#content #rightCol #newsBox #welcomePane p a {
	color: #06a1ff;
	text-decoration: none;
	line-height: 11px;
}

#content #rightCol #newsBox #welcomePane p a:hover {
	text-decoration: underline;
}


/* news and events box - events pane */

#content #rightCol #newsBox #eventsPane a {
color: #06357a;
text-decoration: none;
}


#content #rightCol #newsBox #eventsPane ul {
	list-style-type: none;
	width: 437px;
}

#content #rightCol #newsBox #eventsPane ul li {
	color: #c8c8c8;
	line-height: 22px;
}

#content #rightCol #newsBox #eventsPane ul li span.date {
	color: #4c535d;
	width: 45px;
	display: block;
	float: left;
}

#content #rightCol #newsBox #eventsPane ul li a {
	color: #16a7ff;
	text-decoration: none;
}

#content #rightCol #newsBox #eventsPane ul li a:hover {
	text-decoration: underline;
}

/* news and events box - news pane */
#content #rightCol #newsBox #newsPane ul {
	list-style-type: none;
	
}

#content #rightCol #newsBox #newsPane ul li {
	color: #c8c8c8;
	line-height: 22px;
}

#content #rightCol #newsBox #newsPane ul li span.date {
	color: #4c535d;
	width: 50px;
	display: block;
	float: left;
}

#content #rightCol #newsBox #newsPane ul li a {
	color: #16a7ff;
	text-decoration: none;
}

#content #rightCol #newsBox #newsPane ul li a:hover {
	text-decoration: underline;
}

/* FOOTER */
#footer {
	background: #fff url(/img/footer_bkg.gif) left top no-repeat;
	padding: 37px 0 60px 23px;
}

#footer img {
	float: left;
	margin-right: 15px;
}

/* address select */
#footer #addressSelect {
	float: left;
	width: 323px;
	height: 118px;
	padding: 10px 0 0 15px;
	background: url(/img/footer_addressBox_bkg.gif) left top no-repeat;
}

#footer #addressSelect h3 {
	font-size: 9px;
	color: #8d8d8d;
	margin-bottom: 4px;
}

#footer #addressSelect ul {
	width: 320px;
	list-style-type: none;
}

#footer #addressSelect ul li {
	width: 145px;
	float: left;
        padding: 2px;
}

#footer #addressSelect ul li a {
	font-size: 10px;
	color: #8d8d8d;
	text-decoration: none;
}

#footer #addressSelect ul li a:hover {
	color: #353e4b;
}

/* address display */
#footer #addressDisplay {
	float: left;
	width: 195px;
	height: 70px;
	padding: 22px 0 0 25px;
}

#footer #addressDisplay h3 {
	font-size: 11px;
	color: #353e4b;
	line-height: 18px;
}

#footer #addressDisplay p {
	font-size: 11px;
	color: #353e4b;
	line-height: 18px;
}

#footer #addressDisplay p span {
	color: #9b9ea3;
}

#footer #contact a {
        float: left;
	width: 170px;
	height: 22px;
	padding: 10px 0 0 25px;
        text-decoration: none;
        color: #06a1ff;
        line-height: 18px;	       
        font-size: 11px;
}


/* text control */
#footer #textControl {
        float: left;
        position: relative;
        top: -85px;
        left: 35px;
}

/* text control size */
#footer #textControl #size {
        position: relative;
	height: 18px;
	border-left: 1px solid #464e5a;
	border-right: 1px solid #464e5a;
	margin: 20px 0 0 0;
}

#footer #textControl #size a {
	display: block;
	float: left;
	color: #464e5a;
	text-decoration: none;
}

#footer #textControl #size a:hover {
	background-color: #161d27;
	color: #fff;
}

#footer #textControl #size #small {
	font-size: 10px;
	margin: 0 0 0 12px;
	padding: 4px 6px;
	height: 12px;
	width: 8px;
}

#footer #textControl #size #medium {
	font-size: 12px;
	font-weight: normal;
	padding: 3px 6px;
	height: 14px;
	width: 8px;
}

#footer #textControl #size #large {
	font-size: 14px;
	font-weight: normal;
	padding: 1px 6px;
	height: 18px;
	width: 8px;
}

#footer #textControl #size .active {
	background-color: #161d27;
	color: #fff;
}

#footer #textControl #language h3 {
	font-size: 9px;
	color: #a7a7a7;
}

/* text control language */
#footer #textControl #language ul {
	list-style-type: none;
}

#footer #textControl #language ul li a {
	font-size: 10px;
	color: #a7a7a7;
	text-decoration: none;
}

#footer #textControl #language ul li a:hover {
	text-decoration: underline;
}

/* navigation */
#footer #navigation {
	clear: both;
}

#footer #navigation ul {
	list-style-type: none;
}

#footer #navigation ul li {
	float: left;
	padding: 10px 18px 0 0;
}

#footer #navigation ul li a {
	font-size: 10px;
	color: #464e5a;
	text-decoration: none;
}

#footer #navigation ul li a:hover {
	color: #000000;
}

.closing { border: 1px solid #7d0049; padding: 5px; }


