@charset "utf-8";
/* CSS Document */

html{	
	/*background-image:url(gradient3.png);*/
	background-repeat:repeat-y;
	background-repeat:repeat-x;
	/*background-color:#e9eaea;*/
	background-color:#000;
}
 
body{
	color: #e9eaea;
	background-color:#eee;
	font-family: Verdana, Geneva, sans-serif;
	/*font-family: Georgia, Serif;*/
	/*font-family: 'Cabin', sans-serif;*/
	font-size: xx-large;
	font-style: normal;
	overflow-x: hidden;
	margin:0px;
	padding:0px;
}
  
#container2{
 	width: 100%;
 	/*margin: auto;*/ /* was 0 before */
	background-repeat:repeat-y;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	background-color:#010e1f;
}

#lowband{
	width:100%;
	height:70px;
	background-color: #000;
}

#upband{
	width:100%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a93434', endColorstr='#932a2a');
	background: -webkit-gradient(linear, left top, left bottom, from(#a93434), to(#932a2a));
	background: -moz-linear-gradient(top,  #a93434,  #932a2a);
}

#masthead{
	width: 960px;
	height: 70px;
	margin:auto;
	padding-top:0px;
	padding-bottom:0px;
	background: url("logo.png") no-repeat left;
}

#overlay
{
 	position:absolute;
 	width:960px;
 	height:303px;
 	margin:inherit;
 	/*left:0px;*/
 	top:0px;
 	bottom:0px;
 	z-index:10;
 	opacity:1.0;
}  

#overlay2
{
 	position:absolute;
 	width:960px;
 	height:770px;
 	margin:inherit;
 	/*left:0px;*/
 	top:0px;
 	bottom:0px;
 	z-index:10;
 	opacity:1.0;
}  

#page_content{
	width: 960px;
	border-width: 0px;
	border-style: solid;
	border-color: #000;
	border-bottom:hidden;
	background-color:rgba(0,0,0,0);
	display:block;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	padding-top:0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	min-height: 770px;
	z-index: 10;
	background: url('groovy.png') no-repeat; 
	/*background-size: 100%;*/
	/*background-color:#FFF;*/
}

/* Styles for Navigation */
#navigation {
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;	
	height: 70px;
	/*background-color:#222;*/
	/*width:500px;*/	
	/*position: relative;*/
	/*top: 50px;*/
	/*background-image:url(images/navbarnew.jpg);
	background-repeat:repeat-y;
	background-repeat:repeat-x;*/
 }
 
 #navigation ul {
	list-style-type: none;
	margin-top: 34px;
	margin-bottom: 0px;
	padding: 0px;
	height:36px;
	/*width:500px;*/
}

#navigation ul li {
	height:36px;
    display:inline;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    
    text-align:center;
	vertical-align:middle;
}
 
 #navigation ul li a {
	color: #fff;
	text-decoration: none;
	display: inline;
	padding-right:22px;
	padding-left:22px;
	padding-bottom:0px;
	padding-top:0px;
	margin:0px 0px 0px 0px;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	border-top:hidden;
	text-align:center;
	vertical-align:middle;
 }
 
 
 #navigation a:hover {
 	text-decoration: none;
	background-image:url(images/navbar800x50%20-%20Copy.jpg);
	text-decoration: underline;
 }  /* NAVIGATION */

#footer {
 	background-color: #222629;
	width:%100px;
	margin-top: 0px;
	margin-bottom:0px;
	margin:auto;
    height:50px;
	color:#CCC;
	border:0;
	padding-top:0;
	padding-bottom:0;
	text-align:center;
	border-top:hidden;
 }
 
 #footer p {
 	font-size: medium;
 	text-align: center;
 	margin:0;
 	padding: 1px;
	display:block;
	width:960px;
	bottom: 0px;
	color: white;
	font: normal normal normal 0.8em/normal arial, sans-serif;
	left: 0px;
 }
 
 #footer li{
	text-align:center;
	padding:0px;
	float:left;
	margin: auto;
	font: 14px;
}
 
#footer ul {
	list-style-type:none;
	margin: 0px auto;
	padding: 0px 0px 0px;
	width: 960px;
	border:0;
	-webkit-padding-start: 0px;
	text-align:center;
	padding-left: 350px;
}
 
#footer a {
	color: #FFF;
	text-align:center;	
    font-size: 14px;
}
  
#footer a:hover {
	color: #F00;
	font-weight:bold;
	text-decoration: none;
} /* FOOTER */

a{
 	color: #469;
 	text-decoration: underline;
}
 
a:hover {
 	color: #000;
 	text-decoration: underline;
}
 
.style_bold {
 	font-weight: bold;
}

.style_italic {
 	font-style: italic;
}
 
.newboxes{
	display: none;
	padding: 5px;
	width:585px;
	border: 1px solid #000;
	-webkit-border-radius: 20px;
	-moz-border-radius:20px;
	border-radius:20px;
	margin-left:60px;	
}

#wrapspace {		
	width:100%;
	display:block;
	height:40px;
	margin-left:45px;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

#news {
	width:920px;
	padding: 0px 0px 0px 0px;
	margin: 40px 20px 0px 20px;
	/*background-color: rgba(255,255,255,0.25);*/
	z-index: 12;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

#news table {
	width: inherit;
}

#news tr {
	width: 100%;
	height: 120px;
	padding: 5px;
}

#news table p {
	 font-size: large;
	 font-family: Verdana, Geneva, sans-serif;
	 /*font-family: 'Cabin', sans-serif;*/
	 color: #000000;
	 text-align: justify;
	 /*margin-top: 15px;*/
}

#news table tr .leftColumn{
	width: 20%;
	/*background-color: blue*/
}

#news table tr .rightColumn{
	width: 80%;
	/*background-color: red;*/
	vertical-align: text-top;
}

#newsContent {
	padding-left: 10px;
	padding-right: 10px;
}
/*
#news table tr img {
	padding: 5%;
	width: 90%;
}
*/
#appicon {
	padding: 5%;
	width: 90%;
}

#news table tr td{
	font-family: Verdana, Geneva, sans-serif;
	color:black;
}

h1 {
	font-family: Georgia, serif;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	color:black;
}

hr{
	height: 3px;
	border: 0px;
	background: #737373;
}

#myForm .input {
	width:450px;
	margin-bottom:10px;
	padding-bottom:5px;
	padding-top:5px;
	border:2px solid #aaa;
	background-color: #fcfcfc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(border-radius.htc);
	font-family: Verdana, Geneva, sans-serif;
 	/*color: #000000;*/
  	text-align: left;
	font-size:18px;
	vertical-align:middle;
		
	/*
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    */
}

#myForm textarea {
	resize: vertical;
	max-height: 250px;
}

#myForm .input:focus{
	outline:none;
	background-color: #fcfcfc;
}

#myForm {
	width: 50%;
	display:block;
	margin:0;
	padding:0;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
}
	 
#myForm label {
	color: #000;
	padding:3px;
	font-size:20px;
	font-family: Verdana, Geneva, sans-serif;
  	text-align: left;
	cursor:default;
	display:block;
}

#contactForm {
	margin-left:auto;
	margin-right:auto;
}

button.positive, .buttons a.positive{
 	background-color:#fcfcfc;
    color:#4c463f;
	
	border: 1px solid #999;
	/*line-height: 17px;*/
	width: auto;
	overflow: visible;
	display: block;
	float: left;
	/*padding: 5px 10px 5px 7px;*/
	/*margin: 0 7px 0 0;*/
	margin:0px;
	margin-top:5px;
	padding:10px;
	padding-top:4px;
	padding-bottom:6px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-align:center;
	vertical-align:baseline;
	font-weight: normal;
	cursor: pointer;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	transition        :all .5s ease-in-out;
	-moz-transition   :all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-o-transition     :all .5s ease-in-out;
	-ms-transition    :all .5s ease-in-out;
	
	border:2px solid #aaa;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    /*border:1px solid #C6D880;*/
    border:2px solid #999;
    color:#4c463f;  /*#529214*/
}
.buttons a.positive:active{
    background-color:#529214;
    /*border:1px solid #529214;*/
    border:2px solid #aaa;
    color:#000;
}