* {
	margin : 0;
	padding : 0;
}
div {
	display : block;
	position : relative;
	overflow : hidden;
}
.invisible,
.noscreen {
	display : none;
}

/*** Block Elements ***/

html {
	min-width : 960px;
	color : #333;
	background-color : #fff;
	background-image : url('/images/background.png');
	background-position : 0 220px;
	background-repeat : repeat-x;
}

body {
	display : block;
	position : relative;
	left : 0;
	top : 0;
	font-size : 13px;
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight : normal;
	line-height : 18px;
	color : #000;
	background-color : transparent;
}

h1 {
	display : block;
	position : relative;
	overflow : hidden;
	clear : both;
	padding-top : 25px;
	padding-bottom : 10px;
	font-size : 17px;
	font-weight : bold;
	line-height : 21px;
	color : #333;
	background-color : transparent;
}
h2 {
	display : block;
	position : relative;
	overflow : hidden;
	clear : both;
	padding-top : 20px;
	padding-bottom : 10px;
	font-size : 15px;
	font-weight : bold;
	line-height : 19px;
	color : #333;
	background-color : transparent;
}
h3, h4, h5, h6 {
	display : block;
	position : relative;
	overflow : hidden;
	padding-top : 15px;
	padding-bottom : 5px;
	font-size : 15px;
	font-weight : bold;
	line-height : 19px;
	color : #333;
	background-color : transparent;
}

p {
	display : block;
	position : relative;
	padding-top : 10px;
	font-weight : normal;
}


p.image {
	display : block;
	z-index : 1;
}
p.image.left,
p.image.right {
	padding-top : 15px;
	padding-bottom : 5px;
}
p.image.left {
	float : left;
	padding-right : 20px;
}
p.image.right {
	float : right;
	padding-left : 20px;
}
p.image a {
	display : block;
	width : 100%;
	height : 100%;
}
p.image a img {
	border : none;
	position : relative;
	overflow : hidden;
}
p.image a.popup {
	display : block;
	position : relative;
}
p.image a.popup img {
	border : 10px solid #fff;
}

p.image em {
	font-size : 11px;
	color : #666;
	line-height : 13px;
}


dl,
ol,
ul {
	display : block;
	position : relative;
	overflow : hidden;
	padding-top : 10px;
	font-weight : normal;
}
ol {
	list-style-position : outside;
	list-style-type : decimal;
}
ul {
	list-style-position : outside;
	list-style-type : square;
}
ul li {
	margin-left : 15px;
}
ol li {
	margin-left : 25px;
}
li ul,
li ol {
	padding-top : 0;
}
dt {
	display : block;
	position : relative;
	overflow : hidden;
	padding-top : 10px;
	font-weight : bold;
}
dd {
	display : block;
	position : relative;
	overflow : hidden;
	padding-left : 20px;
	font-weight : normal;
}
address {
	display : block;
	position : relative;
	overflow : hidden;
	padding-top : 10px;
	font-weight : normal;
	font-style : normal;
}
hr {
	display : block;
	position : relative;
	overflow : hidden;
	font-weight : normal;
}

form {
	margin-top : 10px;
	margin-bottom : 10px;
	font-weight : normal;
}
form fieldset {
	margin : 10px 0;
	padding : 20px;
	border : solid 1px #999;
}
form fieldset legend {
	color : #999;
}
form fieldset p label {
	display : block;
	font-weight : bold;
}
form fieldset p textarea,
form fieldset p select,
form fieldset p input[type="text"],
form fieldset p input[type="password"] {
	width : 500px;
}

/*** Inline Elements ***/

a {
	color : #d50;
	background-color : transparent;
	text-decoration : none;
}
a:visited {
	color : #999;
	background-color : transparent;
	text-decoration : none;
}
a:hover,
a:focus {
	color : #d50;
	background-color : transparent;
	text-decoration : underline;
}
a:active {
	color : #fff;
	background-color : #d50;
	text-decoration : none;
}
h2 a {
	color : #333;
	background-color : transparent;
	text-decoration : none;
}
h2 a:visited {
	color : #333;
	background-color : transparent;
}
h2 a:hover,
h2 a:focus {
	color : #333;
	background-color : transparent;
	text-decoration : underline;
}
h2 a:active {
	color : #fff;
	background-color : #d50;
}
a.intern {
	padding : 0 1px 0 7px;
	background-image : url('/images/link.intern.png');
	background-position : 1px 60%;
	background-repeat : no-repeat;
}
a.intern:visited {
	background-image : url('/images/link.intern.visited.png');
}
a.intern:hover,
a.intern:focus {
	background-image : url('/images/link.intern.hover.png');
}
a.intern:active {
	background-image : url('/images/link.intern.active.png');
}
a.extern {
	padding : 0 1px 0 7px;
	background-image : url('/images/link.extern.png');
	background-position : 1px 60%;
	background-repeat : no-repeat;
}
a.extern:visited {
	background-image : url('/images/link.extern.visited.png');
}
a.extern:hover,
a.extern:focus {
	background-image : url('/images/link.extern.hover.png');
}
a.extern:active {
	background-image : url('/images/link.extern.active.png');
}
a.print {
	padding : 0 1px 0 12px;
	background-image : url('/images/link.print.png');
	background-position : 1px 55%;
	background-repeat : no-repeat;
}
a.print:visited {
	background-image : url('/images/link.print.visited.png');
}
a.print:hover,
a.print:focus {
	background-image : url('/images/link.print.hover.png');
}
a.print:active {
	background-image : url('/images/link.print.active.png');
}
a.file {
	padding : 0 1px 0 8px;
	background-image : url('/images/link.file.png');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
a.file:visited {
	background-image : url('/images/link.file.visited.png');
}
a.file:hover,
a.file:focus {
	background-image : url('/images/link.file.hover.png');
}
a.file:active {
	background-image : url('/images/link.file.active.png');
}
a.email {
	padding : 0 1px 0 12px;
	background-image : url('/images/link.email.png');
	background-position : 1px 60%;
	background-repeat : no-repeat;
}
a.email:visited {
	background-image : url('/images/link.email.visited.png');
}
a.email:hover,
a.email:focus {
	background-image : url('/images/link.email.hover.png');
}
a.email:active {
	background-image : url('/images/link.email.active.png');
}

tt {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight : normal;
}
q {
	font-style : italic;
	quotes: "\201E" "\201C";
}
img {
	margin : 0;
	padding : 0;
	border : none;
}
span.image {
	margin-top : 10px;
	margin-bottom : 3px;
}
span.image.left {
	float : left;
	margin-right : 10px;
}
span.image.right {
	float : right;
	margin-left : 10px;
}

/*   ***** Layout *****   */
div#shortcut {
	height : 200px;
	background-color : #36a;
}
div#shortcut p {
	display : none;
}

div#title {
	position : absolute;
	overflow : visible;
	top : 20px;
	left : 0;
	width : 100%;
	height : 210px;
	color : #fff;
	background-color : #d50;
	background-image : url('/images/background.title.png');
}
div#title h1 {
	display : block;
	position : absolute;
	top : -20px;
	left : 30px;
	margin : 0;
	padding : 0;
	height : 90px;
	width : 260px;
}
div#title h1 a {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 25px 10px;
	height : 40px;
	width : 240px;
	font-size : 14px;
	font-weight : bold;
	line-height : 20px;
	color : #fff;
	background-color : transparent;
	text-decoration : none;
}
div#title h1 a:hover,
div#title h1 a:focus,
div#title h1 a:active {
	background-color : transparent;
}
div#title p {
	display : block;
	position : absolute;
	top : -20px;
	left : 30px;
	margin : 0;
	padding : 0;
	height : 90px;
	width : 260px;
}
div#title p a {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	height : 90px;
	width : 260px;
	background-image : url('/images/background.title.logo.png');
	background-repeat : no-repeat;
	text-decoration : none;
}
div#title p a:hover,
div#title p a:focus,
div#title p a:active {
	background-color : transparent;
}
div#title p a span {
	display : none;
}

div#menu {
	position : absolute;
	top : 17px;
	left : 340px;
	margin : 0;
	width : 590px;
	height : 105px;
	color : #fff;
	background-color : transparent;
}
div#menu p {
	display : none;
}
div#menu ul {
	display : block;
	position : relative;
	list-style : none;
	top : 0;
	left : 10px;
	margin : 0;
	padding : 0;
	height : 105px;
}
div#menu ul li {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	margin : 0 10px 0 0;
	padding : 0;
	height : 105px;
	font-size : 13px;
	font-weight : bold;
	color : #fff;
	background-color : transparent;
}

div#menu ul li a {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	margin : 0;
	padding : 0 10px;
	text-decoration : none;
	height : 105px;
	width : 75px;
	font-size : 12px;
	font-weight : bold;
	line-height : 85px;
	text-align : center;
	color : #fff;
	background-color : transparent;
	background-image : url('/images/background.menu.item.png');
	background-repeat : no-repeat;
	background-position : 0 0;
}
div#menu ul li.selected a {
	background-color : transparent;
	background-image : url('/images/background.menu.item.selected.png');
}
div#menu ul li a:hover,
div#menu ul li a:focus {
	text-decoration : underline;
}
div#menu ul li a:active {
	text-decoration : none;
}

div#breadcrumb {
	position : absolute;
	top : 160px;
	left : 30px;
	margin : 0;
	padding : 10px 0 0 0;
	width : 900px;
	height : 30px;
	color : #999;
	background-color : transparent;
	background-image : url('/images/background.breadcrumb.png');
}
div#breadcrumb p {
	display : block;
	position : relative;
	float : left;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 0 0 29px;
	font-size : 12px;
	font-weight : bold;
	height : 20px;
}
div#breadcrumb ul {
	display : block;
	position : relative;
	list-style : none;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	font-size : 12px;
	height : 20px;
	line-height : 20px;
}
div#breadcrumb ul li {
	display : block;
	position : relative;
	float : left;
	margin : 0 0 0 5px;
	padding : 0;
	height : 20px;
	color : #999;
	background-color : transparent;
	border : none;
}
div#breadcrumb ul li a {
	padding : 1px 1px 1px 7px;
	height : 20px;
	line-height : 20px;
	color : #999;
	background-color : transparent;
	background-image : url('/images/link.breadcrumb.png');
	background-repeat : no-repeat;
	background-position : 1px 50%;
	text-decoration : none;
}
div#breadcrumb ul li a:visited {
	color : #999;
	background-color : transparent;
	background-image : url('/images/link.breadcrumb.visited.png');
	text-decoration : none;
}
div#breadcrumb ul li a:hover,
div#breadcrumb ul li a:focus {
	color : #333;
	background-color : transparent;
	background-image : url('/images/link.breadcrumb.hover.png');
	text-decoration : underline;
}
div#breadcrumb ul li a:active {
	text-decoration : none;
	color : #fff;
	background-color : #d50;
	background-image : url('/images/link.breadcrumb.active.png');
}

div#content {
	display : block;
	position : relative;
	overflow : hidden;
	clear : both;
	top : 0;
	left : 30px;
	margin : 0;
	padding : 0 0 75px 0;
	width : 900px;
	color : #333;
	background-color : transparent;
	background-image : url('/images/background.content.png');
}
div#content div#main {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	top : 0;
	left : 30px;
	margin : 0;
	padding : 0;
	width : 550px;
}
div#content div#column {
	display : block;
	position : relative;
	overflow : hidden;
	float : right;
	top : 0;
	right : 15px;
	margin : 0;
	padding : 0;
	width : 260px;
}

div#address {
	clear : both;
	top : -25px;
	left : 0;
	margin : 0;
	padding : 25px 0;
	width : 100%;
	height : 30px;
	color : #fff;
	background-color : transparent;
	background-image : url('/images/background.address.png');
	background-repeat : repeat-x;
}
div#address p {
	display : none;
}
div#address address {
	display : block;
	position : relative;
	overflow : hidden;
	top : 0;
	left : 30px;
	margin : 0;
	padding : 0;
	width : 900px;
	height : 15px;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	line-height : 15px;
	color : #fff;
	background-color : transparent;
}
div#address address a {
	padding : 1px 1px 1px 13px;
	color : #fff;
	background-color : transparent;
	background-image : url('/images/link.address.email.png');
	background-repeat : no-repeat;
	background-position : 1px 60%;
	text-decoration : none;
}
div#address address a:visited {
	color : #fff;
	background-color : transparent;
	background-image : url('/images/link.address.email.visited.png');
	text-decoration : none;
}
div#address address a:hover,
div#address address a:focus {
	color : #fff;
	background-color : transparent;
	background-image : url('/images/link.address.email.hover.png');
	text-decoration : underline;
}
div#address address a:active {
	color : #d50;
	background-color : #fff;
	background-image : url('/images/link.address.email.active.png');
}

div#legal  {
	display : block;
	position : relative;
	overflow : hidden;
	clear : both;
	top : -25px;
	left : 0;
	margin : 0;
	padding : 0;
	width : 100%;
	height : 30px;
	color : #333;
	background-color : transparent;
}
div#legal p {
	display : none;
}
div#legal ul {
	display : block;
	position : relative;
	list-style : none;
	top : 0;
	left : 30px;
	margin : 0;
	padding : 0;
	height : 26px;
}
div#legal li {
	display : inline;
	margin : 0 5px 0 0;
	padding : 0;
	font-size : 12px;
	font-weight : bold;
	height : 26px;
	line-height : 26px;
	color : #333;
	background-color : transparent;
	border : none;
}
div#legal li a.intern {
	padding : 1px 1px 1px 7px;
	height : 21px;
	line-height : 21px;
	color : #333;
	background-color : transparent;
	background-image : url('/images/link.legal.png');
	background-repeat : no-repeat;
	background-position : 1px 50%;
	text-decoration : none;
}
div#legal li a.intern:visited {
	color : #333;
	background-image : url('/images/link.legal.visited.png');
	text-decoration : none;
}
div#legal li a.intern:hover,
div#legal li a.intern:focus {
	color : #333;
	background-image : url('/images/link.legal.hover.png');
	text-decoration : underline;
}
div#legal li a.intern:active {
	color : #fff;
	background-image : url('/images/link.legal.active.png');
	background-color : #d50;
	text-decoration : none;
}


/*** Content Layout ***/

div.text {
	margin : 30px 0 0 0;
	padding : 0;
	color : #333;
	background-color : transparent;
}

div.ad-gallery {
	margin-top : 40px;
	padding : 9px 19px 19px 19px;
	border : 1px solid #ccc;
}
div.ad-gallery h1 {
	padding-top : 0;
}

div.attachments,
div.links {
}

div.attachments div.entry h2 {
	padding-left : 0;
}
div.attachments div.teaser {
	padding-top : 6px;
}
div.attachments div.teaser p {
	padding-top : 0;
	padding-bottom : 2px;
}
div.links p {
	padding-top : 0;
	padding-bottom : 0;
}

div.modification {
	margin : 10px 0 0 0;
	padding : 0;
	font-size : 12px;
	font-family : monospace;
	color : #999;
	background-color : transparent;
	background-image : none;
}

div.left {
	clear : both;
	float : left;
	margin-bottom : 5px;
	margin-right : 40px;
	width : 290px;
}
div.right {
	float : left;
	margin-bottom : 5px;
	width : 290px;
}


div.col2,
div.col21,
div.col12 {
	display :block;
	position : relative;
	clear : both;
	overflow : hidden;
	margin : 30px 0 0 0;
	padding : 0;
	width : 550px;
}
div.col2left {
	float : left;
	margin-top : 0;
	margin-bottom : 0;
	margin-right : 30px;
	width : 240px;
}
div.col2right {
	float : left;
	margin-top : 0;
	margin-bottom : 0;
	width : 240px;
}

div.col12left {
	float : left;
	margin-top : 0;
	margin-bottom : 0;
	margin-right : 30px;
	width : 200px;
}
div.col12right {
	float : left;
	margin-top : 0;
	margin-bottom : 0;
	width : 280px;
}

div.col21left {
	float : left;
	margin-top : 0;
	margin-bottom : 0;
	margin-right : 30px;
	width : 280px;
}
div.col21right {
	float : left;
	margin-top : 0;
	margin-bottom : 0;
	width : 200px;
}

div.clear {
	clear : both;
	margin : 0;
	padding : 0;
}

div.entry {
	clear : both;
	padding-top : 5px;
	padding-bottom : 5px;
}
div.entry h2 {
	padding-right : 92px;
	padding-top : 10px;
	padding-bottom : 0;
	border-bottom : solid 1px #ccc;
}
div.entry p {
	padding-top : 5px;
}
div.entry div.preview {
	margin-top : 10px;
}

div.entry div.teaser {
	overflow : visible;
}
div.entry div.teaser tt:first-child {
	display : block;
	position : absolute;
	z-index : 10;
	top : -20px;
	right : 0;
	color : #999;
}

div.preview {
	float : left;
	z-index : 1;
	margin-top : 8px;
	margin-right : 10px;
	width : 80px;
	height : 60px;
	border : solid 1px #ddd;
}
div.preview p {
	margin : 0;
	padding : 0;
	width : 80px;
	height : 60px;
	text-align : center;
}
div.preview p a {
	display : block;
	width : 100%;
	height : 100%;
	text-align : center;
}
div.preview p img {
	margin : 0 auto;
	padding : 0;
}

div.pagemeta {
	font-size : 12px;
	font-family : monospace;
	font-weight : normal;
	color : #999;
}

div#column div.subnav {
}
div#column div.subnav h1 {
}
div#column div.subnav h2 {
	padding-bottom : 0;
}
div#column div.subnav ul {
	list-style : none;
	margin-left : 0;
	padding-top : 0;
}
div#column div.subnav ul li {
	margin-left : 0px;
}
div#column div.subnav ul li ul {
	margin-left : 15px;
	padding-bottom : 0;
}

div.imagelinks {
	padding-left : 0;
	padding-right : 0;
}
div.imagelinks p {
	padding-top : 0;
	padding-bottom : 10px;
}



div#column div.member {
	background-color : #c00;
}
div#column div.member h1,
div#column div.member h2,
div#column div.member p {
	color : #fff;
}
div#column div.member p a {
	color : #fff;
	background-image : url('/images/link.extern.active.png');
}
div#column div.member div.preview {
	margin : 3px 7px 0 0;
	padding : 0;
	width : 60px;
	height : 80px;
	border : solid 1px #bbb;
	background-color : transparent;
}
div#column div.member div.preview p {
	margin : 0;
	padding : 0 ! important;
	width : 60px;
	height : 80px;
	text-align : center;
}
div#column div.member div.preview p img {
	display : block;
	position : relative;
	margin : 0 auto;
	padding : 0;
}

div.banner {
	margin : 30px 0;
	padding : 0;
	width : 236px;
	background-color : transparent ! important;
	background-image : none ! important;
	border : none;
}
div.banner p {
	margin : 0;
	padding : 0;
	height : 11px;
	font-size : 11px;
	font-weight : normal;
	line-height : 11px;
	text-align : left;
	color : #999 ! important;
	background-color : transparent ! important;
	background-image : none ! important;
	border : none;
}
div.banner a {
	display : block;
	overflow : hidden;
	float : left;
	margin : 0;
	padding : 0;
	width : 234px;
	height : 60px;
	color : #999;
	background-color : transparent;
	border : 1px solid #999;
}

div.service {
}
div.service h1 {
}
