body#ptMainSite{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../../assets/images/bg.gif) repeat-x #eedfc6;
	margin:0px;
	padding:0px;
	color:#565656;
	line-height:18px;
}

img, div, a, input { behavior: url(custom/iepngfix/iepngfix.htc) }

#mainBg {
	background:url(../../assets/images/bg_large.jpg) no-repeat center top;
}

ul.ptMenuHorizontal {list-style:none; margin:0; padding:0;}
ul.ptMenuHorizontal li {float:left;}
ul.ptMenuHorizontal a {display:inline-block;}

ul.ptMenuVertical {list-style:none; margin:0; padding:0;}
ul.ptMenuVertical li {padding:0; margin:0;}
ul.ptMenuVertical a {display:block;}

#ptSubMenu {background:#f8f1e6;margin-bottom:20px;}
#ptSubMenu ul li a {color:#73200f; padding:7px 13px 7px 33px; border-bottom:1px solid #ebddd2; background:url(../../assets/images/submenu_bullet.gif) no-repeat 15px 13px;}
#ptSubMenu ul li a:hover, #ptSubMenu ul li a.active {color:#199f9a; background:url(../../assets/images/submenu_bullet.gif) no-repeat 15px 13px #fdfbf7;}

img{
	border:0px;
	vertical-align:top;
}

td{
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p{
	line-height:18px;
	margin:0px 0px 10px 0px;
	text-align:justify;
}

a {text-decoration: underline;color:#199f9a;}
a:hover {text-decoration: underline;color:#73200f;}

h1, h2, h3 {color:#73200f;font-family:"Times New Roman", Times, serif;margin:0px 0px 10px 0px;padding:0px;font-weight:normal;}

h1{
	font-size:24px;
	line-height:30px;
	padding-bottom:8px;
	background:url(../../assets/images/line_dotted.gif) repeat-x bottom;
}

h2 {
	font-size:18px;
	line-height:20px;
}


.lineDotted {background:url(../../assets/images/blue_linedotted.gif) repeat-x; margin:10px 0 10px 0; font-size:1px;}

.inner {padding:10px;}

#ptTopMenu {background:url(../../assets/images/top.jpg) no-repeat white; height:68px;}
#ptTopMenu li a {color:white; text-decoration:none; padding:11px 18px 12px 18px;}
#ptTopMenu li a:hover, #ptTopMenu li a.active {color:#ffde29; background:url(../../assets/images/menu_bullet.gif) no-repeat center bottom;}

#ptMainContent {background:white;}

.boxLight {margin-bottom:10px; background:url(../../assets/images/bg_light.gif) repeat-x bottom; padding:10px;}
.boxLight h2 a {color:#73200f;}

.tableColor td {background:#f8f1e6;}

.infoBox {
	background:#f8f1e6;
	padding:10px;
	text-align:center;
	margin:10px 0 10px 0;
	font-size:14px;
	font-weight:bold;
}

.img {border:3px solid #f8f1e6;}

/* ACCORDION START */

.togglerFloat {
	position:absolute;
	left:0px;
	top:0px;
}

.elementFloat {
	float:left;
	height:174px;
	width:0px;
	overflow:hidden;
}

#element01 {
	width:484px;
}

#accordion .caption{
	background-position:0px;
	width: 35px;
	height: 250px;
	cursor: pointer; 
}

#accordion .captionOn{
	background-position:-35px;
	width: 35px;
	height: 250px;
	cursor: pointer; 
}

/* ACCORDION END */