/* CSS Document */
body{
	margin: 0px;
	padding:0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #434343;
}

a,a:visited{
	color: #0080cb;
	text-decoration: none;
}
a:hover{
	color: #0080cb;
	text-decoration: underline;
}

#outerwrapper{
	width: 720px;
	margin: auto;
}

#topmenu {
	margin-top: 60px;
	height: 56px;
	display: block;
}

#nav2{
	margin-top: 60px;
	width: 100%;
	height: 56px;
	display: block;	
}

#topmenu a{
	color: #e4f0f7;
	font-size: 14px;
	font-weight: bold;
	float: left;
	height: 56px;
	width: 233px;
	margin-right: 10px;
	background-image: url(/static/images/buttonbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	line-height: 52px;
	vertical-align: middle;
	text-decoration: none;
}

#topmenu a.right{
	margin-right: 0px;
}

#topmenu a:visited{
	color: #e4f0f7;
	background-position: 0px 0px;	
}
#topmenu a:hover{
	color: #FFFFFF;
	background-position: 0px -56px;	
}

#maincontentbox {
	display: block;
	margin-top: 16px;
}

#frontleftpanel {
	display: block;
	width: 240px;
	float: left;
}
#leftroundboxtop{
	height: 15px;
	width: 240px;
	background-image: url(/static/images/leftroundboxtop.gif);
	background-repeat: no-repeat;
}
#leftroundboxbottom{
	height: 15px;
	width: 240px;
	background-image: url(/static/images/leftroundboxbottom.gif);
	background-repeat: no-repeat;
	background-color: #0099CC;
}
#frontleftinner{
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;	
	padding: 0px 16px;
	direction: rtl;
	text-align: right;
	text-align: justify;
	display: block;
	padding-bottom: 6px;
	margin: 0px;
	height: 280px;
}

#frontleftinner h2{
	margin: 0px;
	padding: 0px;
	color: #636363;
	font-size: 16px;
	font-weight: normal;
	font-weight:bold;
	white-space: normal;	
}

#frontleftinner img.articleimage {
	float: right;
	margin-left: 6px;
	margin-bottom: 12px;
}

a.readmore{
	display: block;
	width: 85px;
	height: 16px;
	background-image: url(/static/images/readmore.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #757575;
	text-decoration: none;
	padding-right: 6px;
	line-height: 16px;
}

a.readmore:visited {
	color: #757575;
}
a.readmore:hover {
	color: #0171b4;
}



#frontmiddlepanel {
	display: block;
	width: 220px;
	float: left;
	margin-left: 10px;
}

#middleroundboxtop{
	height: 15px;
	width: 220px;
	background-image: url(/static/images/middleroundboxtop.gif);
	background-repeat: no-repeat;
}

#frontmiddleinner{
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;	
	padding: 0px 16px;
	direction: rtl;
	text-align: right;
	text-align: justify;
	display: block;
	padding-bottom: 6px;
	margin: 0px;
	height: 280px;
	background-image: url(/static/images/middleinnerbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: middle;
}

#frontmiddleinner img.logo{
	margin-top: 48px;
}

#middleroundboxbottom{
	height: 15px;
	width: 220px;
	background-image: url(/static/images/middleroundboxbottom.gif);
	background-repeat: no-repeat;
	background-color: #0099CC;
}

#frontrightpanel {
	display: block;
	width: 240px;
	float: right;
}

#clearll{
	clear: both;
}

#footer{
	margin-top: 24px;
	border-top: 1px solid #d2d2d2;
	padding-top: 6px;
}

#bottomnav {
}

#bottomnav a{
	display: block;
	float: right;
	font-size:16px;
	padding: 0px 12px;
	color: #666666;
	background-image: url(/static/images/footerbullet.gif);
	background-repeat: no-repeat;
	background-position: center right;
	direction:rtl;
}

#bottomnav a:visited {
	display: block;
	float: right;
	font-size:16px;
	padding: 0px 12px;
	color: #666666;
	background-image: url(/static/images/footerbullet.gif);
	background-repeat: no-repeat;
	background-position: center right;
	direction:rtl;
}
	
}

#copyright {
	height: 20px;
	font-size: 14px;
	color: #999999;
	padding-top: 6px;
	
}

#header{
	height: 110px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	width: auto;
}

#headerbottom{
	height: 16px;
	background-image: url(/static/images/headerbtleft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#logocontainer{
	width: 123px;
	height: 98px;
	position: relative;
	float: right;
	right: 16px;
	top: 12px;
}

#topbanner{
	width: 246px;
	height: 60px;
	position: relative;
	float: left;
	left: 16px;
	top: 30px;
}

#innerleft{
	float: left;
	width: 180px;
	display: block;
}
#innerlefttop {
	width: auto;
	height: 28px;
	background-image: url(/static/images/innerlefttop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 28px;
	vertical-align: middle;
	background-color: #0680c7;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

#innerlefttop a{
	color: #cee4f0;
	display: block;
	padding: 0px 12px;
	float: right;
	text-decoration: none;
	background-color: #0077bd;
	border-right: 1px solid #0680c7;
	font-size:large;
}
#innerlefttop a:visited{
	color: #cee4f0;
	text-decoration: none;
}
#innerlefttop a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#innerleftcont{
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding: 6px 16px 0px 16px;
	text-align: right;
	direction: rtl;
}

#innerleftcont h2 {
	padding: 0px;
	margin: 0px;
	color: #636363;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 12px;
}

#innerleftbottom {
	height: 16px;
	background-image: url(/static/images/innerleftbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

table.datatable1{
	direction: rtl;
}

table.datatable1 td.title{
	font-size: 12px;
	font-weight: bold;
	background-color: #ff6d09;
	background-color: #575757;
	color: #FFFFFF;
	text-align: right;
	padding: 4px 6px;
}

table.datatable1 tr.raw1{
	background-color: #f2f2f2;
}
table.datatable1 tr.raw2{
	background-color: #FFFFFF;
}

table.datatable1 td.value{
	text-align: center;
	padding: 4px 6px;
}
table.datatable1 td.text1{
	text-align: right;
	padding: 4px 6px;
}

#innermiddle{
	display: block;
	float: left;
	width: 328px;
	margin-left: 16px;
}


#orangeboxtop{
	background-image: url(/static/images/orangeboxtop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #ff6d09;
	height: 16px;
}

#orangebox{
	background-image: url(/static/images/orangeboxbottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ff6d09;
	padding: 0px 16px 16px 16px;
	color: #FFFFFF;
	height: 152px;
}

#orangeboxinner{
	position: relative; /* Do not change this value */
	height: 120px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	background-color: #ff6d09;
	color: #FFFFFF;	
}


#slideleft{
	height: 120px;
	width: 15px;
	background-image: url(/static/images/leftarrow.gif);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

#slidebox{
	width: 248px;
	margin-left: 15px;
	text-align: right;
	direction: rtl;
	float: left;	
}

#slidebox img{
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}


#slideright{
	height: 120px;
	width: 15px;
	background-image: url(/static/images/rightarrow.gif);
	background-position: center;
	background-repeat: no-repeat;
	float: right;
}
#orangeboxlink{
	text-align: center;
	margin-top: 12px;
	padding: 6px 0px 0px 0px;
	border-top: 1px solid #ffa161;
	height: 24px;
	vertical-align: middle;
}

#orangeboxlink a, 
#orangeboxlink a:visited 
{
	padding: 0px 12px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #ffa161;
	background-color: #f36300;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #ffa161;
}

#orangeboxlink a:hover {
	text-decoration: none;
	background-color: #da5900;	
} 
#orangeboxlink a:active {
	text-decoration: none;
	background-color: #da5900;	
} 

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	visibility: hidden;
	width: 272px;
	text-align: right;
	direction: rtl;
	float: left;
	background-color: #ff6d09;
	color: #FFFFFF;	
}
.glidecontent img{ /*style for each glide content DIV within wrapper.*/
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}

.glidecontent h2{
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
.glidecontent h2 a{
	color: #FFFFFF;
}

#aticleouterbox{
	padding-top: 16px;
	direction: rtl;
	text-align: justify;
}

#aticleouterbox h2{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 18px;
	color: #575757;
	margin-bottom: 12px;
}


#innerright{
	float: right;
	width: 180px;
	display: block;
}
#innerrighttop {
	width: auto;
	height: 14px;
	background-image: url(/static/images/innerrighttop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#innerrightcont{
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding: 6px 16px 0px 16px;
	text-align: right;
	direction: rtl;
}

#innerrightcont h2 {
	padding: 0px;
	margin: 0px;
	color: #0680c7;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 12px;
}

#innerrightbottom {
	height: 16px;
	background-image: url(/static/images/innerleftbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

#innerrightcont a{
	direction: rtl;
	display: block;
	color: #5a5a5a;
	padding-right: 12px;
	background-image: url(/static/images/bullet1.gif);
	background-position: right 8px;
	background-repeat: no-repeat;
}
