/* CSS Document */

/* Globals */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #333;
	}
div, table, tr, td, ul, li, a, h3 {
	margin: 0;
	padding: 0;
	}
p {
	margin: 10px 0;
	padding: 0;
	line-height: 1.5em;
	}
a {
	margin: 0;
	padding: 0;
	color: #333;
	}
	a:hover {
		color: #777;
		}
	a img {
		border: none;
		}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
/* classes */
.center {
	text-align: center;
	}

/* divs */
#container {
	margin: 0 auto;
	padding: 10px;
	width: 800px;
	background-color: #FFF;
	background-image: url(images/sliver.jpg);
	background-repeat: repeat-y;
	}
#header {
	width: 760px;
	height: 101px;
	padding: 10px 20px;
	background-image: url(images/header.jpg);
	font-size: 11px;
	font-weight: bold;
	}
	#header a {
		text-decoration: none;
		}
#nav {
	padding: 12px 0 0 0;
	width: 800px;
	height: 28px;
	background-image: url(images/navBar.jpg);
	font-size: 11px;
	text-align: center;
	color: #FFF;
	}
	#nav ul li {
		display: inline;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		}
		#nav ul li a {
			color: #FFF;
			text-decoration: none;
			}
			#nav ul li a:hover {
				color: #CCC;
				}
#content {
	width: 800px;
	}
	#midSection {
		width: 800px;
		height: 154px;
		background-image: url(images/finances_at_work.jpg);
		}
	#lowerSection {
		width: 800px;
		}
		table#columns {
			margin: 10px 25px;
			width: 740px;
			}
			table#columns td {
				width: 25%;
				vertical-align: top;
				}
				table#columns p, table#columns h3 {
					padding: 5px;
					}
		#contentCopy {
			padding: 10px 25px;
			}
		table#contactTable tr td {
			width: 50%;
			vertical-align: top;
			}
#column1 {
	float: left;
	width: 50%;
	}
	#column2 {
		float: left;
		width: 50%;
		}
#footerTop {
	margin: 10px 25px 0 25px;
	width: 750px;
	height: 8px;
	background-image: url(images/footer_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	}
#footer {
	margin: 0 25px;
	width: 750px;
	font-size: 11px;
	background-image: url(images/footer_mid.jpg);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	}
	#footer p {
		margin: 0;
		padding: 0;
		}
#footerBtm {
	margin: 0 25px 10px 25px;
	width: 750px;
	height: 9px;
	background-image: url(images/footer_btm.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	}
#bottom {
	margin: 0 auto;
	padding: 15px 0 5px 0;
	width: 820px;
	background-image: url(images/bottom_shadow.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	}
