/* 
================================
Skin styles for DotNetNuke
================================
*/   

.controlpanel {
	width: 100%;
	height: 0px;
}
.contentmaster {
	border-left: 1px solid #8f998c;
	border-right: 1px solid #8f998c;
	background: url(../images/bg.jpg) repeat-y top left;
	padding: 0px;
}
.contentmaster2 {
	background: url(../images/bgpattern.jpg) no-repeat top left;
	padding: 0px;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bannerpane {
	padding: 0px 20px 10px 0px;
	color: #FFF;
	font-family: Arial, helvetica, sans-serif, Tahoma;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}
.bannerpane a:link {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.bannerpane a:visited {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.bannerpane a:active  {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.bannerpane a:hover {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
.searchbox  {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #FFF;
	font-weight: normal;
	font-size: 9.0pt;
	text-decoration: none;
	line-height: 12px;
}
.footer2 {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #FFF;
	font-weight: normal;
	font-size: 9.0pt;
	text-decoration: none;
	padding: 8px;
}
.footer2 a:link {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #FFF;
	font-weight: normal;
	font-size: 9.0pt;
	text-decoration: none;
}
.footer2 a:visited {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #8a8a8a;
	font-weight: normal;
	font-size: 9.0pt;
	text-decoration: none;
}
.footer2 a:active {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #FFF;
	font-weight: normal;
	font-size: 9.0pt;
	text-decoration: none;
}
.footer2 a:hover {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #FFF;
	font-weight: normal;
	font-size: 9.0pt;
	text-decoration: underline;
}
.footerpane {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #8a8a8a;
	font-weight: normal;
	font-size: 9.0pt;
	text-decoration: none;
	padding: 8px;
}
.footer {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #8a8a8a;
	font-weight: normal;
	font-size: 9.0pt;
	text-decoration: none;
}
.footer:link {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #8a8a8a;
	font-weight: normal;
	font-size: 9.0pt;
	text-decoration: none;
}
.footer:visited {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #8a8a8a;
	font-weight: normal;
	font-size: 9.0pt;
	text-decoration: none;
}
.footer:active {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #8a8a8a;
	font-weight: normal;
	font-size: 9.0pt;
	text-decoration: none;
}
.footer:hover {
	font-family: Arial, helvetica, sans-serif, Tahoma;
	color: #8a8a8a;
	font-weight: normal;
	font-size: 9.0pt;
	text-decoration: underline;
}


/*BEGIN MENU CSS */
.MenuContainerClassX
{
	
}

.MenuBarClassX
{
	
}

.MenuBreakClassX
{
	
}

.MenuItemClassX
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	
	color:#FFFFFF;
	cursor: pointer; 
	cursor: hand;
}

.MenuItemSelectedClassX
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	
	color:#87003e;
	cursor: pointer; 
	cursor: hand;
	
}

.MenuIconClassX
{
	
}

.SubMenuClassX
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	
	color:#FFFFFF;
	background-color:#7e8b7a;
}

.rootMenuItemClassX TD
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	
	color:#FFFFFF;
	height: 45px;
	
	padding-left:15px;
	padding-right:15px;
}
html>body .rootMenuItemClassX TD
{
}
.rootMenuItemActiveX
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	
	color:#FFFFFF;
}

.rootMenuItemSelectedX TD
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	
	color:#87003e;
	
	height: 45px;
	
	padding-left:15px;
	padding-right:15px;
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
}
html>body .rootMenuItemSelectedX TD
{
}
.menuarrowcssclass
{
	background-color:transparent;
}

/*END MENU CSS*/


/* Common Element Style */
BODY, H1, H2, H3, H4, P, TD{
	font-family:Arial, Helvetica, sans-serif, verdana;
	margin:0px; 
	padding:0px; 
}
td{
	font-size:12px;
	line-height:25px;
}
/* Style of Home Falsh Area */
#bg_flash {
	background:url(../images/flash_02.jpg);
	background-repeat:no-repeat;
	height:143px;	
}
#bg_links{
	background:url(../images/bg_links.jpg);
	background-repeat:repeat-x;
	height:53px;		
}
#bg_links a{
	background:url(../images/arrow2.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	text-decoration:none;
	line-height:19px;
	color:#8D0148;
	padding:15px 0px 15px 30px;
}
#ppglink{
	background:black;	
	height:53px;	
}
#ppglink a{
	background:url(../images/arrow1.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	text-decoration:none;
	line-height:19px;
	color:#ffffff;
	padding:15px 0px 15px 30px;
}
#ppglink a:hover{
	background:url(../images/arrow1.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	text-decoration:none;
	line-height:19px;
	color:#8D0148;
	padding:15px 0px 15px 30px;
}

#bg_links a:hover{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	text-decoration:none;
	color:#000;	
}
.divider_link {
	background:url(../images/divider_links.jpg);
	background-repeat:no-repeat;	
	background-position:right;
	height:53px;	
}
.divider_content{
	background:url(../images/bg_drkgreen.jpg);
	background-repeat:repeat-x;
	height:2px;
	line-height:2px;
	font-size:2px;
}
.dottedtbl td{
	border-top: dotted 1px gray;
}
.lfont td{
	font-size:14px;
}

/* Style for Home page Content Area */
#pgcontent {
	background:url(../images/bg_lightgreen.jpg);
	background-repeat:repeat;
}
#mcontent{
	background:url(../images/bg_toppg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-left:36px;
	padding-right:15px;
}
#col1 {
	width:493px;
	padding-right:42px;
	vertical-align:top;
}
.content {
	padding:10px;
	font-size:12px;
	line-height:18px;
	color:#000;
}
.content h3{
	font-size:14px;	
}
.rohs{
	background:url(../images/bg_rohslnk.jpg);
	background-repeat:no-repeat;
	height:43px;
}
.rohs a{
	font-size:12px;	
	text-decoration:none;
	color:#E0E3DF;
	padding:5px;
}
.rohs a:hover{
	color:#FC3;
}

/* Style for Home page Side Content Area */
#col2{
	width:258px;
	vertical-align:top;
	background:url(../images/bg_drkgreen.jpg);
	background-repeat:repeat;	
}
.sidebox td{
	font-size:12px;
	line-height:18px;
	color:#fff;
}
.sidebox ul li {
	list-style:square;
	font-weight:bold;
	line-height:22px;
}
.bx {
	padding:50px 0px 0px 20px;	
}
.bx a{
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#BFC5BD;
	text-decoration:underline;
}
.bx a:hover{
	color:#FC3;
}

/* Style for About Us Content Area */
h1 {
	color:#8D0148;
	font-size:30px;
	font-weight:normal;
	line-height:30px;	
}
.gpname {
	color:#666666;
}
.mpname {
	color:#8D0148;
}


h2 {
	color:#8D0148;
	font-size:30px;
	font-weight:normal;
}
h3 {
	color:#000;
	font-size:25px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h4{
	color:#8D0148;
	font-size:14px;
	line-height:18px;	
}

big {
	font-size:18px;
}

.inpgcontent{
	background:url(../images/bg_inpg.jpg);
	background-repeat:repeat-y;
	padding-left:50px;
}
.inpgcontent1{
	background:url(../images/bg_inpg.jpg);
	background-repeat:repeat-y;
	padding-left:100px;
	padding-right:100px;	
}

.inpgcontent P{
	font-size:12px;	
	line-height:18px;
}
#incol1{
	width:485px;
	padding-right:30px;
	vertical-align:top;
}
#inside{
	width:287px;
	background:url(../images/bg_inside.jpg);
	background-repeat:repeat-y;
	vertical-align:top;	
}
