@import url(menu.css);
@import url(itext.css);
@import url(print.css);
@import url(header.css);
@import url(colLeft.css);
@import url(tables.css);
@import url(rte.css);

body{
	margin: 0;
	padding: 0;
	background: url(../images/navigation.gif) repeat-y;
	font-family: Arial, Verdana, sans-serif;
	color: #633F2B;
}
#contentwrapper{
	background: url(../images/radar_1.gif) no-repeat top right;
	min-height: 600px;			/* was 454px; */
	border-top: 1px solid #633F2B;
	border-bottom: 1px solid #633F2B;
}
#content{
	/*min-height: 467px !important;*/
	font-size: 12px;
	border: none !important;
}
#colNormal{
	margin-left: 223px;
	padding: 0 0 13px 13px !important;
	width: 530px;
	min-height: 600px;			/* was 454px; */
}
#footer{
	height: 20px;
	background: #CEAB91;
	line-height: 20px;
	padding-left: 235px;
	font-size: 11px;
}
a{
	color: #633F2B;
}

/* Fact Sheet Links */
.csc-header > h5{
	font-weight: normal;
	font-size: 13px;
	background: url(../images/fact_sheet_icon.gif) no-repeat;
	margin-bottom: 10px;
}
.csc-header > h5 > a{
	margin-left: 20px;
}
/* End - Fact Sheet Links */

ul.csc-bulletlist, #colNormal ul{
	padding-left: 15px;
}
ul.csc-bulletlist li, #colNormal ul li{
	list-style-type: square;
	padding-left: 10px;
	margin-bottom: 0;
}

/*
a:empty{
	display: none;
}
*/

#colNormal p.bodytext{
	margin: 0 !important;
	/*padding: 13px 0 0 0;*/
	padding: 7px 0 0 0;
}
.csc-header{
	margin: 0;
}
#colNormal .csc-header h1, #colNormal h1{
	/*padding: 13px 0;*/
	padding: 13px 0 0 0;
	margin: 0;
	font-size: 18px;
}
#colNormal .csc-header h2, #colNormal h2{
	padding: 13px 0 0 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
#colNormal .csc-header h3, #colNormal h3{
	padding: 13px 0 0 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}



/* Forms */

/* Radio group wrapped in fieldset */
#colNormal .csc-mailform-radio legend{
	display: none;
}
#colNormal .csc-mailform-radio fieldset{
	border: none;
}
#colNormal fieldset.csc-mailform .csc-mailform-radio input[type="radio"]{
	display: inline;
	margin-left: 200px;
}
#colNormal fieldset.csc-mailform .csc-mailform-radio label{
	display: inline;
}
/* END - Radio group wrapped in fieldset */

#colNormal form{
	margin: 0 0 13px 0;
}

#colNormal fieldset.csc-mailform{
	width: 495px;
	padding: 10px;
	margin: 0 0 13px 0;
	border: 1px solid #CEAB91;
}
#colNormal .csc-mailform-field label{
	display: block;
	width: 200px;
	margin: 5px 0;
	text-align: right;
}
#colNormal .csc-mailform-field input[type="text"], #colNormal .csc-mailform-field textarea, #colNormal .csc-mailform-field select,
#colNormal .csc-mailform-field input[type="file"]{
	display: block;
	margin: -24px 0 0 210px;
}
#colNormal .csc-mailform-field textarea{
	width: 262px;
}
#colNormal .csc-mailform-field input[type="checkbox"]{
	display: block;
	margin: -19px 0 0 210px;
	width: 13px;
	height: 13px;
}
#colNormal .csc-mailform-field input[type="submit"]{
	margin-left: 210px;
	margin-top: 13px;
}

#colNormal .csc-textpic-center img{
	margin: 13px auto;
}
#colNormal .csc-textpic-image{
	padding: 7px 0 0 0;
}
/* END - Forms */