/* 
 * global settings
--------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	background: #fff;
}

h1,h2,p,ul,li,img,label,div {
	margin: 0;
	padding: 0;
	border-style: none;
}

table {border-spacing: 0;}

a{
	text-decoration: none;
	color: #000;
}

ul li {list-style: none}

h1 {
	font-size: 13px;
	color: #bd0040;
}

h1 span {
	font-weight: normal;
}

p {
	font-size: 12px;
	line-height: 15px;
	margin-top: 5px;
}

p strong {
	display: block;
	border-bottom: 1px solid #000;
	padding-bottom: 6px;
	margin-bottom: 8px;
}

/*-------------------------------------------------
Layout
-------------------------------------------------*/

#header {
	padding-right: 580px;
	margin-left: 90px;
	background: #e1e1e1;
}

#header_image {
	height: 229px;
	width: 918px;
	background: #e1e1e1 url(/layout/images/header_image.jpg) no-repeat 138px top;
}

#content {
	background: url(/layout/images/content_bg.gif) repeat-y;
	padding: 15px 0 60px 145px;
	clear: left;
	float: left;
}

.orange_box {
	background: #f8eaac;
	width: 386px;
	padding: 13px 20px 13px 13px;
	margin-bottom: 18px;
}



.orange_box img {
	padding: 10px 0 0 0;
}

#left_column {
	width: 405px;
	margin-right: 33px;
	float: left;
}

#right_column {
	width: 221px;
	float: left;
}


a.pdf {
	color: #000;
	background: url(images/pdf_icon.gif) no-repeat left 3px;
	margin: 5px 0 0 0;
	display:block;
	padding: 5px 0 5px 26px;
}


