


.lmenu{
	border:0px !important; 
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
strong{
	font-weight:bold !important;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.about {
  margin: 70px auto 40px;
  padding: 8px;
  width: 260px;
  font: 10px/18px 'Lucida Grande', Arial, sans-serif;
  color: #666;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  background: #eee;
  background: rgba(250, 250, 250, 0.8);
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
}
.about a {
  color: #333;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.about a:hover {
  text-decoration: none;
  background: #fafafa;
  background: rgba(255, 255, 255, 0.7);
}

.about-links {
  height: 30px;
}
.about-links > a {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.about-author {
  margin-top: 5px;
}
.about-author > a {
  padding: 1px 3px;
  margin: 0 -1px;
}


body {
  font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
  color: #404040;
  background: #0ca3d2;
}
.wrap-up{
width: 998px;
margin: 0px auto;
}
.container {
  margin: 80px auto;
  width: 640px;
}

.login {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 310px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.login h1 {
  margin: -20px -20px 5px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
.login p {
  margin: 5px 0 0;
}
.login p:first-child {
  margin-top: 0;
}
.login input[type=text], .login input[type=password] {
  width: 278px;
}
.login p.remember_me {
  float: left;
  line-height: 31px;
}
.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
.login p.submit {
  text-align: right;
}

.login-help {
  margin: 20px 0;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #2a85a1;
}
.login-help a {
  color: #cce7fa;
  text-decoration: none;
}
.login-help a:hover {
  text-decoration: underline;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
/*  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);*/
}
input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

input[type=submit] , input[type=reset], input[type=button]{
  padding: 0 5px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #F3F7F8;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #476D7B, #4796B7);
  background-image: -moz-linear-gradient(top, #476D7B, #4796B7);
  background-image: -o-linear-gradient(top, #476D7B, #4796B7);
  background-image: linear-gradient(to bottom, #476D7B, #4796B7);
  
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
input[type=submit]:active , input[type=reset]:active, , input[type=button]:active{
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}

.home {
    font-family: helvetica,arial,sans-serif;
    background: #E3E3E3 none repeat scroll 0% 0%;
    text-align: center;
}

/* MENU */

#nav {
 /* background: #e5e5e5; */
 float: left;
 margin: 0 auto;
 padding: 0;
 / *border: 1px solid white;
 border-bottom: none; */
}

#nav li a, #nav li {
 float: left;
}

#nav li {
 list-style: none;
 position: relative;
}

#nav li a {
/* padding: 1em 2em;
 text-decoration: none;
 color: white;
 background: #292929;
 background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px);
 background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929));
 border-right: 1px solid #3c3c3c;
 border-left: 1px solid #292929;
 border-bottom: 1px solid #232323;
 border-top: 1px solid #545454;*/


letter-spacing: 0.1em;
  font: normal 100% 'lucida sans unicode', arial, sans-serif;
  display: block; 
  float: left; 
  height: 37px;
  padding: 29px 26px 0px 26px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
}

#nav li a:hover, #nav li.selected a, #nav li.selected a:hover {
 /* background: #2a0d65;
 background: -moz-linear-gradient(top, #11032e, #2a0d65);
 background: -webkit-gradient(linear, left top, left bottom, from(#11032e), to(#2a0d65)); */

color: #FFF;
  background: #04567D /*#373F1D*/ url(menu_select.png) repeat-x;
}


/* Submenu */

.hasChildren {
	/*position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;*/
}

#nav li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
 z-index:1;
}

#nav li:hover > ul {
 display: block;
color: #FFF;
 /* background: #373F1D url(menu_select.png) repeat-x;*/
background: #04567D /*#515D25 */ url("menu.png") repeat-x scroll 0% 0%;
}

#nav li ul li, #nav li ul li a {
 float: none;
}

#nav li ul li {
 _display: inline; /* for IE6 */
}

#nav li ul li a {
 width: 170px;
 display: block;
}

/* SUBSUB Menu */

#nav li ul li ul {
 display: none;
}

#nav li ul li:hover ul {
 left: 100%;
 top: 0;
}


p
{ padding: 0 0 0px 0;
  line-height: 1.7em;}

img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ font: normal 175% 'century gothic', arial, sans-serif;
  color: #43423F;
  margin: 0 0 5px 0;
  padding: 5px 0 5px 0;}

h2
{ font: normal 175% 'century gothic', arial, sans-serif;
  color: #1293EE;}

h4, h5, h6
{ margin: 0;
  padding: 0 0 5px 0;
  font: normal 120% arial, sans-serif;
  color: #1293EE;}

h5, h6
{ font: italic 95% arial, sans-serif;
  padding: 0 0 15px 0;
  color: #000;}

h6
{ color: #362C20;}

a, a:hover
{ outline: none;
  text-decoration: underline;
  color: /* #A4AA04*/ #025968;}

a:hover
{ text-decoration: none;}

.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}

blockquote
{ margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ list-style-type: circle;
  margin: 0 0 0px 0; 
  padding: 0 0 4px 5px;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#header
{ /* background: #667F03; */
background: #fff;
/*height: 209px;*/
height: auto;
}

#logo
{ width: 998px;
  position: relative;
  height: 140px;
  /* background:  #667F03  url(logo.png) no-repeat;
  background: #0CA3D2  url(logo.png) no-repeat; */
  }

#logo #logo_text 
{ position: absolute; 
  top: 5px;
  left: 0;}

#logo h1, #logo h2
{ font: normal 300% 'century gothic', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover 
{ padding: 5px 0 0 0;
  color: #FFF;
  letter-spacing: 0.1em;
  text-decoration: none;}

#logo_text h1 a .logo_colour
{ color: #3EF6F0; /*#CDF63E; */}

#logo_text h2
{ font-size: 100%;
  padding: 4px 0 0 0;
  color: #DDD;}

#menubar
{ width: 998px;
  height: 66px;
  padding: 0;
  background: rgb(11, 126, 162) /*#515D25*/ url(menu.png) repeat-x;
  box-shadow: 0px 0px 200px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.3);	
  }  

ul#menu, ul#menu li
{ float: left;
  margin: 0; 
  padding: 0;}

ul#menu li
{ list-style: none;}

ul#menu li a
{ letter-spacing: 0.1em;
  font: normal 100% 'lucida sans unicode', arial, sans-serif;
  display: block; 
  float: left; 
  height: 37px;
  padding: 29px 26px 6px 26px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;} 

ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover
{ color: #FFF;
  background: #373F1D url(menu_select.png) repeat-x;}

#site_content
{ /*width: 1124px;*/
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 0px 0px 20px 0px;
  background: #DEE2E3 url(content.png) repeat-y;} 

.sidebar
{ float: left;
  width: 230px;
  padding: 0 0px 20px 0px;
  
}

.columnn1
{ float: left;
  width: 290px;
  padding: 0 0px 20px 0px;
  
}

.columnn2
{ float: left;
  width: 290px;
  padding: 0 0px 20px 0px;
  
}

.columnn3
{ float: left;
  width: 290px;
  padding: 0 0px 20px 0px;
  
}

.sidebar ul
{ width: 178px; 
  padding: 4px 0 0 0; 
  margin: 4px 0 30px 0;}

.sidebar li
{ list-style: none; 
  padding: 0 0 7px 0; }

.sidebar li a, .sidebar li a:hover
{ padding: 0 0 0 30px;
  display: block;
  background: transparent url(link.png) no-repeat left center;} 

.sidebar li a.selected
{ color: #444;
  text-decoration: none;} 

#content
{ text-align: left;
  width: 76%;
  padding-left: 5px;
  float:left;
}

#content td
{ 
  padding-left: 3px;
  
}

#content ul
{ margin: 2px 0 22px 0px;}

#content ul li
{ list-style-type: none;
  background: url(bullet.png) no-repeat;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.5em;}
  
  #content-slider
{ text-align: left;
  width: 998px;
  padding-left: 5px;
  float:left;
}

#content-slider ul
{ margin: 2px 0 22px 0px;}

#content-slider ul li
{ list-style-type: none;
  background: url(bullet.png) no-repeat;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.5em;}

#footer
{ /*width: 1126px;*/
  font: normal 100% 'lucida sans unicode', arial, sans-serif;
  height: 33px;
  padding: 24px 0 5px 0;
  text-align: center; 
  background: #29425E url(footer.png) repeat-x;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;}

#footer a
{ color: #FFF;
  text-decoration: none;}

#footer a:hover
{ color: #FFF;
  text-decoration: underline;}

.search
{ color: #5D5D5D; 
  border: 1px solid #BBB; 
  width: 134px; 
  padding: 4px; 
  font: 100% arial, sans-serif;}

#colours
{ height: 0px;
  text-align: right;
  padding: 66px 16px 0px 300px;}
  
.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 200px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings .submit
{ font: 100% arial; 
  border: 1px solid; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #5B7102; 
  color: #FFF;}

.form_settings textarea, .form_settings select
{ font: 100% arial; 
  width: 299px;}

.form_settings select
{ width: 310px;}

.form_settings .checkbox
{ margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}

.separator
{ width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;}
  
table
{ margin: 10px 0 10px 0;}

table tr th, table tr td
{ 
background:#2A59A1;
/*background: #3B3B3B;*/
  color: #FFF;
  padding: 7px 4px;
  text-align: left;}
  
table tr td
{ 
/*background: #F0EFE2;*/
background:none;
  color: #47433F;
/*  border-top: 1px solid #FFF;*/
border-bottom: 1px solid #2A59A1;
  }

.column1
{
/*width:280px;*/
width:310px;
min-height:350px; float:left;margin:8px;border: 2px dashed rgba(150, 150, 167, 0.2);
}
.column1:hover
{
border: 2px dashed rgba(150, 150, 167, 0.8);
}
.column2
{
width:310px;
/*width:280px;*/
min-height:350px; float:left;margin:8px;border: 2px dashed rgba(150, 150, 167, 0.2);
}
.column2:hover
{
border: 2px dashed rgba(150, 150, 167, 0.8);
}
.column3
{
width:310px;
/*width:280px;*/
min-height:350px; float:left;margin:8px;border: 2px dashed rgba(150, 150, 167, 0.2); 	
}
.column3:hover
{
border: 2px dashed rgba(150, 150, 167, 0.8);
}

#example li ul li ul li a {
    color: #596820;
}


		/* Menu container */
		.lmenu	{
		/*width:300px;*/
		height:auto;
		border:solid #FF9900 1px;
		padding:10px 5px 10px 5px;
		/* margin:12px 12px 12px 50px; */
		}
		
		/* Menu styles */
		.lmenu ul
		{
		margin:0px;
		padding:0px;
		text-decoration:none;
		}
		.lmenu li
		{
		margin:0px 0px 0px 5px;
		padding:0px;
		list-style-type:none;
		text-align:left;
		font-family:Arial,Helvetica,sans-serif;
		font-size:13px;
		font-weight:normal;
		}
		
		/* Submenu styles */
		.lmenu ul ul 
		{
		/*background-color:#F6F6F6;*/
		}
		.lmenu li li
		{
		margin:0px 0px 0px 16px;
		}
		
		/* Symbol styles */
		.lmenu .symbol-item,
		.lmenu .symbol-open,
		.lmenu .symbol-close
		{
		float:left;
		width:16px;
		height:1em;
		background-position:left center;
		background-repeat:no-repeat;
		}
		.lmenu .symbol-item  { /* background-image:url(icons/page.png); */ }
		.lmenu .symbol-close {  background-image:url(icons/plus.png);  }
		.lmenu .symbol-open  { background-image:url(icons/minus.png); }
		.lmenu .symbol-item.last  { }
		.lmenu .symbol-close.last { }
		.lmenu .symbol-open.last  { }
		
		/* Menu line styles */
		.lmenu li.item  { font-weight:normal; }
		.lmenu li.close { font-weight:normal; }
		.lmenu li.open  { font-weight:bold; }
		.lmenu li.item.last  { }
		.lmenu li.close.last { }
		.lmenu li.open.last  { }
		
		a.go:link, a.go:visited, a.go:active
        {
        display:block;
        height:26px;
        width:100px;
        background-color:#FFFFFF;
        color:#333333;
        font-family:Arial,Helvetica,sans-serif;
        font-size:12px;
        font-weight:bold;
        text-align:right;
        text-decoration:none;
        line-height:26px;
        padding-right:30px;
        background-image:url(go.gif);
        background-position:right;
        background-repeat:no-repeat;
        text-decoration:none;
        }
		a.go:hover
        {
		
        color:#488400;
        }
		#example { width:89%; /*background-color:#F9F9F9; padding:0px; */ margin-left:24px; }
		#example li { list-style:none; margin:10px 0px; }
		#example li a { display:block; height:16px; padding:5px 4px; /*background-color:#EEEEFF; */}
		#example li a:hover { text-decoration:underline;}
		#example li ul { margin:0px; padding:0px; }
		#example li ul li a { /*background-color:#F9F9F9; border-bottom: solid #ECECEC 1px; */ padding-left:20px;text-decoration:none; 
		}
		
		table tr td{
		 padding:0px 0px 0px 2px;
		 font-weight:bold;
		 font-size:11pt;
		
		}
		
		.outert td{
			border-left:1px solid #333;
			padding:3px 0px 3px 3px;
			
		}
		
				
		.innert td{
			border-left:0px solid #333;
			border-bottom:0px solid #333;
			
		}
		
		table{
		width:100%;
		}
		
		input[type="text"], input[type="password"]{
		height:18px; 
		margin:0px;
		outline:0px;
		box-shadow:0px;
		padding:0px;
		width:300px !important;
		}
		select, input{
			font-size:10pt !important;
			height:30px;
		}
		
	
		.approvetrrep th{
			border-left: white solid 1px;
			text-align:center
		}

		.approvetrrep td{
		  border-left: black solid 1px;
		  font-size:11px;
		  text-align:center;
		  line-height:21px;
		  vertical-align: middle !important;
		  }
.btnStatus{
	BACKGROUND: NONE !important;
    BORDER: NONE !important;
    COLOR: BLACK !important;
}

.btnStatus:hover{
	cursor:pointer;

}
	form{
		width:100%;
	
	}
	input{
		width:100%;
	}
	
	
	.finput{
		margin-bottom:10px
		
	}
	
	.ffield{
		text-align:left !important;
	}
	.ptitle{
	}
	
	#formContainer {
  padding: 5px 5px 5px 5px !important;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  width: 700px;
  margin:0px auto;
 /* position: absolute;*/
top: 100px;
z-index: 5;
right: 50px;
}

#formContainer p {
  padding-bottom: 10px;
}

h3 {
  color: white;
  text-align: center;
}

#formContainer input[type="text"],
#formContainer input[type="email"]
{
  display: inline-block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 14px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  padding: 5px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}

.left {
  width: 48%;
  float: left;
}

.right {
  width: 48%;
  float: right;
}

.formContainer-submit {
  background-color: rgb(250, 104, 57);
  color: white;

  padding: 5px;
  font-size: 15px;
  border: none;
  width: 90%;
  text-align:center;
  margin: 0px auto;
}


input[type="submit"] {
  border-radius: 25px;
}
select option{
	padding-left:15px !important;
	margin-bottom:5px !important;
	}
	select, .contact-form-minimal textarea {
    margin-bottom: 0px !important;
}
input{
	padding-left:20px !important;
}