#Content p, #Content ul {
	font-size: 				1em;
	margin-bottom: 			1em;
	line-height: 			1.5em;
}



/* @group Text-Formatting */
strong {
	font-weight: 			bold;
}
em {
	font-style: 			italic;
}
big {
	font-size: 				1.6em;
}
small {
	font-size: 				0.75em;
	color: 					#999;
}
/* @end */



/* @group Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: 					#000;
	margin-top: 			1.25em;
	font-weight: 			bold;
	margin-bottom: 			0.75em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: 		none;
}
h2.no-top-margin {
	margin-top: 			0;
}
h1 {
  color: #000;
  font-size: 1.71em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
h2 {
	color: #de1779;
	font-size: 				1.25em;
	font-weight: 			normal;
	line-height:			1.25em;
}
h3 {
	font-size: 				1em;
	line-height: 			1em;
	margin-bottom: 			0.5em;
}
h4 {
	font-size: 				1.3em;
	font-style: 			italic;
	font-weight: 			normal;
}
h5 {
	font-size: 				1.1em;
}
h6 {
	font-size: 				1em;
}
/* @end */


/* @group Links */
#Content a {
	color: 					#008EE0;
}
#Content a:hover {
	color: 					#DD1879;
}
a.download {
	background: 			url(/images/icons/download.gif) no-repeat left 50%;
	padding-left: 			20px;
}
a.external {
	background: 			url(/images/icons/external.gif) no-repeat right 50%;
	padding-right: 			20px;
}
a.zoom {
	background: 			url(/images/icons/zoom.gif) no-repeat right 50%;
	padding-right: 			20px;
}
a.back {
	background: 			url(/images/icons/arrow_back.gif) no-repeat left 50%;
	padding-left: 			12px;
}
a.more {
	background: 			url(/images/icons/arrow_more.gif) no-repeat right 50%;
	padding-right: 			12px;
}
/* @end */


/* @group Lists */
#Content ul,
#Content ol {
	margin-left: 			0;
}
#Content ul li {
	list-style: 			none;
	background: 			url(/images/li.gif) no-repeat left 3px;
	padding-left: 			1.5em;
	margin-bottom: 			1em;
}
#Content ol li {
	list-style-type: 		decimal;
}
ul li.pdf {
	list-style-image: 		url(/images/icons/pdf.gif);
}
ul li.jpg {
	list-style-image: 		url(/images/icons/jpg.gif);
}
#Content ul.clients {
  /*position: relative;
  float: left;*/
  margin-right: -15px
}
#Content ul.clients li {
  float: left;
  list-style: none;
  background: none;
  padding: 0;
  margin: 0 14px 14px 0;
  border: 1px solid #DFDFDF;
}
#Content ul.clients li:hover {
  border-color: #de1779;
}
#Content ul.clients:after {
	content:  				".";
	display: 				block;
	height: 				0;
	clear: 					both;
	visibility: 			hidden;
	margin-bottom: 			1em;
}
/* @end */



/* @group Pictures */
img.left {
	margin-right: 			1em;
	float: 					left;
}
img.right {
	margin-left: 			1em;
	float: 					right;
}
img.border {
	border: 				1px solid #222;
	padding: 				1px;
}
/* @end */



/* @group Texts */
p.center {
	text-align: 			center;
}
p.right {
	text-align: 			right;
}
p.clear-both,
h2.clear-both {
	clear: 					both;
}
.clearall {
	clear: 					both;
}
/* @end */



/* @group Tables */
table {
	margin-bottom: 			1em;
}
th {
	font-weight: 			normal;
	font-size: 				11px;
	text-transform: 		uppercase;
	background: 			#222;
	text-align: 			left;
}
td, th {
	padding: 				6px 8px 8px 6px;
	vertical-align: 		top;
}
/* @end */


/* @group Forms */
#Content input,
#Content select,
#Content option,
#Content textarea {
  margin: 					0;
}
input,
textarea {
	font-family:			"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 				0.9em;
	border: 				1px solid #333;
	background: 			#999;
	color: 					#000;
	padding: 				4px;
}
input {
	vertical-align:			middle;
}
input:focus,
textarea:focus {
	background: 			#CCC;
}
fieldset {
	margin-bottom: 			1em;
}
legend {
	font-size: 				1.25em;
	font-weight: 			bold;
	color: 					#999;
	display: 				block;
}
#Content fieldset p {
	margin-bottom: 			0.5em;
	float: 					left;
}
fieldset label {
	clear: 					left;
	width: 					240px;
	margin-right: 			10px;
	display: 				block;
	float: 					left;
}
fieldset input,
fieldset textarea {
	width: 					280px;
	display: 				block;
	float: 					left;
}
fieldset textarea {
	height: 				5em;
}
fieldset input.radio,
fieldset input.checkbox {
	width: 					auto;
}
input.submit {
	clear: 					both;
	width: 					auto;
	border: 				1px solid #222;
	border-bottom-color: 	#333;
}
#Content form.simple fieldset p {
	margin-bottom: 			0.5em;
	float: 					none;
}
form.simple fieldset label {
	width: 					240px;
	float: 					none;
}
form.simple fieldset input,
form.simple fieldset textarea {
	width: 					280px;
	float: 					none;
}
label.postal_code {
	width: 					10em;
}
input.postal_code {
	width: 					5em;
}
input.instant_submit {
	float: 					right;
	width: 					auto;
}
/* @end */



/* @group Accordion */
.toggler {
	overflow: hidden;
}
.toggler a {
	display: 			block;
	text-decoration: 	none;
	padding: 			0 1em;
	border-bottom: 		1px solid #CCC;
	color: 				#999;
	background: 		url(/images/icons/arrow_up.gif) no-repeat 465px 50%;
}
.toggler a:hover {
	color: 				#f78a1f;
	background: 		#EEE url(/images/icons/arrow_up.gif) no-repeat 465px 50%;
}
.toggler h3 {
	color: 				#999;
	margin-bottom: 0;
	line-height: 2em;
}
.selected {
}
.selected a {
	color: 				#003975;
	background: 		url(/images/icons/arrow_down.gif) no-repeat 465px 50%;
	border-bottom: 		1px solid #999;
}
.selected a:hover {
	color: 				#003975;
	background: 		url(/images/icons/arrow_down.gif) no-repeat 465px 50%;
}
.selected h3 {
	color: 				#f78a1f;
}
.element {
	overflow: 			hidden;
	padding: 1em;
}
/* @end */




