/***********************************************/
/* NewDirector3.css                             */
/* Director Magazine          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.166;
}

a{
	text-decoration: none;
	color: #b6001b;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	color: #993300;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 150%;
	color: #334d55;
	margin: 0px;
	padding: 5px 0px 10px;
	text-transform: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 120%;
}

h1a{
	font-family: Verdana, Arial, sans-serif;
	font-size: 150%;
	color: #334d55;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-transform: none;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #334d55;
	margin: 0px;
	padding: 0px 0px 2px;
	font-weight: bold;
	border-bottom-color: #CCCCCC;
	text-indent: 0px;
	text-transform: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #b6001b;
	margin: 0px;
	padding: 2px 0px;
	line-height: 100%;
	font-weight: bold;
	text-transform: uppercase;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #b6001b;
	margin: 0px;
	text-transform: uppercase;
	text-align: left;
}

h5{
	text-align: right;
	font-size: 80%;
	color: #b6001b;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	line-height: 110%;
	font-size: 100%;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}

h7{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 5px 0px 10px;
	text-transform: none;
	font-weight: bold;
}

h8{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #666666;
	margin: 0px;
	padding: 5px 0px 10px;
	text-transform: none;
	font-weight: bold;
	font-style: oblique;
}

h9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	line-height: 110%;
	font-size: 90%;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}

Appleh1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #009900;
	margin: 0px;
	padding: 0px 0px 2px;
	font-weight: bold;
	border-bottom-color: #CCCCCC;
	text-indent: 0px;
	text-transform: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* page                                 */
/***********************************************/

#containerPage   {
	text-align:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 946px;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	float: left;
	height: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 945px;
	margin-bottom: 10px;
}


#navBar{
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.2pt;
	clear: none;
	font-weight: bold;
}


#headlines{
	float:left;
	width: 150px;
	border-left: thin solid #cccccc;
	padding: 10px 35px 0px;
}

#content{
	float: left;
	padding-top: 10px;
	border-right-width: medium;
	border-right-color: #CCCCCC;
	padding-right: 12px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	width: 566px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: right;
	padding: 0px;
	clear: both;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
}

#globalitems {
	float: right;
	padding-top: 20px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 10pt;
	color: #b6001b;
}


#globalitems a {
	float: left;
	color: #b6001b;
	padding-right: 0px;
	padding-left: 10px;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#globalitems a:hover {
	color: #666666;
}






/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #logo styles *************/

#logocontainer{
	float: left;
}


#logocontainer img{
}




/************** Indexes page styles ***************/

#indextop{
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 5px;
	position: relative;
	clear: left;
	width: 440px;
	float: left;
}

#indextop a{
	font-weight: bolder;
	color: #333333;
}

#indextop h3{
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}


#indextop h5{
	font-size: 130%;
	font-weight: bolder;
	line-height: 100%;
	padding-top: 0px;
	margin-top: 0px;
	color: #333333;
	text-align: left;
}

#indextop h6{
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	font-size: 120%;
}


#indextop img{
	float: left;
	height: 180px;
	width: 200px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}


#indexquote{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	position: relative;
	clear: left;
	width: 440px;
	float: left;
	margin-bottom: 5px;
}

#indexquote a{
	font-weight: bolder;
	color: #333333;
}

#indexquote h5{
	font-size: 130%;
	font-weight: bolder;
	line-height: 100%;
	padding-top: 0px;
	margin-top: 0px;
	color: #333333;
	text-align: left;
}

#indexquote h3{
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}


#indexsubjectcontainer{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	clear: left;
	width: 440px;
	float: left;
}



#indexsubjectleft{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	width: 220px;
	clear: none;
	float: left;
	margin-right: 20px;
}



#indexsubjectleft2{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	width: 140px;
	clear: none;
	float: left;
	margin-right: 20px;
}

#indexsubjectleft3{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	clear: none;
	float: left;
	margin-right: 20px;
	padding-right: 70px;
}

#indexsubjectright2{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	width: 250px;
	clear: none;
	float: right;
	margin-right: 20px;
}


#indexsubjectleft h3{
	margin-top: 0px;
	padding-top: 5px;
	text-align: left;
}


#indexsubjectright{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	width: 180px;
	clear: none;
	float: right;
	margin-right: 0px;
}

#indexsubjectright img{
	width: 180px;	 
}


#indexstyle1{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	position: relative;
	clear: left;
	width: 440px;
	float: left;
}


#indexstyle1 img{
	float: right;
	width: 188px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
	height: 170px;
}

#indexstyle1a{
	border-bottom-color: #CCCCCC;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 385px;
	height: 100%;
}


#indexstyle1a img{
	float: left;
	padding: 0px 10px 5px 0px;
	height: 170px;
	width: 188px;
}


#indexstyle2{
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	width: 440px;
}


#indexstyle2 img{
	width: 88px;
	height: 79px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}


#indexstyle2a{
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	width: 440px;
}


#indexstyle2a img{
	float: right;
	height: 79px;
	width: 88px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#indexstyle2b{
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 440px;
}


#indexstyle2b img{
	float: left;
	height: 79px;
	width: 88px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#index3container{
	width: 440px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	padding-bottom: 0px;
	color: #FFFFFF;
	background-color: #e8e8e8;
}


#indexstyle3{
	float: left;
	padding-right: 3px;
	padding-left: 5px;
	text-align: left;
	clear: none;
	margin-right: 5px;
	padding-top: 0px;
	height: 80px;
	width: 95px;
}


#indexstyle3 a{
	color: #b6001b;
	text-transform: none;
}



#indexstyle3 h3{
	font-size: 11px;
	padding-top: 5px;
}



#indexstyle3 img{
	float: left;
	margin-right: 5px;
	width: 90px;
	height: 80px;
}


#indexstyle4{
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
	margin-top: 5px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 100%;
}


#indexstyle5{
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	margin-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: relative;
	clear: left;
	margin-bottom: 5px;
}

#indexstyle5 img{
	float: right;
	padding: 2px 0px 5px 10px;
	clear: right;
	height: 170px;
}

#indexstyle6{
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 440px;
	float: left;
}


#indexstyle6 img{
	float: left;
	padding: 0px 10px 5px 0px;
	width: 55px;
}

#indexmonthcontents{
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 440px;
	float: left;
}


#indexmonthcontents img{
	float: right;
	width: 150px;
	height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
}


.contentshead{
	font-size: 90%;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
}

.contentshead a:link, .subjecthead a:visited{
	color: #cc9900;
}


#ruleonly{
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-bottom: 5px;
	width: 100%;
	float: left;
	clear: both;
}


#webstoryfirst{
	padding-bottom: 10px;
	clear: both;
	padding-top: 5px;
}

#webstoryfirst h6{
	clear: both;
	background-color: #e9de62;
	margin-bottom: 10px;
	padding: 3px;
	color: #FFFFFF;
}


#webstory1{
	padding-bottom: 0px;
	clear: both;
}

#webstory1 h6{
	clear: both;
	background-color: #e8e8e8;
	margin-bottom: 10px;
	padding: 3px;
}


#webstory1 img{
	padding-bottom: 4px;
	clear: both;
	float: right;
	height: 90px;
	width: 100px;
	padding-left: 10px;
}


#topstory{
	padding-bottom: 10px;
	clear: both;
	background-color: #b6001b;
}

#topstory a{
	padding-bottom: 10px;
	clear: both;
	color: #CCCCCC;
}


#topstory h6{
	clear: both;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#topstory img{
	padding-bottom: 4px;
	clear: both;
	float: right;
	height: 90px;
	width: 100px;
	padding-left: 10px;
}

#voteboxtop {
	height: 20px;
	background-color: #e9de62;
	font-family: "Trebuchet MS";
	padding: 3px;
}



#votebox {
	height: 200px;
	background-color: #e9de62;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: center;
}


#editorialpic{
	color: #666666;
	background-image: url(INDEXES/Comments/images/elkington.2.jpg);
	background-repeat: no-repeat;
	background-position: 100px -1px;
	padding: 5px;
	height: 60px;
	width: 167px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



#webstorylast{
}


#sideboxcontainer{
	margin-top: 15px;
	margin-bottom: 15px;
	height: 200px;
	width: 250px;
}

#sideboxcontainer2{
	background-image: url(images/afterhours2.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 5px;
}


#sideboxitem{
	background-image: url(images/good_director.gif);
	background-repeat: no-repeat;
	background-color: #F1EECE;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 10px;
	width: 230px;
}


#sideboxstyle1{
	padding-top: 50px;
	font-size: 95%;
}

#sideboxstyle1 h2{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 0px;
	font-weight: normal;
	color: #333333;
	text-transform: none;
}

#sideboxitem img{
	float: right;
	clear: none;
	height: 76px;
	width: 80px;
	padding-left: 10px;
}


#morestoriescontainer{
	float: left;
	clear: left;
	background-color: #99FFFF;
}


#morestories{
	margin-top: 10px;
	list-style-type: none;
	padding: 0px;
	float: left;
	width: 100%;
}

#morestories2{
	margin-top: 10px;
	list-style-type: none;
	padding: 0px;
	float: left;
}



.styleone{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.styletwo{
	font-family: "Trebuchet MS";
	color: #333333;
}

.stylethree{
	font-family: "Trebuchet MS";
	color: #FFFFFF;
}

.stylefour{
	font-family: "Trebuchet MS";
	color: #333333;
	font-size: 8.5pt;	
}

.style6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}


.styleone li{
	padding-bottom: 5px;
	list-style-type: none;
	list-style-position: inside;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	text-indent: 15px;
}


.magcontent2{
	padding-top: 15px;
	padding-bottom: 10px;
	float: left;
	width: 150px;
	padding-right: 15px;
	background-color: #F1EECE;
	padding-left: 15px;
	list-style-position: inside;
	list-style-type: circle;
}

#headers{
	padding-bottom: 1px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #b6001b;
}

#headers img{
	height: 22px;
	width: 230px;
}

/************** .article styles ***************/

#articlecontainerleft {
	width: 450px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	line-height: 130%;
	color: #666666;
	clear: both;
}

#articlecontainerright {
	width: 170px;
	float: right;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: right;
	padding-bottom: 15px;
}

#articleheadcontainer {
}

#articlebodycontainer {
	padding-bottom: 10px;
}

.subjecthead{
	font-size: 90%;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 2px;
}

.subjecthead a:link, .subjecthead a:visited{
	color: #cc9900;
}


#articlehead{
	font-size: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #334d55;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 120%;
}

#articlehead2{

}


#articlebyline{
	font-size: 90%;
	font-weight: bold;
	color: #334d55;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}

.articledate{
	font-size: 90%;
	font-weight: bold;
	color: #334d55;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
}

#article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	color: #666666;
}

#article h3{
	font-size: 85%;
	line-height: 100%;
	color: #334d55;
	text-transform: uppercase;
}


.article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 170%;
	color: #666666;
	clear: both;
	float: left;
	page-break-before: auto;
	page-break-after: auto;
}

.article img{
	padding-bottom: 10px;
	float: right;
	padding-left: 10px;
}

#articleboxout {
	width: 210px;
	float: right;
	clear: right;
	background-color: #999999;
	text-align: left;
	padding: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #FFFFFF;
	margin-top: 5px;
}


#articlebodyadvert {
	float: none;
	clear: none;
	width: 450px;
	text-align: left;
	font-size: 95%;
}

#articlebodyadvert img{
	padding-right: 150px;
	padding-left: 0px;
	clear: none;
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

/************* #article quote/box styles ***************/


.quote1{
	width: 150px;
	float: right;
	margin-left: 10px;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/quote_1.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	text-align: left;
	text-indent: 20px;
	padding: 10px;
}

/************* #related article  styles ***************/

#relatedarticle {
	padding: 10px;
	margin: 15px 0px 10px;
	background-color: #e8e8e8;
	font-size: 90%;
	font-weight: bold;
	float: right;
	clear: right;
	width: 130px;
}


#relatedarticle h4{
	padding: 0px 0px 5px;
	font-size: 110%;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-top: 10px;
}

#siteInfo a{
	color: #333333;
}


#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	float: right;
	clear: none;
	width: 370px;
}

#search form{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: url(none) none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks1 styles ***********/

#sectionLinks1{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#sectionLinks1 a {
	display: block;
	padding: 2px 5px 2px 0px;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-variant: normal;
}

#sectionLinks1 a:hover{
	color: #FFFFFF;
	background-color: #666666;
}


/*********** #sectionLinks2 styles ***********/

#sectionLinks2{
	padding: 1px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #e8e8e8;
}


#sectionLinks2 a {
	display: block;
	padding: 2px 5px 2px 0px;
	color: #333333;
	font-weight: bold;
}

#sectionLinks2 a:hover{
	color: #b6001b;
	background-color: #FFFFFF;
}

#sectionLinks2 img{
	width: 70px;
	padding: 0px;
	height: 56px;
}



/*********** #otherLinks styles ***********/

#otherLinks{
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #b6001b;
}

#otherLinks img{
	width: 148px;
	padding: 0px;
	border: thin solid #999;
}


#otherLinks a {
	display: block;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #b6001b;
}

#otherLinks a:hover{
	color: #b6001b;
	background-color: #CCCCCC;
}


/*********** #offerLinks styles ***********/

#offerLinks{
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #462303;
}

#offerLinks img{
	width: 150px;
	padding: 0px;
}


#offerLinks a {
	display: block;
	color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #462303;
}

#offerLinks a:hover{
	color: #b6001b;
	background-color: #CCCCCC;
}



/*********** #relatedLinks styles ***********/

#relatedLinks{
	margin-top: 10px;
}

#relatedLinks h3{
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#relatedLinks a:link,
#relatedLinks a:visited {
	padding-right: 5px;
	float: left;
	display: block;
	width: 120px;
	color: #000000;
}

#relatedLinks a:hover{
	background-color: #CCCCCC;
	float: left;
}



/*********** #IoDlink styles ***********/

#IoDlink{
	padding: 0px;
	list-style-type: none;
	font-family: "Trebuchet MS";
	font-size: 8.5pt;
	text-align: right;
	margin: 0px;
}


#IoDlink a {
	display: block;
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
}

#IoDlink a:hover{
	color: #b6001b;
}

#IoDlink img{
	padding: 0px;
	float: left;
}


/************** #advert styles **************/


#adverttop {
	width: 945px;
}

#adverttopleft {
	float: left;
	clear: both;
}

#adverttopright {
	text-align: right;
	float: right;
	clear: right;
}

#advertright {
	padding: 0px;
	width: 120px;
	float: left;
	height: 600px;
	margin-bottom: 10px;
}

#advertrightcontainer {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#advertleft {
	padding: 0px;
	width: 120px;
	float: left;
	height: 600px;
	margin-bottom: 10px;
}

#advertleftcontainer {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#advertmpucontainer {
	float: left;
	height: 220px;
	clear: both;
	width: 440px;
	margin: 0px;
	padding: 0px;
}

#advertmpu {
	text-align: left;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 0px;
	width: 440px;
	margin-bottom: 0px;
	float: left;
	margin-top: 0px;
	padding-top: 5px;
}

#mpucontainer {
	margin-left: 10px;
	float: right;
	clear: right;
	z-index: auto;
}

#OuterDivID {
	position: relative;
}

#ContainerDivID {
	height: 200px;
	width: 250px;
	position: absolute;
	overflow: hidden;
	clip: rect(auto,auto,auto,-300px);
}

#advertmpu2 {
	position: absolute;
	margin-left: -300px;
}

#mpucontainer2 {
	visibility: visible;
	overflow: hidden;
	z-index: auto;
	float: right;
	height: 200px;
	width: 250px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.mpu{
	width: 250px;
	float: right;
	margin: 5px;
	height: 200px;
}

.mpu2{
	width: 250px;
	margin: 5px;
	height: 200px;
}

.mpu3{
	width: 250px;
	float: left;
	margin: 5px;
	height: 200px;
	padding-left: 90px;
}


#flash {
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: 100px;
	overflow: hidden;
	z-index: 100;
}

/************** #headlines styles **************/


#container1 {
	width: 650px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	line-height: 170%;
	color: #666666;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 15px;
	clear: none;
}

#container2 {
	width: 766px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	line-height: 170%;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	clear: none;
}


#container3 {
	width: 100%;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	line-height: 170%;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	clear: none;
}

#magcontent {
	float:left;
	width: 440px;
	clear: left;
	display: block;
}

#magcontent a:hover{
	text-decoration: underline;
	
}




#webcontainer {
	width: 180px;
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#webcontainer a:hover{
	text-decoration: underline;
	color: #000000;	
}



#webcontenta {
	color: #FFFFFF;
	padding-bottom: 0px;
	width: 180px;
	margin-top: 10px;
}

#webcontentb {
	width: 160px;
	color: #000000;
	padding: 0px;
}


#webcontentc {
	padding-left: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #cc9900;
	padding-top: 15px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #cc9900;
	border-left-color: #cc9900;
}


#magcontainer {
	padding: 0px;
	margin: 0px;
}



/************** #your views styles **************/

#yourviews{
	background-color: #edeada;
	padding: 5px;
	float: left;
	margin-top: 5px;
	clear: left;
	margin-bottom: 5px;
	width: 425px;
}


#replycontainer{
	background-color: #666666;
	padding: 5px;
	float: left;
	margin-top: 5px;
	clear: both;
	margin-bottom: 5px;
	color: #FEFEFE;
	width: 425px;
}


#reply{
}


#reply h5{
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;
	text-align: left;
	font-size: 105%;
}


#reply h6{
	color: #FEFEFE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
}




/************** #month styles **************/

#monthcontainer{
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#month{
	padding-top: 210px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: right;
}

#month h6{
	font-size: 90%;
	padding-bottom: 8px;
	color: #334d55;
}


#monthcontainer img{
	padding-bottom: 0px;
	width: 150px;
	height: 200px;
	padding-top: 0px;
	float: right;
	padding-left: 10px;
	clear: right;
}



/************** #back issues styles **************/

#backissuescontainer{
	float: left;
}

#backissues{
	width: 115px;
	height: 180px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 15px;
}

#backissues a:visited{
	color: #334d55;
}

#backissues img{
	width: 114px;
	height: 152px;
	padding-bottom: 5px;
}


/************** #supplements styles **************/

#supplementscontainer{
	float: left;
	width: 380px;
	padding-bottom: 5px;
}

#supplements{
	width: 100%;
	height: 160px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(Content/pics/shadow.gif);
	background-repeat: no-repeat;
	background-position: 2px 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#supplements img{
	width: 114px;
	height: 152px;
	padding-bottom: 5px;
	float: left;
	padding-right: 15px;
}

#supplements2{
	width: 100%;
	height: 120px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(Content/pics/shadow3.jpg);
	background-repeat: no-repeat;
	background-position: 2px 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#supplements2 img{
	width: 80px;
	height: 112px;
	padding-bottom: 5px;
	float: left;
	padding-right: 15px;
}

#sidebox{
	background-color: #E8E8E8;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#supplementseriescontainer{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	clear: left;
	width: 100%;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#seriescontainer{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	clear: left;
	width: 100%;
	float: left;
}

#seriesleft{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	width: 80px;
	clear: none;
	float: left;
	margin-right: 20px;
}

#seriesright{
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	width: 250px;
	clear: none;
	float: right;
	margin-right: 20px;
}


/************** #guides styles **************/

#guidescontainer{
	float: left;
	width: 380px;
	padding-bottom: 5px;
}

#guides1{
	width: 100%;
	height: 160px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(Content/pics/shadow2.gif);
	background-repeat: no-repeat;
	background-position: 2px 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCcccc;
}

#guides1 img{
	width: 80px;
	height: 152px;
	padding-bottom: 5px;
	float: left;
	padding-right: 15px;
}

#guides2{
	width: 100%;
	height: 160px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(Content/pics/shadow.gif);
	background-repeat: no-repeat;
	background-position: 2px 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#guides2 img{
	width: 113px;
	height: 152px;
	padding-bottom: 5px;
	float: left;
	padding-right: 15px;
}





/************** #Tint box styles **************/


#tintbox1{
	width: 382px;
	margin-top: 10px;
	margin-right: 0px;
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	border: thin solid #CCCCCC;
}



#search {
	color: #666666;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	background-color: #FFFFFF;
	padding-top: 1px;
	width: 380px;
	float: right;
	clear: right;
}
#search form {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: right;
}
#boxpic {
	color: #666666;
	background-image: url(INDEXES/Comments/images/richard.cree.2.gif);
	background-repeat: no-repeat;
	background-position: 100px -1px;
	padding: 5px;
	height: 60px;
	width: 150px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#classifiedbox {
	background-color: #E8E8E8;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#noticebox {
	background-color: #CCC;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}


/************** #Apple styles **************/

#applecasestudy {
	background-color: #E8E8E8;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#applecasestudy img{
	margin-top: 10px;
	margin-bottom: 5px;
}

#appleside {
	width: 180px;
	float: right;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#appleoffer {
	border: thin dotted #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}

#applebox {
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: thin dotted #CCCCCC;
}


/************** #MPU styles **************/

#mpu {
	width: 300px;
	height: 250px;
}

/************** #advertorial styles **************/

#advertorial{
	margin-top: 5px;
	position: relative;
	clear: left;
	width: 420px;
	float: left;
	margin-bottom: 5px;
	border: medium solid #999;
	background-color: #FFF;
	padding: 10px;
}

#advertorial a{
	font-weight: bolder;
	color: #333333;
}

#advertorial h5{
	font-size: 130%;
	font-weight: bolder;
	line-height: 100%;
	padding-top: 0px;
	margin-top: 0px;
	color: #333333;
	text-align: left;
}

#advertorial h3{
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}


/************** #Share button styles **************/

#sharebuttoncontainer {
	float: right;
	width: 180px;
}

