/* ******* */
/* common */
/* ******* */
html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body, p, br, div, table, tr, td, ul, ol, li, h1, h2, h3, h4, h5, input, select, option, textarea {
	font:12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	color:#333333;
	text-align:left;
	margin:0;
	padding:0;
}

p {margin-bottom:18px;}

a {color:#CE3110;}

img {border:none;}

h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:9px;
	color:#CE3110;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:9px;
	color:#333333;

}

csc-textpic-caption {
	font-size:10px;
	font-weight:bold;
	color:#000000
}

.helper {display:none;}





/* ************** */
/* basic page layout */
/* ************** */
body {
	text-align:center;
	background:#FEFEDC;
}

#page {
	width:950px;
	margin:auto;
	margin-top:10px;
	overflow:hidden;
}

#head {
	clear:both;
	width:950px;
	background:url(../img/head_bg.jpg) bottom no-repeat;
	background-position:0 25px;
	overflow:hidden;
}

#corpus {
	clear:both;
	width:920px;
	overflow:hidden;
	margin:15px;
}

#footer {
	clear:both;
	width:950px;
	height:25px;
	background:#CE3110;
	overflow:hidden;
}





/* ******** */
/* navigation */
/* ******** */

/* ##### topnav ##### */
#topnav {
	clear:both;
	width:950px;
	height:25px;
	background:#CE3110;
	overflow:hidden;
}
#topnav ul {
	text-align:right;
	margin-top:3px;
}
#topnav li {
	list-style:none;
	display:inline;
	text-align:right;
	margin-right:24px;
}
#topnav a {
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
}
#topnav a:hover, #topnav a.act {text-decoration:underline;}



/* ##### logo ##### */
#logo {
	clear:both;
	width:264px;
	height:100px;
	background:url(../img/logo_bg.png) no-repeat;
	margin:12px 0 13px 686px;
}
#logo table {margin:5px 0 0 7px;}
#logo td {
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	color:#CE3110;
}
#logo td.left {padding-right:15px;}
#logo td.title {
	font-size:20px;
	line-height:24px;
	padding:6px 0 10px 70px;
}

/* ##### mainnav ##### */
#mainnav {
	clear:both;
	width:950px;
	height:25px;
	overflow:hidden;
	padding:5px 0 5px 0;
	background:#CE3110;
}
#mainnav li {
	list-style:none;
	float:left;
	margin-left:15px;
}
#mainnav a {
	height:25px;
	display:block;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
	text-align:center;
	padding-right:10px;
	background:url(../img/mainnav_bg_right.png) top right no-repeat;
}
#mainnav a:hover, #mainnav a.act {
	color:#CE3110;
	background-position:100% -25px;
}
#mainnav a span {
	height:25px;
	display:block;
	background:url(../img/mainnav_bg.png) top left no-repeat;
	padding-left:10px;
}
#mainnav a:hover span, #mainnav a.act span {
	color:#CE3110;
	background-position:0 -25px;
}



/* ##### subnav ##### */
#subnav {
	clear:both;
	width:950px;
	height:21px;
	overflow:hidden;
	margin-top:10px;
}
#subnav li {
	list-style:none;
	float:left;
	margin-left:15px;
}
#subnav a {
	height:21px;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	line-height:21px;
	text-decoration:none;
	text-align:center;
	padding-right:10px;
	background:url(../img/subnav_bg_right.png) top right no-repeat;
}
#subnav a:hover, #subnav a.act {
	color:#CE3110;
	background-position:100% -21px;
}
#subnav a span {
	height:21px;
	display:block;
	background:url(../img/subnav_bg.png) top left no-repeat;
	padding-left:10px;
}
#subnav a:hover span, #subnav a.act span {
	color:#CE3110;
	background-position:0 -21px;
}


/* ##### footer ##### */
#copy {
	width:723px;
	float:left;
	ovrflow:hidden;
}
#copy h1 {
	font-size:10px;
	color:#FFFFFF;
	text-align:left;
	margin:3px 0 0 10px;
}
#copy a {
	color:#FFFFFF;
	text-decoration:none;
}

#footernav {
	float:left;
	ovrflow:hidden;
}
#footernav ul {
	text-align:right;
	margin-top:3px;
}
#footernav li {
	list-style:none;
	display:inline;
	text-align:right;
	margin-right:24px;
}
#footernav a {
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
}
#footernav a:hover, #footernav a.act {text-decoration:underline;}





/* ****** */
/* content */
/* ****** */

#corpus ul {
	margin-left:15px;
	margin-bottom:18px;
}

dd {
	font-size:10px;
	font-style:italic;
}

table.address td.col1 {
	width:110px;
}
table.address td.col2 {
	width:240px;
}
table.address input.txt, table.address textarea {
	width:240px;
}
table.address input.zip {
	width:80px;
}
table.address tr {
	height:23px;
}
table.address td.small {
	font-size:10px;
}

#contactform {
	clear:both;
	padding:20px 0 0 235px;
}
#contactform td {padding:5px 10px 0 0;}
#contactform input.txt {width:280px;}
#contactform input.zip {width:50px;}
#contactform textarea {width:280px;}
