body {
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 0;
	margin: 30px 0 20px 0;
	color: #555;
}
#logobox {
	margin: 0;
	padding: 0;
	width: 100%;
}
#logorow {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 80px;
}
#logo {
	position: absolute;
	top: 35px;
	left: 14px;
}
#logo a img {
	color:#fff;
	border: none;
}
#logotext {
	position: absolute;
	top: 37px;
	left: 123px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:0.2em;
	text-transform: uppercase;
}

#logorow .search {
	float: right;
}

#logorow .search .search-text-field {
	width:  166px;
}

#logorow .search .search-arrow {
	margin: 0 0 0 5px;
}

#topright {
	position: absolute;
	top: 38px;
	right: 15px;
	width: 80px;
	text-align: right;
	color: #A71D33;
	font-family: arial, verdana, 'trebuchet ms', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#topright a {
	color: #A71D33;
}

#menurowbg {
	clear:both;
	position: relative;
	background: #A71D33;
	height: 22px; /* menu font size + padding (set in #nav li a) */
	text-align: center;
}
#menurow {
	position: absolute;
	top:0;
	left: 50%;
	width: 970px;
	margin-left: -485px; /* half the width */
}
.hiddendata {
	display: none;
}

/* CONTENT STYLES BEGIN */
#contentrow {
	clear: both;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
td#leftcol {
	width: 262px;
	vertical-align: top;
}
#leftcol .content {
	margin: 0;
	padding: 20px;
}
td#content {
	width: 484px;
	vertical-align: top;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #F2FAFC;
	height: 500px;
	min-height: 500px;
}
#content .content {
	padding: 20px 80px;
}
td#rightcol {
	vertical-align: top;
}
#rightcol .content {
	margin: 0;
	padding: 30px 20px;
}
/* CONTENT STYLES END */

#footerrow {
	font-size: 10px;
	padding: 14px 0 0 0;
	text-align: center;
}
#footerrow a {
	color: #FFFFFF;
}


/* HORIZONTAL DROP DOWN MENU [BEGIN]*/
#nav, #nav ul {
	float: left;
	width: 1000px;
	list-style: none;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1pt;
	padding: 0;
	margin: 0; /* Only relating the content below the menu */
}
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#nav li {
	float: left;
	padding: 0;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	font-weight: normal;
	letter-spacing: 0em;
}
#nav li a {
	width: auto;
	padding: 5px 15px;
	text-align: center;
	letter-spacing: 0.1em;
}
#nav li a.act {
	background: #FF6609;
}
#nav li ul a {
	color:#000;
	border: solid #FF6609;
	border-width: 0 0 0 1px;
	text-transform: lowercase;
}
#nav li ul li {
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	background: #FFF0E7;
	border: solid #FF6609;
	border-width: 0 1px 1px 0;
}
#nav li ul li a {
	width: 130px;	/*	Second level width FF = (width - (padding + border)). Conditional comment for IE6 is set in the html template */
	padding: 10px 20px;
	text-align: left;
	letter-spacing: 0em;
}
#nav li {
	border-right: 1px solid white;
}
#nav li.last {
	border-left: 1px solid #A71D33;
	border-right: 1px solid #A71D33;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #FF6609;
}
#nav li ul li:hover, #nav li ul li.sfhover {
	background-image: url(../images/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: 7% 50%;
	background-color: #FFF0E7;
	color: #FF6609;
}
#nav li ul li a:hover {
	color: #FF6609;
}
/* HORIZONTAL DROP DOWN MENU [END]*/


h1,h2,h3,h4,h5,p,ul { font-family: verdana, 'trebuchet ms', arial, sans-serif;}

h1 {
	font: bold 11px verdana, 'trebuchet ms', arial, sans-serif;
	color: #A71D33;
	text-transform: uppercase;
	padding: 10px 0 8px;
	margin: 0;
}
p {
	font-size: 11px;
	padding: 10px 0;
	margin: 0;
}
#rightcol p {
	font-size: 10px;
}
p.bodytext {
	line-height: 1.5em;
}
.csc-frame-rulerBefore {
	border: solid #ccc;
	border-width: 1px 0 0 0;
	padding: 0 0 15px 0;
}
div .csc-textpic-imagewrap {
	font-size: 10px;
	margin: 10px 0 0 0; 
}

a {
	color: #FF6609;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.form-image {
	float: right;
}


.left {
	vertical-align: top;
	border-right: 1px solid #ccc;
	width: 45%;
}
.right {
	vertical-align: top;
	width: 55%;
	padding: 0 0 0 25px;
}


/* FCE-STYLES FOR THE INFOBOX ON THE FRONTPAGE [BEGIN] */
.infobox {
	margin:0;
	padding:20px;
	background: #999;
}
.info-image {
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}
.info-header {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.info-content {
	color: #fff;
	font-weight: bold;
}
.info-link a {
	color: #000;
	text-decoration: none;
}
.info-link a:hover {
	color: #000;
	text-decoration: underline;
}
/* FCE-STYLES FOR THE INFOBOX ON THE FRONTPAGE [END] */



