@charset "UTF-8";
/* CSS Document */

body {
	width:750px;
	margin:0 auto;
	margin-top:0px;
	background-color: #b7ad70;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #524412;
}
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	color: #5B3537;
	text-align: right;
	text-transform: uppercase;
}
.clearing {
	width: 721px;
	height: 0;
	clear: both;
}
.img {
	padding:4px;
	border:1px solid #CCCC99;
}

/* ----- TOPMENU ----- */

#topMenu {
	width:721px;
	height:27px;
	text-align:right;
}

/* ----- HEADER ----- */

#header {
	width:721px;
	height:106px;
	background: url(/img/ct-logo.gif) top left no-repeat;
}
#header .navigation {
	width:450px;
	height:40px;
	float:right;
	margin: 66px 0 0 0;
}

/* ----- BANNER ----- */

#banner {
	width:721px;
	height:172px;
}

/* ----- MAIN CONTENT ----- */

#content {
	width:721px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
}
#content .leftCol {
	width:453px;
	background: url(/img/bg_leftcol.jpg) no-repeat;
	float:left;
	background-color: #FFFFFF;
}
#content .leftCol .wrapper { padding:15px }
#content .leftCol .end { 
	background: url(/img/bg_end.gif) no-repeat;
	height:13px;
}
#content .rightCol {
	width:268px;
	float:right;
}
#content .rightCol .subNav {
	background: url(/img/bg_rightcol.jpg) no-repeat;
	height:196px;
	padding-top: 60px;
}
#content .rightCol .subNav .bullet {
	background:url(/img/bullet.gif) no-repeat;
	padding:0 0 0 15px;
	margin-top: 10px;
}
#content .rightCol .subNav .bullet a { color:#FFFFFF }

/* ----- FOOTER ----- */

#footer {
	width:721px;
	height:44px;
	background:url(/img/bg_footer.gif) no-repeat;
	margin-top: 10px;
}
#footer .logo {
	width:23px;
	float:left;
	margin: 6px 0 0 14px;
}
#footer .copyright {
	width:400px;
	float:right;
	color:#FFFFFF;
	text-align: right;
	text-transform: uppercase;
	margin: 16px 8px 0 0;
	font-size: 10px;
}
/* ----- DROP MENU ----- */
#dropmenudiv{
	position:absolute;
	border:1px solid #CCCC99;
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:18px;
	background: #524412;
	z-index:100;
	  /* for IE 
	  filter:alpha(opacity=90);*/
	  /* CSS3 standard 
	  opacity:0.6;*/
	  /* for Mozilla 
  -moz-opacity:0.6;*/
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CCCC99;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #996600;
	color:#FFFFFF;
}