/* Smarty's CSS by Sincordia */

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

a.topdefault	{
color:#ffffff; 
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; }

a.sinclinc    {
color:#ffffff; 
background-color:transparent;
}    
a.sinclinc:link { text-decoration:none; color:#ffffff;}
a.sinclinc:visited { text-decoration:none; color:#ffffff;}
a.sinclinc:hover { text-decoration:underline;  }
a.sinclinc: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/header-bg.jpg');
			   background-repeat:no-repeat;
			   height:58px; width:780px;
			   margin:0 auto;
			   
}

#branding h1 span { display:none; }

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

/* Start of global nav */

#globalnav { width:780px; 
                margin:0 auto; 
                text-align:right;
                background-image: url('../images/header-bg.jpg');
               background-repeat:no-repeat;
               height:58px; width:780px;}

#globalnav ul { position:relative;
top: 35px; right: 25px;
			   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 #ffffff 1px; padding: 0 6px 0 4px;  }

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

#globalnav li a.noleft{ color:#ffffff; 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:780px; 
            margin:0 auto;
			background-image:url('../images/main-bg.jpg');
			background-repeat:repeat-y;
			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; }

div.pagetitle {
padding: 0px;
margin: 0px;
width:65%;
text-align: right;
background-color: #F8CCCB;
margin-bottom: 4px;
border-left: solid 4px #F8CCCB;	
}

div.pagetitle h2{
	color: #5F5F61;
	font-size: 18px;
	text-transform: uppercase;
	padding: 2px;
	font-weight: 400;
}

div.projectcard {
	text-align: left;
	background-color: #FBE5E8;
	margin-bottom: 4px;
	margin-right: 8px;
}

div.projectcard h3 {
	color: #AE87B3;
	font-size: 18px;
	margin-left: 3px;
}

div.projectcard img {
	float: right;
}

div.projectcard p {
	color: #7C696B;
	font-size: 10px;
	text-align: left;
	margin-left: 8px;
	width: 380px;
}

div.projectcard_footer {
	background-color: #F8D4D4;
	text-align: right;
	height: 20px;
	margin-top: -20px;
	margin-top: 2px;
	color: #E8707C;
}
#footerdiv { width: 780px; 
position:relative; 
background: #EBDFE6 url('../images/footer-bg.1.jpg'); 
background-repeat: no-repeat; 
height:41px;
padding:0;
margin:0;
padding-top:8px;
} 

ul.formitems li {
font-weight: bold;
width: 350px;
}

div.form div.form_subgroup ul.formitems li label {
display:block;
padding:5px;
width:400px;
}