@charset "utf-8";

/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: normal .70em/1.5em  Tahoma, Verdana, Helvetica, sans-serif;
	color: #D2D2D2; 
	background: #000 none repeat;
	text-align: center;
}

/* links */
a { 
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
	border: 0px;
}
a:hover {
	color: #C4C1AA;
	background-color: inherit;
	text-decoration: underline;
	border: 0px;
}
/* headers */
h1, h2, h3 {
	font: bold 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;	
}
h1 { font-size: 1.2em; color: #6297BC; } 
h3 { font-size: 1em; color: #FFF; }

p {
	margin: 15px 0 0 0;
}

ul, ol {
	list-style-type: none;
}

/* images */
img {
	border: none; 
}
img.no-border {
	border: none;
}

/*
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #568EB6;
}

IE fix
a:hover img {  
  border: 2px solid #CCC !important; 
  border: 2px solid #568EB6;
}
*/

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}



/* navigation */

.widget {
	vertical-align:top;
	padding:0px 30px 0px 20px;
	width: 160px;
}
.widget a:hover {
	text-decoration: none;
	color:#C4C1AA;
}
.widget ul {
	padding:15px 0px 0 20px; 
	margin:0px 0px 17px 0px;
/*	background:url(../images/cats_bg.gif) left bottom repeat-x; */
}
.widget li {
	list-style:none;
	background:url(../images/li_bg.gif) left top no-repeat;
	padding:0px 0px 5px 14px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
	line-height:1.41em;
	color:#FFFFFF;
}
.widget ul li a {
	text-decoration:none;
	color:#FFFFFF;
}
.widget li a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
.widget h3 { 
	color:#FFFFFF;
	font-size:1.01em;
	line-height:1.01em;
	text-transform:none;
	padding:0px 0px 10px 15px;
	margin:0px 0px 0px 1px;
	background: url(../images/cats_head.gif) left top no-repeat;
}
ul.list li {
	list-style:none;
	background:transparent url(../images/cats_head.gif) left 10% no-repeat;
	padding:0px 0px 5px 14px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
	line-height:1.41em; 
	color:#FFF;
}

ul.list li a:link, ul.list li a:visited {
	text-decoration: none;
}
ul.list li a:hover {
	text-decoration: underline;
}
.program {
	padding: 0 0 10px 0;
}


/***********************
	  LAYOUT
************************/
#divWrapper {
	width: 766px; height: 100%;
	margin: 0 auto;	 
	text-align: left;
	border-left: 1px solid #59573F;
	border-right: 1px solid #59573F;
	background: #000 none repeat;
}
#divHeader {
	width: 766px;
	height: 112px;
	background: transparent url(../images/headerbg.jpg) repeat-x top left;
}
#divMainContent {
	width: 766px;
	overflow: hidden;
	border-top: 7px solid #39414c;
	padding: 20px 0 0 0;
}
#divSiderbar {
	width: 220px;
	margin-right: -546px;
	border-right: 546px solid #000;
	float: left;
}
#divContentRight {
	width: 529px;
	margin: 0 17px 30px 0;
	padding: 0;
	background: #000 none repeat;
	float: right;
}
#divThumbnailContainer {
	width: 529px;
	height: 76px;
	margin: 15px 0 ;
	overflow: hidden;
}
.thumbnail {
	float: left;
}
.thumbnail img {
	margin: 0 6px 0 3px;
	border: none;
}
.titlebar {
	background: #000 url(../images/titlebarbg.gif) no-repeat top left;
	margin: 0;
	color: #FFF;
	width: 499px;
	height: 19px;
	padding: 2px 0 0 30px;
}
.title {
	margin: 25px 0 0 0;
	color: #f6891f;
}
.titledownload {
	margin: 0 0 0 20px;
	color: #f6891f;
}
.legendstyle
 {
    text-decoration: none;
    color: #BD6531;
 }
.legendstyle:hover
 {
    text-decoration: underline;
    color: #BD6531;
 }

#divFooter {
	width: 731px;
	height: 30px;
	margin: 0 18px 0 17px;
	padding: 0 0 20px 0;
	background: #000 url(../images/footerbg.gif) no-repeat top left;
}
.footer {
	font: normal 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 9px 0 0 20px;
	color: #535353;
}
.wizards {
	padding: 0 0 0 140px;
}
.orange a:link, .orange a:visited {
	padding: 0 0 0 25px;
	color: #f6891f;	
}
.orange a:hover {
	padding: 0 0 0 25px;
	color: #535353;
	text-decoration: underline;
}


#trueContainer img {
	margin: 0 2px 0 2px;
	border-color: black;
	border: none;
}
.frmButton {
	margin: 0 20px 0 0;
	border: 1px solid #FFF;
	color: #000;
	font-weight: bold;
	background: #BEBC96 none repeat;
	width: 60px;
	cursor: pointer;
}
.inquiry fieldset { float: left; clear: left; width: 450px; margin: 2em 0 1.5em 0; padding: 0; }
.inquiry label { float: left; width: 10em; margin-right: 1em; text-align: right; }   
.inquiry fieldset ol {  padding: 1em 1em 0 1em;  list-style: none; } 
.inquiry fieldset li { float: left; clear: left; width: 100%; padding-bottom: 1em; }
.inquiry fieldset.submit { float: none; width: auto; border: 0 none #FFF; padding-left: 12em; }

.error {
	color: #FFF;
}
.error b{
	color:#FF0000;
}

/* specific to pages with body class */

.aboutus #divMainPic {
	text-align: center;
}
.fivestar { background: #000 url(../images/fivestar.gif) no-repeat 35% center; }
.fourstar { background: #000 url(../images/fourstar.gif) no-repeat 30% center; }
.email { color:#FFCC00; }

.tblemail { width: 450px; padding: 5px; margin: 5px 0; text-align: center; border-collapse: collapse; }
.tblemail td { padding: 10px; border: 1px solid #D2D2D2; }