@charset "utf-8";
/* CSS Document 
++++++++++++++++++++++++++++++
Filename     : main.css
Page width   : 822px
Background   : #ffffff
Black Text   : #000000
Grey Text    : #8f8f8f
Red Text     : #d61800
Last updated : Dec 8, 2010
++++++++++++++++++++++++++++++
*/
@import url("reset.css");

body{
	margin:0;
	padding:0;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	}
	.wrapper{
		width:822px;
		margin:0 auto;
		}
		
/* ++++++++++++++++++++++++++++++ HEADER ### */
		.header{
		width:776px;
		float:left;
		height:34px;
		padding:28px 22px 42px 24px;
		background:url(../images/header-bg.gif) repeat-x bottom;
		}
			.logo{
			width:360px;
			float:left;
			}
			.logoright{
			width:366px;
			float:right;
			text-align:right;
			padding-left:12px;
			}
/* ++++++++++++++++++++++++++++++ BANNER ### */
	.mainbanner{
	width:822px;
	float:left;
	clear:both;
	background:url(../images/banner-bg.jpg) no-repeat;
	height:233px;
	position:relative;
	padding-top:15px;
	}
		.mainbanner .img{
		position:absolute;
		top:-24px;
		left:17px;
		}
		.mainbanner .punchline{
		position:absolute;
		top:52px;
		left:250px;
		}
		.mainbanner .txtline1{
		position:absolute;
		top:52px;
		left:250px;
		font-size:25px;
		font-weight:bold;
		}
		.mainbanner .txtline2, .mainbanner .txtline3{
		position:absolute;
		font-size:20px;
		font-style:italic;
		color:#8f8f8f;
		letter-spacing:1px;
		}
		.mainbanner .txtline2{
		top:88px;
		left:370px;
		}
		.mainbanner .txtline3{
		top:107px;
		left:418px;
		}
		.mainbanner .txtline1 strong{color:#d61800;}
	
/* ++++++++++++++++++++++++++++++ MAIN CONTAINER ### */
	.mainContainer{
	width:822px;
	float:left;
	clear:both;
	position:relative;
	}
		/* ++++++++++++++++ LEFT COL ### */
		.mainContainer .leftCol{
			width:277px;
			float:left;
			background:url(../images/leftcol-top.gif) no-repeat	top left;
			padding-top:1px;
			}
			.mainContainer .leftContent{
			float:left;
			width:277px;
			background:url(../images/leftcol-btm.gif) no-repeat	bottom left;
			padding-bottom:1px;
			}
				.mainContainer .leftContent a{
				display:block;
				clear:both;
				font-size:14px;
				line-height:35px;
				padding:0 50px 0 20px;
				color:#000;
				border-bottom:1px solid #c9c9c9;
				text-decoration:none;
				font-weight:bold;
				background:url(../images/nav-bg.jpg) no-repeat right;
				height:35px;
				}
				.mainContainer .leftContent a:hover{
				color:#d61800;
				background:url(../images/nav-bg-over.jpg) no-repeat right;
				}
				.mainContainer .leftContent a.current{
				color:#d61800;
				background:url(../images/nav-bg-over.jpg) no-repeat right;
				}
				.mainContainer .leftContent a.last{
				border-bottom:none;
				}
		/* ++++++++++++++++ RIGHT COL ### */
		.mainContainer .rightCol{
		width:560px;
		float:right;
		background:url(../images/roundedrightcontent-btm.jpg) no-repeat bottom;
		padding-bottom:63px;
		position:absolute;
		top:-57px;
		left:262px;
		}
			.mainContainer .rightContent{
			float:right;
			width:485px;
			background:url(../images/roundedrightcontent-top.png) no-repeat top;
			padding:10px 35px 0 40px;
			}
				.mainContainer .rightCol p{
				padding:5px 0 8px;
				line-height:16px;
				font-size:12px;
				}
					.mainContainer .rightCol p a{
					color:#d61800;
					}
				.mainContainer .rightCol h1{
				padding:5px 0 8px 0;
				color:#d61800;
				font-size:21px;
				}
				
				
				
a {
    text-decoration: none;

}

a:hover {
    text-decoration: underline;

}


		