@charset "UTF-8";
/*-----------------------------------------------------
Main Elements Style Sheet

Version:   1.0
Author:    Chris McCain
Website:   http://www.chrismccain.net
-----------------------------------------------------*/


/*
Body & Structure
-----------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #c9d18b;
	background-image: url(../main/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	width: 0px;
}
#contentContainer {
	margin-top: 115px;
	margin-left: 130px;
	width: 623px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 17px;
	color: #FFFFFF;
}
input {
	font-size: 11px;
}
select {
	font-size: 11px;
}
textarea {
	font-size: 11px;
}
td {
	padding: 1px;
}
/*
Home Page
-----------------------------------------------------*/
#contentArea {
	float: left;
	width: 453px;
}
#contentArea #logo {
	width: 453px;
	height: 101px;
}
#contentArea #bodyArea {
	width: 174px;
	height: 196px;
	padding-left: 150px;
	padding-top: 10px;
	padding-right: 129px;
	background-image: url(../home/contentArea.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentArea #footer {
	width: 308px;
	height: 84px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 125px;
	background-image: url(../home/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	font-size: 11px;
	font-style: italic;
	color: #666666;
}
#contentArea #footer h2 {
	font-size: 12px;
	color: #901c3b;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
/*
Secondary Page
-----------------------------------------------------*/
#secContentArea {
	float: left;
	width: 453px;
}
#secContentArea #logo {
	width: 453px;
	height: 67px;
}
#secContentArea #bodyArea {
	width: 222px;
	height: 255px;
	padding-left: 136px;
	padding-top: 10px;
	padding-right: 94px;
	background-image: url(../secondary/secondaryContentArea.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#secContentArea #bodyArea .leftColumn{
	float: left;
	width: 50%;
	padding-top: 5px;
	padding-bottom: 10px;
}
#secContentArea #bodyArea .rightColumn{
	float: right;
	width: 50%;	
	padding-top: 5px;
	padding-bottom: 10px;
}
#secContentArea #bodyArea p{
	padding-bottom: 10px;	
}
#secContentArea #bodyArea a {
	color: #c9d18b;
	text-decoration: underline;
}
#secContentArea #bodyArea a:hover {
	color: #FFFFFF;
}
#secContentArea #footer {
	width: 333px;
	height: 58px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 110px;
	background-image: url(../secondary/secondaryFooter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	font-size: 11px;
	font-style: italic;
	color: #666666;
}
#secContentArea #footer h2 {
	font-size: 12px;
	color: #901c3b;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

/*
Navigation
-----------------------------------------------------*/
#navArea {
	float: right;
	width: 120px;
	padding-top: 135px;
	padding-right: 45px;
	text-align: right;
	color: #901c3b;
	font-size: 14px;
	line-height: 30px;
}
#navArea a.activeLink {
	font-size: 20px;
	color: #b9c178;
	text-decoration: none;
}
#navArea a.activeLink:hover {
	font-size: 20px;
	color: #b9c178;
	text-decoration: none;
}
#navArea a {
	color: #901c3b;
	text-decoration: none;
}
#navArea a:hover {
	color: #b9c178;
}
