@charset "utf-8";
/* CSS Document */

.resources {
	width:700px;
	float:left;
	margin-bottom:15px;
	color:#333;
}
	
	.resources h1, .resources h2 {
				color:#333;
				font-size:1.75em;
				line-height:1.25em;
				margin-top:0;
				margin-bottom:15px;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			}
			
			.resources h3 {
				color:#333;
				font-size:1em;
				margin-top:0px;
				margin-bottom:10px;
				font-family: arial, helvetica, sans-serif;
			}
			
			.resources em {
				font-style:normal;
				font-weight:bold;
			}
			
			.resources p {
				margin-bottom:10px;
			}
			
			.resources fieldset {
				border:none;
			}
			
			.resources label {
				font-weight:bold;
			}
			
			.resources input {
				margin:5px 0px;
				width:50px;
				padding:3px;
				border:#333 1px solid;
				text-align:right;
			}
			
			.resources .submit {
				width:100px;
				background:#ddd;
				color:#333;
				border:#ddd solid;
				margin-left:3px;
				text-align:center;
			}
				.resources .submit:hover {
				background:#ddd;
				border:#ddd solid;
				cursor:pointer;
			}

	.resources .desc {
		width:370px;
		float:left;
		padding:15px;
		}
	
	.resources .img {
		width:270px;
		float:left;
		margin-top:30px;
		padding:0px 15px;
		}
		
	#more-titles {
		width:700px;
		height:100px;
		float:left;
		background:url(../images/cc09/more-titles.jpg) no-repeat;
	}
	
	.more-titles-shadow {
		background:url(../images/cc09/corner-shadow.png) bottom right no-repeat;
		padding-bottom:15px;
		display:block;
		width:700px;
		height:100px;
		position:relative;
		margin:30px auto 15px auto;
	}
