/*This is the CSS file for the TEST websites- copyright kin242 2011*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #A64B00;
	font-family: Corbel, Verdana, Consolas, Georgia, Arial, Helvetica, sans-serif;
	line-height: 100%;
	text-align: center;
	width: 100%;
	height:1024px;
	color:black;
}

#container {
	background: url(../img/bg.png) top right repeat-y;
	margin: 2px auto 0px auto;
	padding: 0px;
	width:  896px;
	height:auto;
	overflow: auto;
	background:white;
	-moz-border-radius: 5px;
  border-radius: 15px;
  box-shadow: 5px 5px 5px #003102;
}

#inner-container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width:  896px;
	height: 1024px;
	background: white;
}

#header {
	background: url(../img/header3.png) #FF9640;
	height: 192px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#header h1{
  margin: 0px 15000px 0px auto;
	padding: 20px;
  line-height: 150%;
	font-size: 0px;
	text-align:left;
	text-shadow: 2px 2px 2px #85ae86;
	font-family: Lucinda Console, Verdana, Consolas, Georgia, Arial;
}

#header img{
  margin: 6px 16px 6px 6px;
	padding: 0px;
	clear: both;
	float: right;
	border: 0px solid #000;
	-moz-border-radius: 5px;
  border-radius: 15px;
  box-shadow: 5px 5px 5px #003102;
}

#footer {
  margin: 0px auto 0px auto;
	padding: 10px;
 font-size: 12px;
	font-style:italic;
	color:white;
	text-align:right;
	text-shadow: 2px 2px 2px  #003102;
}
  
 #menu_content {
	background:  #fe9639;
  padding: 0 0 0 0px;
  width:896px;
	height:64px;
	margin: 0px;
}


#main {
	float:left;
  margin: 0px;
	padding: 0px;
	width:896px;
	min-height:100%;
	height:auto;
	border:none;
}

#centrecontent{
	float:left;
	width:866px;
  }

#leftcontenttop{
	float:left;
	width:586px;
  }

#lefthalf{
	float:left;
	width:418px;
  }

#righthalf{
	float:right;
	width:418px;
  }

#leftcontentbottom{
	float:left;
	width:586px;
  }

#rightcontenttop{
	float:right;
	width:250px;
}

#rightcontentbottom{
	float:right;
	width:250px;
}

.boxed{
  background:  #FFB273;
	-moz-border-radius: 5px;
  border-radius: 15px;
  box-shadow: 5px 5px 5px #888;
	height: auto;
	margin:12px;
	padding:3px
}

#clear {
  clear: both; 
  margin: 0px;
}

p {
	margin: 0px 10px 0px 10px;
	padding: 5px;
	font-size: 12px;
	vertical-align:middle;
	display: block;
	line-height:120%;
	text-align: justify;	
}

a {
  text-decoration: none;
  color: #A64B00;
}

img{
	margin: 0px auto 0px auto;
    padding: 3 px;
    clear: both;
     -moz-border-radius: 5px;
       border-radius: 15px;
    /*float: right;*/
}

.photo {
       background:#FFF;
       border:#fcd116 2px;
       text-align:center;
       float:right;
       clear:right;
       margin:10px 20px 10px 10px;
       -moz-border-radius: 5px;
       border-radius: 15px;
       box-shadow: 5px 5px 5px #85ae86;
}

#main ul {
font-style:italic;
display:block
}

#main li{
	float:none;
	text-align:left;
	margin: 0px 10px 0px -20px;
	padding: 1px;
	font-size: 12px;
	display:block;
	border:0;
}


#main li a{
float:none;
text-align:left;
display:block;
margin:0;
border:0;
width: 100%;
width: 400px;
}

#main td a{
 float: left;
  text-align:left;
  color: white;
  width: 195px;
  height: 22px;
  font-size: 12px;
  background:  #FFB273;
	-moz-border-radius: 5px;
  border-radius: 15px;
  box-shadow: 3px 3px 3px #888;
	margin:12px;
	padding:3px
  text-align:left;
}

#main td a:hover{
 background: #db7721;
}

#main td a:active{
 background: #FFB273;
}
/*================BUTTONS================*/

table
{
    width:100%;
    height:48px;
    margin: 0;
    padding: 0;
    border-collapse:collapse;
}
table,th, td
{
          border: 0;
}

td a
{
   float: left;
  text-align:left;
  color: white;
  width: 112px;
  height: 50px;
  background: #A64B00;
 -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 6px;
  padding: 0px;
  font-size: 14px;
	text-align:left;
}

td a:hover{
  background: #db7721;
}

td a:active{
  background: #FFB273;
}

td span{
   clear:both;
   float:left;
}

.maintext {
          font-weight:bold;
	margin: 0px 0px 0px 2px;
	padding: 3px;
	font-size: 14px;
	text-align:left;
}

.smalltext {
   margin: 0x 0px 0px 5px;
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	text-align:left;
}

/*==================TEXT=================*/

h1 {
	margin: 0px auto 0px auto;
	padding: 5px;
	font-size: 16px;
	text-align:centre;
}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 3px;
	font-size: 14px;
	text-align:left;
}

h3 {
   clear:both;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	font-size: 12px;
	text-align:left;
}



