@import url('reset.css');
/* General Demo Style */
body{
	background:#900;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


p {
	width: 100%;
	border: 0px solid #990000;
	padding: 5px 5px 5px 5px;
}
.container{
	position:relative;
}
a{
	color: #000;
	text-decoration: none;
}
p a:hover{
	color: #999;
	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:48px;
	color:#ffffff;
	/* text-shadow:1px 1px 1px rgba(255,255,255,0.9);*/
	text-align:center;
	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
}
h2  {
	font-size:22px;
colour:#023ca5;
text-decoration: none;
}
h3{
	font-size:13px;
	color:#000;
	text-align:left;
	font-weight:bold;
	height: 40px;
}

.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:.8;
	-webkit-border-radius: 12px;  /*Creates rounded corners*/
	-moz-border-radius: 5px;	/*Creates rounded corners*/
	border-radius: 12px;	/*Creates rounded corners*/

}

#mainContent {
	width: 960px;
	height:800px;
	margin: auto;
	background:#fff;
	position:relative;
	padding: 30px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	opacity:.8;
	-webkit-border-radius: 12px;  /*Creates rounded corners*/
	-moz-border-radius: 5px;	/*Creates rounded corners*/
	border-radius: 12px;	/*Creates rounded corners*/

}

#mainContent2 {
	width: 960px;
	height:1900px;
	margin: auto;
	background:#fff;
	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;		/* This chops off any overhanging divs */
}
/* 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:20%;			/* right column width */
	/*background:#fff;		 left column background colour */
}
.rightmenu .col1 {
	width:74%;			/* 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:21%;			/* right column content width (right column width minus left and right padding) */
	left:31%;			/* (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;

   }
   .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 #006600;
	background-color: #FFF;
	padding: 4px;
	margin-top:0px;
	margin-bottom:4px;
	margin-right: 8px;
  }
  
div.docBox {
	font-size: 0.9em;
	text-align: left;
	width:650px;
	margin-top:0px;
	margin-bottom: 30px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#006600;
	font-size: 0.9em;
	height: 455px;
   }
 

   
div.docBox p {
color:#006600;
font-size: 0.9em;
text-align: left;
}
	
			

div.docBox a {
color:#006600;
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 #006600;
	background-color: #FFF;
	padding: 4px;
	margin-top:0px;
	margin-bottom:4px;
	margin-right: 8px;
  }
  
div.docBox2 {
	font-size: 0.9em;
	text-align: left;
	width:650px;
	margin-top:0px;
	margin-bottom: 30px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#006600;
	font-size: 0.9em;
	height: 505px;
   }
 

   
div.docBox2 p {
color:#006600;
font-size: 0.9em;
text-align: left;
}
	
			

div.docBox2 a {
color:#006600;
font-weight:bold;
text-decoration: none
}
div.docBox2 a:hover{
	color:#36C;
	text-decoration: none	

}
