html, body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#body_bg {
	background:url(../graphics/body_bg.gif) repeat-x #fff;
}
#inner_body_bg {
	background:url(../graphics/inner_body_bg.gif) repeat-x #fff;
}
#pagewidth {
	width:1000px;
	text-align:left;
	margin:0 auto;
}
#header_panel {
	float:left;
	height:129px;
}
#logo {
	width:345px;
	float:left;
	padding:25px 0px 0px 5px
}
#top_nav {
	float:left;
	width:650px;
}
#top_nav1 {
	text-align:right;
	padding-top:37px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}
#top_nav1 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	padding:0px 4px 0px 4px;
	color:#666666;
}
a img {
	border:0px;
}

a:hover{text-decoration:underline!important;}

#main_nav {
	padding-top:11px;
	text-align:right;
}
#header {
	position:relative;
	height:324px;
	background:url(../graphics/header.jpg);
	width:100%;
	display:block;
	overflow:auto;
}
#inner_header {
	position:relative;
	height:93px;
	width:100%;
	display:block;
	overflow:auto;
}
#heading_txt{
	width:500px;
	float:left;
}
#heading_txt h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#fff;
	font-weight:normal;
	padding:26px 0px 0px 35px;
	margin:0px;
}
#social_icon{
	width:480px;
	text-align:right;
	padding:24px 0px 10px 0px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#c0d3e6;
}
#leftcol {
	width:643px;
	float:left;
	position:relative;
	background:url(../graphics/content_bg.gif) repeat-x #fff;
	margin-top:20px;
	padding:25px 25px 25px 25px;
	
}#middle_content1{
	float:left;
	width:380px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#558cc4;
}
#middle_content1 span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
#jawerry_img{
	float:left;
	width:100px;
}
#left_icon{
	float:left;
	width:300px;
}
#right_icon{
	text-align:right;
	float:left;
	font-size:14px;
	color:#3d74ac;
	font-family:Arial, Helvetica, sans-serif;
	width:340px;
}
#h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:10px 0px 10px 0px;
	margin:0px;
	color:#376ca2;
	font-weight:normal;
}
#main_content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	color:#3c3c3c;
	font-weight:normal;
}
#inner_content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	line-height:18px;
	color:#3c3c3c;
	font-weight:normal;
	padding-bottom:25px;
}
#maincol {
	position: relative;
	width:300px;
	float:right;
	margin:20px 0px 0px 6px
}
#border22{
	border:1px solid #cfcece;
	margin-top:20px;
	padding:10px;
	float:left;
}
#image{
	float:left;
	width:150px;
}
#left_arrow{
	float:left;
	width:40px;
}
#right_arrow{
	float:left;
	width:40px;
	text-align:right;
}
#middle_content{
	float:left;
	width:380px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#558cc4;
}
.links{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	color:#3c3c3c;
}
.links a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	color:#558cc4;
}
#footer {
	height:115px;
	background:url(../graphics/footer_bg.gif) repeat-x;
	clear:both;
	width:100%;
	padding-top:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
	
}
#footer_links{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	margin-left:15px;
}
#footer_links a{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0px 12px 0px 12px;
	margin-bottom:10px;
	color:#fff;
	text-decoration:none;
}
#footer_width {
	width:100%;
	background:url(../graphics/footer_bg.gif);
	text-align:left;
}
#footer1 {
	float:left;
	width:200px;
}
#footer2 {
	float:left;
	width:730px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#175ea7;
	padding-top:30px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  


.errtext
{
	font-family: Arial,Verdana, sans-serif; 
	font-size:8pt;
	color: #ff0000;
}


.modal-overlay
	{
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:100%;
		width:100%;
		margin:0;
		padding:0;
		background:#666666 none repeat scroll 0 0;
		opacity:.6;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		z-index:101;
	}
	* html .modal-overlay
	{
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

.modal-window	{	position:fixed;		top:50%;		left:50%;		margin:0;		padding:0;		z-index:102;}
* html .modal-window	{		position:absolute;	}
.close-window	{		position:absolute;		width:32px;		height:32px;		right:112px;		top:48px;		background:transparent url('../graphics/btn-close.gif') no-repeat scroll right top;		text-indent:-99999px;	overflow:hidden;		cursor:pointer;}
.close-window:hover	{		opacity:.99;		filter: alpha(opacity=99);		-moz-opacity: 0.99;}
.errtext{	color:#ff0000;}
.popupBoxWrapper {left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:256;}
.popupBoxOuter {		background-position:left top;	background-repeat:no-repeat;	margin:30px auto;	padding-top:10px;	width:410px; overflow:hidden;}
.popupBoxOuterWide, .popupBoxOuterWide .popupBoxMid {		width:400px;background:#fff;}
.popupBoxMid {background-position:left bottom;background-repeat:no-repeat;padding-bottom:10px;}
.popupBoxOuterWide .popupBoxInner {	}
.popupBoxInner { height:auto; padding:10px 20px; position:relative;width:370px;}

.centredText{ padding:0px; margin:0px;font-size:18px;color:#0673B8;}


.txt_box1{border:1px solid #ccc;}

.lnkmatchs{font-size:13px!important;color:#528EC6!important;font-weight:bold;text-decoration:underline!important;}

.vidboxtitle{
	color:#558cc4;
	font-size:15px;
}
#homevidlist {
	list-style:none;
	margin:0px;
	padding:0px;
	padding-left:10px;
	width:610px;
}
#homevidlist li{
	float:left;
	padding:10px 15px 10px 15px;	
}


.bloglinkbox{
	background:url(/graphics/newhome/loveblog-box.gif) no-repeat;
	width:302px;
	height:198px;
	color:#fff;	
}
.blogboxontent{
	font-size:12px!important;
	color:#fff!important;	
	padding:20px;
	padding-top:38px;
}
.blogboxontent a{
	color:#fff!important;		
	text-decoration:none;
}
.blogboxontent a:hover{
	text-decoration:underline;
}

/* ******************************************************************** */ 
/*                      printer styles                                  */ 
/* ******************************************************************** */ 



 @media print {
/*hide the left column when printing*/ 
#leftcol {
	display:none;
}
#twocols, #maincol {
	width:100%;
	float:none;
}
}

