/*font imports
------------------------------------------------------------------
@font-face {
  font-family: Existence-Light;
  src: url("/fonts/Existence-Light.otf") format("opentype");
}
-------------------------------------------------------------------*/


/* general tag styles
------------------------------------------------------------------*/
.buynow{
	margin-top: 20px;
	display:inline-block;
	text-align: right;
}

*{
	margin: 0;
	padding: 0;
}

body{
	background: #554422 url(../images/headerbg.jpg) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #888855;
	font-size: 14px;
}

p{
	padding: 5px;	 
}

h1, h2, h3{
	color: #990000;
}


h1{
	font-size: 24px;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 14px;
}

dfn, .pricetag{
	color: #990000;
	font-variant:small-caps;
	font-weight: bolder;
	letter-spacing: 3px;
	display: block;
	text-align: right;
}

a{
	color:#CC9900;
	text-decoration: none;
}

a#caldate{
       color: #FFFFFF;
}

a:hover{
	color: #CC6600;
}

img.sifu, img.instructors, img.portrait, img.sashes{
	padding: 3px;
	border: inset medium #FFFFFF;
}

p.newsdate{
	color: #333;
}

.author{
	text-align: right;
}
/* @group general section styles
------------------------------------------------------------------*/
#container{
	width: 1000px;
	margin: auto;
}

#header{
	height: 143px;
	background: url(../images/header.jpg) no-repeat;
}

#menu{
	height: 32px;
overflow: visible; /*Hide Proverb Web Calendar scrollbar*/
}

/*--- Start DropDownMenu ---*/
#nav, #nav ul{
	list-style-type: none;
	text-align: center;
	margin-left: 10px;
}

#nav li{
	float: left;
	width: 140px;
	position: relative;	
}

#nav ul{
	position: absolute;
	top: 100%;
	left: 0;
	margin-left: -999em;
	background-color: #CC9900;
	z-index: 100;
}

#nav li:hover ul {
	margin-left: 0;
}

#nav a{
	display: block;
	text-decoration: none;
	color: #2B3F00;
	font-variant: small-caps;
	font-size: 15px;
	padding: 7px 12px;
}

#nav li li a{
	border-top: 1px solid #E4FFD3;
	border-bottom: 1px solid #486B02;
	border-left: 0;
	border-right: 0;
}

#nav li:last-child a{
	border-right: 0;
	border-bottom: 0;
}

#nav a:hover, ul a:focus{
	color: #CCCC66;
	background-color: #993300;
}

/*--- End DropDownMenu ---*/


#shadow{
	background: url(../images/mainshadow.jpg) repeat-y;
}

#contentArea{
	width: 870px;
	margin: auto;
	padding: 30px 40px;
	background-color: #000000;
        min-height: 400px;
}

#main{
	width: 560px;
	padding: 10px 0 0 40px;
	float: right;
	border-left: dotted #cccccc;
	text-align: justify;
	line-height: 24px;
        min-height: 400px;
}

#main ul, #main ol{
	margin-left: 50px;
}

#main hr{
	margin-bottom: 10px;
	clear: left;
}

#secondary{
	width: 220px;
	background: url(../images/secondarymiddle.jpg) repeat-y;
	text-align: justify;
	color: #FFFFFF;
	word-spacing: -1px;
}

#secondary h1{
	background: url(../images/secondarytop.jpg) no-repeat;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
}

#secondary p{
	padding: 10px;
}

#secondaryNews p, #secondaryNews h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#secondaryNews p{
	text-align: left;
}

#bottom{
	background:url(../images/secondarybottom.jpg) no-repeat left bottom;
	height: 14px;
}

.clear{
	clear: right;
}

#footer{
	background: url(../images/footer.jpg) no-repeat;
	height: 53px;
overflow: hidden; /*Hide Proverb Web Calendar scrollbar*/
}

#footer p{
	text-align: center;
	font-size: 12px;
	padding-top: 9px;
	color: #888855;
}

/* @group specific page styles
------------------------------------------------------------------*/

#homeMain p, #homeMain h1, #homeMain h2{
	width: 270px;
}

#homeMain h1, #homeMain h2{
	text-align: center;
}

#homecenter_ads{
	padding-left: 25px;
	width: 200px;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 12px;
	color: #666666;
	border-top:solid 3px #333333;
}

#homecenter_ads p{
	width: 225px;
}	

#homeright_ads {
	float: right;
	width: 210px;
	text-align: center;
}

#homeright_ads h2, #homeright_ads h3{
	width: 210px;
	color: #669999;
}

#homeleft_ads{
	width: 220px;
	text-align: center;
	margin-top: 75px;
}

#aboutMain img.sifu, img.instructors{
	float: left;
	margin-right: 20px;	
}

#aboutMain img.sifu{
	width: 150px;
	height: 300px;
}	

#aboutMain img.instructors{
	width: 125px;
	height: 165px;
	margin-bottom: 15px;
}

#sashesMain img.sashes{
	margin: 25px 20px 0 0;
}

#sashesMain #sashlink{
	text-align: right;
}

#programPic{
	float: left;
	width: 200px;
}

#scheduleMain{
	text-align: center;
}

#contactForm form{
	width: 520px;
	margin-left: 20px
}

#contactForm fieldset{
	margin-top: 30px;
	padding-left: 30px;
	border: 1px solid #666;
}

#contactForm legend{
	font-weight: bold;
	color: #333;
	font-size:16px;
}

#contactForm label{
	display: block;
	float: left;
	width: 110px;
	color:#666;
}	

#contactForm form div{
	clear: left;
	padding: 10px 0px 10px 0px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus{
	background: #FFFF99;
}

#btnArea{
	text-align: right;
	margin: 15px;
}