<!--
*{
padding:0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
text-align:center;
background:#000 url(../_img/bgtile.jpg) repeat-y top center;
margin-top:40px;
}

#container{
	margin-left:auto;
	margin-right:auto;
	width:720px;
}

#header {
	height:129px;
	background:url(../_img/header.png) center top no-repeat;
}

#top_nav{
color:#fff;
text-align:right;
font-size:12px;
position:relative;
top:97px;
right:30px;
}
#top_nav a:link, #top_nav a:visited{
color:#fff;
text-decoration:none;
font-weight:bold;
}
#top_nav a:hover, #top_nav a:active{
color:#0066FF;
text-decoration:underline;
}
#top_nav a.crnt_sec{
color:#0066FF;
text-decoration:underline;
font-weight:bold;
}
.tpnav_dvdr{
padding:0px 8px;
}
#portfolioSubNav{
position:absolute; 
z-index:10; 
display:block; 
list-style:none; 
text-align:center; 
left:570px; 
top:-80px; 
padding:0px;
background:url(../_img/subNavBG.png) top repeat-x;
font-size:10px;
padding:4px;
}
#portfolioSubNav a:link,#portfolioSubNav a:visited{ 
font-weight:normal;
color:#FFF;
}

#portfolioSubNav a:hover,#portfolioSubNav a:active{ 
color:#FFCC00;
}
#portfolioSubNav li{
padding-bottom:3px;
}

/***********
	Content Syles
***********/
#content{
background:#FFF;
padding:0px 9px;
text-align:left;
margin:0px;
}

#home_feat{
	background:url(../_img/feat_top.png) no-repeat top;
	height:160px;
	width:702px;
	color:#fff;
	margin-bottom:9px;
}
#home_feat h1{
font-size:18px;
}
#home_feat h2{
font-size:13px;
}
#home_feat p{
font-size:11px;
line-height:18px;
}

#mid_cntnt_top{
background:url(../_img/tr_crnr.png) left top no-repeat #666666;
padding:8px 15px;
margin-bottom:0px;
}
#mid_cntnt_top h2{
font-size:14px;
color:#FFFFFF;
}
#mid_cntnt_top p{
font-size:12px;
}
#mid_cntnt_mid{
background: url(../_img/br_crnr.png) right bottom no-repeat #666;
padding:0px 15px 15px;
font-size:smaller;
margin-top:0px;
}
#mid_cntnt_mid h3{
color:#FFFFFF;
font-size:14px;
margin:0px;
}

.breadcrumbs{
font-size:11px;
color:#131313;
}

.feat_cntnt{
padding:9px 4px;
margin-left:20px;
width:320px;
float:left;
text-align:center;

}
.feat_cntnt p{
text-align:justify;
}
.feat_cntnt a:link, .feat_cntnt a:visited{
color:#fff;
}
.feat_cntnt a:hover, .feat_cntnt a:active{
color: #0099FF;
}
.news_post{
margin-left:auto;
margin-right:auto;
width:670px;
color:#eee;
padding:5px;
border-top:#333 thin dotted;
}
.news_post h2{
color:#131313;
text-transform:uppercase;
font-weight:bold;
font-size:12px;
}
.news_post h4{
color:#333;
font-size:10px;
}
.news_post p{
padding:3px;
color:#eee;
font-size:11px;
line-height:15px;
padding-bottom:5px;
}

abbr{
cursor:help;
}

.new_folioPiece{
padding:11px;
background:#232323;
border:#131313 1px solid;
margin-bottom:15px;
color:#CCCCCC;
line-height:16px;
}
.new_folioPiece a:link, .new_folioPiece a:visited{
color:#0066ff;
text-decoration:underline;
}

.new_folioPiece a:hover, .new_folioPiece a:active{
color:#F49122;
}

.new_folioPiece object {
	border:#666 1px solid;
margin-bottom:6px;
}
#mid_cntnt_mid .new_folioPiece h3{
/*color:#0099FF;*/
color:#0066ff;
font-size: 15px;
margin-bottom:8px;
}
.new_folioPiece p{
font-size:11px;
}
p.banners{
padding:10px;
text-align:center;
}
.new_folioPiece strong{
color:#FFFFFF;
}
.new_folioPiece img{
border:#666 1px solid;
margin-bottom:6px;
}

.clearfloats{
float:none;
clear:both;
}

/****** Form styles ******/
.labelCell{
text-align:right;
}

.fieldCell{

}

.mini_sc{
background:url(../_img/sc_bg.png) no-repeat;
width:167px;
height:133px;
float:left;
padding:5px 4.2px;
}
.mini_sc h3{
text-align:center;
font-size:12px;
color:#000033;
}
.mini_sc p{
text-align:left;
font-size:9px;
width:160px;
height:55px;
overflow:hidden;
}
#footer{
	background:url(../_img/footer.png) center bottom no-repeat;
	height:44px;
}
#footer p{
padding-top:12px;
color:#fff;
font-size:10px;
}

#valids{
float:right;	
padding-right:25px;
}

#botPad{
	margin:5px;
}
	
-->