body
{
	background-color: #ffffff;
	font-size: 14px;
	font-family: Palatino Linotype, Palatino, Times New Roman, Times, Serif;
	line-height: 18px;
}
.LTR, .RTL
{
	background-color: #cacaca;
}


h1
{
	font-family: Arial, Verdana, Sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

h2
{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 16px;
	font-weight: plain;
}

h3
{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 15px;
	font-weight: bold;
}

h4
{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 15px;
}

h5
{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 100%
}

h2,h3,h4,h5
{
	color: #000000;
}

a
{
	text-decoration: underline;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
	color: #f47836;

}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}


.ErrorMessage
{
	color: #ff0000;
}


.CoverStoryHeader
{
	font-family: Arial, Verdana, Sans-serif;
	color: #888888;
	font-size: 11px;
	font-weight:bold;
}


/*#Magazine#*/

#mag-header{
	margin:auto;
	width:986px;
	height: 118px;
	background: url(../App_Themes/magazine/header_back.gif) repeat-x;
}
#mag-header-main {
	width:100%;
	height: 118px;
	background: url(../App_Themes/magazine/header_main_back.gif) repeat-x;
}
#mag-header-shadow-left{
	float:left;
	width:13px;
	height: 118px;
	background: url(../App_Themes/magazine/header_shadow_left.gif) no-repeat;
}
#mag-header-shadow-right {
	float:right;
	width:13px;
	height: 118px;
	background: url(../App_Themes/magazine/header_shadow_right.gif) no-repeat;
}
#mag-content {
	margin:auto;
	min-height:400px;
	background: url(../App_Themes/magazine/content_back.gif) repeat-y;
	padding:10px 26px;
	width:934px;
}

#mag-footer-main {
	width:100%;
	height:190px;
	background-color: #cacaca;
}

#mag-footer {
	margin:auto;
	width:986px;
	height:190px;
	background: url(../App_Themes/magazine/footer_back.gif) repeat-x;
}

#mag-footer-shadow-left {
	float:left;
	width:13px;
	height:190px;
	background: url(../App_Themes/magazine/footer_shadow_left.gif) no-repeat;
}

#mag-footer-center {
	float:left;
	width:950px;
	height:190px;
}

#mag-footer-center-top {
	height:150px;
}

#footer-center-bottom {
	height:30px;
	font-size:11px;
	font-weight:normal;
	color:#cacaca;
	line-height:18px;
	text-align:center;
}

#mag-footer-shadow-right {
	float:right;
	width:13px;
	height:190px;
	background: url(../App_Themes/magazine/footer_shadow_right.gif) no-repeat;
}

#mag-footer-content {
	margin-top:10px;
	height:25px;
}


/*#-AngiesList Styles/Footer/Links#*/
#mag-footer-links {
	margin:auto;
	width:790px;
	line-height:18px;
}

#mag-footer-links ul  { 
	list-style:none;
}

#mag-footer-links li { 
	float: left;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
}

#mag-footer-links li a {
	margin: 0;
	padding: 0;
	color:#ffffff;
	text-decoration:none;
	padding:0px 8px 8px 0px;
}

#mag-footer-links li a:link
{
	color:#ffffff;
	text-decoration: none;
}

#mag-footer-links li a:visited
{
	color:#ffffff;
	text-decoration: none;
}

#mag-footer-links li a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

#mag-footer-links li a:active
{
	color:#ffffff;
	text-decoration: none;
}

#mag-copyright {
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	line-height:18px;
	text-align:center;
}

.horizontalCMSMenuItemMouseOver, .horizontalCMSMenuHighlightedMenuItem, 
.horizontalCMSMenuHighlightedMenuItemMouseOver, .horizontalCMSMenuHighlightedMenuItemMouseDown
{
	color: #333;
	background: url(../App_Themes/magazine/btn_ovr.gif) repeat-x top right;
	border-right:1px solid #B4830D;
	font-family: Arial,Sans-serif;
}


.mag-box {
	width:95%; 
	border-style: solid;
	border-color: #9a999a;
	padding: 5px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 2px;
	border-bottom-width: 1px;
}


.MagBoxHeader {
	font-family: Arial, Verdana, Sans-serif;
	color: #9a999a;
	font-size: 14px;
	font-weight:bold;
	font-variant:all-caps;
}

.MagPic-V-R {
	width:170px; 
	border-style: solid;
	border-color: #048ca8;
	margin: 10px 0px 10px 20px;
	padding: 7px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	float:Right;
	font-family:arial;
	font-size:90%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:130%;
}

.MagPic-V-L {
	width:170px; 
	border-style: solid;
	border-color: #048ca8;
	margin: 10px 20px 10px 0px;
	padding: 7px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	float:Left;
	font-family:arial;
	font-size:90%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:130%;
}

.MagPic-H-L {
	width:210px;
	border-style: solid;
	border-color: #048ca8;
	margin: 10px 20px 10px 0px;
	padding: 7px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	float:Left;
	font-family:arial;
	font-size:90%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:130%;
}

.MagPic-Flex {
	border-style: solid;
	border-color: #048ca8;
	margin: 10px 0px 10px 20px;
	padding: 7px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	float:Right;
	font-family:arial;
	font-size:90%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:130%;
}

.MagPic-H-R {
	border:2px solid #048CA8;
	float:right;
	font-family:arial;
	font-size:90%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:130%;
	margin:10px 0 10px 20px;
	padding:7px;
	width:210px;
}

.MagPic-300-H-R {
	border:2px solid #048CA8;
	float:right;
	font-family:arial;
	font-size:90%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:130%;
	margin:10px 0 10px 20px;
	padding:7px;
	width:310px;
}

.SideBar-L {
	width:200px; 
	border-style: solid;
	border-color: #cddc2b;
	padding: 7px;
	margin: 10px 20px 10px 0px;
	border-top-width: 7px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	float:Left;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 13px;
}

.SideBar-R {
	width:200px; 
	border-style: solid;
	border-color: #cddc2b;
	padding: 7px;
	margin: 10px 0px 10px 20px;
	border-top-width: 7px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	float:Right;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 13px;
}

.SideBar-R300 {
	width:300px; 
	border-style: solid;
	border-color: #cddc2b;
	padding: 7px;
	margin: 10px 0px 10px 20px;
	border-top-width: 7px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	float:Right;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 13px;
}
.SideBar-Bubble {
	background-image: url(../App_Themes/magazine/magBubble.gif );
	width: 50px;
	height: 35px;
	float:right;
}
.SideBar h2 {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* RULES FOR PENALTY BOX TABLE 0909 */

.VertBarR {
	height: 100%;
	border-right: solid 1px #cddc2b;
	padding: 5px;
}

.VertBarL {
	height: 100%;
	border-left: solid 1px #cddc2b;
	padding-left: 10px;	      
}
/* END RULES FOR PENALTY BOX TABLE 0909 */

.health-icon {
	width:35px; 
	background-image: url(../Images/Health-Icon-35px.aspx);
	background-repeat: no-repeat;
	padding: 5px 15px 10px 0px;
	float: Left;
}

.Slider .ContentPage
{
	margin-top: 35px;
}

.Slider .Pager
{
	margin-bottom:10px;
}

#plcRoot_Layout_zoneContent_PagePlaceholder_PagePlaceholder_Layout_zoneMain_ContentSlider_pager
{
	position: relative;
	top: -675px;
}


.slideShowPic
{
	width:400px;
	position:absolute;
	float:left;
}
.slideShowText
{
	float:right;
	position:relative;
	width:115px;
}
.SliderHeadline
{
	position: relative;
	top: -80px;
}
.SliderIntro
{
	position: relative;
	top: 25px;
}