body, div, h1, h2, h3, h4, h5, h6, p, ul{
	margin: 0; padding: 0; border: 0;
}
body {
	background-attachment:fixed;
}

.heading{
	font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size: 18px; line-height: 24px; color:#000000;
}

.heading2{
	font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size: 16px; line-height: 24px; color:#8C0000;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}


nav ul {
	background:#efefef;
	width:95%;
	background: linear-gradient(top, #3179B5 0%, #00AEEF 100%);  
	background: -moz-linear-gradient(top, #3179B5 0%, #00AEEF 100%); 
	background: -webkit-linear-gradient(top, #3179B5 0%,#00AEEF 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 8px 20px;
	margin-top:2px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul:after {
	content: ""; clear: both; display: block;
}

nav ul li {
	float: left;
}
	nav ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #008DC4 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #008DC4 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#008DC4 40%);
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
		display: block; padding: 4px 15px;
		color: #FF0; text-decoration:none; font-family:"Comic Sans MS", cursive;
	}
		
	
nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a; position: relative;
	}
		nav ul ul li a {
			padding: 15px 40px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
			}
	
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
	
/* slider */
#slider_wrapper {
	clear: both;
	width: 990px;
	height: 300px;
	margin-bottom: 2px;
	border:5px solid #FFF;
	border-radius:10px;
	background: url(../slideshow/slider_bottom.jpg) bottom no-repeat
}

#slider_wrapper_n { clear: both; width: 900px; padding: 30px; margin-bottom: 15px; background: #000 url(../slideshow/slider_bottom.jpg) no-repeat bottom } 
#slider_wrapper_n h2 {
	color: #fff;
}
#slider_wrapper_n p { font-size: 16px }

#slider { 
	width: 990px;
	height: 300px;
	overflow: hidden;
}
/* end of slider */


.support1
{ float:left; margin-right:20px; margin-top:5px; margin-left:30px;}
.support
{ float:right; margin-right:20px; margin-top:5px;}



.socialicons img{ 
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

.socialicons img:hover{
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}


.welcome{
font-family: "Comic Sans MS", cursive; font-size:20px; line-height:24px; color:#FFF;
}


.button_example{
border:1px solid #7c5b2b; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #a67939;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a67939), color-stop(100%, #845108));
 background-image: -webkit-linear-gradient(top, #a67939, #845108);
 background-image: -moz-linear-gradient(top, #a67939, #845108);
 background-image: -ms-linear-gradient(top, #a67939, #845108);
 background-image: -o-linear-gradient(top, #a67939, #845108);
 background-image: linear-gradient(top, #a67939, #845108);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a67939, endColorstr=#845108);
}

.button_example:hover{
 border:1px solid #5a421f; background-color: #805d2c;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#805d2c), color-stop(100%, #543305));
 background-image: -webkit-linear-gradient(top, #805d2c, #543305);
 background-image: -moz-linear-gradient(top, #805d2c, #543305);
 background-image: -ms-linear-gradient(top, #805d2c, #543305);
 background-image: -o-linear-gradient(top, #805d2c, #543305);
 background-image: linear-gradient(top, #805d2c, #543305);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#805d2c, endColorstr=#543305);
}


.footer-link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
}
a:hover.footer-link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bolder;
	color: #090;
	text-decoration: underline;
}
