/* Smarty's CSS by Sincordia */

/* link styling */
a { border: solid white 0px; }

a.topdefault	{
color:#F88BC4; 
background-color:transparent;
}	
a.topdefault:link { text-decoration:none; }
a.topdefault:visited { text-decoration:none; }
a.topdefault:hover { text-decoration:underline;  }
a.topdefault:active {text-decoration:none; }

}

/* Start of branding section */

#branding { margin:0 auto;
			width:820px; 
			border-bottom:solid #F88BC4 2px;
			padding-bottom:10px;
			text-align:center;
		   }

#branding h1 { background-image: url('../images/smart-heading.gif');
			   background-repeat:no-repeat;
			   height:90px; width:759px;
			   margin:0 auto;
			   
}

#branding h1 span { display:none; }

#slogan { width:760px; margin:10px auto 0 auto; background-color:#F5A2C6; }

/* Start of global nav */

#globalnav { width:760px; margin:0 auto; text-align:left;}

#globalnav ul { 
			   list-style-type:none; margin:10px 0 0 0; padding:0; 
			   }

#globalnav li { display:inline; font-weight:900; font-size:1.3em; padding:0; }

#globalnav li a { border-right:solid #F88BC4 1px; padding: 0 6px 0 4px;  }

#globalnav li a.nobord { color:#F88BC4; border-right:0; padding-right:0; }

#globalnav li a.noleft{ color:#F88BC4; padding-left:0; }


/* Header Images */

#showimg { width:760px; margin:5px auto 0 auto; }

#showimg p#cimg, #showimg p#limg { padding:0; margin:0; }

#showimg p#cimg { width:370px; float:left; border:1px solid #B31B8A;}

#showimg p#limg { width:370px; float:right; border:1px solid #B31B8A; }

/* Background wrapper */

#maincontent { width:760px; 
            margin:0 auto;
			background-color:#F5A2C6;
			background-image:url('../images/top-bk.jpg');
			background-repeat:no-repeat;
			background-position:bottom;
			font-size:1.2em;
			}
		
#footcontent { width:760px;
		height:68px; 
            margin:0 auto;
			background-color:#F5A2C6;
			background-image:url('../images/bot-bk.jpg');
			background-repeat:no-repeat;
			background-position:bottom;
			font-size:1.2em;
			}		
/* content cols */

#content { width:710px; margin:0 auto; text-align:left; }

/* #rightcol  { background:url('../images/ping-bk.png') repeat-y; } */

div.leftcol {
font-size: 14px;
min-height: 450px;
width:335px; 
float:left; 
padding:5px 5px 0 5px;
background:url('../images/ping-bk-lrg1x1.png') !important; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/ping-bk-lrg1x1.png');
background-repeat: repeat-y;
//background:url(../images/ping-bk-lrg.png);
//background:url(images/opacity.png);
//behavior: url(iepngfix.htc);  
}

div.rightcol {
font-size: 14px;
min-height: 450px;
width:335px; 
float:right; 
padding:5px 5px 0 5px;
background:url('../images/ping-bk-lrg1x1.png') !important; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/ping-bk-lrg1x1.png');
background-repeat: repeat-y;  
}

div.onecol {
font-size: 14px;
min-height: 450px;
width:680px; 
float:right; 
padding:5px 5px 0 5px;
background:url('../images/ping-bk-lrg1x1.png') !important; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/ping-bk-lrg1x1.png');
background-repeat: repeat-y;  
}

#rightcol p#flower { margin:0; padding:0; text-align:right; } 

/* div clearing styles  */

.fixclear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

* html .fixclear { height:1%;}
.fixclear { display:block; }
