@charset "utf-8";
/* CSS Document */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:collapse;border-spacing:0;margin:10px;}
caption, th, td {text-align:left;font-weight:normal; padding: 4px 2px;}
table, td, th {vertical-align:top;}
table li{margin:0 10px;font-size:.9em;}
td {padding:4px;}
th{font-weight:bold;font-size:1.1em;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
.hidden{visibility:hidden;display:none;}
.clear{clear:both;height:1px;}
/* typography.css */
body {font-size:13px;color:#070402;background:url(../images/bg.jpg);font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;}
/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 2.3em; line-height: 1.2em; margin-bottom: .5em; }
h2 { font-size: 1.3em; margin-bottom: 0.75em;border-bottom: 1px solid #949494; margin-right:50px; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: .8em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #999376; text-decoration: none;}
a           {  color: #d4cca4; text-decoration: none; }

a img{padding:2px;border:1px solid #afa987;}
a img:hover{padding:2px;border:1px solid #fff;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
.bigger     { font-size: 1.1em; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Reduced size type with incremental leading
   (http://www.markboulton.co.uk/journal/comments/incremental_leading/)

   This could be used for side notes. For smaller type, you don't necessarily want to 
   follow the 1.5x vertical rhythm -- the line-height is too much. 
   
   Using this class, it reduces your font size and line-height so that for 
   every four lines of normal sized type, there is five lines of the sidenote. eg:

   New type size in em's:
     10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)

   New line-height value:
     12px x 1.5 = 18px (old line-height)
     18px x 4 = 72px 
     72px / 5 = 14.4px (new line height)
     14.4px / 10px = 1.44 (new line height in em's) */

p.incr, .incr p {
	font-size: 10px;
	line-height: 1.44em;  
	margin-bottom: 1.5em;
}


/* Surround uppercase words and abbreviations with this class */
   
.caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  line-height:1%;
  font-weight:bold;
  padding:0 2px;
}


.header{width:960px;margin:20px auto;}
.menu{background:url(../images/menuBG.jpg) repeat-x;width:100%;}
.menu ul{width:960px;margin:0 auto;}
.menu li{float:left;list-style-type:none;line-height:52px;padding:0 50px 12px 50px;font-size:1.2em;}
.menu li a, .menu li a:hover{color:#070402;}
.menu .selected{background:url(../images/arrowdown.gif) center bottom no-repeat;}

.content{
	border:1px solid #736d4e;
	width:920px;
	margin:0 auto;
	background:transparent url(../images/contentBG.png);
	margin-top:25px;
	padding: 20px;
}
.content .leftcontent{
	float:left;
	width:600px;
	padding: 10px; /*600px width total*/
}
.content .rightcontent{
	float:left;
	width:300px;
	padding: 0px; /*330px width total*/
}
.practicetbl{margin-left:50px;width:700px;}
.practicetbl td{font-weight:bold;font-size:1.1em;}
.footer{text-align: center;color:#999376;margin:15px 0;font-size:.9em;}
.footer p{margin:0;padding:0;}

/*Validtaion Styles*/
.cmxform{font-size:1.1em}
.red{color: #d4cca4;}
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #d4cca4;
	font-style: italic;
	font-size: .9em;
	margin-left:20px;
}
.block { display: block; }
form.cmxform label.error { display: none; }	
div.error { display: none; }
input {	border: 1px solid #aaa; height: 22px; font-size:1.1em  }
textarea {	border: 1px solid #aaa; font-size:1em  }
input:focus, textarea:focus { border: 1px dotted #a26400; }
input.error, textarea:error { border: 1px dotted #990000; }
form.cmxform .gray * { color: gray; }
#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
.sendbtn{
	background:transparent url(../images/sendbtn.png) top left no-repeat;
	height: 28px;
	width:120px;
	border: none;
	font-size: 1em;
	color: #877f55;	
}
.formtable{border-collapse:separate;border-spacing:0;border:none; margin: 5px 0 15px 0;}

#tooltip {
	color: #070402;
	position: absolute;
	z-index: 3000;
	border: 4px solid #070402;
	background-color: #fff;
	padding: 10px;
	opacity: 0.80;
}
#tooltip h3, #tooltip div { margin: 0; }
