@charset "utf-8";
/* CSS Document 
++++++++++++++++++++++++++++++
Filename     : main.css
Page width   : 775px
Background   : #f5f8ff
Black Text   : #000000
Blue Color  : #004483
Last updated : march 1, 2011
++++++++++++++++++++++++++++++
*/
@import url("reset.css");

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 17px;
	background-color: #fff;
		background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	.wrapper{
		width:930px;
		margin:0 auto;
		padding-bottom: 25px;
		}	
/* ++++++++++++++++++++++++++++++ HEADER ### */
		.header{
	width:930px;
	height: 125px;
	float:left;

		}
			.logo{
			width:360px;
			float:left;
			padding-left: 45px;
			}
			.logoright{
			float:right;
			text-align:right;
			padding-right: 30px;
			margin-top: 20px;
			}
/* ++++++++++++++++++++++++++++++ BANNER ### */
	.mainbanner{
	width:775px;
	clear:both;
	}
/* ++++++++++++++++++++++++++++++ MAIN CONTAINER ### */
	.mainContainer{
	width:930px;
	float:left;
	clear:both;
	border-top: none;
	}
		/* ++++++++++++++++ LEFT COL ### */
		.mainContainer .leftCol{
			width:185px;
			float:left;
			}
			.mainContainer .leftContent{
	width:185px;
	padding-top: 7px;
	text-transform: uppercase;
			}
				.mainContainer .leftContent a{
	display:block;
	clear:both;
	font-size:11px;
	line-height:28px;
	height:28px;
	color:#000;
	width: 150px;
	text-decoration:none;
	padding-left: 25px;
	background-image: url(../images/grey.jpg);
	background-repeat: no-repeat;
	background-position: 7px 11px;
	border: 0px solid red;
				}
				.mainContainer .leftContent a:hover{
				color:#e5000a;
				}
				.mainContainer .leftContent a.current{
				display: block;
				color:#000;
				background-image: url(../images/red.jpg);
	background-repeat: no-repeat;
	background-position: 7px 11px;
				}
				.mainContainer .leftContent a.current:hover{
				color:#e5000a;
				}
		/* ++++++++++++++++ RIGHT COL ### */
		.mainContainer .rightCol{
		float:right;
		}
			.mainContainer .rightBox{
			float:right;
			width:680px;
			clear:both;
			padding: 25px 25px 20px 0;
			}
				.mainContainer .rightCol p{
				padding: 0 0 15px 0;
				line-height:16px;
				font-size:12px;
				clear:both;
				color: #7f7e7e;
				}
					.mainContainer .rightCol p a{
					color:#333333;
					}

				
				.mainContainer .rightCol h1{
				font-size:21px;
				font-weight: bold;
				padding-bottom: 15px;
				margin: 0;
				display: inline-block;
				color: #c3422c;
				}
		
		.mainContainer .rightCol ul{
				padding:0 0 0 25px; margin: 0;
				font-size: 12px;
				line-height: 18px;
				clear:both;
				}