* {margin:0px; padding:10px;}


body {
	margin:0px auto; 
	clear:both;
	padding:0px;
	border:2px;
	width:1000px;
	min-width:600px;
	background:#fff;
	/*font-size:90%;*/
	font-size:12px;
	color:#000;	
	font-family:Verdana, Tahoma, Arial, sans-serif;
	}

a {
	color:#369;
	text-decoration:none;
	}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
	}	
h1 {
	font: normal 340%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 2px;
	padding:2px;
	color: #abc;
	/*background:#F76541;*/
}	
h2 {
	font: normal 150%/100% "Lucida Grande", Arial, sans-serif;
	margin: 10px 0 0;
	color: #b7b7b7;
}		
h3 {
	font: normal 210%/100% Arial, sans-serif;
	position: relative;
	margin: 0px;
	color: #464646;
	}
p {
	margin: 10px 0 25px;
	padding:2px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	font-size:inherit;
	word-wrap: break-word;
	}
img {
	border: none 0px;
	}
img a {
	text-decoration:none;
	}
img a:hover {
	text-decoration:none;
	}	
	
/* Navigation class */
.main-navigation {
	margin:0px;
	float: left;
	clear: both;
	width: 100%;
	background:	#000;	
	position: relative;
	z-index: 1000;
	color: #cc0000;
	padding:2px;
	font-size: 14px;
	border: solid 1px #ccc;	
	border-radius: 4px;	
	text-shadow: 0 1px #fff;
	}
.main-navigation a {
	color:#fff;
    text-decoration:none;
    font-size: inherit;	
    margin: 0px;
    padding: 2px;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 10px 10px 2px 2px;
    background: rgba(0,0,0,0.25);
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}	
.main-navigation  a:hover {	
	background:	red;
    background-color: red;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
    -o-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
    -webkit-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
    -moz-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
    color: white;
    text-shadow: 0 1px 1px black;
    padding: 2px;

}
/*logo for header*/
#logo {	
	border: none 0px;
	}
#logo a {
	text-decoration:none;
	}
#logo a:hover {
	text-decoration:none;
	}	
/* Header styles */
#header {	
	width: 100%;
    height: 30px;
    margin: 5px auto;
    padding: 5px; 
	}
#header p{	
	font-size: 12px;
	font-weight: bold;
	word-spacing: 1px;
	padding: 2px;
	margin:5px;
	text-shadow: 0 1px #fff;	
	}
#header h1 {
	font-family:inherit;
	font-size: inherit;
	word-spacing: 10px;	
	padding: 2px;
	margin:0px;
	height: 100%;
	text-shadow: 0 1px #ccc;		
	}
#header h2 {	
	font-size: inherit;
	word-spacing: 10px;
	padding: 2px;
	text-shadow: 0 1px #ccc;	
	}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}

/* style for Main content  Not used */
.content {	
	background: #fff;
	padding: 30px 30px 10px 30px;
	border: solid 1px #ccc;	
	}
/* Button*/
.button {
	width: 20px;
	height: 40px;
	border: 1px solid darkgreen;
	background-color: green;
	border-radius: 4px;
	box-shadow: inset 1px 6px 12px lightgreen, inset -1px -10px 5px darkgreen, 1px 2px 1px black;
	-o-box-shadow: inset 1px 6px 12px lightgreen, inset -1px -10px 5px darkgreen, 1px 2px 1px black;
	-webkit-box-shadow: inset 1px 6px 12px lightgreen, inset -1px -10px 5px darkgreen, 1px 2px 1px black;
	-moz-box-shadow: inset 1px 6px 12px lightgreen, inset -1px -10px 5px darkgreen, 1px 2px 1px black;
	color: white;
	
	padding: 5px 30px;
	width: 100%;
}
.button a {
	color:#fff;
	text-decoration:none;
	}
.button a:hover {
	color:#fff;
	text-shadow: 1px 1px 1px black;
	vertical-align: middle;
	padding: 2px;
	
	}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	height:100px;
	border-top:1px solid #000;	
	padding: 2px 0;
	text-align: center;
	font-size: 14px;
	color: #000;
	border-top: 2px solid #888;
	background: #eee;
	}
#footer p {
	padding: 5px;
	margin: 0px;
	color: #fff;
	float: left;
}
#footer a {
	color:#369;
	}
#footer a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
	}
.error {
	color: red;
	font-weight: bold;
	padding:2px;
	}
	

