/* General Page Styles */
body {
	background: #FFF url(../imgs/bg_body.png) repeat-x;
	font: normal 11px/1.2em Arial, Helvetica, sans-serif;
	padding: 10px 0;
}

a {
	color: #555;
}

a:visited {
	color: #555;
}

a:active {
	color: #369;
}

h1,h2,h3,h4,h5,h6 {
	border-bottom: 1px solid #DDE;
	font: bold 10px/2em Arial, Helvetica, sans-serif;
	margin: 0 0 1em;
	text-transform: uppercase;
}

h1 {
	color: #079;
	font-size: 18px;
	font-weight: normal;
	line-height:2.25em;
}

h2 {
	color: #079;
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
}

h4 {
	font: bold 10px/2em Arial, Helvetica, sans-serif;
	height: auto;
}

h5 {
	color: #777;
	font-weight: normal;
	height: auto;
}

hr {
	height: 1px;
	background-color: #DDE;
}

img {
	display: block;
}

/* Layout Styles */
.box {
	background: transparent;
}
.corners-1, .corners-2, .corners-3,.corners-4,.corners-5{
	height: 120px;
	padding: 20px;
}

.bg-blue,.bg-white,.bg-light {
	overflow: hidden;
	padding: 20px;
	height: 120px;
	margin: 0;
}

.bg-blue {
	background: #08A;
}

.bg-white {
	background: #FFF;
}

.bg-light {
	background: #EEE;
}

.container {
	width: 990px;
}

.margin-auto {
	margin: 0 auto;
}

/* Navigation Styles*/
.nav-main {
	list-style: none;
	margin:0;
	overflow:hidden;
	width:100%;
}

.nav-main li {
	float:left;
	width:100%;
	display:block;
}

.nav-main a, .nav-main .cur {
	border-bottom: 1px solid #CDE;
	display: block;
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
	padding: 6px 0;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 15px;
	width:100%;
}

.nav-main a:hover {
	background: #CDE;
}

.nav-main .cur, .nav-main .act a {
	background: #08A;
	border-color: #079;
	color: #FFF;
}

.nav-sec {
	font-size: 14px;
	list-style: none;
	margin: 0 0 2em;
}

.nav-sec li {
	border-bottom: 1px solid #DDE;
	padding: 6px 0;
}

.nav-tools {
	list-style: none;
	margin: 0 auto 10px;
	overflow: hidden;
	width: 140px;
}

.nav-tools li {
	float: left;
	margin-left: 5px;
	display:block;
}

.nav-tools li a, .nav-tools li.act {
	background: transparent url('../imgs/nav_tools.gif') no-repeat center center;
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 40px;
}

.nav-tools li a:hover {
	background-color: #CDE;
}

.nav-tools li.home, .nav-tools li.home a {
	background-position: 13px center;
}

.nav-tools li.sitemap, .nav-tools li.sitemap a {
	background-position: -61px center;
}

.nav-quick a.expand {
	background: #FFF url(../imgs/arr_right.png) no-repeat 140px center;
	border: 1px solid #DDE;
	cursor: pointer;
	display: block;
	margin-bottom: 7px;
	padding: 3px 5px;
	text-decoration: none;
}

.nav-quick a.act {
	background: #FFF url(../imgs/arr_down.png) no-repeat 140px center;
}

/* Header Styles */
#header {
	float: none;
	margin: 3em 0 10px;
}

#header .slogan {
	padding: 105px 0 0;
	margin:0;
}

/* Footer Styles */
#footer .span-10 {
	border-top: 2px solid #CCC;
}

/* Text Styles */
.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.cursive {
	font-family: "Times New Roman";
	font-style: italic;
	font-weight: normal;
}

.extra-large {
	color:#555;
	font-size: 2em;
}

.large,.small {
	line-height: 1.2em;
}

.subtitle {
	border-bottom: 1px solid #DDE;
	padding: 1em 0;
}

.subtitle p {
	margin-bottom: 0;
}

/* Form Style */
fieldset {
	border-color:#F0F9FF;
}

label {
	display:block;
}

.csc-mailform-field {
	margin: 0 0 1em;
}

.csc-mailform-submit {
	padding: 5px 10px;
}

/* Other Styles */
hr.spacer {
	height: 10px;
	margin:0;
	background:transparent;
}

ul.hor {
	list-style: none;
	margin: 0.8em 0 0;
	overflow: hidden;
}

ul.hor li {
	border-right: 1px solid #CCC;
	display: inline;
	float: left;
	padding: 0 1em;
}
ul.hor li.last {
	border-right: none;
}
.no-border {
	border:none;
}
.tx-irfaq-pi1 img {
	display:inline;
}
dt {
	margin-bottom:1em;
}
table {
	border-top:2px solid #CCC;
	border-bottom:1px solid #CCC;
}
td {
	padding:10px;
	border-bottom:1px solid #CCC;
}
td.odd {
	background:#EEE;
}
