/* CSS General Purpose */

a:link {color: #333333; text-decoration: none; }
a:active {color: #333333; text-decoration: none; }
a:visited {color: #333333; text-decoration: none; }
a:hover {color: #FFFFFF; text-decoration: none; }


.hotCopy {color:#DE2A64;}
.hotCopy a:link {color: #DE2A64; text-decoration: none; }
.hotCopy a:active {color: #DE2A64; text-decoration: none; }
.hotCopy a:visited {color: #DE2A64; text-decoration: none; }
.hotCopy a:hover {color: #DE2A64; text-decoration: none; }




/*FOR IE SPACING
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
*/

.floatBuster {
	clear: both;
}


DIV{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}



body {
	font-family: Georgia, serif;
	font-size: 16px;
	color:#333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	
	/*
	position: relative;
	background-color: #FFFFFF;
	background-color: #E6E6E6;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	*/
}


#topYellowDiv {
	top:0px;
	margin-bottom: 0px;
	width: 100%;
	height: 393px;
	background-color: #FEDE58;
	position: relative;
	text-align: center;
}


#footYellowDiv {
	font-weight: bold;
	bottom:0px;
	margin-bottom: 0px;
	padding-top: 9px;
	width: 100%;
	height: 43px;
	background-color: #FEDE58;
	position: relative;
	text-align: right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666666;
}


#footYellowDiv P {
	padding-right: 25px;
}


#centeredContainer3Col {
	margin-right: auto;
	margin-left: auto;
	margin-top: 36px;
	margin-bottom: 33px;
	width: 980px;
	position: relative;
	border: 0pt dotted #CC9933;
}



.brochCopyColL{
	overflow: visible;
	width: 350px;
	margin-left: 0px;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	border: 0pt dotted #CC99FF;
}


.brochCopyColM{
	overflow: hidden;
	width: 316px;
	margin-left:35px;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	border: 0pt dotted #CC99FF;
}


.brochCopyColR{
	overflow: visible;
	width: 200px;
	margin-left:60px;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	border: 0pt dotted #CC99FF;
	font-size:12px;
}


.hotCopy{
	color:#DE2A64;
}


li {
	margin-top:5px;
}


.hiddenThumb{
	display: none;
}


/* --------- FORM --------- */


.formDiv {
	margin: 30px 20px 40px 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	width: 800px;
}

.ctrFormDiv {
	margin: 30px auto 15px auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: 600px;
}


.contactFormDiv {
	margin-top: 20px;
}

.contactFormDiv label{
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}

.contactFormDiv input[type=text]{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 5px;
	width: 350px;
	margin: 5px 0;
	text-align: left;
	border: 1px solid #999;
	color: #666;
}

.contactFormDiv textarea{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 5px;
	width: 350px;
	margin: 5px 0;
	text-align: left;
	border: 1px solid #999;
	color: #666;
}

.contactFormDiv select{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 5px;
	/*width: 350px;*/
	margin: 5px 0;
	text-align: left;
	border: 1px solid #999;
	color: #666;
}


.contactFormDiv input[type=submit]{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #333;
	font-weight: bold;
	background-color: #ddd;
	width: 370px;
	padding-top: 15px;
	padding-bottom: 15px;
}







/*ROUNDED CONTENT DIV*/

.rndTblDiv {
	color: #4c4c4c;
	overflow: visible;
	position: relative;
	left: 0px;
	/* background-color:#FEDE58; */
	/* float:left; */
	width:525px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom: 20px;
}

.rndTblDiv .corner-TL {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(/art/bgCorners/FEDE58-TL.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	/* display: block; */
	display: none;
	/* margin-bottom: -1px;   this is for IE */
}
.rndTblDiv .corner-TR {
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(/art/bgCorners/FEDE58-TR.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	/* display: block; */
	display: none;
	/* margin-bottom: -1px;   this is for IE */
}

.rndTblDiv .corner-BL {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(/art/bgCorners/FEDE58-BL.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	/* display: block; */
	display: none;
	/* margin-bottom: -1px;   this is for IE */
}

.rndTblDiv .corner-BR {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(/art/bgCorners/FEDE58-BR.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	/* display: block; */
	display: none;
	/* margin-bottom: -1px;   this is for IE */
}

h1 {
	font-weight: bold;
	font-size: 24px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
}

h3 {
	font-size: 16px;
}



hr { 
	width: 100%; 
	border-width: 1px; 
	border-bottom-color: black; 
	border-left-style: none; 
	border-bottom-style: dotted; 
	border-right-style: none; 
	border-top-style: none; 
	border-collapse: collapse;
	height: 5px;
}


