html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article,aside,figure,footer,header,hgroup,nav,section {
	display: block;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font: normal .80em;
	background: #fff;
	color: #000;
}

p {
	padding: 0 0 20px 0;
	line-height: 1.7em;
}

img {
	border: 1;
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
	letter-spacing: 0em;
	padding: 0 0 0 0;
	font-weight: bold;
}

h1,h2,h3 {
	font: 140%;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	font-weight: bold;
}

h2 {
	font-size: 160%;
	padding: 9px 0 5px 0;
	color: #BBB;
	text-align:left;
	
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0 0 0 0;
	color: #000;
}

h4,h6 {
	color: #000;
	padding: 0 0 5px 0;
	font: normal 130%;
}

h5,h6 {
	color: #888;
	font: italic 100%;
	letter-spacing: normal;
	padding: 0 0 15px 0;
}

a,a:hover {
	text-decoration: none;
	outline: none;
	color: black;
	vertical-align: top;
}

a:hover {
	color: maroon;
	text-decoration: underline;
}

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 6px 0;
	padding: 0 0 4px 5px;
	line-height: 1.7em;
}

ul.dirlist {
	margin-left: 60px;
	list-style-image: url("../images/b5.png");
	
}

ul.dirlist li  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	line-height: 5px;
}
ul.dirlist li p{
	line-height: 15px;
	margin-top: -5px;
	padding-bottom: 0px;
}

ol {
	margin: 8px 0 22px 20px;
}

ol li {
	margin: 0 0 11px 0;
}

.left {
	float: left;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.right {
	float: right;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.center {
	display: block;
	text-align: center;
	margin: 20px auto;
}

#main,nav,#container,#logo,#site_content,footer {
	margin-left: auto;
	margin-right: auto;
}

#main {
	margin: 7px auto;
	width: 1108px;
	background: white;
	border: 5px solid #bbb;
	border-radius: 10px;
}

header {
	background: transparent;
	height: 140px;
}

#logo {
	width: 1100px;
	height: 120px;
	background: url("../images/header2025.jpg") no-repeat;
	color: #888;
	padding: 0;
	float: left;
}
#logo1 {
	width: 1100px;
	height: 120px;
	background: url("../images/header.png") no-repeat;
	color: #888;
	padding: 0;
	float: left;
}


#logo h1,#logo h2 {
	font: normal 320%;
	border-bottom: 0;
	text-transform: none;
	margin: 0;
}

#logo_text h1,#logo_text h1 a,#logo_text h1 a:hover {
	padding: 0;
	color: #000;
	text-decoration: none;
}

#logo_text h1 a .logo_colour {
	color: #09D4FF;
}

#logo_text a:hover .logo_colour {
	color: #000;
}

#logo_text h2 {
	font-size: 140%;
	padding: 0 0 0 0;
	color: #DDD;
}

nav {
	height: 44px;
	width: 1108px;
	float: right;
	margin: -20px auto 0 auto;
	color: #222;
	border-bottom: 1px solid #bbb;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	background: transparent;
}

#site_content {
	width: 1100px;
	overflow: hidden;
}

.whatsnew {
	width: 1075px;
	height: 75px;
	border: 2.25px solid transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	/*opacity: 0.43;*/
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=           
		            
		            
		            43);
	margin-top: -35px;
	margin-left: 15px;
}

.director {
	width: 1085px;
	height: auto;
/* 	border: 2.25px solid #bbb; */
/* 	border-radius: 5px; */
	margin-top: 10px;
	margin-left: 15px;
	overflow: auto;
}

.director p {
	font-size: 15px;
	line-height: 1.3em;
}

.about {
	width: 1062px;
	height: auto;
/* 	border: 2.25px solid #bbb; */
/* 	border-radius: 5px; */
	margin-top: 10px;
	margin-left: 15px;
	padding-left: 5px;
	font-size: 15px;
	padding-right: 5px;
	margin-right: 5px;
}

.about p {
	line-height: 1.4em;
}

.contact {
	width: 1085px;
	height: auto;
/* 	border: 2.25px solid #bbb; */
/* 	border-radius: 5px; */
	margin-top: 10px;
	margin-left: 5px;
	font-size: 15px;
	line-height: 1.3em;
}

.contacts table {
	margin: 1px 0 2px 0;
}

.contacts table tr {
	
}

.contacts table tr th {
	background: #999;
	color: #000;
	text-align: center;
}

.contacts table tr td {
	background: transparent;
	color: #000;
}
.contacts table tr td a:HOVER{
	color: maroon;
}

#sidebar_container {
	float: right;
	width: 290px;
	margin-right: 15px;
	margin-top: 15px;
}

.sidebar {
	float: right;
	width: 290px;
	margin: 0 0 12px 0;
	border: 2.25px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	/*opacity: 0.43;*/
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=           
		            
		            
		            43);
}

.sidebar h3,.content h1 {
	font: 1.5em;
	text-shadow: #ccc 1px 1px;
	color: #000;
}

.sidebar h3 {
	color: blue;
	font: 1.5em;
}

#pm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5ex;
	line-height: 2.5ex;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
}

#pm a {
	color: maroon;
}

.sidebar ul {
	margin: 0 0 15px 0;
}

.sidebar li a,.sidebar li a:hover {
	color: #AAA;
	text-decoration: none;
}

.sidebar li a:hover {
	text-decoration: underline;
}

.sidebar_item,.content_item {
	padding: 15px 0;
}

.pm a {
	color: maroon;
}

.pm a:HOVER {
	color: black;
	text-decoration: underline;
	cursor: pointer;
}

.content {
	text-align: left;
	width: 790px;
	float: left;
	margin-top: 15px;
	margin-left: -1px;
}

.content ul {
	margin: 0 0 22px 0px;
	/* list-style-image: url("../images/b2.png"); */
}

.content ul li,.sidebar ul li {
	list-style-type: none;
	background: url(../images/b3.png) no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 4px 28px;
	line-height: 1.5em;
}

#notification ul {
	
}

#notification ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	list-style-type: none;
	background: url(../images/b3.png) no-repeat;
	line-height: 1.5em;
}

#notification ul li a {
	color: maroon;
}

#instrnlist ul {
	
}

#instrnlist ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	list-style-type: none;
	background: url(../images/b3.png) no-repeat;
	line-height: 1.5em;
}

#instrnlist ul li a {
	color: maroon;
}

footer {
	vertical-align: middle;
	width: 1108px;
	height: auto;
	font-size: 2ex;
	text-align: center;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	background: white;
	padding-bottom: 10px;
}

footer p {
	font-size: 1.3ex;
	line-height: 1.3em;
	font-weight: bold;
	padding-bottom: 5px;
}

footer p a {
	color: maroon;
	text-decoration: none;
}

footer p a:hover {
	color: maroon;
	text-shadow: none;
	text-decoration: underline;
}

footer1 {
	vertical-align: middle;
	width: 1009px;
	height: auto;
	font-size: 2ex;
	text-align: center;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	background: white;
	padding-bottom: 10px;
}

footer1 p {
	font-size: 1.7ex;
	line-height: 1.3em;
	font-weight: bold;
	padding-bottom: 5px;
}

footer1 p a {
	color: maroon;
	text-decoration: none;
}

footer1 p a:hover {
	color: maroon;
	text-shadow: none;
	text-decoration: underline;
}
.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%;
	border: 1px solid #D5D5D5;
	background: #FFF;
	color: #47433F;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}

.form_settings .submit {
	font: 140%;
	border: 0;
	width: 99px;
	margin: 0 0 0 212px;
	height: 33px;
	padding: 2px 0 3px 0;
	cursor: pointer;
	background: #ddd; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#fff, #ddd);
	background: -o-linear-gradient(#fff, #ddd);
	background: -webkit-linear-gradient(#fff, #ddd);
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	border: 1px solid #ddd;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
	color: #222;
	text-shadow: 1px 1px #FFF;
}

.form_settings textarea,.form_settings select {
	font: 100%;
	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 30px 0;
}

table tr th,table tr td {
	background: #BBB;
	color: #FFF;
	text-align: left;
	padding-left: 2px;
}

table tr td {
	background: transparent;
	color: #444;
	padding-left: 5px;
}

.gallery {
	width: 750px;
	height: 350px;
	margin-left: 15px;
	border: 1px solid #bbb;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}



ul.images {
	width: 750px;
	height: 350px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}

ul.images li {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	margin-left: 0px;
	margin-top: 0px;
	list-style: none;
}

ul.images li.show {
	z-index: 500;
}

ul img {
	border: none;
	border-radius: 7px 7px 7px 7px;
}

/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li {
	/*width: 170px;*/
        width: 270px;
}

html body ul.sf-menu ul ul {
	margin: 0 0 0 200px;
}

/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * {
	margin: 0;
	padding: 0;
}

ul.sf-menu {
	display: block;
	position: relative;
}

ul.sf-menu li {
	display: block;
	list-style: none;
	float: left;
	position: relative;
}

ul.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

ul.sf-menu a {
	display: block;
	position: relative;
}

ul.sf-menu ul {
	position: absolute;
	left: 0;
	width: 150px;
	top: auto;
	left: -999999px;
}

ul.sf-menu ul a {
	zoom: 1; /* IE6/7 fix */
}

ul.sf-menu ul li {
	float: left;
	/* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
	width: 150px;
}

ul.sf-menu ul ul {
	top: 0;
	margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul,ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul
	{
	left: auto;
}

ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul
	{
	left: -999999px;
}

/* autoArrows CSS */
span.sf-arrow {
	width: 7px;
	height: 7px;
	position: absolute;
	top: 20px;
	right: 5px;
	display: block;
	overflow: hidden;
	/* making sure IE6 doesn't overflow and expand the box */
	font-size: 1px;
}

ul ul span.sf-arrow {
	right: 5px;
	top: 20px;
	background-position: 0 100%;
}

/* Theming the menu */
ul#nav {
	float: left;
}

ul#nav ul {
	background: white;
	padding-bottom: 5px;
}

ul#nav li a {
	margin-top: 15px;
	padding-left: 20px;
	text-decoration: none;
	color: #000;
	padding-right: 5px;
	font-size: 1.4ex;
	font-weight: bold;
}

ul#sub li a {
	margin-top: 2px;
	padding-left: 20px;
	text-decoration: none;
	color: #000;
	padding-right: 5px;
	font-size: 1.4ex;
	font-weight: bold;
}

ul#nav li a:hover,ul#nav li a:focus,ul#nav li.selected a,ul#nav li.selected a:hover,ul#nav li.selected a:focus,ul#nav li ul li.selected a
	{
	color: maroon;
	text-shadow: none;
}

ul#nav ul li a {
	color: #000;
}

ul#nav ul li a:hover {
	color: maroon;
	margin-right: 2px;
}

/* Image Transitions */
ul#images {
	margin: 0 15px 10px 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul#images li {
	display: block;
	overflow: hidden;
	padding: 0;
	float: left;
	width: 155px;
	height: 300px;
}

.box {
	width: 170px;
	height: 140px;
	margin: 10px auto;
	margin-top: -40px;
	paddind: 10px;
	color: #FFF;
	background-color: transparent;
	border: 2px solid #FFF;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 0px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	/*opacity: 0.43;*/
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=43);
		            
	/*-ms-filter must come before filter*/
	/*filter: alpha(opacity = 43);*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
}

.box:hover {
	border: 2px solid #0CF;
	background: #fff;
	box-shadow: 0px 0px 10px #3FF;
	color: #000;
}

.box ul li a {
	color: #09D4FF;
}

.box ul li a:hover {
	color: #09D4FF;
	margin-right: 2px;
}

.box ul {
	
}

.box ul li,.sidebar ul li {
	list-style-type: none;
	background: url(../images/bullet.png) no-repeat;
	line-height: 1.0em;
}

.box table {
	width: 170px;
}

.box table tr {
	
}

.box table tr th {
	background: transparent;
	color: blue;
	text-align: center;
	padding-bottom: 7px;
}

.box table tr td {
	text-align: left;
	font-size: 3px;
}

.box table tr td a {
	color: #000;
}

.box table tr td a:hover {
	color: maroon;
}

#footermenu {
	height: 40px;
	margin: 0 auto;
	background: transparent;
}

#footermenu ul {
	padding-left: 0px;
}

#footermenu li {
	height: 20px;
	width: auto;
	display: inline-block;
	background: url(../images/tooplate_menu_divider.png) no-repeat right
		bottom;
}

#footermenu li.last {
	height: 20px;
	width: auto;
	display: inline-block;
	background: none;
}

#footermenu a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: black;
	display: block;
	float: left;
	width: auto;
	margin-right: 25px;
	margin-left: 17px;
}

#footermenu a:hover {
	color: maroon;
}

#mailbar {
	align: center;
	font: bold 90% "Trebuchet MS", Verdana, Arial, Tahoma, Sans-serif;
	background: #ffffff url(../mail/images/panelCenter.gif) repeat-y center
		top;
	color: #032A46;
	margin-top: -4px;
	margin-left: 10px;
	padding-top: 5%;
	padding-left: 20%;
}

a.button-slider {
	padding: 18px 25px;
	font-size: 1em;
	text-align: center;
	border: 2px solid #3F87AB;
	margin: 0px 10px 0px 0;
}
a.button-slider1 {
	padding: 14px 25px;
	padding-bottom:9%;
	font-size:1em;
	text-align: center;
	border: 2px solid #3F87AB;
}
a.button-slider.button-reversed {
	border-color: #999;
}

a.button-slider i {
	
}

a.button {
	background: #5DA1C3;
	width: 240px;
	height: 20px;
	color: #FFF;
	display: inline-block;
	font-size: 0.85em;
	letter-spacing: 0.25px;
	border-radius: 5px;
	text-decoration: none;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
}

a.button:hover {
	background: #4995BC;
}

a.button-reversed {
	background-color: #ddd;
	color: #666;
}

a.button-reversed:hover {
	background: #ccc;
}

a.button1 {
	background: #5DA1C3;
	width: 240px;
	height: 14px;
	color: #FFF;
	display: inline-block;
	font-size: 0.85em;
	letter-spacing: 0.25px;
	border-radius: 5px;
	text-decoration: none;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
}

a.button1:hover {
	background: #4995BC;
}



.tablestyle {
	margin: 0px;
	padding: 0px;
	width: 550px;
	height:auto;
	box-shadow: 10px 10px 5px #888888;
	border: 1px solid #000000;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}

.tablestyle table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.tablestyle tr:last-child td:last-child {
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.tablestyle table tr:first-child td:first-child {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}

.tablestyle table tr:first-child td:last-child {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.tablestyle tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.tablestyle tr:hover td {
	
}

.tablestyle tr:nth-child(odd) {
	background-color: #b2b2b2;
}

.tablestyle tr:nth-child(even) {
	background-color: #d4aaff;
}

.tablestyle td {
	vertical-align: middle;
	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 10px;
	font-family: Georgia;
	font-weight: bold;
	color: #000000;
}

.tablestyle tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.tablestyle tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.tablestyle tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.tablestyle tr:first-child td {
	background: -o-linear-gradient(bottom, #007fff 5%, #5656ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007fff
		), color-stop(1, #5656ff));
	background: -moz-linear-gradient(center top, #007fff 5%, #5656ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007fff",
		endColorstr="#5656ff");
	background: -o-linear-gradient(top, #007fff, 5656ff);
	background-color: #007fff;
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	color: #ffffff;
}

.tablestyle tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #007fff 5%, #5656ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007fff
		), color-stop(1, #5656ff));
	background: -moz-linear-gradient(center top, #007fff 5%, #5656ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007fff",
		endColorstr="#5656ff");
	background: -o-linear-gradient(top, #007fff, 5656ff);
	background-color: #007fff;
}

.tablestyle tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}

.tablestyle tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}
.loginbox {
	width: 270px;
	height: 140px;
	margin: 10px auto;
	margin-top: -40px;
	paddind: 10px;
	color: #FFF;
	background-color: transparent;
	border: 2px solid #FFF;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 0px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	/*opacity: 0.43;*/
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=           
		            
		            
		            43);
	/*-ms-filter must come before filter*/
	/*filter: alpha(opacity = 43);*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
}
.blueButton{
	-moz-box-shadow:3px 4px 0px 0px #1564ad;
	-webkit-box-shadow:3px 4px 0px 0px #1564ad;
	box-shadow:3px 4px 0px 0px #1564ad;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#79bbff),color-stop(1,#378de5));
	background: -moz-linear-gradient(top,#79bbff 5%,#378de5 100%);
	background: -webkit-linear-gradient(top,#79bbff 5%,#378de5 100%);
	background: -o-linear-gradient(top,#79bbff 5%,#378de5 100%);
	background: -ms-linear-gradient(top,#79bbff 5%,#378de5 100%);
	background: linear-gradient(to bottom,#79bbff 5%,#378de5 100%);
	filter:progid:DxImageTransform.Microsoft-gradient(startColorstr='#79bbff',endColorstr='#378de5',GradientType=0);
	background-color: #79bbff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: 1px solid #337bc4;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528ccc;
	width:180px;
	height: 35px;
	
}
.blueButton:HOVER {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#378de5),color-stop(1,#79bbff));
	background: -moz-linear-gradient(top,#378de5 5%,#79bbff 100%);
	background: -webkit-linear-gradient(top,#378de5 5%,#79bbff 100%);
	background: -o-linear-gradient(top,#378de5 5%,#79bbff 100%);
	background: ms-linear-gradient(top,#378de5 5%,#79bbff 100%);
	background: linear-gradient(to bottom,#378de5 5%,#79bbff 100%);
	filter:progid:DxImageTransform.Microsoft.gradient(startColorstr='#378de5',endColorstr='#79bbff',GradientType=0);
	background-color: #378de5;
}
.blueButton:ACTIVE {
	position: relative;
	top: 1px; 
}
a.menn:HOVER{
	color:maroon;
	text-decoration: none;
}

a.button2{
background: #5DA1C3;
width: 240px;
height: 0px;
color: #FFF;
display: inline-block;
font-size: 11px;
letter-spacing: 0.25px;
border-radius: 5px;
text-decoration: none;
border: none;
text-transform: uppercase;
font-weight: bold;
}
a.button-slider2 {
	padding: 8px 23px;
padding-bottom: 9%;
font-size: 11px;
text-align: center;
border: 2px solid #3F87AB;
}
a.button3{
background: #5DA1C3;
width: 240px;
height: 15px;
color: #FFF;
display: inline-block;
font-size: 11px;
letter-spacing: 0.25px;
border-radius: 5px;
text-decoration: none;
border: none;
text-transform: uppercase;
font-weight: bold;
}
a.button-slider3 {
	padding: 4px 23px;
padding-bottom: 9%;
font-size: 11px;
text-align: center;
border: 2px solid #3F87AB;
}

