@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
background-image:url(layout/background.gif);
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}

/*----------------------------------------------- */

.dropbtn {
    background-color:#333333;
    background-image:url(layout/blackbg.gif);
    color: white;
    height:35px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
}
.dropbtn a {
    color: white;
    text-decoration: none;
    display: block;
}

.dropbtn a:hover 
{
    background-color:#FFCC33;
    color:#333388;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #7CC115;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover 
{
	background-color:#FFCC33;
        color:#333388;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.dropdown-single {
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
}

.dropdown-single:hover .dropdown-content {
    display: block;
}

.dropdown-single:hover .dropbtn {
    background-color: #3e8e41;
}



/* ---------------------------------------------------------  */
/*                      Test Section                          */
/* ---------------------------------------------------------  */

	
article {
	width: 600px;
	margin: 0 auto;
	background: #000;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 15px 2px #666;
	}
	
section {
	clear: left;
	}
	

	
#main_nav ul {		
	-webkit-transition: .5s;
	transition: .5s;
	margin:auto;
  }
	
#main_nav li {
	float: left;
	right: -10%;
	position: relative;
	min-width: 130px;
	list-style: none;
	-webkit-transition: .5s;
	transition: .5s;
	background-color:#333333;
        background-image:url(layout/blackbg.gif);
        color: white;
	height:35px;
        font-size: 16px;
        margin:auto;
 }
	
#main_nav > ul > li > a, h1 {
	text-transform: none;
 }
	
#main_nav a {
	display: block;
	text-decoration: none;
	padding: 5px 15px;
	color: white;
	}

#main_nav ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	}
	
#main_nav ul ul ul {
	left: 100%;
	top: 0;
	}
	
#main_nav li:hover, #main_nav li:hover li {
	background: #ddd;
	}
	
#main_nav li li:hover, #main_nav li li:hover li {
	background: #bbb;
	}
	
#main_nav li li li:hover {
	background: #999;
	}
	
#main_nav li:hover > ul {
	visibility: visible;
	opacity: 1;
	}



/* ---------------------------------------------------------  


#header-first
{
width:100%;
height:15px;
min-width:1000px;
}
*/


#header
{
width:100%;
height:280px;
min-width:1000px;
}
#headertop
{
background-color:white;
height:15px;
width:1000px;
margin:auto;
}
#headertop a
{
font-size: 15px;
height:15px;
border:none;
text-decoration:none;
}
#innerheader
{
background-color:white;
height:280px;
width:1000px;
margin:auto;
}
#innerheader a
{
background-color:white;
border:none;
text-decoration:none;
}
#innerheader img
{
border:none;
text-decoration:none;
}
#footer
{
clear:both;
width:100%;
height:50px;
}

#innerfooter
{
text-align:center;
padding:17px;
color:black;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:auto;
}

#navbar
{
width:1000px;
background-color:#333333;
background-image:url(layout/blackbg.gif);
height:35px;
margin:auto;
}

#main
{
width:1000px;
margin:auto;
}

#maincont
{
width:inherit;
background-color:#FFFFFF;
float:left;
}

#content
{
margin:30px 20px 30px 50px;
text-align:left;
line-height:1.5;
min-height:500px;

}
.homecont
{
   width:700px;
   float:left;	
}
#content h1
{
font-size:24px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:30px 0px 0px 10px;
color:#333333;
}
#content h2
{
font-size:14px;
font-weight:bold;
color:#333333;
padding:10px 0 0 20px;
margin:0;
}
#content h3
{
font-size:11px;
font-weight:bold;
color:#333333;
padding:10px 0 0 20px;
margin:0;
}

#content hr
{
color:#78B450;
background-color:#78B450;
height: 3px;
border:none;

}
#content p
{
padding:0px 10px 10px 25px;
text-align:justify;
}

#content p ul
{
font-size:12px;
line-height:1.5;
padding:0px 10px 10px 25px;
text-align:justify;
}
#add
{
font-size:12px;
line-height:1.5;
padding:0px 10px 10px 25px;
text-align:center;
}
#formreg
{
width:600px;
margin:10px 30px 10px 20px;
}
.padform
{
padding:5px;
}
.wide
{
width:250px;
}

#formreg td
{
font-size:14px;
font-weight:bold;
padding:10px 0 10px 0;
}

#btnreg
{
background:url(layout/btn.png);
padding:10px;
border:none;
color:#FFFFFF;
height:50px;
width:150px;
font-size:14px;
font-weight:bold;

}
#btnreg:hover
{
color:#0066CC;
}
#listtable
{
margin:auto;
text-align:center;
font-size:12px;
}
#listtable td
{
padding:5px;
margin:0;

}

#dirmess
{
width:450px;
margin:10px;
float:left;
	
}#dirmess p
{
text-align:justify;
}
#invite
{
width:300px;
margin:50px 10px 0px 15px;
float:right;
border:solid #78B450 medium; 
background:#FFC;
	

}
#invite p
{
padding:5px 15px 0px 15px;
text-align:justify;
}
#invite ul
{
font-size:12px;
}
#invitehead
{
background:	#78B450;
color:#FFFFFF;
font-weight:bold;
font-size:15px;
padding:10px;
width:280px;
text-align:center;
}
#sidebar
{
	border:#3366FF solid medium;
	float:left;
	width:210px;
	margin:40px 5px 5px 5px;
	font-size: 12px;
}
#sidebar p
{
	margin:5px;
	font-size: 12px;


}
#sidebar ul
{
margin:5px;
padding:10px 10px 10px 20px;
font-size:12px;
}	
#sidebarhead
{
	padding:10px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:#3366FF;
	width:190px;
	height:20px;
}
#sidebarhead a
{
	padding:10px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:#3366FF;
	width:190px;
	height:20px;
}
#sidebarhead1
{
	padding:10px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:#090;
	width:170px;
	height:20px;
}
.text {
	color: #FFF;
}

#button{
	width:109px;
	height:27px;
	padding:5px;
	background-image:url(layout/button.png);
	border:none;
	font:100% Arial;
	font-weight:bold;
	color:#ffffff;
}
#buttonform{
	width:109px;
	height:27px;
	padding:5px;
	margin:10px 100px 10px 100px;
	background-image:url(layout/buttonm.png);
	border:none;
	font:100% Arial;
	font-weight:bold;
	color:#ffffff;
}
#button:hover{
	color:#CC0000;
}
#social
{
float:left;
width:190px;
margin:5px 10px 10px 10px; 
text-align:center;
}
#socialhead
{
padding:10px;
color:#333;
font-size:14px;
font-weight:bold;
width:170px;

}
