
/* site style

 colors:
 #DD9053 (orange nav)
 #CC6E29 (orange-titles)
 #1C3A5B (blue)
 #102135 (dark blue)
 #162e49 (dark blue nav3)
 #f3f5f8 (light blue/grey bkg)
 #8a94a3 (blue / purple)
 #848f9f (blue / purple gradient box border)
 #e9ecf1 (light blue/grey bkg gradient box)

*/

/* =Imports */
@import url("/includes/css/nav.css");

body{
	background:url(/images/bkg.png) repeat-x;
	font-family:"Lucida Sans", Tahoma, Verdana, sans-serif;
	font-size:62.5%;
	background-color:#fff;
	color:#000;
	padding:0 0 20px 0;
	margin:0;
}
html>body{
	font-size: 10px;
}

#header{
	height:73px;
	padding:0;
	margin:0;
	background:url(/images/hdrbkg.jpg) no-repeat;
}
#header a img{
	border:0;
	margin:5px 0 0 5px;
}

#main{
	background:url(/images/bkg-body.jpg) no-repeat;
	width:950px;
	padding:9px 23px;
	margin:0;
	clear:both;
}

#main a, #main a:visited{color:#0066ff; text-decoration:none;}
#main a:hover{text-decoration:underline;}

#main h1{
	font-size:1.95em;
	line-height:1.95em;
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0;
	color:#000;
	font-weight:bold;
}

div.rc1{margin-bottom:10px;}
div.rc1 span.tl,
div.rc1 span.tr,
div.rc1 span.bl,
div.rc1 span.br{background-image: url(../../images/crnr4.png); font-size: 2px; display:block;}
div.rc1 span.tl{height: 41px; margin:0 41px 0 0;}
div.rc1 span.tr{height: 41px; margin:-41px 0 0 41px; background-position: 100% 0;}
div.rc1 span.bl{height: 11px; margin:0 11px 0 0; background-position: 0 -63px;}
div.rc1 span.br{height: 11px; margin:-11px 0 0 11px; background-position: 100% -63px;}
div.rc1 div.insd{border-left: 2px solid #8A94A3; border-right: 2px solid #8A94A3; background: #F3F5F8; padding:0 2px;}

#ptopnav{
	background:transparent url(../../images/ptnav_bg.png) no-repeat 0 33px;
	width:759px;
	height:39px;
	margin:-35px 0 0 0;
	padding:0 0 0 182px;
	border:0;
	z-index:100;
}
#ptopnav li{
	float:left;
	height:39px;
	text-align:center;
	margin:0;
	border:0;
	list-style:none;
	list-style-type:none;
}
#ptopnav li a, #ptopnav li a:visited{
	display:block;
	display:inline-block;
	width:146px;
	height:39px;
	padding:0;
	margin:0 2px;
	font-size:1.35em;
	text-decoration:none;
	cursor:pointer;
}
#ptdt{background: url(../../images/ptnavs_dt.png) 0 -78px;}
#ptwb{background: url(../../images/ptnavs_wb.png) 0 -78px;}
#ptmb{background: url(../../images/ptnavs_mb.png) 0 -78px;}
#ptic{background: url(../../images/ptnavs_ic.png) 0 -78px;}
#pttv{background: url(../../images/ptnavs_tv.png) 0 -78px;}

#ptopnav li a:hover {background-position: 0 -39px; text-decoration:none;}

#ptopnav li a.on, #ptopnav li a.on:hover {background-position: 0 0;}

#ptopnav li a span{visibility:hidden;}
#psidenav{
	float:left;
	width:175px;
	background: #35475a url(../../images/plnav_bg.png) repeat-x;
	margin:0;
	padding:10px 0 0 0;
	border:0;
}
#psidenav li{
	height:23px;
	text-align:right;
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	list-style-type:none;
}
#psidenav li a, #psidenav li a:visited{
	display:block;
	display:inline-block;
	width:165px;
	height:17px;
	padding:6px 10px 0 0;
	font-size:1em;
	background-color: transparent;
	color:#2B6CCB;
	text-decoration:none;
	border-bottom:1px solid #2c3f51;
}
#psidenav li a:hover,  #psidenav li a.on, #psidenav li a.on:visited{
	background-color: #2c3f51;
	color:#DD9053;
	text-decoration:none;
}
#psidenav li #fsnav{border-top:1px solid #2c3f51;}
#pcontainer{
	float:left;
	width:746px;
	background: #677b8f url(../../images/portbkg.png) repeat-x;
	padding:0 10px;
}
div.clr{
	clear:both;
	height:7px;
}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	position:fixed;
	bottom:0;
	width:100%;
	clear:both;
	height:25px;
	padding:0;
	margin:0;
	background:url(/images/ftrbkg.png) repeat-x;
	color:#fff;
}
#addr, #copy{
	float:left;
	padding:6px 10px 0 10px;
}
#copy {
	margin-left:300px;
}

#addr a, #copy a{
	color:#fff;
}