@charset "UTF-8";
body  {
	/* font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif; */
	font-family: Arial,Helvetica,sans-serif;
	margin: 0; 
	padding: 0 0 0 5px;
	background: #34435f url(../images/background.gif) repeat-x top left; 
	color: rgb(220,220,220);
	font-size: 0.95em;
	line-height: 1.4em;
}

a {
	color: #d4632b;
}
a:hover {
	color: #ffe400;
}

#container { 
	width: 95%; 
	min-width: 905px; 
	/* background: transparent url(../images/grunge.jpg) no-repeat top left; */
} 
#header { 
	height: 132px;
	padding:0;
	
} 
#header h1 {
	margin: 0; 
	padding: 10px 0;
	text-indent: -3000em;
	position: absolute;
	left: -3000em;
}

#sidebar1 {
	float: left; 
	width: 220px; 
	padding: 5px 0; 
	clear: left;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
#navi {
	margin-top: 0;
	list-style-type: none;
	padding: 10px 10px 10px 10px;
	font-size: 0.85em;
	background: transparent url(../images/submenu.gif) no-repeat bottom left;
}
#subnavi {
	/*
	width: 100%;
	background-color: #96a2b6;
	border-top: 1px solid white;
	border-bottom: 1px solid white;	
	border-right: 1px solid white;	
	line-height: 30px;
	height: 30px;

	*/
	border-bottom: 1px dotted #29344a;
	height: 30px;
	font-size: 0.85em;
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
}
#subnavi a {
	display: block;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
}
#navi li a {
	text-decoration: underline;
	/* background-color: #ff9800; */
}
#subnavi .menuItem a:hover {
	background: transparent url(../images/menuActive.gif) repeat-x bottom left;
} 
#subnavi li.menuActiveItem a {
	background: transparent url(../images/menuActive2.gif) repeat-x bottom left;
	cursor: default;
	text-decoration: none;
}

#navi {
	margin-left: 0;
}
#navi li {
	
	background: transparent url(../images/menuBullet.gif) no-repeat top left;
	padding: 0 15px 10px 16px;
}
#navi li:hover {
	background: transparent url(../images/menuBullet2.gif) no-repeat top left;
}
#navi li.menuActiveSubItem {
	background: transparent url(../images/menuBullet3.gif) no-repeat top left;	
}
#navi li.menuActiveSubItem  a, #navi ul.subsub .menuActiveSubItem a {
	color: #298fda;
	text-decoration: none;
}
#navi .subsub {
	list-style-type: none;
	padding-left: 0;
	font-size: 0.9em;
}
#navi .subsub li { padding-bottom: 5px; padding-right: 5px;}
#navi ul.subsub a { color: #d4632b; text-decoration: underline; }

#subnavi li {
	float: left;
	padding: 0 5px 0 5px;
}

#mainContent {
	clear: right;
	float: left;
	width: 680px;
	padding-top: 20px;
	font-size: 0.95em;
} 
#footer { 
	border-top: 1px dashed #333;
	padding: 4px 10px 10px 10px; 
	clear: both;
	color: rgb(140,140,140);
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top: 30px;
} 
#footer a {
	color: rgb(140,140,140);
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#supportedBy {
	padding-top: 0;
	width: 930px;
	color: rgb(40,40,40);
	font-size: 0.7em; 
}
#supportedBy div { display: inline; }

/* content elements */

.csc-header {
	font-size: 0.8em;
	clear: both;
}
#mainContent .bodytext {
	padding-bottom: 1.3em;
}

/* powermail elements */

.tx_powermail_pi1_fieldwrap_html {
	padding: 1em 0 1em 0;
	clear: left;
}
.tx_powermail_pi1_fieldwrap_html label {
	width: 140px;
	text-align: right;
	float: left;
}
.tx-powermail-pi1 fieldset {
	border: 1px solid #ccc;
}
.tx_powermail_pi1_fieldwrap_html select {
	margin-left: 1em;
}
.tx_powermail_pi1_fieldwrap_html input, .tx_powermail_pi1_fieldwrap_html textarea {
	margin-left: 1em;
	background-color: transparent;
	padding: 3px;
	color: #d4632b;
	border: 1px solid #ccc;
}
.powermail_mandatory_js {
	color: red;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 152px;
}
.powermail_submit {
	position: relative;
	left: 140px;
}

/* FAQ Stuff */
#mainContent .tx-irfaq-pi1 .tx-irfaq-dynans-visible .bodytext { padding-left: 15px; font-style: italic; padding-bottom: 0;}