/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define an outline style! */
:focus {
	outline: 0;
}
/*html, body {
	min-height:100%;
}
* html, * body {
	height:100%;
}*/
html, body {
	height: 100%;
	
}
body {
	color: #948230;
	background: #f1e8c7 url(../images/mainBGImage.jpg) no-repeat right bottom;
	font: 62.5%/1 Helvetica, Arial, Verdana, sans-serif;
}
ol, ul {
	list-style: none;
}
p {
	margin-bottom: 12px;
}
a {
	color: #948230;
	text-decoration: none;
}
a:hover, .current {
	color: #61551f;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
.largeCopy {
	font: 1.4em Georgia, "Times New Roman", Times, serif!important;
}
.list {
	margin-left: 24px;

}
.underline {
	text-decoration: underline;
}
#container {
	width: 946px;
	margin-left: 24px;
	min-height:100%;
	position: relative;
}
#controllerImg {
	float: right;
	height: 1000px;
	width: 1px;
}

#leftColumn {
	float: left;
	width: 231px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftColumn ul {
	margin-left: 48px;
}
#leftColumn ul li {
	margin-bottom: 5px;
}

#leftColumn ul li a {
	font-size: 1.2em;
}
#logo {
	display: block;
	margin: 0px 0px 55px;
	padding-top: 55px;
}
#middleColumn {
	float: left;
	width: 480px;
	font-size: 1.2em;
	line-height: 1.3em;
}
#middleColumn form {
	margin-top: 15px;
}
#middleColumn form label {
	display: block;
	margin-bottom: 6px;
}
#middleColumn form label input {
	border: 1px solid #F1E8C7;
	background: #DCCEA9;
	width: 200px;
}
#middleColumn form label textarea {
	border: 1px solid #F1E8C7;
	background: #DCCEA9;
	width: 200px;
}
#middleColumn form label span {
	float: left;
	width: 110px;
	font-weight: bold;
	margin-top: 2px;
}
#middleColumn h1 {
	margin-bottom: 12px;
	font: normal 1.4em/1.4em Georgia, "Times New Roman", Times, serif;
}
#middleColumn ul {
	margin-left: 16px;
	list-style: disc;
}
#middleColumn ul li {
	margin-bottom: 5px;
	margin-top: 5px;
}

#middleColumn .section {
	float: left;
	width: 235px;
	margin-right: 10px
}
#middleColumn .section h2, #rightColumn h2 {
	text-transform: uppercase;
	color: #fff;
	background: #938130;
	padding: 6px;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#rightColumn {
	float: right;
	width: 223px;
	margin-left: 10px;
	margin-top: 120px;
	font-size:1.2em;
}
#tulip {
	left: 0px;
	bottom: 0px;
	z-index: 100;
	font-size: 1.2em;
}
#tulip img {
	float: left;
	margin-right: 10px;
}
#tulip #tulipContent {
	display: block;
	float: left;
	width: 240px;
	padding-top: 5px;
	border-top: 1px solid #c3b47c;
	margin-top: 250px;
}
