/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}


/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	background: url(../images/bg/banner_bg_green.jpg) repeat-x left top;
	position: relative;
	border: 1px solid black;
	border-top: 0px;
}

/*IE6 Hack*/
/* html #banner {
	border-top: 0px;	/*fixes white 1 pixel border gap
}*/

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 60px;
	left: 5px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 9em;
	height: 3.0em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

#logo {
	background: url(../images/bg/banner_bg_image.jpg) no-repeat right top;
	height: 100px;
}

/*********************/
/* SIDEBAR */
/*********************/
#missionstatement {
	color: #FFFFFF;
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
	font-family: Helvetica;
}

#news {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	border-top: 1px dashed #294E56;
	border-right: 1px dashed #294E56;
}
#news li {
	display: inline;
}
#news .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#news a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #294E56;
	color: #73AFB7;
	line-height: 110%;
	background: #FFFFFF url(../images/bg/bg_link.png) no-repeat right top;
}
/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

#news a:hover {
	color: #000000;
	background-image: url(../images/bg/bg_link_h.png);
}

#mostviewed {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	border-top: 1px double #294E56;
	border-right: 1px double #294E56;
}

#mostviewed ul {
	border:1px solid white;
}

#mostviewed li {
	display: inline;
	list-style-type: none;
	overflow: hidden;
}

#mostviewed .title {
	font-weight: bold;
	display: block;
	color: #666666;
}

#mostviewed a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px double #294E56;
	color: #73AFB7;
	line-height: 110%;
	background: #FFFFFF url(../images/bg/bg_mostviewed.png) no-repeat right top;
	/*overflow: hidden;*/
}

/* hack for IE 6 < to make entire block clickable */

* html #mostviewed a {
	height: 1px; 
}

#mostviewed a:hover {
	color: #000000;
	background-image: url(../images/bg/bg_mostviewed_h.png);
}

#mostviewedtitle {
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 170%;
	background: #FFFFFF;
}

#newestchips {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	border-top: 1px double #294E56;
	border-right: 1px double #294E56;
}

#newestchips ul {
	border:1px solid white;
}

#newestchips li {
	display: inline;
	list-style-type: none;
	overflow: hidden;
}

#newestchips .title {
	font-weight: bold;
	display: block;
	color: #666666;
}

#newestchips a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px double #294E56;
	color: #73AFB7;
	line-height: 110%;
	background: #FFFFFF url(../images/bg/bg_mostviewed.png) no-repeat right top;
	/*overflow: hidden;*/
}

/* hack for IE 6 < to make entire block clickable */

* html #newestchips a {
	height: 1px; 
}

#newestchips a:hover {
	color: #000000;
	background-image: url(../images/bg/bg_mostviewed_h.png);
}

#newestchipstitle {
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 170%;
	background: #FFFFFF;
}
/*********************/
/* MAIN */
/*********************/
h1 {
	color: #294E56;
	margin-top: 10px;
	font-size: 2.4em;
	border-top: 4px solid #294E56;
	line-height: 100%;
}
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}

p {
	color: #666666;
	font-size: 1.6em;
}

h2 {
	color: #F4BE04;
	font-size: 1.9em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	background: url(../images/bg/bg_h2.gif) repeat-x left bottom;
}

#wrapper {
	width: 760px;
	background: url(../images/bg/bg_column_left.gif) repeat-y left top;
	}

#sidebar {
	float: left;
	width: 160px;
	margin-top: 10px;
	}
#main {
	margin-left: 180px;
	margin-right: 140px;
	}

/*********************/
/* RSS FEED          */
/*********************/
#rssfeed{
	margin-top: 5px;
	height: 30px;
}

/*********************/
/* SECONDARY         */
/*********************/
#secondary {
	float: right;
	width: 120px;
	}
#secondary *{
	color: #000;
	}
#secondary h3{
	font-size: 1.5em;
	background: #ffffff;
	padding: 3px 5px 3px 10px;
	}
#secondary h4{
	font-size: 1.2em;
	margin: 10px 10px 5px 10px;
	}
#secondary p{
	font-size: 2em;
	margin: 3px 10px 10px 10px;
	line-height: 110%;
	}

/*********************/
/* ADMIN MENU        */
/*********************/
#adminmenu {
	float: right;
	margin: 0px;
	/*margin-bottom: 10px;*/
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	border-top: 1px dashed #294E56;
	border-right: 1px dashed #294E56;
	border-left: 1px dashed #294E56;
}
#adminmenu li {
	display: inline;
}
#adminmenu .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#adminmenu a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #294E56;
	color: #73AFB7;
	line-height: 110%;
	background: #FFFFFF url(../images/bg/bg_link.png) no-repeat right top;
}
/* hack for IE 6 < to make entire block clickable */
* html #adminmenu a {
	height: 1px; 
}

#adminmenu a:hover {
	color: #000000;
	background-image: url(../images/bg/bg_link_h.png);
}

#adminmenutitle {
	font-weight: bold;
	display: block;
	/*color: #666666;*/
	line-height: 120%;
	/*padding: 5px;*/
	font-size: 1.2em;
	text-align: center;
}
/*********************/
/* LOGINBOX          */
/*********************/
#loginbox {
	float: right;
	margin-bottom: 10px;
	}

#loginbox p{
	font-family: helvetica;
	line-height: 100%;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 2px 2px 2px;
	}

/*********************/
/* LEGAL             */
/*********************/
#legal {
	clear: both;
	margin-right: 120px;
	padding: 5px 5px 5px 165px;
	border-top: 1px dashed #999999;
	font-weight: bold;
	font-size: .9em;
	color: #666666;
	}

/*********************/
/* SEPARATOR         */
/*********************/
#separator {
	margin-top: 10px;
	}

/*********************/
/* GOOGLE ADS        */
/*********************/
#googleads {
	float: right;
	margin-top: 10px;
	}

/*********************/
/* AMAZON ADS        */
/*********************/
#amazontitle {
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 130px;
	font-size: 1.25em;
	font-family: Helvetica;
	}

#amazonads {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 120px;
	}

/*********************/
/* Links             */
/*********************/
#links {
	float: right;
	/*margin-bottom: 10px;*/
	}

#links p{
	font-family: helvetica;
	line-height: 100%;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 2px 2px 2px;
	}

#links li{
	text-decoration: none;
	list-style: none;
	font-size: 1.2em;
	}

#linktitle {
	font-family: helvetica;
	line-height: 100%;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 2px 0px 2px;
	}

#linksmodule {
	margin: 10px 0px 0px 0px;
	}

