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

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: rgb(204,0,0);
	font-weight: bold;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000
	font-weight: bold;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:rgb(51,153,204);
	font-weight: bold;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:rgb(51,153,204);
	font-weight: bold;
}

blackbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	color: #000
	font-weight: bold;
	color: rgb(0,0,0);
}


img.floatLeft {
	float: left;
	margin: 15px;
	border-radius: 20px;
	border: 2px solid #000000;
	box-shadow: 2px 0px;
	border-width:2px;
}
img.floatRight {
	float: right;
	margin: 15px;
	border-radius: 20px;
	border: 2px solid #000000;
	
}

img.floatCenter {
	float: center;
	margin: 15px;
	border-radius: 20px;
	border: 2px solid #000000;
	
}

img.side {
	margin: 15px;
	border-radius: 20px;
	
}


img.side2 {
	margin: 15px;
	float: left;
	border-color:#FFFFFF;
	
}

img.side3 {
	margin: 15px;
	float: right;
	border-color:#FFFFFF;
	
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: rgb(0,0,0);
	margin:0px auto;
	background-color:#666;
	background-image:url(phgraphics/filmwave.gif);
	
}

#wrapper {
	width:1100px;
	margin:0px auto;
	padding: 0px;
	float:center;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	box-shadow: 0 0 10px #000;
}



#header {
	background-color:#000000;
	
}


@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);

#cssmenu {padding: 0; margin: 0; border: 0;}
#cssmenu ul, #cssmenu li {list-style: none; margin: 0; padding: 0;}
#cssmenu ul {position: relative; z-index: 597; }
#cssmenu ul li { float: left; min-height: 1px; vertical-align: middle;}
#cssmenu ul li.hover,
#cssmenu ul li:hover {position: relative; z-index: 599; cursor: default;}
#cssmenu ul ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;}
#cssmenu ul ul li {float: none;}
#cssmenu ul ul ul {top: 0; left: auto; right: -99.5%; }
#cssmenu ul li:hover > ul { visibility: visible;}
#cssmenu ul ul {bottom: 0; left: 0;}
#cssmenu ul ul {margin-top: 0; }
#cssmenu ul ul li {font-weight: normal;}
#cssmenu a { display: block; line-height: 1em; text-decoration: none; }



#cssmenu {
  background: #000000;
  border-bottom: 4px solid #009966;
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 18px; 
  font-weight: bold;
  margin:10px 0px 0px 225px;
  
}

  #cssmenu > ul { *display: inline-block; }

  #cssmenu:after, #cssmenu ul:after {
    content: '';
    display: block;
    clear: both; 
}


#cssmenu a {
    background: #000000;
    color: #ffffff;
    padding: 0 20px; 
}
#cssmenu ul {  }

    #cssmenu ul ul {
      border-top: 4px solid #009966;
      text-transform: none;
      min-width: 190px; 
}
      #cssmenu ul ul a {
        background: #009966;
        color: #000000;
        border: 1px solid #ffffff;
        border-top: 0 none;
        line-height: 150%;
        padding: 16px 20px; 
		
}
      #cssmenu ul ul ul { border-top: 0 none; }

      #cssmenu ul ul li { position: relative }
	  
	  
	  
	  #cssmenu > ul > li > a { line-height: 48px;  }

#cssmenu ul ul li:first-child > a { border-top: 1px solid #ffffff; }
        #cssmenu ul ul li:hover > a { background: #000000; }

        #cssmenu ul ul li:last-child > a {
          border-radius: 0 0 3px 3px;
          box-shadow: 0 1px 0 #000000; 
}
        #cssmenu ul ul li:last-child:hover > a { border-radius: 0 0 0 3px; }

        #cssmenu ul ul li.has-sub > a:after {
          content: '+';
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -8px;
}

 #cssmenu ul li:hover > a, #cssmenu ul li.active > a {
      background: #009966;
	  
     color: white; text-shadow: black 0.1em 0.1em 0.2em;
}
    #cssmenu ul li.has-sub > a:after {
      content: '+';
      margin-left: 5px; 
}
    #cssmenu ul li.last ul {
      left: auto;
      right: 0; 
}
      #cssmenu ul li.last ul ul {
        left: auto;
        right: 99.5%;
}







#content-wrapper{
	float:center;
	width:1100px;
	background-color:#000000;
	padding:0px 0px 0px 0px;
	
	
	
	
	
}


#leftnav {
	float:left;
	width:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin:175px 0px 0px 0px;
	
	}

#leftnav ul li {
	
	list-style-type:none;
	
	
	}

#leftnav ul {
	margin:5px 5px 5px 5px;
	padding:0px;
	
	
	}
	
#leftnav ul li a{
	
	display:block;
	float:left;
	color:#ffffff;
	text-decoration: none;
	padding:8px;
	width: 100%;
	border-bottom-color:rgb(51,153,204);
	border-top:1px #ffffff solid;
	}
	
#leftnav a:hover{
		background-color:#c5bab8;
		color:#000000;
		
		}
		
#leftbottom{
		float:left;
		width:50px;
		background-color:none;
	
	}
	
#content {
	float:left;
	width:900px;
	margin-left:0px;
	padding:5px 5px 5px 5px;
	background-color:#000000;
	border-radius: 40px 40px 40px 40px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	a:link {
	color: #C93;
	

	
	
#content a:link {
	color:#C90;
	font-weight:bold;
}

#content a:visited {
	color:#C90
}
#content a:hover {
	color:#FFFF99
}
#content a:active {
	color: #C90;
}

.table1 {
	width:740px;
	border-radius:20px;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	
	 }
	 
.td1, th1 {
	padding:40px;
	border-radius:20px;
	margin: 0px;
}


#contact{
	padding: 10px 5px;
	
	}

#contactb{
	padding: 10px 5px;
	background-color:rgb(235,235,235);
	border-radius:20px;
	
	}
	
	
#reg{
	padding: 5px 5px;
	border-radius:0px 20px 20px 0px;
}

#regb{
	padding: 5px 5px;
	background-color:#e9dde9;
	border-radius:0px 20px 20px 0px;
	
	}
	
	
	
#regt{
	padding: 5px 5px;
	background-color:rgb(235,235,235);
	border-radius:20px;
	margin:20px;
	width:400px;
	float:right
	}
	
#regp{
	padding: 10px 5px;
	border-radius:20px;
	background-color:rgb(235,235,235);
	margin:20px;
	width:400px;
	
}
	
#art	{
	padding: 20px 20px;
	border-radius:20px;
	background-color:rgb(235,235,235);
	margin:20px 0px;
	width:300px;
}			
	
#right {
		float:right;
		width:50px;
		background-color:#000000;
	
	}
		
#footer {
	width:1100px;
	clear:both;
	background-color:#000000;
	padding:1px;
	text-align:center;
	color:#ffffff;
	border-radius:0px 0px 0px 0px;
	padding:0px;
	}
	
	
#footer a:link{
		color:#ffffff;
		hover:#FFF;
		text-decoration:none;
		
		text-align:center;
		
	}
	
#footer a:visited{
		color:#ffffff;
		text-decoration:none;
		
	}
	
	


#facebook {
	clear: both;
}

#kidd{
		background-image:url(logos2012/kidd7.jpg);
		background-repeat:no-repeat;
		background-position:right top;
		padding:20px;
		
	}




img.floatnoborder {
	float: left;
	margin: 15px;
	border-radius: 20px;
	
	}.titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #996600;
}
