@charset "utf-8";
/* CSS Document */
html {
	position:relative;
	min-height:100%;
}
body {
	background-image:url(bg3.png);
	background-repeat:repeat-x;
	font-family: 'Roboto Light', sans-serif;
	font-weight:lighter;
	font-size: 14pt;
	color: #575756;
	
	width:940px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 200px;
}

ul {list-style-type:none; margin: 0 0 0 0; padding:0 0 0 0; float: left;}

ul a {text-decoration: none; color: #575756; font-style:normal; }
ul a:active {color: #575756;}
ul a:hover {color: #575756;}

a { text-decoration:none; color:#ff7900; font-style:italic;}
a:active {color:#008781;}
a:hover {color: #008781;}

h1 {
	background-color:#ff7900;
	font-family: 'Roboto Light', sans-serif;
	font-weight:lighter;
	font-size: 18pt;
	color:#FFF;
	padding:10px 10px 10px 20px;
	margin-top: 0;
	margin-bottom: 30px;}

p {	padding: 10px 20px 10px 20px;}

#container {
	margin: auto;
	width: 940px;
}


#header {}

#main {padding-top: 30px;}

#left {
	display: block;
	float: left;
	width: 35%;}

.right {
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	box-shadow: 1px 1px 5px  #888888;
	float:right;
	width:60%;
	margin-bottom: 20px;
}

.site-footer {
	height: 200px;
	bottom: 0;
	margin:auto;
}


#table {
		padding-left: 20px;
		padding-bottom: 20px;}

#table table { border-collapse:collapse;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12pt;
}

#table tr {background-color:#e8e8e8;
	border-bottom: 3px solid #f5f5f5;
	text-align:left;
	}

#table th {background:#f5f5f5;width: 190px;}

#table td {width: 190px;}

#login {
	display:block;
	float:right;
	padding-top: 20px;
}
.top-nav li { 
	float: left;
	border-bottom: 3px solid #008781;
	width: 80px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top:0;
	margin-right: 15px;
	text-align:center;
}
.top-nav li:hover {
	border-bottom: 3px solid #ff7900;	
}
	
nav ul {
	width: 95%; 
	padding: 5px 5px 5px 5px; 
	background: #f5f5f5 url('dropdown.png')  no-repeat; 
	background-position: 100% 1px;
	margin-bottom: 2px;
	}
nav ul ul { 
	background:#f5f5f5;
	margin-top: 15px;}
	
nav ul li {
	float: left; 
}
nav ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}


nav ul li li {
	/*padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;*/
}
	nav ul li li:hover {
		/*background: #edede4;*/
		border-left: 3px solid #f18a1f;
		width:100%;
	}

	
	nav ul li a {
		display: block; 
		text-decoration: none;
	}
	
nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
	
.dropdown {
	margin-bottom: 50px;
}
.dropdown select {
	background: #f5f5f5 url('dropdown.png')  no-repeat;
	background-position: 235px 0;               
	font-family: 'Roboto Light', sans-serif;
	font-weight:lighter;
	font-size: 14pt;
	color: #575756;
    border: 0 !important;  /*Removes border*/
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/	
    width: 275px;                /*Width of select dropdown to give space for arrow image*/
	height: 40px;
    text-indent: 0.01px;          /* Removes default arrow from firefox*/
    text-overflow: "";               /*Removes default arrow from firefox*/
	padding-left: 5px;
  }

.loginform {
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	box-shadow: 1px 1px 5px  #888888;
	margin:auto;
	width: 40%;
	padding-bottom: 30px;
}

.loginwrap {
	margin:auto;
	width: 75%;
}

input[type="text"] {
	background:#dadada;
	border-radius: 3px;
	border: 1px #EEEEEE;
	color: #575756;
	padding: 15px 10px 15px 10px;
	font-size: 16px;
	font-style:italic;
	margin-bottom: 15px;
	width: 94%;

}

input[type="password"] {
	background:#dadada;
	border-radius: 3px;
	border: 1px #EEEEEE;
	color: #575756;
	padding: 15px 10px 15px 10px;
	margin-bottom: 15px;
	font-size: 16px;
	width: 94%;

}

input[type="submit"] {
	border:1px solid #ffad41; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;

	text-decoration:none; 
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold; 
	color: #FFFFFF;
	background-color: #ffc579; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc579), to(#f18a1f));
	background-image: -webkit-linear-gradient(top, #ffc579, #f18a1f);
	background-image: -moz-linear-gradient(top, #ffc579, #f18a1f);
	background-image: -ms-linear-gradient(top, #ffc579, #f18a1f);
	background-image: -o-linear-gradient(top, #ffc579, #f18a1f);
	background-image: linear-gradient(to bottom, #ffc579, #f18a1f);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc579, endColorstr=#f18a1f);	
	
	padding: 15px 10px 15px 10px;
	font-size: 16px;

	width: 100%;
}
input[type="submit"]:hover {
	cursor:pointer;
	border:1px solid #D75F06; 
	
}

