@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	color: #c40000;
}
a {
	text-decoration: none;
	color: #c40000;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 14px;
	text-align: justify;
	line-height: 18px;
	padding: 0 20px;
	color: #333;
}
.indent {
	padding-left: 20px;
}
.paddingright {
	padding-right: 50px;
}
.paddingleft {
	padding-left: 50px;
}

/*header rules*/
#headerwrap {
	width: 100%;
	height: 185px;
	background: url(../images/headerwrap_bg.png) repeat-x;
}
	#header {
		width: 780px;
		height: 150px;
		margin: 0 auto;
	}
		#header h1 a {
			display:block;
			width:175px;
			height:70px;
			margin:30px 0 0 0;
			float: left;
			background: url(../images/logo.png) left top no-repeat;
			text-indent:-9999px;
		}
			#header h1 a:hover {
				background: url(../images/logo.png) left bottom;
			}
		#header #info {
			width: 250px;
			height: 70px;
			margin: 30px 0 0 0;
			float: right;
		}
			#info h2 {
				font-size: 21px;
				color: #000;
				font-weight: normal;
				padding: 0 0 0 25px;
				text-align: right;
			}
		#header #slogan {
			width: 355px;
			height: 70px;
			margin:30px 0 0 0;
			float: left;
		}
			#slogan h2 {
				font-size: 21px;
				color: #000;
				font-weight: normal;
				padding-top: 20px;
				text-align: right;
			}
			#slogan h2 a {
				color: #c40000;				
			}			
			#slogan h2 a:hover {
				text-decoration: underline;
			}
	#nav {
		width: 780px;
		height: 35px;
		margin: 0 auto;
	}
		#nav a {
			font-size: 18px;
			color: #000;
			padding: 0 20px;
			line-height: 28px;
		}
			#nav a:hover {
				color: #c40000;
				text-decoration: none;
			}
			#nav a.current {
				color: #c40000;
				text-decoration: none;
			}
			

/*mainbody rules*/
#mainwrap {
	width: 100%;
	height: auto;
	background: #fff url(../images/mainwrap_bg.png) repeat-x;
}
	#main {
		width: 780px;
		height: auto;
		margin: 0 auto;
		clear: both;
	}
			#main h1 {
				font-size: 24px;
				padding: 20px;
			}
			#main ul li {
				font-size: 14px;
				list-style-position: inside;
				list-style-image: url(../images/list_img.png);
				line-height: 24px;

			}
			.form {
				width: 500px;
				height: 645px;
				float: right;				
			}
		#leftcol {
			width: 260px;
			height: auto;
			float: left;
			margin-right: 20px;
		}
			#leftcol img {
				padding-top: 10px;	
			}
			.featured {
				width: 260px;
				height: 123px;
				background: url(../images/featured_bg.png) left top;
				margin: 10px 0 20px;
			}
			.featured:hover {
				background: url(../images/featured_bg.png) left bottom;
			}
				.featured h2 {
					font-size: 18px;
					color: #000;
					padding: 5px 10px;
				}
				.featured p {
					line-height: 14px;
					padding: 0 10px;
				}
				.featured a:hover {
					text-decoration: none;
					padding-left: 10px;
				}
		

/*footer rules*/
#footerwrap {
	width: 100%;
	height: 200px;
	background: url(../images/footerwrap_bg.png) repeat-x;
	clear: both;
	overflow: hidden;
}
	#footer {
		width: 780px;
		height: 200px;
		margin: 0 auto;
		text-align: center;		

	}
	#footer p {
		color: #000;
		text-align: center;
		padding-top: 10px;
	}
	#footer a {
		color: #000;
	}
	#footer a:hover {
		color: #c40000;
		text-decoration: none;
	}
