/* top elements */
* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	font: normal .70em/1.5em Tahoma, 'Trebuchet MS', sans-serif;
	color: #000;
	text-align: center;
	background: #FFF url(images/bg.png) top repeat-x;
}

/* links */
a {
	color: #FF0000;
	background-color: inherit;
	text-decoration: none
}
a:hover {
	color: #000;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #000000;
}
h1 { font-size: 1.6em; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

#main h1 {
	font: bold 2em 'Trebuchet MS', Arial, Sans-serif;
	color: #FFFFFF;
	text-align: center;
	width: 80%;
	background-image: url(images/bg2.png);
}
#sidebar h1, #sidebarRight h2, #table h2 {
	font: bold 1.4em 'Trebuchet MS', Arial, Sans-serif;
	background: url(images/arrow.gif) no-repeat 10px .7em;
	padding: 7px 0 7px 35px;
	color: #A0080D;
	text-align:left;
}

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #000000;
}
ul span, ol span {
	color: #666666;
} 

/* images */
img {
	margin: 5px;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
/*a img {  
  border: 3px solid #444;
}*/
/*a:hover img {  
  border: 3px solid #CCC !important;  /* IE fix*/
  /*border: 3px solid #444;
}*/

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #111;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background: #111;
	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;
	color: #FFFFFF;
	text-align: center;
}



/* search form */
.searchform form{
	position: absolute;
	top: 129px;
	right: 0px;
}


/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content, #flash {
	width: 83%;	
}

/* header */
#header {
	background: inherit;
	height: 200px;
	text-align: left;
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;
	font: bold 12px Verdana, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -1px;
	color: #000;
	margin: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 29px;
	left: 251px;
	width: 702px;
	font-style: italic;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	padding: 80px 0 0 0;
}

#header-content #phone {
	position: absolute;
	font: bold 18px Verdana, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -1px;
	color: #000;
	margin: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 13px;
	left: 413px;
	font-style: italic;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	width: 574px;
	height: 44px;
}
#header-content #slogan {
	position: absolute;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #CCC;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: -1px;
	left: 22px;
	width: 170px;
	height: 137px;
}

/* NEW menu */
#menu {
	position: relative;
	margin: 0;
	padding: 0;
	height: 60px;
	color: #FFFFFF;
}


#menu ul {
	position: absolute;
	margin:0;
	list-style:none;
	right:0px;
	bottom: -147px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	height: 35px;
	width: 591px;
	color: #FFFFFF;
}
#menu li {
   display:inline;
   margin:0; padding:0;
}
#menu a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#menu a span {
	float:left;
	display:block;
	background: url(images/tabright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFFFFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
	color:#FFFFFF;
}
#menu a:hover {
   background-position:0% -42px;
}
#menu a:hover span {
   background-position:100% -42px;
}
#menu #current a {
   background-position:0% -42px;
}
#menu #current a span {
   background-position:100% -42px;
}





/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}

#flash {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	height:200px;
	z-index:1;
}

#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
	width:1000px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 200px;
	margin: 10px 30px 0 0;
	padding: 0;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 5px 0 15px 0;			
}
#sidebar ul.sidemenu li {
	padding: 0 10px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight:bold;
	color: #000000;
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0 .3em 15px;
	border-bottom: 1px dashed #151515;
	line-height: 1.5em;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #151515;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #D30F16;
	color: #D30F16;
}
#sidebar .side {
	background: #FFF;
	margin: 5px 15px 10px 15px;
}

/* sidebarRight 
#sidebarRight {
	float: right;
	width: 250px;
	margin: 10px 30px 0 0;
	padding: 0;
}
#sidebarRight ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 5px 0 15px 0;			
}
#sidebarRight ul.sidemenu li {
	padding: 0 10px;
}
#sidebarRight ul.sidemenu a {
	display: block;
	font-weight:bold;
	color: #000000;
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0 .3em 15px;
	border-bottom: 1px dashed #151515;
	line-height: 1.5em;
}
#sidebarRight ul.sidemenu a.top{
	border-top: 1px dashed #151515;
}
#sidebarRight ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #D30F16;
	color: #D30F16;
}
#sidebarRight .side {
	background: #FFF;
	margin: 5px 15px 10px 15px;
}*/



/* main */
#main {
	margin: 10px 0;
	padding: 0 0 0 220px;
	color: 000;
	font: 14px Arial;
}
#content #main li {
	list-style-position: outside;
	text-indent: 0px;
	padding: 0;
	display: list-item;
	margin: 0 0 0 30px;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	border-top: 1px solid #68050A;
	font-size: 95%;
	text-align: left;
	position: relative;
}
#footer h2, #footer p {
	padding-left: 0;
}
#footer-content {	
	margin: 0 auto;		
}
#footer-content a {
	text-decoration: none;
	color: #000;
}
#footer-content a:hover {
	text-decoration: underline;
	color: #FF0000;
} 
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 15px;	
}
#footer-content .col2 {
	width: 100%;
	padding: 0 0 30px 0;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.comments { 
	text-align: right; 
	border: 1px dashed #151515; 
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}
#header #header-content img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#content-wrap #content #main .red {
	color: #FF0000;
}
.tm {
	font-size: 9px;
}
#header #header-content #logo a {
	color: #000000;
}
#header #header-content #logo a:hover {
	color: #FFFFFF;
}
#content-wrap #content #sidebar .sidebox .sidemenu .long a {
	display: block;
	height: 150%;
}
#content-wrap #content #sidebar .sidebox .sidemenu a .long2 {
	color:#000;
	margin-left:20px;
	display: block;
	height: 150%;
	border-left: solid 10px #CCC;
	padding-left: 5px;
}

#content-wrap #content #sidebar .sidebox .sidemenu a:hover .long2 {
	color:#D30F16;
}
#content #main table {
	display: block;
	border: 2px solid #333333;
	background-image: url(images/bg2.png);
	background-position: center top;
	color: ffcc00;
	text-align: left;
}
table h2 {
	color: #FFFFFF;
}
.smaller {
	font-size: 50%;
}
#content #main .instructor {
	display: block;
	width: 100%;
	position: relative;
	text-align: left;
	height: 100%;
	border-bottom: 1px dotted #990000;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 10Px 0;
}
#content #main #instructors {
	display: block;
	width: 90%;
	float: left;
	text-align: left;
}
#content #main .testimonies {
	display: block;
	width: 100%;
	position: relative;
	text-align: left;
	height: 100%;
	border-bottom: 1px dotted #990000;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 10px 10Px 10px;
}
#content #main #testimonies {
	display: block;
	width: 90%;
	float: left;
}
#content #main img .noborder {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#content #main .blank table  {
	color: #000000;
	border: 0;
	background: none;
	background:white;
}
#content #main h4 {
	text-indent: 40px;
}
#content #main .red {
	color: #FF0000;
}
#content #main h3 {
	text-transform: uppercase;
}
#content #main #code_white {
	background-color: #FFFFFF;
	display: block;
	width: 70%;
	border: 2px solid #000;
	text-align: left;
}
#content #main #code_yellow {
	color: #000000;
	background-color: #FFFF00;
	display: block;
	width: 70%;
	border: 2px solid #000;
	text-align: left;
}
#content #main #code_orange {
	background-color: #FF3300;
	display: block;
	width: 70%;
	border: 2px solid #000;
	text-align: left;
}
#content #main #code_red {
	background-color: #FF0000;
	display: block;
	width: 70%;
	border: 2px solid #000;
	text-align: left;
}
#content #main #dir_menu {
	display: block;
	margin: 10px;
	width: 75%;
	position: relative;
	text-align: left;
}
#content #main #map {
	display: block;
	height: 340px;
}
#content #main table a {
	color: #FFCC00;
}
#articles {
	padding: 10px;
	clear: both;
	border: 2;
	border-color: #000000;
	border-width: 2;
	border-style: solid;
	position: relative;
	width: 175px;
	float: left;
	display: block;
}
#content #main table td {
	margin: 0px;
	padding: 2px 5px 2px 5px;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#content #main table a:hover {
	text-decoration: underline;
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #700406;
	display: block;
	color: #FFFFFF;
	font-weight: 300;
	border: solid #000 2px;
	padding: 10px;
	font-size: 14px;
}
.ad {
	background-color: #740507;
	border: thin solid #000000;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
}
