/* file(core.css) */

/* import */
@import url("/sites/cti5com/assets/css/styles.css");
@import url("/sites/cti5com/assets/css/nav.css");
@import url("/sites/cti5com/assets/css/forms.css");

/* components */
@import url("/sites/cti5com/assets/css/components/form-builder.css");


body { padding:0; margin:0; }

img, a img { border:none; }

body {
	background-color: #000;
}

#mast {
	background: url(/sites/cti5com/assets/images/mast-bg.gif) repeat-x;
}

#mast .container {
	width: 960px;
	height: 150px;
	padding-top: 10px;
	margin: 0 auto;
}

#logo {
	float: left;
}

#phonenum {
	float: right;
	padding-right: 10px;
}

#nav {
	clear:left;
	padding-left: 2px;
	background: url(/sites/cti5com/assets/images/nav-lvl1-sprite.gif) no-repeat -248px 0px;
}

#page {
	background: #dbd7cb url(/sites/cti5com/assets/images/content-bg.gif) repeat-x left 330px;
	position: relative;
}

#home #billboard {
	height: 330px;
	background: url(/sites/cti5com/assets/images/billboard-bg.png) no-repeat center top;
}

#home #billboard .container {
	width: 945px;
	height: 295px;
	padding-top: 35px;
	padding-right: 15px;
	margin: auto;
	text-align: right;
}

#content {
	width: 960px;
	margin: 0 auto;
}

#home #content #mainContent {
	width: 460px;
	height: 285px;
	padding-left: 10px;
	padding-top: 45px;
	position: absolute;
	top: 0px;
	color: #919191;
}


#home #mainContent h1 {
	color: #afa071;
	margin-bottom: 25px;
	font-size: 1.5em;
}

#home #mainContent .button {
	padding-top: 7px;
}

#home #panels {
	background: url(/sites/cti5com/assets/images/home-panel-bg.gif) no-repeat 0px 0px;
}

#home #panels table.cta {
	margin-bottom: 25px;
}

#home #panels table.cta td {
	width: 172px;
	padding: 0px 10px;
	font-size: 0.9em;
}

#home #panels table.cta td.hdr h2 {
	color: #50421a;
	margin: 15px 0 15px 0;
	font-size: 1.5em;
}
#home #panels table.cta td.pic img {
	border: 3px solid #ada68c;
}
#home #panels table.cta td.txt {
	padding-top: 10px;
}

#inner #page {
	background: #b6ac88 url(/sites/cti5com/assets/images/content-bg.gif) repeat-x left 100px;
	position: relative;
}

#inner #billboard {
	height: 100px;
	background: url(/sites/cti5com/assets/images/billboard-bg.png) no-repeat center top;
}

#inner #billboard .container {
	width: 960px;
	margin: 0 auto;
	height: 100px;
	text-align: right;
}

#inner #billboard .container p {
	line-height: 100px;
	padding-top:30px;
}

#inner #content {
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background: url(/sites/cti5com/assets/images/inner-sep-bg.gif) no-repeat 730px 0px;
}

#inner #content #mainContent {
	padding-left: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 695px;
	float: left;
}

#inner #mainContent h1 {
	color: #e3e3e3;
	margin-bottom: 0px;
	font-size: 2.3em;
	position: absolute;
	top: 0;
	line-height: 100px;
	height: 100px;
	width: 695px;
}

#inner #panels {
	float: right;
	width: 204px;
	padding-top: 25px;
}

#inner #panels h2 {
	color: #50421a;
	margin: 0 0 10px 0;
	font-size: 1.5em;
}

#inner #panels ul {
	padding-top: 2px;
	background: url(/sites/cti5com/assets/images/hsep-bg.gif) repeat-x top;
}
#inner #panels ul li {
	padding: 5px 0 8px 0;
	margin: 0px;
	background: url(/sites/cti5com/assets/images/hsep-bg.gif) repeat-x bottom;
}

#inner #panels ul li a {
	padding-left: 15px;
	background: url(/sites/cti5com/assets/images/arrow-bullet.gif) no-repeat 3px 3px;
}

#foot {
	height: 120px;
	background: url(/sites/cti5com/assets/images/footer-bg.png) no-repeat center top;
}

#footer-nav {
}

#foot .container {
	padding-top: 20px;
	width: 940px;
	margin: 0 auto;
}

#foot {
	font-size: 11px;
	color: #5a5a5a;
}

#foot a {
	color: #5a5a5a;
}

#copyright { line-height: 38px; margin-bottom: 15px; float: left; }
#footer-logo { text-align: right; float: right;}
#footer-nav { clear:both; float:left; width: 75%;}
#footer-nav a {
	margin-right: 10px;
}

#clue { clear: right; float: right; }

#clue a {
}



table.feature {
	width: 100%;
	margin-bottom: 2em;
}

table.feature .text {
	background: #b6ac88;
	padding: 10px 20px;
}
table.feature .text p {
	margin-bottom: 0px;
	color: #423512; font-size:1.2em; margin-bottom: 0em; line-height:1.4em;
}
table.feature .pic {
	background-color: #a0956d;
	padding: 5px;
}

