/****************************************************************************

Author: Stephen
Development by: Wallop
Last updated: 

*****************************************************************************/

/* defaults ****************************************************************/

* {
	margin:0;
	padding:0;
} 

body {
	font:normal 12px Arial, Verdana, Helvetica, sans-serif;
	/*background:#EAE8D3 url(../images/bg.jpg) repeat-x 0 0;*/
	background-color:#41382f;
	color:#666;
}

body a {
	color:#BF8B13;
	text-decoration:underline;
}

body a:hover {
	color:#e9af22;
	text-decoration:none;
}

/* heading attibutes *************************************************/

/* removes the link underline from logo swap */

h1 a {
	text-decoration:none;
}

/* list items ********************************************/

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

/* set more defaults **********************************************************/

input {
	border:none;
	border:0;
}

a img {
	border:none !important;
}

/* hacks *************************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac */

* HTML .clearfix {
	height: 1%;
}

/* tables inherit font sizes */

table {
	font-size: 1em;
}

form {
	margin:0;
	padding:0;
}

label {
	display:none;
}

/* class attributes *********************************************/

.quotes {
	padding:14px 0 20px 24px;
	background:url(../images/quotes.gif) no-repeat top left;
	font-size:12px;
	color:#555;
	font-style:italic;
}

.title {
	color:#C10000;
	font-weight:bold;
	font-size:13px;
}

p.book, p.bookTall {
	float:right;
	width:180px;
	height:140px;
	padding:0 0 10px 15px;
}

p.bookTall {
	height:260px;
}

.smallText {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p.bookSmall {
	float:left;
	width:70px;
	height:104px;
	margin:0 10px 0 0 !important;
/*	border:solid 1px white;*/
}

/* dotted line breaks */

.break p {
	margin:0;
	padding:0;
}

p.break {
	background: url(../images/break.gif) repeat-x 0px 12px;
	height:20px;
}

/* main divs ********************************************************************/

#bgContainer {
	width:100%;
	background:#EAE8D3 url(../images/bg_container.jpg) repeat-x 0 0;
	padding:0 0 20px 0;
}

#wrap {
	width:800px;
	margin:0 auto;
}

#wrap p {
	margin:0 0 10px 0;
	line-height:18px;
}

h1#logo a {
	display:block;
	width:300px;
	height:70px;
	background:url(../images/logo_main.jpg) no-repeat 0 0;
	text-indent:-9999px;
	margin:10px 0 0 0;
	float:left;
	overflow:hidden;
}

#header {
	width:800px;
	height:126px;
}

/* yellow heading on interior pages */

#heading {
	width:476px;
	height:86px;
	margin:10px 0 0 0;
}

#contentInterior {
	width:470px;
	float:left;
	margin:20px 0 0 0;
	padding:0 0 20px 0;
}

#contentInterior strong {
	color:#555;
	font-size:13px;
}

#contentInterior ul {
	margin:10px 0 20px 0;
}

#contentInterior li {
	background:url(../images/bullet.gif) no-repeat 0 5px;
	padding:0 0 0 11px;
	margin:0 0 10px 0;
}

#content {
	width:800px;
}

#content h2, #content h2.topTitle {
	font-size:13px;
	margin:20px 0 10px 0;
	color:#555;
	font-weight:bold;
}

#content h2.topTitle {
	margin:0 0 10px 0;
}

#content h4 {
	font-size:13px;
	color:#555;
	margin:0 0 10px 0;
}

#colLeft {
	width:480px;
	float:left;
	margin:28px 0 0 0;
}

#colRight {
	width:310px;
	float:right;
}

#videoSection {
	width:250px;
	height:258px;
	padding:70px 20px 20px 20px;
	margin:0 2px 0 0;
	float:right;
	clear:both;
	background:url(../images/bg_videos.gif) no-repeat 0 0;
}

#videoSection a.btnView {
	display:block;
	text-indent:-9999px;
	font-size:1px;
	width:94px;
	height:22px;
	float:right;
	background:url(../images/b_video.gif) no-repeat 0 0;
	overflow:hidden;
}

#videoSection div.container {
	clear:both;
	padding:0 0 20px 0;
}

#featuredSection {
	width:250px;
	height:280px;
	padding:40px 20px 20px 20px;
	float:right;
	margin:10px 0 0 0;
	color:#c8c5a1;
	background:url(../images/bg_featured02.jpg) no-repeat 0 0;
}

#featuredSection p.featureTitle {
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#e9af22;
}

#featuredSection li {
	margin:0 0 10px 0;
}

#photoHome {
	width:480px;
	height:308px;
	background:url(../images/photo_home.jpg) no-repeat 0 0;
}

ul#photoButtons {
	margin:272px 8px 0 0;
	float:right;
	display:inline;
}

ul#photoButtons li {
	display:inline;
}

ul#photoButtons li a {
	width:64px;
	height:22px;
	float:left;
	overflow:hidden;
}

ul#photoButtons li a.sport, ul#photoButtons li a.business, ul#photoButtons li a.health {
	background:url(../images/b_sport.gif) no-repeat 0 0;
	font-size:1px;
	text-indent:-10000px;
	overflow:hidden;
}

ul#photoButtons li a.sport, ul#photoButtons li a.business {
	margin:0 10px 0 0;
}

ul#photoButtons li a.business {
	background:url(../images/b_business.gif) no-repeat 0 0;
}

ul#photoButtons li a.health {
	background:url(../images/b_health.gif) no-repeat 0 0;
}

#logos {
	width:480px;
	height:286px;
	margin:20px 0 20px 0;
}

#footer {
	width:100%;
	height:70px;
	/*background:url(../images/bg_footer.jpg) repeat-x 0 0;*/
	/*background:#EAE8D3 url(../images/bg.jpg) repeat-x 0 0;*/
	background-color:#41382f;
	padding:20px 0 0 0;
	clear:both;
}

#footer .footerContent {
	width:800px;
	margin:0 auto;
	padding:0 0 20px;
}

#footer div.footerContentLeft {
	width:480px;
	float:left;
	font-size:11px;
}

#footer div.footerContentLeft a {
	color:#fff;
	padding:0 2px 0 2px;
	text-decoration:none;
}

#footer div.footerContentLeft a:hover {
	color:#786d63;
}

#footer p.footerContentRight {
	width:310px;
	float:right;
}

#footer p.footerContentRight a.footerLogo {
	float:right;
	display:block;
	width:170px;
	height:36px;
	text-indent:-9999px;
	background:url(../images/logo_footer.gif) no-repeat 0 0;
	overflow:hidden;
}

#footer p.copyright {
	color:#786d63;
	margin:6px 0 0 0;
}

/* navigation ************************************************/

#subNav {
	width:462px;
	height:20px;
	padding:5px 0 0 14px;
	background:url(../images/bg_subnav.gif) no-repeat 0 0;
}

#subNav li {
	display:inline;
	float:left;
	font-size:11px;
	margin:0 20px 0 0;
}

#nav {
	width:644px;
	height:32px;
	margin:14px 0 0 2px;
	float:left;
	clear:both;
}

#nav a.active {
	background-position:0 -32px;
}

#nav ul#nav {
	float:left;
}

#nav li {
	display:inline;
	float:left;
	font-size:1px;
}

#nav li a {
	text-decoration:none;
	display:block;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

a#navHome, a#navAbout, a#navSport, a#navBusiness, a#navHealth, a#navPress, a#navBlog, a#navBooks, a#navMedia, a#navContact {
	height:32px;
}

a:hover#navHome, a:hover#navAbout, a:hover#navSport, a:hover#navBusiness, a:hover#navHealth, a:hover#navPress, a:hover#navBlog, a:hover#navBooks, a:hover#navMedia, a:hover#navContact {
	background-position:0 -32px;
}

a#navHome {
	width:63px;
	background:url(../images/n_home.jpg) no-repeat 0 0;
}

a#navAbout {
	width:65px;
	background:url(../images/n_about.jpg) no-repeat 0 0;
}

a#navSport {
	width:60px;
	background:url(../images/n_sport.jpg) no-repeat 0 0;
}

a#navBusiness {
	width:76px;
	background:url(../images/n_business.jpg) no-repeat 0 0;
}

a#navHealth {
	width:66px;
	background:url(../images/n_health.jpg) no-repeat 0 0;
}

a#navPress {
	width:57px;
	background:url(../images/n_press.jpg) no-repeat 0 0;
}

a#navBlog {
	width:54px;
	background:url(../images/n_blog.jpg) no-repeat 0 0;
}

a#navBooks {
	width:63px;
	background:url(../images/n_books.jpg) no-repeat 0 0;
}

a#navMedia {
	width:65px;
	background:url(../images/n_media.jpg) no-repeat 0 0;
}

a#navContact {
	width:75px;
	background:url(../images/n_contact.jpg) no-repeat 0 0;
}

/* title attributes */

#div h2 {
	text-indent:-99999px;
	font-size:1px;
	margin:0 0 14px 0;
}

/* general */

#h_welcome {
	width:84px;
	height:17px;
	background:url(../images/h_welcome.gif) no-repeat 0 0;
}