@charset "utf-8";
/* CSS Document */

*, html, body {
	margin:0;
	padding:0;
	font-family: verdana, arial, helvetic, sans-serif;
	font-size:100%;
}

body {
	background:#ddd;
	font-size:0.75em;
	line-height:1.5em;
}

p {
	margin-bottom:1.25em;
}

img {
	float:left;
}

	#wrap {
		width:800px;
		position:relative;
		margin:0 auto;
		background:#fff;

	}
	
		#ccat {
			width:800px;
			float:left;
			background:#fff url(../images/cc09/bg.jpg) no-repeat;
			color:#fff;
		}
		
			.cc-item h1, .cc-item h2 {
				color:#fff;
				font-size:1.75em;
				line-height:1.25em;
				margin-top:0;
				margin-bottom:15px;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			}
			
			.cc-item h3 {
				color:#fff;
				font-size:1em;
				margin-top:0px;
				margin-bottom:10px;
				font-family: arial, helvetica, sans-serif;
			}
			
			.cc-item em {
				font-style:normal;
				font-weight:bold;
			}
			
			.cc-item p {
				margin-bottom:10px;
			}
			
			.cc-item fieldset {
				border:none;
			}
			
			.cc-item label {
				font-weight:bold;
			}
			
			.cc-item input {
				margin:5px 0px;
				width:200px;
				border:#fff 4px solid;
				text-align:left;
			}
			
			.cc-item .submit {
				width:100px;
				background:#ddd;
				color:#333;
				border:#ddd solid;
				margin-left:3px;
				text-align:center;
			}
				.cc-item .submit:hover {
				background:#ddd;
				border:#ddd solid;
				cursor:pointer;
			}
		
			#cc-banner {
				width:700px;
				height:200px;
				float:left;
				background:url(../images/cc09/banner.jpg) no-repeat;
			}
			
			#cc-nav {
				width:692px;
				height:34px;
				position:relative;
				margin:0 auto;
				margin-bottom:30px;
				border:3px solid #fff;
			}
				
				#cc-nav ul {
					list-style-type:none;
					width:692px;
					height:34px;
					float:left;
				}
				
					#cc-nav ul li {
						width:173px;
						height:34px;
						float:left;
						text-align:center;
					}
					
						#cc-nav ul li a {
							line-height:1.5em;
							padding-top:6px;
							height:28px;
							display:block;
							color:#fff;
							font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
							text-decoration:none;
							font-weight:bold;
							font-size:1.125em;
							background:#009140;
						}
						
							#cc-nav ul li a:hover {
								background:#006F31;
							}
						
		
			#cc-content {
				width:700px;
				float:left;
				margin:0 50px;
				margin-bottom:20px;
			}
				
				.cc-item {
					width:700px;
					float:left;
					margin-bottom:30px;
				}
				
					.cc-item .cc-desc {
						width:361px;
						float:left;
						border:#fff 4px double;
						outline:#fff 2px solid;
						padding:15px;
						background:#194175;
					}
					
					.cc-item .cc-img {
						width:292px;
						float:left;
						border:#fff 4px double;
						border-left:0;
						outline:#fff 2px solid;
						outline-left:0;
						margin-left:1px;
						margin-top:30px;
					}
					
					#img-menu {
						width:700px;
						float:left;
						margin-bottom:15px;
					}
						#img-menu .rm {
							margin-right:14px;
						}
						
						#img-menu .lm {
							margin-left:0;
						}
						
						.cc-img-menu {
							border:#fff 4px double;
							outline:#fff 2px solid;
							width:335px;
							height:217px;
						}
						
						.cc-welcome {
							width:700px;
							float:left;
							margin-bottom:30px;
							color:#333;
						}


/*----Special Classes----*/
.clear {
	display:block;
	clear:both;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.bmargin-10 {
	margin-bottom:10px;
}

.bmargin-15 {
	margin-bottom:15px;
}

.bmargin-30 {
	margin-bottom:30px;
}

.corner-shadow {
	background:url(../images/cc09/corner-shadow.png) bottom right no-repeat;
	float:left;
	padding-bottom:15px;
	display:block;
}

.banner-shadow {
	background:url(../images/cc09/corner-shadow.png) bottom right no-repeat;
	padding-bottom:15px;
	display:block;
	width:700px;
	height:200px;
	position:relative;
	margin:30px auto 15px auto;
}

.special-button {
	width:200px;
	text-decoration:none;
	text-align:center;
	height:24px;
	background:#ddd;
	color:#333;
	padding-top:4px;
	display:block;
	float:right;
}

