/*css for all things common in the system*/
body{
word-wrap: break-word;
}
/********selection**********/
::-moz-selection {
 background-color: #999;
 color: #fff;
 text-shadow: none;
}
::selection {
 background: #999;
 color: #fff;
 text-shadow: none;
}
/********selection*********/
	
/*Used for tables within the editors*/
.table-container
{
	padding: 4px;
	text-align: center;
}
/*Used for 4 column table*/
.table-four
{
	display: inline-block;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width:23%;
	min-width:170px;
}
/*Used for 3 column table*/
.table-three
{
	display: inline-block;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width:31%;
	min-width:170px;
}
/*Used for 2 column table*/
.table-two
{
	display: inline-block;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width:48%;
	min-width:170px;
}
/*Used for video and optin*/
.video-optin-container
{
	padding: 4px;
	text-align: center;
}
/*Used for 2 column table for video and optin box*/
.video-optin1
{
	display: inline-block;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width:100%;
	max-width:500px;
}
.video-optin2{
	display: inline-block;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	max-width:300px;
}
/*********defaults************/
.main_bg{
	background-color:#FFFFFF;
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment:scroll;
	padding-bottom:10px;
}
header{
	background-color:transparent;
	background-position: top center;
	background-repeat: repeat-x;
}
header .brand h1, header .brand p{
	color:#888;
	font-family:Verdana;
}
header .brand h1{
	font-size:48px;
}
header .brand p{
	font-size:21px;
}
a{
	color:#FF0000;
}
header .primary .navbgwrapper{
	float:left;
	width:100%;
	background-color:transparent;
	background-position: top center;
	background-repeat: repeat-x;
	z-index:1;
}
.transbg{
	background-color:transparent;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	z-index:1;
}
.navpc ul{
	background-color: #000000;
}
.header .primary .navpc a{
	color: #ffffff;
	text-decoration:none;
}
/* Given for navigation separator */
.navpc li li{
	background: none;
}
.navpc li:last-child{
	background: none;
}
/* Upto here */
.header .primary .navpc li a:hover {
	color: #ffffff;
	text-decoration: none;
}
.main{
	font-family:Verdana;
	font-size:12pt;
	color: #000000;
}
.main_page_wrap{
	background: transparent;
	border: 1px solid transparent;
}
aside nav, article.body_wrap{
	background: transparent;
	border: 1px solid transparent;
}
a{
	color: #ff0000;
	text-decoration:none;
}
a:hover{
	color: #ff0000;
	text-decoration:underline;
}
header a.brand:hover{
	text-decoration: none;
}
h1{
	color:#000000;
	font-family:Verdana;
	padding-top:5px;
}
h2{
	color:#000000;
	font-family:Verdana;
}
h3{
	color:#000000;
	font-family:Verdana;
}
h4{
	color:#000000;
	font-family:Verdana;
}
h5{
	color:#000000;
	font-family:Verdana;
}
h6{
	color:#000000;
	font-family:Verdana;
}
footer{
	background-position: center;
	background-repeat: repeat-x;
}
/*********defaults***********/
.inner1,.content_wrapper{
	padding-top:0;
	padding-bottom:0;
}
/*****/
aside nav, article.body_wrap{
	padding: 8px;
}
aside nav{
	margin-bottom:10px;
}
/****blog **/
.PostPage .body_top h1{
	padding-bottom:15px;
}
input[type="text"]{
	display:inline !important;
}
/****blog***/
.blogheight{line-height: 1.2em;}
.postauthor{ margin-bottom:10px;}
.more-link{
	 background: url("../images/readmore.png") no-repeat scroll  transparent;
	 display: block;
	float: right;
	margin: 5px;
	padding-left:18px;
	width: 90px;
}
.LeaveRply{
	background: url("../images/leaveareply.png") no-repeat scroll  transparent;
	display: block;
	float: right;
	margin: 5px;
	text-align: right;
	padding-left: 20px;
	line-height:17px;
}
/* For the top icon on custom left and main */
.cms-logo{
	height:32px;
}
.cms-logo a{
	border-right:none;
	width:100%;
	height:30px;
}
/***footer font standard and extended- fixed***/
.footer nav.primary, .footer .copyright, .footer .extendedfooter nav.primary, .footer .policiesextended .extendedfooter{
	font-family: Verdana;
	font-size:11px;
}
/**breadcrumbs***/
.bcrumbs{
	padding-bottom:5px;
	background-color: transparent;
	font-size: 11px;
}
/* Table heading color */
#changetablebgcenter h3{
	color:#000000;
}