﻿* { padding: 0; margin: 0; }

body 
{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 13px;
 	background-color:black;
 	color:#999999;
	text-align:center;
}

h1
{
	border-bottom:1px solid #999999;
	width:400px;
}

p 
{
	padding: 10px;
}

a
{
	color:#c0c0c0;
}
  
#wrapper
{
	width:950px;
	margin: 40px auto;
	position:relative;
	text-align:left;
}

#header
{
	color: #333;
	width: 950px;
	height: 76px;
	background-image:url(/assets/images/topImg.gif);
	background-repeat:no-repeat;
}

#footer
{
	width: 950px;
	height: 76px;
	color: #333;
	background-image:url(/assets/images/bottomBorder.jpg);
	background-repeat:no-repeat;
}
              
#leftColumn
{
	float:left;
	width:150px;
}
          
#content
{
	float:left;
	width:600px;
	min-height:500px;
}

ul#mainMenu
{	
	padding-left:20px;
	font-size:14px;
	width:150px;
	margin-top:100px;
}

img
{
	border:0px;
}

#imageGallery a
{
	 opacity:.8; filter:alpha(opacity=80);
}
#imageGallery li
{
	list-style:none;
	float:left;
	padding:3px;
	display: inline-block; 
}

#imageGallery a:hover
{
	opacity:1;filter:alpha(opacity=100);
}

#testUl li
{
	display:block;
	background-color:#fe2f2b;
	width:200px;
	height:50px;
	padding:3px;
	margin:3px;
	-moz-opacity:0.80;	filter:alpha(opacity=80);
}

#testUl li:hover
{
	-moz-opacity:0.60;	filter:alpha(opacity=60);
}

#imageGallery li:visited
{
	border:0px;
}

ul#mainMenu a
{
	color:#ffffff;
	text-decoration:none;
	display: block;
}

ul#mainMenu li:hover 
{
    list-style-image: url(/assets/images/menuImage.gif);
    color: white;
}


#newsSideBar
{
	color:white;
	list-style:none;
    margin-left:0px;
	position:absolute;
	top:100px;
	left:850px;
}

#newsSideBar li:hover
{
	-moz-opacity:1;filter:alpha(opacity=100);
	/*background-color:#fef2eb;*/
		color:white;
}

#newsSideBar li
{
	width:157px;
	height:92px;
	background-image:url(/assets/images/newsbox.gif);
	background-repeat:no-repeat;
	margin-bottom:3px;
	padding:5px;
	font-size:10px;
	-moz-opacity:0.80;filter:alpha(opacity=80);
}

#newsSideBar a
{
	width:157px;
	height:92px;
	display:block;
	text-decoration:none;
	color:#666666;
}


#videos li.videos, 
#classes li.classes, 
#events li.events, 
#gallery li.gallery, 
#contact li.contact, 
#home li.home,
#pod li.pod,
#friends li.friends,
#testimonials li.testimonials
{
	list-style-image: url(/assets/images/menuImage.gif);
	color: white;
}

ul#mainMenu a:hover
{
	color:white;
	text-decoration:none;	
}


ul#mainMenu li 
{
	list-style:none;
	list-style-image:none;
	/*color: #333333;*/
}

td
{
	padding:3px;
}

.hightlight {
	border:2px solid #9F1319;
	background:url(iconCaution.gif) no-repeat 2px;
}

.loading {
	float:right; 
	background:url(ajax-loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}

.done {
	background:url(iconIdea.gif) no-repeat 2px; 
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none
}




#contactForm label
{
	width:250px;
	float:left;
}

#contactFormParent .property
{
	
}

#contactFormParent 
{
	width:600px;
}

#contactFormParent br
{
	clear:both;
}



#contactFormParent label
{
	width:250px;
	float:left;
}

#contactFormParent .property
{
	
}

#contactFormParent 
{
	width:600px;
}

#contactFormParent br
{
	clear:both;
}