﻿@charset "utf-8";
/* CSS Document */


	#overlay-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	background: #000; /* fallback */
	background: rgba(0,0,0,0.75);
	z-index:200;
}
	#overlay-bg1 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	background: #000; /* fallback */
	background: rgba(0,0,0,0.75);
	z-index:200;
}
#overlay-bg2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	background: #000; /* fallback */
	background: rgba(0,0,0,0.75);
	z-index:200;
}

	.overlay-content {
		
		background:black;
		
		padding: 1%;
		width: 35%;
		
		height: 60%;
		position: relative;
		top:15%;
		left: 50%;
		margin: 0 0 0 -20%; /* add negative left margin for half the width to center the div */
		border-radius: 6px;
		box-shadow: 0 0 5px rgba(0,0,0,0.9);
	}
	.login {
	
	
  position: relative;
 margin:80px 460px;
  padding: 0px 20px 20px;
  width: 350px;
	height:350px;
  background: white;
  border-radius: 10px;
  -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 img {
	
	width:30px;
	height:30px;
	float:right;
	margin-top:-57px;
	margin-right:-26px;	
	margin-top:-68px;
	}

.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: -0px -20px 21px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #999;
  text-align: center;
  text-shadow: 0 1px black;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 93%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(93%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	
  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: 20px 0 0;
}

.login p:first-child {
  margin-top: 0;
}

.login input[type=text], .login input[type=password] {
  width: 278px;
  margin-left:30px;
}

.login p.remember_me {
  float: left;
  line-height: 31px;
}


.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
  margin-left:45px;
}

.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}

.login p.submit {
  text-align: right;
  
}
.right {
	float:right;
	margin-right:20px;	
	}

.login-help {
  
  font-size: 12px;
  color: black;
  text-align: center;
  margin-top:5px;
}

.login-help a {
  color:#999;
  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-size: 14px;
}

 input[type=text], input[type=password] {
 
  padding: 0 10px;
 width: 150px;
  margin-bottom:3px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 2px 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: #666;
  outline-color: #dceefc;
  outline-offset: 0;
}

input[type=text]:hover, input[type=password]:hover {
  border-color: #666;
  outline-color: #dceefc;
  outline-offset: 0;
}


#form input[type=text]:hover, #form input[type=password]:hover {
  border-color: #666;
  outline-color: #dceefc;
  outline-offset: 0;
}
#form input[type=text]:focus, #form input[type=password]:focus {
  border-color: #666;
  outline-color: #dceefc;
  outline-offset: 0;
}


input[type=submit] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #999;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 4px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 93%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(93%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

input[type=submit]: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;
}





.login1 img {
	
	width:30px;
	height:30px;
	float:right;
	margin-top:-57px;
	margin-right:-26px;	
	margin-top:-68px;	
	}

.login1 {
	
	
  position: relative;
  margin: 50px auto;
  padding: 20px 20px 20px;
  width: 600px;
	height:350px;
  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);
}

.login2 {
	margin:0 auto;
	
	margin:10px 450px;
  position:relative;
  
  padding: 20px 20px 20px;
  width: 400px;
	height:650px;	
  background: white;
  border-radius: 10px;
  -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);
}

.login2: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;
}

.login2 hr {
	width:400px;
	margin-top:5px;
}

.login2 h1 {
	text-align:right;
  margin: -10px -20px 21px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #999;
  text-align: center;
  text-shadow: 0 1px black;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 93%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(93%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	
  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;
}

.login2 p {
  margin: 20px 0 0;
}

.login2 p:first-child {
  margin-top: 0;
}

td{
	padding-top:10px;
	padding-right:10px;	
	}

.login1: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;
}

.login1 hr {
	width:400px;
	margin-top:5px;
}

.login1 h1 {
	text-align:right;
  margin: -10px -20px 21px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #999;
  text-align: center;
  text-shadow: 0 1px black;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 93%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(93%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 93%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	
  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;
}

.login1 p {
  margin: 20px 0 0;
}

.login1 p:first-child {
  margin-top: 0;
}

.long input[type=text], .login1 input[type=password] {
  width: 280px;
  margin-left:50px;
  
}
.small input[type=text], .small input[type=password] {
  width: 120px;
 
  
}

.small2 input[type=text]
{
	 margin-left:45px;
	 width:120px;
	 margin-top:-30px;
	}

.small3 input[type=text]
{
	 margin-top:-30px;
	 width:120px;
	 
	}
#new_buttons {
	
	width:300px;
	height:50px;	
	margin-left:180px;
	}

#new_buttons2 {
	
	width:300px;
	height:50px;	
	margin-left:420px;
	margin-top:50px;
	}

.login1 p.submit {
 
 
 
 
float:right;}




.cancel {
	margin-top:5px;
	float:left;
	 margin-left:10px;
	}

.text {
	font-size:13px;
	color:#666;
	margin-left:30px;	
	}

select {
	margin: 5px;
  	padding: 5px 10px;
  	width: 172px;
  	height: 34px;
  	color: #404040;
  	background: white;
  	border: 1px solid;
  	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  	border-radius: 2px;
  	outline: 3px 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);
	
	}
#choice {
	margin-left:45px;
	width:145px;
		}

#choice option { 

	color: black;
	padding:5px;
 	}
	
.empty { color:#CCC; }

	
#black {
	height:40px;
	background-color:black;
	}


body {
	margin:0;
	padding:0;
	width:100%;
	margin:0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
	}

#wrapper {
	margin:0 auto;
	
	width:1350px;
	
	}
	
#nav {
	padding:0;
	margin:0 auto;
	width:1350px;
	height:115px;
	position:fixed;
	z-index:100;
 	top:0px;
background: rgb(233,233,206); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(233,233,206,1) 0%, rgba(252,255,244,1) 11%, rgba(252,255,244,1) 91%, rgba(233,233,206,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,206,1)), color-stop(11%,rgba(252,255,244,1)), color-stop(91%,rgba(252,255,244,1)), color-stop(100%,rgba(233,233,206,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(233,233,206,1) 0%,rgba(252,255,244,1) 11%,rgba(252,255,244,1) 91%,rgba(233,233,206,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(233,233,206,1) 0%,rgba(252,255,244,1) 11%,rgba(252,255,244,1) 91%,rgba(233,233,206,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(233,233,206,1) 0%,rgba(252,255,244,1) 11%,rgba(252,255,244,1) 91%,rgba(233,233,206,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(233,233,206,1) 0%,rgba(252,255,244,1) 11%,rgba(252,255,244,1) 91%,rgba(233,233,206,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9ce', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */

	}	
	
#nav img {
	float:left;
	width:90px;
	height:90px;
	
	margin:15px 0 0 80px;	
	}	
	
#menu {
	width:700px;
	height:70px;
		
	float:left;
	margin:40px 0 0 40px;
	}
	
#menu ul{
	float:left;	
	
}

#menu li{
	list-style:none;
	display:inline;
	padding:28px 15px 28px 15px;
	font-size:16px;
}
	
#menu a{
	text-decoration:none;
	color:#666;
	
}

#menu a:hover { background-color:#1889C1; padding-top:15px;padding-bottom:15px; COLOR: white; TEXT-DECORATION: none; font-weight: none }
	
#icons {
	width:340px;
		
	float:right;
	margin:58px 50px;
	
	   }



#icons a:first-child{
		text-decoration:none;
	color:white;
	margin-right:10px;
	
	padding:18px 8px 18px 8px;
	border-radius:5px 5px 5px 5px;
background: rgb(109,179,242); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 100%, rgba(30,105,222,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(100%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 100%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 100%,rgba(30,105,222,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 100%,rgba(30,105,222,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 100%,rgba(30,105,222,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */

	}

#icons a:nth-child(2){
		text-decoration:none;
	color:white;
		
	padding:18px 22px 18px 22px;
	border-radius:5px 5px 5px 5px;
background: rgb(109,179,242); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 100%, rgba(30,105,222,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(100%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 100%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 100%,rgba(30,105,222,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 100%,rgba(30,105,222,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 100%,rgba(30,105,222,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */

	}	   
	   
	   
#banner{
	margin:0 auto;
	width:1350px;
	height:1030px;
	margin-top:90px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color:#EEEEEE;
	
	
	}
#banner_one{
	margin:0 auto;
	width:1350px;
	height:530px;
	margin-top:90px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image:url(images/slider-bg1.jpg);
	
	
	}	
	
#left{
	margin-left:100px;
	margin-top:70px;
	width:500px;
	height:480px;
	float:left;

	
	
	}
	
#bar1 {
	padding:0;
	margin:0 auto;
	width:300px;
	height:60px;
	float:right;
	margin:20px 20px;
		margin-bottom:10px;
	
	
		
	}	
	
#bar1 h4 {
	color:#666;
	font-size:25px;
	text-align:right;
	margin-right:-10px;

	}

	
		
#bar2 h2 {
	

	color:#1889C1;
	font-size:32px;
	margin-left:80px;
	
	}
	
#text {
	font-size:16px;
	margin-left:90px;
	padding-top:-5px;	
	}		
		
	
#right{
	margin:50px 70px;
	width:600px;
	height:480px;
	float:right;
	
	
	}
	
#right .screen{
	width:660px;
	height:480px;
	position: absolute;
		
	}
	
	.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;

  padding: 0;
  margin:0;
  }
	
	.rslides li {
  -webkit-backface-visibility: hidden;
  position: ;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  
  }	
	.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  
  }
.rslides img {
  display: block;
  height: auto;
  float:left;
  width: 330px;
	height:240px;
  border: 0;
  margin:50px 0 0 127px;
  position:relative;
  
  
  }
	
	
#strip {
	border:1px solid #1889C1 ;
 	height:200px;
	background-color:#1889C1;	
	}
	
	
	#strip h1 {
	padding-top:45px;	
	text-align:center;
	color:white;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	}	
	
#button {
		margin-left:560px;
		text-decoration:none;
	color:white;
		border:1px solid;
	padding:4px 10px 4px 10px;
	border-radius:5px 5px 5px 5px;
width:200px;
	background: rgb(255,183,107); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,183,107,1) 0%, rgba(255,167,61,1) 16%, rgba(255,124,0,1) 87%, rgba(255,127,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(16%,rgba(255,167,61,1)), color-stop(87%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 16%,rgba(255,124,0,1) 87%,rgba(255,127,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 16%,rgba(255,124,0,1) 87%,rgba(255,127,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 16%,rgba(255,124,0,1) 87%,rgba(255,127,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 16%,rgba(255,124,0,1) 87%,rgba(255,127,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
	
	}

a.button {	
	
	text-decoration:none;
		
	}
	
a.button:hover {
		font-weight:bold;	}

	
#button p {
	text-align:center;
	color:white;	
	}
	
#main{
	
	width:1350px;
	height:550px;
	padding-top:100px;
	background-image:url(images/08.jpg);
}
.heading {
	
	margin:0 auto;	
	text-align:center;
		
	}
	
	
#left_text {
margin:0 auto;
width:350px;
height:400px;

float:left;
margin-left:190px;
margin-top:70px;
	}			
	
#right_new {
		margin:0 auto;
width:700px;
height:400px;

float:right;
margin-right:110px;
margin-top:40px;
	}	
#right_new img {
	margin:0 auto;
	padding:0;
	padding-top:-20px;
		width:650px;
		height:340px;
	}
	.new {
	
	font-size:14px;
	color:grey;
	margin-top:-18px;		
	}	


#footer{
	
height:290px;
background-color:#464646;


	}
	
		
#foot {
	
	margin-left:400px;
		
	}	
	
	#foot h2 {
		color:white;	
		}
		
		.white {
		
		color:white;
		font-size:14px;	
		}	
		
#foot img {
	float:left;
	width:130px;
		margin-top:5px;
	height:70px;
	}		
	

table {
	padding-top:40px;
	
		
	}
	
	
	.grey {
		
		color:#999;
		font-size:12px;	
		}
#foot img {
	
	margin-left:10px;
	margin-top:-10px;
	width:30px;
	height:30px;		
	}
	
	.white2 {
		
		color:white;
		font-size:12px;
		margin-left:110px;
		margin-top:30px;	
		}
hr {
	opacity:0.1;	
	}	
	
#dashboard {
	width:1000px;
	height:1000px;
	
	margin:115px 0 0 170px;	
	}		
	
#heading {
	width:600px;
	height:40px;
	
	margin:30px;	
	}	
#heading h2 {
	font-size:28px;
	color:#666;
	font-weight:lighter;	
	}	
	
#boxes {
	margin:50px;
	
	width:920px;
	height:800px;	
	}	
#box1 {
	width:300px;
	height:400px;
	
	float:left;
	background-color:#42429C;	
	}
#box2 {
	width:300px;
	height:400px;
	margin-left:10px;
	float:left;	
	}
#box3 {
	width:300px;
	height:400px;
	margin-left:10px;
	float:right;	
	}
#box_small1 {
	width:300px;
	height:195px;
	margin-bottom:10px;
	background-color:#038644;	
	}
#box_small2 {
	width:300px;
	height:195px;
	
	background-color:#3E70B9;	
	}
#box_small3 {
	width:300px;
	height:195px;
	margin-bottom:10px;
	background-color:#D9502C;	
	}
#box_small4 {
	width:300px;
	height:195px;
	
	background-color:#D7D7D7;	
	}						
	
#new_boxes {

	width:1090px;
	height:600px;
	padding-top:40px;
	margin:115px 0 0 135px;
	
	}
#new_boxes h2 {
	color:#666;
	font-size:20px;
	font-weight:lighter;
	margin:0 auto;
	margin-bottom:5px;
		
	}		
	
#one {
	width:540px;
	height:480px;
	
	float:left;
		
	}	
#two {
	width:540px;
	height:480px;
	
	float:right;
	}		
#one_first {
	
	width:540px;
	height:130px;
		
	}	
#one_firstleft {
	width:260px;
	height:130px;
	float:left;
	border:1px solid #999;
	outline:auto #06F;	
	}
#one_firstright {
	width:260px;
	height:130px;
	float:right;
	border:1px solid #999;
	outline:auto #06F;	
	}

#one_sec {
	
	width:540px;
	height:130px;
	border:1px solid #999;
	margin-top:15px;
	outline:auto #06F;	
	}
#one_third {
	
	width:540px;
	height:120px;
	border:1px solid #999;
	outline:auto #06F;	
	}		
		
#two_first {
	
	width:540px;
	height:130px;
		
	}	

#two_sec {
	margin-top:15px;
	width:540px;
	height:130px;
	
	}
#two_third {
	
	width:540px;
	height:120px;
	border:1px solid #999;
	outline:auto #06F;	
	}		