/*================ CSS reset ================*/
html{color:#000}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}*/table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html,body{
	background:#ffffff;
	width:100%;
	height:100%;
}
*{margin:0; padding:0;}

body{
	background:#ffffff url(../images/bg-body.jpg) 0 0 repeat-x;
	position: relative;
	width: 100%;
	height: auto !important;
	min-height: 100%;
	height: 100%;
}
 
/* Common classes and styles*/
body, td, th {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#ff8701;
	text-decoration:underline;
}
.clear	{clear: both;}
.noneLink{cursor:default;}
/* ======  Container  ====== */
.container{
	width:909px;
	height:auto;
	margin:0 auto;
	height:auto;
}

/*  Header  */
.head{
	float:left;
	width:909px;
	height:130px;
}
.head .logo{
	float:left;
	width:239px;
	height:129px;
}
.head .headRTE{
	float:left;
	width:620px;
	height:100px;
	padding:15px 0 0 40px;
	overflow:hidden;
	vertical-align:middle;
}

.menuBlock{
	float:left;
	width:909px;
	height:60px;
	padding:5px 0 0 0;
}
	   
/* ======  Content ====== */
.sideContent a{
	text-decoration:none;
	padding:0 0 0 18px;	
	}
.sideBlock{
	float:left;
	width:225px;
	height:auto;
}
.sideFrame{
	background:url(../images/frame-side-bg.png) 0 0 repeat-y;
	position:relative;
	float:left;
	width:220px;
	height:auto;
	min-height:43px;
	margin:15px 0 5px 0;
}
.sideFrame h2{
	width:160px;
	height:27px;
	margin:0;
	padding:14px 0 0 43px;
	font:bold 13px Tahoma, Geneva, sans-serif;
	line-height:13px;
	color:#000;
	overflow:hidden;
}
.sideFilters{	
	width:188px;
	height:auto;
	padding:6px 0 0 18px;
	font:13px Tahoma, Geneva, sans-serif;
	line-height:16px;
}
.sideFilters select{
	width:188px;
	height:21px;
	border:1px solid #e3e3e3;
	margin:2px 0 3px 0;
}
.sideFilters .mmCode{
	height:40px;
}
.sideFilters input{
	float:left;
	width:166px;
	height:21px;
	border-top:1px solid #e3e3e3;
	border-right:0 none;
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	margin:2px 0 3px 0;
}
.sideFilters input.btnSearch{
	width:20px;
	height:21px;
	border-top:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	border-left:0 none;
	margin:2px 0 3px 0;
}
.sideFrameBot{
	left:0;
	position:absolute;
	bottom:0;
}
.sideFrameRTE{
	background:url(../images/frame-rte-bg.png) 0 0 repeat-y;
	position:relative;
	float:left;
	width:220px;
	height:auto;
	margin:8px 0 5px 0;
}
.sideFrameRTE .sideRteTop{
	position:absolute;
	top:0;
	left:0;
}
.sideFrameRTE .sideRteBot{
	position:absolute;
	bottom:0;
	left:0;
}
.sideFrameRTE .sideRTE{
	float:left;
	width:218px;
	height:auto;
	padding:0 0 0 1px;
	font:13px Tahoma, Geneva, sans-serif;
	line-height:16px;
}
.sideRTE img{
	float:left;
}
.sideFrameRTE .sideRTEFront{
	background:#FFF;
	width:217px;
	margin-left:1px;
	min-height:40px;
	padding-bottom:10px;
	line-height:22px;
}
/* ======  Content  ====== */
/* Picture Frame */
.pf{
	position:relative;
	float:right;
	width:662px;
	height:241px;
	xheight:236px;
	overflow:hidden;
	padding:11px 0 0 0;
}
.pf .pfFrame{
	background:url(../images/pf-frame.png) 0 0 no-repeat;
	position:absolute;
	width:662px;
	height:236px;
	z-index:2;	
	padding:1px 0 0 1px;
}
.pf .pfFrame .pfFrameTop{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
.pf .pfFrame .pfFrameBot{
	position:absolute;
	left:0;
	bottom:0;
	z-index:100;
}
.pf-admin-widget{
	position:absolute;
	left:0;
	z-index:10;
}
.contentBlock{	
	background:url(../images/content-bg.gif) 0 0 repeat-y;
	position:relative;
	float:right;
	width:662px;	
	height:auto;
	margin:25px 0 0 0;
}
h1.title{
	width:590px;
	height:30px;
	margin:0;
	padding:0 0 0 43px;
	font:bold 13px Tahoma, Geneva, sans-serif;
	line-height:13px;
	color:#000;
	overflow:hidden;
}
.content{
	background:url(../images/content-top.png) 0 0 no-repeat;
	position:relative;
	width:662px;	
	height:auto;
	min-height:200px;
	margin:-10px 0 0 0;
	padding:14px 0 14px 0;
}
.contentFront .contentStyle{
	padding:10px 0 14px 13px; 
}
.contentRTE{
	width:600px;
	height:auto;
	padding:15px 0 5px 31px;
	overflow:hidden;
}
.contentBot{
	position:relative;
	left:0;
}


/* ======  Where Am I  ====== */

.lWhereAmI {
	width: 840px;
	height:15px;
	margin: 0px;
	top:400px;
	padding:0 0 0 5px;
	float:left;
	overflow:hidden;
	
	background: none;	
	vertical-align:middle;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #333;	
}
.lWhereAmI a {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: underline;
}
.lWhereAmI a:hover {
	text-decoration: none;
}

/* ======  Footer  ====== */
.pusher {
	clear: left;
	width:970px;
	height: 55px;
}
.footerBlock{
	position: absolute;
	bottom: 0;
	min-width: 909px;
	width: 100%;
	height: 41px;
	z-index: 1;
}
.footer{
	background:url(../images/bg-footer.gif) 0 0 no-repeat;
	width: 894px;
	height: 25px;
	padding:16px 0 0 15px;
	margin:auto;
}
.RTEFooter{
	float:left;
	width:550px;
	padding:1px 0 0 0;
	overflow:hidden;
}
.negeso{
	float:right;
	width:300px;
	height:auto;
	text-align:right;
	font:12px Arial, Helvetica, sans-serif;
}
.negeso a{
	color:#606060;
	text-decoration:none;
}
.negeso a:hover{
	color:#ff8701;
	text-decoration:none;
}
.negeso img{
	padding:0 17px 0 7px;
	vertical-align:middle;
}



/**************/

.icons{
	position:absolute;
	top:50px;
	right:10px;
	z-index:10;
}
.icons div{
	float:left;
	width:35px;
	cursor:pointer;
	cursor:hand;
	z-index:10;
}

.printBody{
	background:none;
	padding:10px 0 0 40px;
}
.printHead h1{
	float:left;
	color:#000;
	font: bold 14px Tahoma, Geneva, sans-serif;
	margin:25px 0 10px 0;
	padding:0;
}
.printHead img{
	float:right;
}
.printFooter{
	border-top:1px solid #d8d8d8;
	padding:5px 0 0 0;
	font:12px Arial, Helvetica, sans-serif;
	vertical-align:bottom;
}
.printFooter a{
	color:#606060;
	text-decoration:none;
}
.printFooter a:hover{
	color: #ff8701;
}

.printFooter a img{
	margin-right:5px;
	vertical-align:middle;
}
.printBody .pmTabs{
	background:none;
	display:none;
}
.forPrint{
	display:none;
}
.printBody .forPrint{
	display:block;
}
.printBody .pmTab{
	display:block;
}

