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


body {	background-color: #F5F5F5;
		color: #666666;
		font: normal 100% Helvetica, Arial, sans-serif;
		margin: 0 auto;
	 }
a 		{ text-decoration: none;
		  color: #FF6800;
}

#wrapper {	max-width: 960px;
			min-width: 240px;
			margin: 0 auto;
			padding: 0;
		 }
		 

header {	max-width: 960px;
			min-width: 240px;
			height: 200px;
			margin: 0 auto;
		}
		
		
footer {	clear: both;
			color: #FFFFFF;
			width: 100%;
			height: 200px;
			text-align: center;
			padding: 20px;
			margin: 0 auto;
			background: -webkit-linear-gradient(#464646, #767777); /* For Safari 5.1 to 6.0 */
  			background: -o-linear-gradient(#464646, #767777); /* For Opera 11.1 to 12.0 */
 			background: -moz-linear-gradient(#464646, #767777); /* For Firefox 3.6 to 15 */
  			background: linear-gradient(#464646, #767777); /* Standard syntax */
			background-color: #464646;
		} 

footer ul li a {	text-decoration: none;
					color: white;	
				}
				
footer li a:hover {	color: #FF6800;
	  				 }
				
footer hr {	width: 50%;
			}
			
.logo {		
			float: left;
			margin: 0 auto;
		}

.logo img {width: 96%;
			}


.headercontact {	min-width: 210px;
					float: right;
					font-size: 22px;
					color:#FF6800;
					font-family: inherit;
					text-align: center;
					padding: 1px 10px 1px 10px;
					border: 3px solid #FF6800;
					margin-right: 20px;
					margin-top: 20px;
					margin-bottom: 20px;
					border-radius: 10px;
				-moz-border-radius: 10px ; /* this is firefox */
				-webkit-border-radius: 10px; /* this is safari, chrome */
				-o-border-radius: 10px; /* this is opera */
				-ms-border-radius: 10px; /*this is for old ms browsers*/
				}


 /* nav bar */
   #nav {	clear:both;
   			width: 100%;
      		float: left;
      		margin: 0 0 40px 0;
      		list-style: none;
      	background: -webkit-linear-gradient(#464646, #767777); /* For Safari 5.1 to 6.0 */
  		background: -o-linear-gradient(#464646, #767777); /* For Opera 11.1 to 12.0 */
 		background: -moz-linear-gradient(#464646, #767777); /* For Firefox 3.6 to 15 */
  		background: linear-gradient(#464646, #767777); /* Standard syntax */
		background: ms-linear-gradient (#464646, #767777); /* for old ms broswers*/
		background-color: #464646;
    	}
	
   #nav li {	float: left; 
	  		}
	  
   #nav ul li a {	display: block;
	  				height: 30px;
      				padding: 10px 15px 0 15px;
     			 	text-decoration: none;
      				font-weight: bold;
      				color: white;
  				 }
				 
   #nav li a:hover {	color: white;
      					background-color: #FF6800;
						height: 30px;				
	   				}
 
#nav ul, li {	list-style-type: none;
				display: inline;
			}


#slider {	display: inline-block;
			width: 100%;
			margin-bottom: 40px;
		}
		
#leftsection { float: left;
			max-width: 60%;
			min-width: 240px;
			margin-right: 110px;
		}

#form { float: right;
		max-width: 30%;
		min-width: 240px;	
		margin-top: 20px;
		margin-bottom: 50px;
		}

.clearfix {clear:both;}

h2, h3 {	font-family: inherit;
			color: #FF6800;
		}
		
h3 a		{   text-decoration: none;
	            font-family: inherit;
			    color: #FF6800;
			} 
			
			
			
h3 a:hover	{   text-decoration: none;
	            font-family: inherit;
			    color: #767777;
				
			} 
				
		
		
h2 a {	text-decoration: none;
			color: inherit;
		}
		
h1		{	font-family: inherit;
		
		}
		
		
h1 a	{ text-decoration: none;
			color: #FF6800;
		}
	

input, select, textarea {	font-family: Arial;
						}
						

#formbox {  
			display: inline-block;
			background-color: #DADADA;
			padding: 0 15px 0 15px;
			width: 240px;
			border-radius: 15px;
			border-radius: 15px;
				-moz-border-radius: 15px ; /* this is firefox */
				-webkit-border-radius: 15px; /* this is safari, chrome */
				-o-border-radius: 15px; /* this is opera */
				-ms-border-radius: 15px; /*this is for old ms browsers*/
			}

input[type="submit"] {  border-radius: 5px;
						border: 0;
                        background-color:  #FF6800; 
                        width: 100px; 
                        height: 30px;
                        color: white;
                      }

input[type="submit"]:hover { background-color: #767777;
							}
textarea{ resize: none;
			width: 230px;
			height: 130px;
		}
		

.listhead	{	font-size: 20px;
				color: #FF6800;
				
			}			

.listsub {	color: #767777;
			}

.listsub a {	color: #767777;
				text-decoration: none;
			}

.listsub a:hover {	color: #767777;
					text-decoration: none;
					font-weight:bold;
				}
		 
.plink		{ text-decoration: none;
			  color: #FF6800;
				 			}

.space {line-height: 150px; }


