@charset "utf-8";
/* CSS Document */


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

IE hacks and styles are at the bottom of the css document.  All other styles are
for cross browser styling.

* html {} - IE6 hacks

*:first-child+html - IE7 hacks

body:nth-of-type(1) - Safari 3+ and Google Chrome hacks


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

body {
	margin:30px 0 0 0;
	padding:0;
	background:url(/images/body_bg.jpg) repeat-x top #50748E;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#page_container {
	width:900px;
	height:100%;
	margin:0 auto;
	position:relative;
	text-align:left;
	z-index:2;
	}
	
#pageShadow {
	width:1021px;
	height:100%;
	margin:0 auto;
	position:relative;
	}
	
#leftPage_shadow {
	width:61px;
	height:100%;
	background: url(/images/leftPage_shadow.png) repeat-y top;
	position:absolute;
	left:0;
	top:-70px;
	z-index:0;
	}
	
#rightPage_shadow {
	width:61px;
	height:100%;
	background: url(/images/rightPage_shadow.png) repeat-y top;
	position:absolute;
	right:0;
	top:-70px;
	z-index:0;
	}
	
#bottom_shadow {
	width:1021px;
	height:180px;
	background:url(/images/bottom_shadow.png) no-repeat;
	position:relative;
	top:-90px;
	margin:0 auto 0;
	z-index:1;
	}
		
/*////////////////Begin Header Style///////////////////////////////*/	
	
#header {
	width:100%;
	height:89px;
	background:url(/images/header_bg.jpg) repeat-x top;
	}
	
#header div {
	float:left;
	padding:0 10px;
	}
	
#header_logo {
	margin:11px 0 0 15px;
	}
	
#header_text {
	position:relative;
	top:25px;
	color:#000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#headerTitle_red {
	color:#A7000E;
	font-size:19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#header_date {
	position:absolute;
	top:45px;
	right:10px;
	color:#A7000E;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	}
	
#header_divider {
	background:url(/images/header_divider.png) no-repeat top;
	width:3px;
	height:60px;
	position:relative;
	top:14px;
	}
	
#header_arrow {
	background:url(/images/header_arrow.png) no-repeat top;
	width:39px;
	height:28px;
	position:absolute;
	left:55px;
	top:89px;
	}
	
/*////////////////End Menu Style///////////////////////////////*/	
	
	
	
/*////////////////Begin Title Container Style Between Header and Menu///////////////////////////////*/
	
	
#title_container {
	background:url(/images/title_bg.jpg) repeat-y top;
	width:100%;
	height:106px;
	}
	
#title_content{
	background:url(/images/title_top_bg.jpg) no-repeat top;
	width:100%;
	height:106px;
	}
	
#title {
	width:auto;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	position:relative;
	top:30px;
	left:25px;
	}
	
/*////////////////End Title Container Style Between Header and Menu///////////////////////////////*/





	
/*////////////////Begin Menu Style///////////////////////////////*/	

#menu_container {
	position:absolute;
	top:156px;
	}

#menu {
	width:100%;
	line-height:normal;
	height:50px;
	}

#menu ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	}

#menu li {
	display:inline;
	margin:0;
	padding:0;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#menu a {
	float:left;
	background:url(/images/leftMenu_corner.png) no-repeat left top;
	margin:0 0 0 3px;
	padding:0 0 0 4px;
	text-decoration:none;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#menu a div {
	background:url(/images/middleMenu_bg.png) repeat-x top;
	height:29px;
	margin:0 5px 0 0;
	padding: 0 0 0 0;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#menu a span {
	float:left;
	display:block;
	background:url(/images/rightMenu_corner.png) no-repeat right top;
	padding:8px 10px 4px 5px;
	height:29px;
	margin:0 -5px 0 0;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}    

#menu a:hover {
	background:url(/images/leftMenu_cornerRO.png) no-repeat left top;
	height:35px;
	color:#000000;
	position:relative;
	top:-6px;
	cursor:pointer;
	}   

#menu a:hover div {
	background:url(/images/middleMenu_bgRO.png) repeat-x top;
	height:35px;
	color:#000000;
	cursor:pointer;
	}

#menu a:hover span {
	background:url(/images/rightMenu_cornerRO.png) no-repeat right top;
	height:35px;
	color:#000000;
	cursor:pointer;
	}    

#menu a.current {
	background:url(/images/leftMenu_cornerRO.png) no-repeat left top;
	height:35px;
	color:#000000;
	position:relative;
	top:-6px;
	cursor:pointer;
	}   

#menu a.current div {
	background:url(/images/middleMenu_bgRO.png) repeat-x top;
	height:35px;
	color:#000000;
	cursor:pointer;
	}

#menu a.current span {
	background:url(/images/rightMenu_cornerRO.png) no-repeat right top;
	height:35px;
	color:#000000;
	cursor:pointer;
	}
	
/*////////////////End Menu Style///////////////////////////////*/


/*////////////////Begin Content Style///////////////////////////////*/
	
#content {
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#E5E5E5;
	}
	
#ad_space {
	background:url(/images/adSpace_bg.jpg) repeat-x top;
	width:742px;
	height:75px;
	position:relative;
	z-index:2;
	}
	
#column1 {
	position:relative;
	width:449px;
	height:100%!important;
	padding:0 20px 50px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	background:#FFFFFF;
	vertical-align:top;
	}
	
#column1 a, #column2 a, #column3 a, #ad_space a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#50748E;
	font-size:12px;
	text-decoration:none;
	}
	
#column1 a:hover, #column2 a:hover, #column3 a:hover, #ad_space a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-decoration:underline;
	}
	
.readMore_link_bg {
	border-top:solid 2px #CCCCCC;
	width:449px;
	text-decoration:none;
	}
	
.readMore_linkClose_bg {
	border-top:solid 2px #CCCCCC;
	width:449px;
	text-decoration:none;
	}
	
.readMore_link {
	width:115px;
	height:16px;
	background:url(/images/readMore_bg.png) no-repeat top;
	padding:0;
	float:right;
	}
	
.readMore_linkClose {
	width:115px;
	height:16px;
	background:url(/images/readMoreClose_bg.png) no-repeat top;
	padding:0;
	float:right;
	}
	
.readMore_text {
	color:#A7000E;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 10px 0 0;
	}
	
#content_title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#A7000E;
	font-size:24px;
	}
	
.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#50748E;
	font-size:16px;
	}
	
#column2 {
	background:#F7F7F7;
	height:100%;
	width:253px;
	z-index:1;
	vertical-align:top;
	}
	
#column2_title_container {
	background:url(/images/column2Title_bg.jpg) repeat-x top;
	height:62px;
	width:253px;
	}
	
#column2_title {
	color:#A7000E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:20px 0 0 45px;
	}
	
#column2 #topStories_container {
	width:228px;
	min-height:600px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#column2 #topStories_container ul {
	margin:0;
	padding:0;
	}
	
#column2 #topStories_container li {
	list-style:none;
	background:url(/images/topStories_arrow.png) no-repeat 0 50%;
	color:#000;
	font-size:12px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
	}
	
#column2 #topStories_container li a {
	color:#000;
	font-size:12px;
	}
	
#column2 #topStories_container li a:hover {
	color:#000;
	font-size:12px;
	text-decoration: underline;
	}
	
#column2 #topStories_container .topStories_divider {
	width:183px;
	height:1px;
	position:relative;
	left:58px;
	margin:10px 0;
	}
	
#column3 {
	width:158px;
	background:#E5E5E5;
	vertical-align:top;
	height:100%;
	}
	
#column3_container {
	margin:-75px 0 0 0;
	background:#E5E5E5;
	}
	
#column3 img {
	padding:10px 20px;
	}
	
/*////////////////Login Styles ///////////////////////////////////*/

.login {
	position:absolute;
	top:0;
	right:0;
	color:#FFFFFF;
	font-size:12px;	
	}
	
.login a {
	color:#FFFFFF;
	font-size:12px;	
	text-decoration:none;
	}
	
.login a:hover {
	text-decoration:underline;	
	}
	
#error{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	background:#FBE3E4;
	color:#8a1f11;
	font-size:12px;
	border-color:#FBC2C4;
	display:none;
	}
	
	
/*////////////////End Content Style///////////////////////////////*/
	
	
/*////////////////Begin Footer Style///////////////////////////////*/

#footer_container {
	width:100%;
	margin:10px 0 0 0;
	position:relative; 
	}
	
#footer ul {
	list-style:none;
	margin:0;
	padding:0;	
	}
	
#footer ul li {
	float:left;
	font-size:11px;
	padding:0 2px;	
	color:#FFFFFF;
	}
	
#footer ul li a {
	color:#FFFFFF;
	font-size:11px;	
	text-decoration:none;
	}
	
#footer ul li a:hover {
	text-decoration:underline;	
	}
		
	
/*////////////////End Footer Style///////////////////////////////*/
	
	
/*////////////////Begin IE7 hacks Style///////////////////////////////*/
	
*:first-child+html #content_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#A7000E;
	font-size:24px;
	padding:20px 0 0 0;
	}

*:first-child+html #column2 #topStories_container .topStories_divider {
	width:183px;
	height:1px;
	border-bottom:solid 2px #CCCCCC;
	position:relative;
	left:40px;
	margin:10px 0;
	}
	
*:first-child+html #column2 #topStories_container li {
	list-style:none;
	background:url(/images/topStories_arrow.png) no-repeat 0 40%;
	padding:0 0 0 18px;
	color:#000;
	font-size:12px;
	}
	
*:first-child+html #content {
	position:relative;
	z-index:3;
	background:#E5E5E5;
	}
	
*:first-child+html #column1 {
	position:relative;
	width:449px;
	height:100%!important;
	padding:0 20px 50px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	background:#FFFFFF;
	vertical-align:top;
	}
	
*:first-child+html #column2 {
	width:253px;
	min-height:600px;
	height:auto!important;
	height:600px;
	background:#F7F7F7;
	vertical-align:top;
	position:relative;
	z-index:0;
	}
	
*:first-child+html #column3 {
	width:158px;
	background:#E5E5E5;
	vertical-align:top;
	height:100%;
	position:relative;
	z-index:4;
	}
	
*:first-child+html #column3_container {
	background:#E5E5E5;
	width:158px;
	margin:0 0 0 0;
	}
	
*:first-child+html #page_container {
	width:900px;
	height:100%;
	margin:0 auto;
	position:relative;
	text-align:left;
	z-index:99;
	}

*:first-child+html #leftPage_shadow {
	width:61px;
	height:100%;
	background: url(/images/leftPage_shadow.png) repeat-y top;
	position:absolute;
	left:0;
	top:-96px;
	z-index:0;
	}

*:first-child+html #rightPage_shadow {
	width:61px;
	height:100%;
	background: url(/images/rightPage_shadow.png) repeat-y top;
	position:relative;
	position:absolute;
	right:0;
	top:-96px;
	z-index:0;
	}

/*:first-child+html #bottom_shadow {
	width:1021px;
	height:129px;
	background:url(/images/bottom_shadow.png) no-repeat;
	position:relative;
	top:-96px;
	margin:0 auto;
	z-index:-1;
	}*/
	
/*////////////////End IE7 hacks Style///////////////////////////////*/
	
	
/*////////////////Begin IE6 hacks Style///////////////////////////////\*/

* html img, #header_divider, #header_arrow, #menu a, #menu a span, #menu a:hover, #menu a:hover span, .readMore_link, .readMore_linkClose, #column2 #topStories_container li  { behavior: url(/js/iepngfix.htc) }
	
* html #pageShadow {
	width:1021px;
	height:100%;
	margin:0 auto;
	}
	
* html #column2 #topStories_container .topStories_divider {
	width:183px;
	height:1px;
	border-bottom:solid 2px #CCCCCC;
	position:relative;
	left:20px;
	margin:10px 0;
	}
	
* html #leftPage_shadow {
	background:none;
	}
	
* html #rightPage_shadow {
	background:none;
	}
	
/* html #bottom_shadow {
	background:none;
	}*/
	
* html #article {
	margin:20px 0 0 0;
	}
	
* html #menu_container {
	position:absolute;
	top:156px;
	width:80%;
	}

* html #menu {
	width:100%;
	line-height:normal;
	height:50px;
	}

* html #menu ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
	}

* html #menu li {
	display: inline-block;
	float:left;
	width:auto;
	margin:0;
	padding:0;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}

* html #menu a {
	margin:0 0 0 3px;
	background:none!important;
	padding:0 0 0 4px;
	text-decoration:none;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}

* html #menu a div {
	background:url(/images/middleMenu_bg.png) repeat-x top;
	height:29px;
	display:block;
	float:left;
	margin:0 0 0 0;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}

* html #menu a span {
	float:left;
	background:none!important;
	display:block;
	padding:8px 10px 4px 5px;
	height:29px;
	margin:0 -5px 0 0;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}   

* html #menu a:hover {
	height:35px;
	background:none!important;
	color:#000000;
	position:relative;
	top:-6px;
	cursor:pointer;
	}   

* html #menu a:hover div {
	background:url(/images/middleMenu_bgRO.png) repeat-x top;
	height:35px;
	float:left;
	display:block;
	color:#000000;
	cursor:pointer;
	}

* html #menu a:hover span {
	height:35px;
	background:none!important;
	float:left;
	display:block;
	color:#000000;
	cursor:pointer;
	}    

* html #menu a.current {
	height:35px;
	background:none!important;
	color:#000000;
	position:relative;
	top:-6px;
	cursor:pointer;
	}   

* html #menu a.current div {
	background:url(/images/middleMenu_bgRO.png) repeat-x top;
	height:35px;
	color:#000000;
	cursor:pointer;
	}

* html #menu a.current span {
	height:35px;
	background:none!important;
	color:#000000;
	cursor:pointer;
	}
	
* html #content {
	background:#E5E5E5;
	}
	
* html #column1 {
	position:relative;
	width:449px;
	height:100%!important;
	padding:0 20px 50px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	background:#FFFFFF;
	vertical-align:top;
	}
	
* html #column2 {
	width:253px;
	min-height:600px;
	height:auto!important;
	height:600px;
	background:#F7F7F7;
	vertical-align:top;
	z-index:0;
	}
	
* html #column2 #topStories_container {
	width:228px;
	min-height:350px;
	margin:0 auto;
	padding:20px 0 0 0;
	z-index:99;
	}
	
* html #column2 #topStories_container ul {
	margin:0;
	padding:0 15px;
	list-style:none;
	}
	
* html #column2 #topStories_container li {
	list-style:none;
	list-style-image:url(/images/topStories_arrow.png);
	padding: 0 0 0 0;
	color:#000;
	font-size:12px;
	background:none;
	margin:0 0 0 10px;
	}
	
* html #column2 #topStories_container li a {
	color:#000;
	font-size:12px;
	vertical-align:middle;
	}
	
* html #column2 #topStories_container li a:hover {
	color:#000;
	font-size:12px;
	text-decoration:none;
	}
	
* html #column2 #topStories_container .topStories_divider {
	width:183px;
	height:1px;
	border-bottom:solid 2px #CCCCCC;
	position:relative;
	left:34px;
	margin:10px 0;
	}
	
* html #column3 {
	width:158px;
	background:#E5E5E5;
	vertical-align:top;
	min-height:600px;
	height:auto!important;
	height:600px;
	z-index:1;
	}
	
* html #column3_container {
	background:#E5E5E5;
	width:158px;
	margin:0 0 0 0;
	}
	
/*////////////////End IE6 hacks Style///////////////////////////////*/
	
/*////////////////End Safari/Chrome hacks Style///////////////////////////////*/
	
body:nth-of-type(1) #leftPage_shadow {
	width:61px;
	height:100%;
	background: url(/images/leftPage_shadow.png) repeat-y top;
	position:absolute;
	left:0;
	top:-80px;
	z-index:0;
	}
	
body:nth-of-type(1) #rightPage_shadow {
	width:61px;
	height:100%;
	background: url(/images/rightPage_shadow.png) repeat-y top;
	position:relative;
	position:absolute;
	right:0;
	top:-80px;
	z-index:0;
	}
	
/*body:nth-of-type(1) #bottom_shadow {
	width:1021px;
	height:129px;
	background:url(/images/bottom_shadow.png) no-repeat;
	position:relative;
	top:-90px;
	margin:0 auto;
	z-index:1;
	}*/
/**/
	
/*////////////////End Safari/Chrome hacks Style///////////////////////////////*/

/*////////////////Send to Friend validation style///////////////////////////////*/

#contactMsg {
	display:none; 
	position:absolute; 
	z-index:9999; 
	background:url(/images/msg_arrow.gif) left center no-repeat; 
	padding-left:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#924949;
	margin: 0 0 0 20px;
	}
	
#contactMsgcontent {
	display:block; 
	left:50px;
	background:#f3e6e6; 
	border:2px solid #924949; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:250px;
	}
#sendtofriend {
	width: 400px;
	background-color: #FFF;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 5px;
}
#sendtofriend h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #900;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
#sendtofriend h2 {
	text-align: left;
	color: #420000;
	margin-top: 10px;
	margin-bottom: 5px;
	font: normal 18px Arial, Helvetica, sans-serif;
}
#sendtofriend h3 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #900;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
#sendtofriend label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
#sendtofriend span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #900;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sendbutton {
	margin-top: 10px;
}
#sendtofriendprocess{
	width: 470px;
	height: 470px;
	background-color: #FFF;
	text-align: center;
	margin: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#sendtofriendprocess h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #900;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}
#sendtofriendprocess a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #900;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: normal;
}

