/*

	-- -- -- -- -- -- --
	Smooth Transition Services
	default.css
	main site foundation layout
	-- -- -- -- -- -- --
	
*/

@import url("reset.css");

/* -- basic HTML elements -- */

	body {
		font: 85% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color: #CCC;
		background: #F9F4CA url(../images/ui/bg-sky.jpg) center 50px no-repeat;
		margin: 0;
		padding: 0;
	}

	
/* -- Content Styling -- */
	a:link, a:visited {
		color: #49447C;
		text-decoration: underline;
	}
	a:hover {
		color: #000;
	}
	h1 {
		width: 363px;
		height: 177px;
		display: block;
		margin: 0 0 0 20px;
		background: url(../images/ui/logo.png) 0px 5px no-repeat;
	}
	h1 a {
		width: 363px;
		height: 172px;
		display: block;
		margin: 0px;
		text-indent: -9000px;
	}
	h2 {
		font-size: 2.3em;
		color: #201A60;
		font-weight: bold;
		margin: 25px 0 0 40px;
	}
	h3 {
		font-size: 1.6em;
		color: #666;
		font-weight: bold;
		margin: 10px 0 0 50px;
	}
	h4 {
		font-size: 1.4em;
		color: #201A60;
		font-weight: bold;
		margin: 10px 0 5px 50px;
	}
	h5 {
		font-size: 1.2em;
		color: #666;
		font-weight: bold;
		margin: 10px 0 5px 50px;
	}
	ul, ol {
	margin: 10px 0 10px 80px ;	
	}
	
	ul li, ol li {
		font-size: 1.2em;
		font-weight: normal;
		color: #222;
		line-height: 1.5em;
	}
	ul li {
		list-style-type: disc;
	}
	ol li {
		list-style-type: decimal;
	}
	.column-1 p {
		font-size: 1.2em;
		font-weight: normal;
		color: #222;
		line-height: 1.5em;
		text-indent: 0.5em;
		padding: 5px 50px 0px 50px;
	}
	.column-2 p {
		font-size: 1.1em;
		font-weight: normal;
		color: #222;
		line-height: 1.5em;
		text-indent: 0.5em;
		padding: 3px 50px 0 0;
	}
	.column-2 .intro {
		text-indent: 0;
		padding: 0 25px 10px 25px;
	}
	.column-2 .intro .spacer {
		height: 1.4em; 
		float: left; 
		clear: left;
		padding: 0;
		margin: 0;
	}	
	.column-2 a:link, .column-2 a:visited {
		color: #1A154F;
		text-decoration: underline;
	}
	.column-2 a:hover, .column-2 a:focus {
		color: #000;
		text-decoration: none;
	}
	.column-2 h3 {
		font-size: 1.5em;
		color: #666;
		font-weight: bold;
		margin: 10px 0 0 0;
	}
	
/* -- containers -- */
	#container {
		width: 934px;
		height: auto;
		margin: 0px auto;
		padding: 0;
		position: relative;
	}
	
	#top-nav {
		width: 934px;
		height: 50px;
		display: block;
		background: url(../images/ui/bg-links.jpg) 512px bottom no-repeat;
	}
	
	#header {
		width: 934px;
		height: 251px;
		display: block;
		margin: 0;
		padding: 0;
		background: url(../images/ui/bg-header.jpg) bottom center no-repeat;
	}
	
	#body {
		width: 934px;
		height: auto;
		margin: 0;
		background: url(../images/ui/bg-body.png) top center repeat-y;
	}
	
	#footer {
		width: 934px;
		height: 70px;
		display: block;
		margin: 0;
		padding: 0;
		background: url(../images/ui/bg-footer.png) top center no-repeat;
	}
	
/* -- top-nav -- */	

	#top-nav .links {
		width: 520px;
		height: 30px;
		display: block;
		font-size: 1.1em;
		color: #201A60;
		text-align: left;
		padding: 20px 0 0 30px;
		position: relative;
		float: left;
	}
	#top-nav .links a:link, #top-nav .links a:visited {
		font-size: 1em;
		color: #201A60;
		text-decoration: none;
	}
	#top-nav .links a:hover {
		color: #00F;
		text-decoration: underline;
	}
	
	#top-nav .text {
		width: 70px;
		height: 29px;
		display: block;
		padding: 12px 30px 0 0 ;
		position: relative;
		float: right;
	}
	
	#top-nav .text input.add, #top-nav .text input.sub {
		width: 32px;
		height: 27px;
		display: block;
		margin: 1px;
		float: left;
		cursor: pointer;
		border: 0px;
		text-indent: -9000px;
	}
	
	#top-nav .text input.add {
		background: url(../images/ui/text-buttons.jpg) 0px 0px no-repeat;
	}
	
	#top-nav .text input.sub {
		background: url(../images/ui/text-buttons.jpg) -32px 0px no-repeat;
	}

/* -- header -- */	
	#header .logo {
		width: 800px;
		height: 172px;
		display: block;
		margin: 0;
		position: relative;
		float: left;
	}
	
	#header .logo span {
		display: none;
	}
	
	#header .crtslogo {
		width: 107px;
		height: 107px;
		display: block;
		margin: 70px 25px 0 0;
		position: relative;
		float: right;
	}
	
	#header .crtslogo a:link, #header .crtslogo a:visited {
		width: 107px;
		height: 107px;
		display: block;
		text-indent: -9000px;
	}
	
/* -- columns -- */		
	.column-1 {
		width: 667px;
		min-height: 700px;
		display: block;
		margin: 0;
		padding: 0 0 40px 0;
		position: relative;
		float: left;
		background: url(../images/ui/bg-content.jpg) 17px bottom no-repeat;
	}
	
	.column-2 {
		width: 267px;
		min-height: 200px;
		display: block;
		margin: 30px 0 0 0;
		position: relative;
		float: left;
	}
		
/* -- nav -- */	
	.menu {
		width: 934px;
		height: 70px;
		margin: 0;
		display: block;
		position: relative;
		z-index: 100;
		background: url(../images/ui/menu.png) 50% 6px no-repeat;
	}

	.menu ul {
		width: 870px;
		height: 40px; 
		display: block;
		margin: 0;
		margin-left: 32px;
	}
	
	.menu ul li {
		width: 210px;
		height: 40px;
		display: block;
		margin: 18px 10px 0 0;
		padding: 0;
		list-style-type: none;
		float: left;
	}
	
	.menu ul li.last {
		margin: 18px 0 0 0;
	}
	
	.menu ul li a.tab {
		width: 210px;
		height: 40px;
		display: block;
		text-indent: -9000px;
		background: none;
	}
	
	.menu ul li.services a:hover {background: url(../images/ui/menu.png) -12px -76px no-repeat;}
	.menu ul li.resources a:hover {background: url(../images/ui/menu.png) -232px -76px no-repeat;}
	.menu ul li.crts a:hover {background: url(../images/ui/menu.png) -452px -76px no-repeat;}
	.menu ul li.contact a:hover {background: url(../images/ui/menu.png) -672px -76px no-repeat;}
	
	.menu ul li ul {
		visibility: hidden;
		position: absolute;
		height: 0;
		top: 58px;
		width: 210px;
		height: auto;
		background: url(../images/ui/bg-dropdown.png) 0px 16px no-repeat;
		margin: 0;
		padding: 35px 0 0 0;
	}
	
	.menu ul li ul.services-menu {
		left: 32px;
	}
	
	.menu ul li ul.resources-menu {
		left: 252px;
	}
	
	.menu ul li ul li {
		font-size: 1em;
		line-height: 0.5em;
		width: 210px;
		height: 20px;
		text-align: center;
		margin: 0;
		padding: 0 0 10px 0;
	}
	
	.menu ul li ul li img {
		margin-top: 21px;
	}
	
	.menu ul li:hover ul, .menu ul a:hover ul {
		visibility: visible;
	}
	
	.menu ul li ul li a.sub {
		font-size: 1em;
		color: #ddd;
		text-indent: 0;
		background: none;
		text-align: center;
		margin: 0;
		padding: 5px 0;
		width: 210px;
		height: 20px;
		text-decoration: none;
	}
	
	.menu ul li ul li a.sub:hover {
		background: none;
		color: #fff;
		text-decoration: underline;
	}
	
	
/* -- footer -- */

	#footer .links {
		width: 934px;
		height: 20px;
		display: block;
		font-size: 1.1em;
		color: #FFF;
		text-align: center;
		padding: 10px 0 0 0;
		position: relative;
		float: left;
	}
	#footer .links a:link, #footer .links a:visited {
		font-size: 1em;
		color: #FFF;
		text-decoration: none;
	}
	#footer .links a:hover {
		color: #CCC;
		text-decoration: underline;
	}
	#footer .copyright, #footer .terran {
		width: 435px;
		height: 20px;
		display: block;
		font-size: 0.9em;
		color: #999;
		padding: 0;
		float: left;
		position: relative;
	}
	#footer .copyright {
		margin: 15px 0 0 30px;
	}
	#footer .terran {
		text-align: right;
		margin: 15px 30px 0 0;
	}
	#footer .terran a:link, #footer .terran a:visited {
		font-size: 1em;
		color: #666;
		text-decoration: none;
	}
	#footer .terran a:hover {
		color: #201A60;
		text-decoration: underline;
	}


/* -- Testimonials -- */

	.column-2 .testimonial, .column-2 .testimonial .short, .column-2 .testimonial .name, .column-2 .testimonial .city {
		width: 235px;
		height: auto;
		display: block;
		margin: 0 0 10px 0;
		padding: 0;
		cursor: pointer;
	}
	
	.column-2 .testimonial .short {
		margin: 0;
		font-size: 1.1em;
		color: #999;
	}
	
	.column-2 .testimonial .name {
		width: 225px;
		margin: 10px 10px 0 0;
		font-size: 1em;
		color: #999;
		font-style: italic;
		text-align: right;
	}
	
	.column-2 .testimonial .city {
		width: 225px;
		margin: 1px 10px 0 0;
		font-size: 0.9em;
		color: #bbb;
		text-align: right;
	}
	
	.column-2 .testimonial:hover .short, .column-2 .testimonial:hover .name, .column-2 .testimonial:hover .city {
		color: #333;
	}
	
	.column-2 h3 {
	width: 230px;
	height: 20px;
	display: block;
	font-size: 1.2em;
	margin: 0 0 5px 0;
	text-align: center;
	color: #727193;
}

.column-2 .box {
	width: 230px;
	height: auto;
	display: block;
	background: #eee;
	margin: 0 0 15px 0;
}

.column-2 .box p {
	font-size: 1em;
	color: #666;
	padding: 0 10px;
	text-indent: 0px;
	margin: 0;
}

.column-2 .box .top, .column-2 .box .bottom {
	width: 230px;
	height: 10px;
	display: block;
}

.column-2 .box .top {
	background: url(../images/ui/box-top.jpg) no-repeat;
}

.column-2 .box .bottom {
	background: url(../images/ui/box-bottom.jpg) no-repeat;
}
