@import url('../reset.css');
/* General Demo Style */
body{
	background: #900;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


p {
	width: auto;
	border: 0px solid #990000;
	padding: 10px;
	padding-left: 65px;
	padding-right: 30px;
	font-size: 16px;
}
.container{
	position:relative;
}
a{
	color: #000;
	text-decoration: none;
}
p a:hover{
	color: #39F;
	text-decoration: none;
}
.clr{
	clear: both;
}
.content{
	position:relative;
	padding-top: 30px;


}
.menu-content{
	position:right;
	padding-top: 0px;

}
/*h1{
	margin:0px;
	padding:5px 0 2px 0;
	font-size:36px;
	color:#ffffff;
	 text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	text-align:center;
	font-weight:300;
	font-smooth:always;


}*/
h1{
	float:left;
	with:230px;
	margin:0px;
	padding:5px 0 2px 0;
	font-size:34px;
	color:#ffffff;
	/* text-shadow:1px 1px 1px rgba(255,255,255,0.9);*/
	text-align:left;
	font-weight:300;
	font-smooth:always;


}
/*h1 span{
    display:block;
	font-size:18px;
	color:#ffffff;
    font-style:none;
    font-family:'Arial Narrow', Arial, sans-serif;
	padding-top:5px;
	border-top: 1px dashed #778;
	margin-top:5px
}*/

h1 span{
	width: 400px;
	display:block;
	font-size:24px;
	color:#ffffff;
	font-style:none;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
	border-top: 2px dotted #4d4d4d;
	margin-top:5px
}
h2  {
	font-size:22px;
	colour:#023ca5;
	text-decoration: none;
	padding-left: 65px;
}
h3{
	font-size:18px;
	color:#000;
	text-align:left;
	font-weight:bold;
	padding-left: 65px;

}
h4{
	font-size:15px;
	color:#000;
	text-align:left;
	font-weight:bold;
	padding-left: 65px;

}
.facebook { overflow: hidden; border: 1px solid #d5d5d5; }
/* Header Style */
.header{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	opacity: 0.5;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}
.header span.centre{
	text-align:center;	
}
.divWrapper {
	position:absolute;
	left:37%;
	overflow:auto;
} 

/* Header Style */

/* Main Content */

#headerContent {
	width: 960px;
	height:70px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	background:#414141;
	border: 1px solid #778;
	position: relative;
 
	padding: 5px 30px 30px 30px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	opacity:.9;
	-webkit-border-radius: 12px;  /*Creates rounded corners*/
	-moz-border-radius: 5px;	/*Creates rounded corners*/
	border-radius: 12px;	/*Creates rounded corners*/

}
#headerContent2 {
	width: 960px;
	height:210px;
	margin-left: auto;
	margin-right: auto;
	background:#1B73B6;
	border: 3px solid #fff;
	position: relative;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	opacity:.9;
	-webkit-border-radius: 12px;  /*Creates rounded corners*/
	-moz-border-radius: 5px;	/*Creates rounded corners*/
	border-radius: 12px;	/*Creates rounded corners*/
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;

}
#mainContent {
	width: 960px;
	height:660px;
	margin: auto;
	/*background:#fff;*/

	  background: #fff; /* for browsers that don't understand the following rgba rule */
	background-color: rgba(255,255,255,0.9); /* rgb, white, with alpha at 0.5 */
	position:relative;
	padding: 30px;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	opacity:.9;*/
	-webkit-border-radius: 12px;  /*Creates rounded corners*/
	-moz-border-radius: 5px;	/*Creates rounded corners*/
	border-radius: 12px;	/*Creates rounded corners*/

}
#mainContent1 {
	width: 960px;
	height:1200px;
	margin: auto;
	/*background:#fff;*/

	  background: #fff; /* for browsers that don't understand the following rgba rule */
    background-color: rgba(255,255,255,0.9); /* rgb, white, with alpha at 0.5 */
	
	position:relative;
	padding: 30px;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	opacity:.9;*/
	-webkit-border-radius: 12px;  /*Creates rounded corners*/
	-moz-border-radius: 5px;	/*Creates rounded corners*/
	border-radius: 12px;	/*Creates rounded corners*/

}

#mainContent2 {
	width: 960px;
	height: 2800px;
	margin: auto;
	/*background:#fff;*/

	background: #fff; /* for browsers that don't understand the following rgba rule */
	background-color: rgba(255,255,255,0.9); /* rgb, white, with alpha at 0.5 */
	position: relative;
	padding: 30px;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	opacity:.9;*/
	-webkit-border-radius: 12px;  /*Creates rounded corners*/
	-moz-border-radius: 5px;	/*Creates rounded corners*/
	border-radius: 12px;	/*Creates rounded corners*/


}

#mainContent3 {
	width: 960px;
	height:3700px;
	margin: auto;
	/*background:#fff;*/

	  background: #fff; /* for browsers that don't understand the following rgba rule */
    background-color: rgba(255,255,255,0.9); /* rgb, white, with alpha at 0.5 */
	
	position:relative;
	padding: 30px;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	opacity:.9;*/
	-webkit-border-radius: 12px;  /*Creates rounded corners*/
	-moz-border-radius: 5px;	/*Creates rounded corners*/
	border-radius: 12px;	/*Creates rounded corners*/



}


#mainContent4 {
	width: 960px;
	height: 4000px;
	margin: auto;
	/*background:#fff;*/

	background: #fff; /* for browsers that don't understand the following rgba rule */
	background-color: rgba(255,255,255,0.9); /* rgb, white, with alpha at 0.5 */
	position: relative;
	padding: 30px;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	opacity:.9;*/
	-webkit-border-radius: 12px;  /*Creates rounded corners*/
	-moz-border-radius: 5px;	/*Creates rounded corners*/
	border-radius: 12px;	/*Creates rounded corners*/


}

#mainContent5 {
	width: 960px;
	height: 2100px;
	margin: auto;
	/*background:#fff;*/

	background: #fff; /* for browsers that don't understand the following rgba rule */
	background-color: rgba(255,255,255,0.9); /* rgb, white, with alpha at 0.5 */
	position: relative;
	padding: 30px;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	opacity:.9;*/
	-webkit-border-radius: 12px;  /*Creates rounded corners*/
	-moz-border-radius: 5px;	/*Creates rounded corners*/
	border-radius: 12px;	/*Creates rounded corners*/


}

#mainContent7 {
	width: 960px;
	height: 5000px;
	margin: auto;
	/*background:#fff;*/

	background: #fff; /* for browsers that don't understand the following rgba rule */
	background-color: rgba(255,255,255,0.9); /* rgb, white, with alpha at 0.5 */
	position: relative;
	padding: 30px;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	opacity:.9;*/
	-webkit-border-radius: 12px;  /*Creates rounded corners*/
	-moz-border-radius: 5px;	/*Creates rounded corners*/
	border-radius: 12px;	/*Creates rounded corners*/


}

/* END of Main Content */

/* FOOTER */

		#footer {
	position:fixed;
	bottom:0;
	z-index:999999;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	clear: left;
	padding: 0px 0 0 0;
	background:#000;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=320);
	opacity:.82;

	}
	
	
	.wrap {
	position:relative;
	margin:0 auto;
	/*replace 900px with your width*/
		width:100%;
	padding: 2px 0 0 0;
	background:#000;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=320);
	opacity:.82;


		}
		
		#footer p {
			margin-top:6px;
		

		}
		
		#footer a, #footer a:link, #footer a:visited {
			color: #44bfec;
			display: inline;
			text-decoration: underline;
		}
		
		#footer a:hover, #footer a:active {
	color: #FFF;
	
		}
/* END OF FOOTER */		

/* TWO Columns */		
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	/* background:#fff;		/* right column background colour */
}
.rightmenu .colleft {
	right:0%;			/* right column width */
	/*background:#fff;		 left column background colour */
}
.rightmenu .col1 {
	width:70%;			/* left column content width (left column width minus left and right padding) */
	left:20%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:100%;			/* right column content width (right column width minus left and right padding) */
	left:30%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/*END TWO Columns */		

/* from old Stylesheet */


div.float {
  float: left;
  margin-bottom:20px;
  margin-left: 2px;
  }
  
div.float p {
   text-align: center;
   }
   div.float2 {
  float: right;
  border: 1px solid #ddd;
  padding: 7px;
  margin-top:2px;
  margin-bottom:10px;
  margin-left: 10px;
  }
  
div.float2 p {
   font-size: 0.9em; 
   padding-top: 0.0em;
   text-align: center;
     margin-top:0px;
   }
      div.float3 {
  float: left;
  border: 1px solid #ddd;
  padding: 7px;
  margin-top:2px;
  margin-bottom:10px;
  margin-right: 10px;
  }
  
div.float3 {
	font-size: 0.9em;
	padding-top: 0em;
	text-align: center;
	margin-top:0px;
   }
      div.float4 {
  float: none;
  border: 1px solid #ddd;
  padding: 7px;
  margin-top:2px;
  margin-bottom:10px;
  margin-right: 10px;
  }
  
div.float4 {
	font-size: 0.9em;
	padding-top: 0px;
	text-align: center;
	margin-top:10px;
   }
   
         div.float4b {
  float: none;
  border: 1px solid #ddd;
  padding: 7px;
  margin-top:2px;
  margin-bottom:10px;
  margin-right: 10px;
  }
  
div.float4b {
   font-size: 0.9em; 
   padding-top: 0.0em;
   text-align: center;
     margin-top:10px;
   }
   
#homeContents ul {
margin-top: 0px;
padding-top: 0px;
padding-left: 40px;
margin-left: 0px;
width: 460px;
padding-top: 30px;
position:relative;
text-align:left;
list-style-type: decimal;
font-size: 0.8em;

   }
   
 ul.tourism {
	  
	margin:0 30px 0 60px;  
	  
	  
  }
   
    ul.tourism li{
	  
	padding:0px 0px 10px 0px;  
	  
	  
  }
   
   
   
   
   
   
   .timedSlideshow
{
	margin-left: 40px;
}
table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;



	-moz-border-radius: ;
	vertical-align: top;
	min-height: 90px;
	height: 90px;
}
table.sample tdterm {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}






table.def {
	border-width: 1px 1px 1px 1px;
	border-spacing: 5px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: separate;
	background-color: rgb(0, 0, 102);
	width: 458px;
	text-align: center;
}
table.def th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: black black black black;
	background-color: rgb(0, 0, 102);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.def td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: black black black black;
	background-color: rgb(0, 0, 102);
	-moz-border-radius: 0px 0px 0px 0px;
}

      div.float6 {
  float: left;
  border: 1px solid #ddd;
  padding: 7px;
  margin-top:2px;
  margin-bottom:10px;
  margin-right: 10px;
  }
  
div.float6 {
	font-size: 0.9em;
	padding-top: 0em;
	text-align: left;
	margin-top:0px;
	width: 432px;
   }
div.docBox {
	float: left;
	border: 1px solid #414141;
	background-color: #FFF;
	padding: 4px;
	margin-top:0px;
	margin-bottom:4px;
	margin-right: 8px;
	background-color:#FFF !important ;

	filter:none; !important;
  }
  
div.docBox {
	font-size: 0.9em;
	text-align: center;
	width:910px;
	margin-top:20px;
	margin-bottom: 30px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#CCC;
	font-size: 0.9em;
	height: 100%;


   }
 
 div.docBoxnew {
	float: left;
	border: 1px solid #414141;
	background-color: #FFF;
	padding: 4px;
	margin-top:0px;
	margin-bottom:4px;
	margin-right: 8px;
	background-color:#FFF !important ;

	filter:none; !important;
  }
  
div.docBoxnew {
	font-size: 0.9em;
	text-align: center;
	width:232px;
	margin-top:20px;
	margin-right:30px;
	margin-left:40px;
	margin-bottom: 30px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#4d4d4d;
	font-size: 0.9em;
	height: 100%;


   }
   
 
  div.docBoxnewlrg{
	float: left;
	border: 1px solid #414141;
	background-color: #FFF;
	padding: 4px;
	margin-top:0px;
	margin-bottom:4px;
	margin-right: 8px;
	background-color:#FFF !important ;

	filter:none; !important;
  }
  
div.docBoxnewlrg {
	font-size: 0.9em;
	text-align: center;
	width:414px;
	margin-top:20px;
	margin-right:60px;
	margin-left:300px;
	margin-bottom: 30px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#4d4d4d;
	font-size: 0.9em;
	height: 100%;
	clear:both;


   }
 
 

   
div.docBox p {
color:#414141;
font-size: 0.9em;
text-align: left;
}
	
			

div.docBox a {
	color:#414141;
	font-weight:bold;
	text-decoration: none
}
div.docBox a:hover{
	color:#36C;
	text-decoration: none	

}
/* Doc Box --extended */

div.docBox2 {
	float: left;
	border: 1px solid #414141;
	background-color: #FFF;
	padding: 4px;
	margin-top:0px;
	margin-bottom:4px;
	margin-right: 8px;
  }
  
div.docBox2 {
	font-size: 0.9em;
	text-align: left;
	width:350px;
	margin-top:0px;
	margin-bottom: 30px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#414141;
	font-size: 0.9em;
	height: 355px;
	margin-right: 55px;
	margin-left: 45px;
   }
 

   
div.docBox2 p {
color:#414141;
font-size: 0.9em;
text-align: left;
}
	
			

div.docBox2 a {
color:#414141;
font-weight:bold;
text-decoration: none
}
div.docBox2 a:hover{
	color:#36C;
	text-decoration: none	

}
/* Doc Box 3 --extended */

div.docBox3 {
	float: left;
	border: 1px solid #414141;
	background-color: #FFF;
	padding: 4px;
	margin-top:0px;
	margin-bottom:4px;
	margin-right: 8px;
  }
  
div.docBox3 {
	font-size: 0.9em;
	text-align: left;
	width:921px;
	margin-top:0px;
	margin-bottom: 30px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#006600;
	font-size: 0.9em;
	height: 640px;
   }
 

   
div.docBox3 p {
color:#414141;
font-size: 0.9em;
text-align: left;
}
	
	
	
div.docBox4 {
	float: left;
	border: 1px solid #414141;
	background-color: #FFF;
	padding: 4px;
	margin-top:0px;
	margin-bottom:4px;
	margin-right: 8px;
  }
  
div.docBox4 {
	font-size: 0.9em;
	text-align: left;
	width:350px;
	margin-top:0px;
	margin-bottom: 30px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#414141;
	font-size: 0.9em;
	height: 300px;
	margin-right: 55px;
	margin-left: 45px;
   }
 
			

div.docBox2 a {
color:#414141;
font-weight:bold;
text-decoration: none
}
div.docBox3 a:hover{
	color:#36C;
	text-decoration: none	
}
.UpperTitle a
{
	width: 310px;
	height: 100px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 115px;
	background: url(../images/flash-logo-n01.png) no-repeat 0px 0px;
	background-color: #CEDEF4;
	font-weight:bold;
	color: #224499;
	border-radius: 10px;
	margin-left: 15px;
	display:block;
}
.UpperTitle a:hover
{

	
		width: 310px;
	height: 100px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 115px;
	background: url(../images/flash-logo-n01.png) no-repeat 0px 0px;
	background-color: #69F;
	font-weight:bold;
	color: #fff;
	border-radius: 10px;
	margin-left: 15px;
	display:block;
	
	
}

.UpperTitleW a
{
	width: 310px;
	height: 100px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 115px;
	background: url(../images/word-logo-n01.png) no-repeat 0px 0px;
	background-color: #CEDEF4;
	font-weight:bold;
	color: #224499;
	border-radius: 10px;
	margin-left: 15px;
	display:block;
}
.UpperTitleW a:hover
{

	
		width: 310px;
	height: 100px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 115px;
	background: url(../images/word-logo-n01.png) no-repeat 0px 0px;
	background-color: #69F;
	font-weight:bold;
	color: #fff;
	border-radius: 10px;
	margin-left: 15px;
	display:block;
	
	
}

/* -------------------- */
/* ICON BUTTONS - Screen, Link */
/* -------------------- */
a.button{
	background:url(../img/button.gif);
	display:block;
	color:#000;
	font-weight:bold;
	height:50px;
	line-height:49px;
	margin-bottom:14px;
	text-decoration:none;
	width:900px;

}
a:hover.button{
color:#0066CC;
}
/* -------------------- */
/* ICON BUTTONS - Full Screen, Links..etc */
/* -------------------- */
.screen{

background: url(../images/full-screen-button-01.png) no-repeat 10px 8px;
text-indent:60px;
display:block;
}
.link{
background: url(../images/link-button-01.png) no-repeat 10px 8px;
text-indent:60px;
display:block;
margin-left: 65px;
}
.question{
background: url(../images/question-button-01.png) no-repeat 10px 8px;
text-indent:60px;
display:block;
}
.photo{
background: url(../images/photo-button-01.png) no-repeat 10px 8px;
text-indent:60px;
display:block;
}
.infopic{
background: url(../images/information-button-v1.png) no-repeat 10px 8px;
text-indent:60px;
display:block;
}
.activityscreen{
background: url(../images/activity-screen-button-01.png) no-repeat 10px 8px;
text-indent:100px;
display:block;
}

.activity{
background: url(../images/activity-button-01.png) no-repeat 10px 8px;
text-indent:60px;
display:block;
}

.evidencelog{
background: url(../images/evidence-log-button-01.png) no-repeat 10px 8px;
text-indent:60px;
display:block;
}

/* -------------------- */
/* ICON BUTTONS - Screen, Link */
/* -------------------- */
a.sbutton{
	background:url(../img/button.gif);
	display:block;
	color:#000;
	font-weight:bold;
	height:50px;
	line-height:30px;
	margin-bottom:0px;
	text-decoration:none;
	width:940px;

}
a:hover.sbutton{
color:#0066CC;
}
/* -------------------- */
/* ICON BUTTONS - Full Screen, Links..etc */
/* -------------------- */
.speech{
background: url(../images/speech-button-v1.png) no-repeat 10px 8px;
text-indent:60px;
display:block;
}
/* ICON BUTTONS - Screen, Link */
/* -------------------- */
a.button2{
	background:url(../img/button.gif);
	display:block;
	color:#000;
	font-weight:bold;
	font-size:16px;
	height:50px;
	line-height:49px;
	margin-bottom:14px;
	text-decoration:none;
	width:900px;
}
a:hover.button2{
color:#0066CC;
}
/* -------------------- */
/* ICON BUTTONS - Full Screen, Links..etc */

/* -------------------- */
/* ICON BUTTONS - Screen, Link */
/* -------------------- */
a.button3{
	background:url(../img/button.gif);
	display:block;
	color:#000;
	font-weight:bold;
	font-size:16px;
	height:50px;
	line-height:49px;
	margin-bottom:14px;
	text-decoration:none;
	width:960px;
}
a:hover.button3{
color:#0066CC;
}
/* -------------------- */
/* ICON BUTTONS - Full Screen, Links..etc */

/* -------------------- */

/* -------Activity Page - 2'columns------------ */

div.activity_left_box{
    float: left;
    padding: 10px;
    width: 440px;
    border: 0px solid gray;
}

div.activity_right_box{
	float: right;
	padding: 10px;
	width: 440px;
	border: 0px solid gray;
}

/* -------Activity Page - 2'columns------------ */


div.my_left_box{
	float: left;
	padding: 10px;
	margin-left: 25px;
	width: 290px;
	border: 1px dashed gray;
}

div.my_right_box{
	float: right;
	padding: 10px;
	width: 300px;
	margin-right: 30px;
	border: 1px dashed gray;
}
div.my_right_boxv2{
	float: left;
	padding: 10px;
	width: 300px;
	margin-left: 260px;
	border: 1px dashed gray;
	text-align: center
}
div.my_right_boxv3{
	float: left;
	padding: 10px;
	width: 450px;
	margin-left: 200px;
	border: 1px dashed gray;
	text-align: center
}
/* -------------------- */
/* STATIC ICON BUTTONS - Screen, Link */
/* -------------------- */
div.statbutton{
	background: url(../img/button.gif);
	display: block;
	color: #000;
	font-weight: bold;
	height: 60px;
	line-height: 25px;
	margin-bottom: 14px;
	text-decoration: none;
	width: 900px;

}
div.statbutton2{
	background:url(../img/button.gif);
	display:block;
	color:#000;
	font-weight:bold;
	font-size:16px;
	height:50px;
	line-height:49px;
	margin-bottom:14px;
	text-decoration:none;
	width:900px;
}
div.statbutton3{
	background:url(../img/button.gif);
	display:block;
	color:#000;
	font-weight:bold;
	font-size:16px;
	height:50px;
	line-height:49px;
	margin-bottom:14px;
	text-decoration:none;
	width:960px;
}


span.statquestion{
background: url(../images/question-button-01.png) no-repeat 10px 8px;
text-indent:60px;
display:block;
}
span.statspeech{
	background: url(../images/speech-button-v1.png) no-repeat 10px 8px;
	display: block;
	padding-left: 60px;
}
span.statevidencelog{
background: url(../images/evidence-log-button-01.png) no-repeat 10px 8px;
text-indent:60px;
display:block;
}
span.statphoto{
background: url(../images/photo-button-01.png) no-repeat 10px 8px;
text-indent:60px;
display:block;
}
span.statinfopic{
background: url(../images/information-button-v1.png) no-repeat 10px 8px;
text-indent:60px;
display:block;
}
span.statactivity{
background: url(../images/activity-button-01.png) no-repeat 10px 8px;
text-indent:60px;
display:block;
}
