/*
Theme Name: Chris Hutchens 2
Theme URI: 
Description: The theme built for Chris Hutchens.
Version: 1.1
Author: Jeremy Martin
Author URI: 
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* Main Parts */
#page {
	background-image: url('images/background2.png');
  background-repeat: no-repeat;
  height: 802px;
  margin: 0 auto;
  padding: 7px;
  position: relative;
  width: 902px;
  font-family:Verdana, Arial, Helvetica, sans-serif;

}


/* HEADER */
#logoChris {
	position: absolute;
  right: 120px;
  top: 110px;
}

#logoAlpha {
	position: absolute;
  right: 30px;
  top: 10px;
}

#loanApp:link, #loanApp:visited {
  color: #142551;
	position: absolute;
  right: 295px;
  text-decoration: none;
  top: 26px;
}

#loanApp:hover {
  color: #335ECD;
}

#nav {
  left: 20px;
	position: absolute;
  top: 301px;
  width: 150px;
}

#nav ul {
	list-style: none;
  margin: 0;
  padding: 0;
}

#nav ul li {
	margin: 0 0 17px;
}

#nav a:link, #nav a:visited {
	color: #142551;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

#nav a:hover {
	color: #335ECD;
}


/* CONTENT */
#content {
	bottom: 7px;
  height: 580px;
	position: absolute;
  right: 22px;
  width: 640px;
}

#content h2 {
	color: #D1E0EF;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-left: 30px;
}

#content a {
	color: #D1E0EF;
  text-decoration: none;
}

#content p, #content ul {
	color: #FFFFFF;
}

#contactForm {
	color: #FFFFFF;
  margin: 40px 0 0 45px;
}

#chris {
  bottom: 48px;
	float: right;
  position: absolute;
  right: -15px;
}

#contact {
  bottom: 15px;
	float: right;
  position: absolute;
  right: -15px;
}

#subpages {
	list-style: none;
  font-weight: bold;
  padding: 0;
  width: 170px;
}

.alignleft {
	float: left;
  margin: 0 15px 15px 0;
}

.alignright {
	float: right;
  margin: 0 0 15px 15px;
}

.error {
	color: #FF0000;
}


/* FOOTER */
#footer {
	text-align: center;
  font-size: 10px;
}

#footer a {
  color: #335ECD;
	text-decoration: none;
}


/* HTML Tags */
body {
  background-color: #FFFFFF;
	margin: 0;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
}

img {
	border: none;
}

small {
	color: #FFFFFF;
}