@charset "UTF-8";
/* CSS Document */

/*-----------------------------*/
/*   CPS Financial Solutions   */
/*-----------------------------*/


body {
	background-image: url(../images/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#wrapper {
	width:830px;
	margin: auto;
	background-color: #FFFFFF;
}

.main_holder {
	float: left;
	width: 830px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

.li_margin {
	padding-left: 15px;
}

/* Header Section */

.header {
	float:left;
	width: 830px;
	height: 150px;
	background-image: url(../images/cps-header2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}



/* Navigation Section */

.nav_header {
	float: left;
	width: 830px;
	height: 35px;
}



/* Left Column Section */

.left_col {
	float: left;
	width: 207px;
	height: auto;
	margin-left: 23px;
	padding-top: 10px;
	background-color: #666666;
}

.lower_left_col {
	float: left;
	width: 197px;
	height: auto;
	padding-left: 10px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333333;
	border-top: solid 2px #FFFFFF;
}



/* Main Text Section */

.main_text {
	float: left;
	width: 550px;
	height: auto;
	margin: 20px 20px 0px 20px;
}

.mainstory {
	float: left;
	width: 364px;
	height: auto;
	margin: 10px 20px 10px 20px;
}

.pagedivider_vert {
	float: left;
	width: 1px;
	height: 225px;
	padding-left: 10px;
	margin-right: 10px;
	border-right: dotted 1px #999999;
}


/* Horizontal Page Divider */

.pagedivider_horiz {
	float: left;
	width: 810px;
	height: 1px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
	border-top: dotted 1px #993300;
}


/* Right Column Section */

.right_col {
	float: left;
	width: 150px;
	height: 150px;
	margin-left: 52px;
	background-color: #999999;
}

.right_col_city {
	float: left;
	width: 200px;
	height: 260px;
	margin-bottom: 40px;
}

.right_col_contact {
	float: left;
	width: 180px;
	margin-bottom: 40px;
	background-color: #999999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* Footer Section */

.footer {
	float: left;
	width: 740px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 20px;
}

.footer_image {
	float: left;
	width: 100%;
	height: 30px;
	background-image: url(../images/footer_image.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	position:fixed;
	bottom:0;
	left:0;
}


/* Tint Square */

.tint_square {
	float: left;
	width: 290px;
	height: 180px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/tint_square.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/* Form Input */

.input1 {
	height: 18px;
	width: 350px;
	padding-top: 2px;
	border: 1px solid #CDCFD0;
}
.input2 {
	height: 80px;
	width: 440px;
	padding-top: 2px;
	border: 1px solid #CDCFD0;
}



/* Text Styles */

.orange12 {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #bf6530;
}

.orange14 {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #bf6530;
	text-decoration: none;
}

.orange14-B {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	color: #bf6530;
	text-decoration: none;
}

.orange14-B a:hover {
	text-decoration: underline;
}

.orange16-B {
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	color: #bf6530;
}

.orange18-B {
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	color: #bf6530;
	text-decoration: none;
}

.grey09 {
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #666666;
}

.white11 {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #FFFFFF;
}

.white11 a:hover {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.white12 {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
}

.white14-B {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
}

/* ---- */

.link_orange12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bf6530;
}
.link_orange12:link {
	text-decoration: underline;
}
.link_orange12:visited {
	text-decoration: underline;
	color: #bf6530;
}
.link_orange12:hover {
	text-decoration: underline;
	color: #990000;
}
.link_orange12:active {
	text-decoration: underline;
	color: #bf6530;
}