/* CSS Document */

/* SITE COLORS */
/* #FBFAF5 = Background */

* {
	border: 0;
	padding: 0;
	margin: 0;
}
body, div#cms_Content {
	color: #414042;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF3C1;
	font-size: 10px;
}
table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}	
td {
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
p, li {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 12px;
}
p.warn {
	color: #CC0000;
}
h1 {
	color: #F8991D;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 12px;
}
h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	padding-bottom: 4px;
}
h3 {
}
h4 {
}
a {
	/*color: #282445;*/
	color: #57517B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
}
a img {
}
ul {
	margin: 0px 30px 12px 12px;
}
ul li {
	margin-bottom: 0px;
}
hr {
	clear: both;
}
#backdrop {
	background-color: #FBFAF5;
	width: 100%;
}
#canvas {
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#header {
	padding: 16px 0px;
}
img.catchPhrase {
	float: right;
	padding-top: 41px;
}
#topNav {
	border-top: 1px solid #D2D3DD;
	border-bottom: 1px solid #D2D3DD;
	padding-top: 12px;
	padding-bottom: 11px;
	text-align: center;
}
#topNav ul {
	display: inline;
	margin-left: auto;
	margin-right: auto;
}
#topNav li {
	display: inline;
}
#topNav a {
	padding: 12px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.2em;
	margin: 0px 17px;
	font-weight: normal;
	color: #282445;
}
#topNav a:hover {
	background-color: #8684A4;
	color: #FBFAF5; 
}
#mainContent {
	padding-top: 30px;
	padding-bottom: 50px;
}
#mainContent a:hover {
	background-color: #DEDFE9;
}
#mainContent div#leftCol {
	width: 700px;
}
#mainContent div#leftCol img {
}
#mainContent div#rightCol {
	display: inline;
	width: 210px;
	padding: 15px 15px 0px 0px;
	float: right;
}
#mainContent div#rightCol ul {
	padding-left: 20px;
	padding-right: 10px;
}
#mainContent div#botCol {
	clear: both;
}

/***************/
/**** FORMS ****/
/***************/
form input, form textarea, form select {
	border: 1px solid #C1BFD0;
	margin: 2px 0px;
}
form p {
	margin-bottom: 0px;
}
input.cmsinputstyle {
	background-color: #990000;
	color: white;
}
#contactForm td#f1-leftWidth {
	width: 20%;
}
input.radio {
	border: none;
}
input#submit {
	border: 1px solid #333333;
	background-color: #D4D0C8;
	margin: 10px 0px 20px 0px;
	padding: 2px 4px;
	cursor: pointer;
}


/****************/
/**** FOOTER ****/
/****************/
#footer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px 0px 80px 0px;
	color: #B4AB96;
}
#footer td.leftCol {
	width: 160px;
	background-image: url(../images/footerBorder.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#footer td.rightCol {
	vertical-align: bottom;
	padding-left: 35px;
}
#footer p {
	font-size: 1.1em;
}


div.clear {
	clear: both;
}
.printOnly {
	display: none;
}


/* CSS BELOW APPLIES TO print layout */
@media print {
	#canvas .noPrint {
		display: none;
	}
	#canvas .printOnly {
		display: block;
	}
	#canvas img.noPrint {
		display: none;
	}
}
