/*Styling for KUAS, 2008-08-27*/

/*Always places a vertical scrollbar in firefox (like in IE). That way the layout don't "jump" when different jsp pages is shown with different height.*/
html {
	overflow-y: scroll;
}

.pageWrapperDiv {
	background-color: #FFFFFF;
	width: 850px; 
}

.pageHeaderDiv {
	border: solid 0px Black;
	width: 850px;
	height: 131px;
	background-image: url(images/Header.gif);
}
.pageHeaderLink{
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: none;
    position: relative;
    width: 80px;    /* width of the link */
    height: 80px;   /* height of the link */
    top: 113px; /* top of link */
	left: 632px; 
    border: 0;
}

.pageHeaderLink:link {
	color: #ffffff;
}

.pageHeaderLink:visited {
	color: #ffffff;
}

.pageHeaderLink:hover {
	color: #ffffff;
	text-decoration: underline;
}

.pageHeaderLogoLink{
    position: absolute;
    width: 80px;    /* width of the logo */
    height: 80px;   /* height of the logo */
    top: -95px; /* top of logo */
	left: -5px; 
    border: 0;
}

.pageGlobalNavigationLevel1Div {
	border: solid 0px Black;
	/*	width: 780px;*/
	width: 100%;
	height: 38px;
	background-image: url(images/NavigationLevel1.gif);
}

.pageGlobalNavigationWhiteDiv {
	position: relative;
	top: -43px;
	border: solid 0px Black;
	width: 850px;
	height: 28px;
	background-color: #FFFFFF;
}

.pageContentAreaDiv {
	position: relative;
	left: 19px;
	margin-top: 60px;
	border: none;
	width: 740px;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	padding: 0px;
	margin: 0px;
}

.forsideContentAreaDiv {
	position: relative;
	left: 19px;
	margin-top: 0px;
	border: none;
	width: 740px;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	padding: 0px;
	margin: 0px;
}

.popup-window {
	background-color: #ffffff;
}

.downloadContentAreaDiv {
	position: relative;
	left: 19px;
	margin-top: 10px;
	border: none;
	width: 740px;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

.searchInfoAreaDiv {
	position: relative;
	left: 51px;
	margin-top: 10px;
	border: none;
	width: 180px;
	min-height: 430px;
	height: auto !important;
	height: 430px;
	padding: 3px;
	margin: 0px;
	background-color: #ebece8;
	border: solid 0px #7da600;
}

.footerpageContentAreaDiv {
	position: relative;
	left: 20px;
	top: 0px;
	border: none;
	width: 565px;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	float: left;
}

.tableContentArea {
	border: solid 0px Black;
	width: 742px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.downloadtableContentArea {
	border: solid 1px Black;
	width: 742px;
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	background-color: #ffffff;
}

.tableCell {
	border: solid 0px Black;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
.tableCellAsog {
	border: solid 0px Black;
	padding: 0px;
	margin: 0px;
	background-color:#ffffff;	
	vertical-align: top;
}

.columnLeftDiv {
	position: relative;
	left: -3px;
	border: solid 0px Black;
	overflow: hidden;
	width: 167px;
	max-width: 167px;
	height: auto !important;
	margin: 0px;
	padding: 0px;
	margin-top: 60px;
}

.forsidecolumnLeftDiv {
	position: relative;
	left: -3px;
	border: solid 0px Black;
	overflow: hidden;
	width: 167px;
	max-width: 167px;
	height: auto !important;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

.downloadcolumnLeftDiv {
	position: relative;
	left: -3px;
	border: solid 0px Black;
	overflow: hidden;
	width: 147px;
	max-width: 147px;
	height: auto !important;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	background-color: #ffffff;
}

.columnCenterDiv {
	position: relative;
	left: 3px;
	border: solid 0px Black;
	overflow: hidden;
	width: 334px;
	max-width: 334px;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	padding:0px;
	margin:0px;
	margin-top: 55px;
}

.forsideCenterDiv {
	position: relative;
	left: 3px;
	border: solid 0px Black;
	overflow: hidden;
	width: 334px;
	max-width: 334px;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	padding:0px;
	margin:0px;
	margin-top: 0px;
}

.downloadcolumnCenterDiv {
	position: relative;
	left: -20px;
	border: solid 0px Black;
	overflow: hidden;
	width: 380px;
	max-width: 334px;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	padding:0px;
	margin:0px;
	margin-top: 0px;
}

.columnRightDiv {
	position: relative;
	right: -13px;
	border: solid 0px Black;
	overflow: hidden;
	width: 188px;
	max-width: 188px;
	height: auto !important;
	margin: 0px;
	padding: 0px;
	margin-top: 60px;
}

.forsidecolumnRightDiv {
	position: relative;
	right: -13px;
	border: solid 0px Black;
	overflow: hidden;
	width: 188px;
	max-width: 188px;
	height: auto !important;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

.advsearchcolumnRightDiv {
	position: relative;
	right: -20px;
	border: solid 0px Black;
	overflow: hidden;
	width: 188px;
	max-width: 188px;
	height: auto !important;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

.downloadcolumnRightDiv {
	position: relative;
	right: -13px;
	border: solid 0px Black;
	overflow: hidden;
	width: 188px;
	max-width: 188px;
	height: auto !important;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}

.contentLeftTopDiv {
	border: solid 0px Black;
	overflow: hidden;
	width: 167px;
	/*background-color: #CCCCCC;*/
	max-width: 167px;
	/*height: 200px;*/
	min-height: 200px;
	padding: 0px;
	margin: 0px;
}

.contentLeftBottomDiv {
	border: solid 0px Black;
	overflow: hidden;
	width: 167px;
	/*background-color: #CCDDCC;*/
	max-width: 167px;
	/*height: 200px;*/
	min-height: 200px;
	padding: 0px;
	margin: 0px;
}

.contentCenterTopDiv {
	border: solid 0px Black;
	overflow: hidden;
	width: 334px;
	max-width: 334px;
	min-height: 238px;
	height: auto !important;
	height: 238px;
	padding: 0px;
	margin: 0px;
	/*background-color: #000000;*/
}

.contentCenterBottomDiv {
	border: solid 0px Black;
	overflow: hidden;
	width: 334px;
	max-width: 334px;
	/*background-color: #000000;*/
	min-height: 90px;
	height: auto !important;
	height: 90px;
	padding: 0px;
	margin: 0px;
}

.contentRightDiv {
	border: solid 0px Black;
	background-color: #ebece8;
	overflow: hidden;
	width: 188px;
	max-width: 188px;
	height: 455px;
	min-height: 400px;
	padding: 0px;
	margin: 0px;
	top-margin:60px;
}

.pageFooterDiv {
	background-color: white;
	border: solid 0px Black;
	width: 850px;
	height: 50px;
	padding: 0px;
	margin: 0px;
}

.pageFooterListDiv {
	border: solid 0px Black;
	width: 850px;
	height: 7px;
	clip: auto;
	padding: 0px;
	margin: 0px;
	background-image: url(images/Footer.gif);
}

.leftMenuDiv {
	position: relative;
	top: 0px; /* was -53px */
	left: 20px;
	border: solid 0px Black;
	overflow: hidden;
	width: 167px;
	background-color: #FFFFFF;
	max-width: 167px;
	height: 200px;
	min-height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.helpInfoAreaDiv {
	position: relative;
	left: 3px;
	top: 0px; /* was -53px */
	border: none;
	width: 565px;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	float: left;
	margin-top: 0px;
}

.downloadhelpAreaDiv {
	position: relative;
	left: -20px;
	top: 0px; /* was -53px */
	border: none;
	width: 565px;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	float: left;
	margin-top: 0px;
}

.menuUL {
	width: 810px;
	position: relative;
	left: -20px;
	top: -43px;
	background-color: transparent;
}

.menuActiveItem {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
	background-color: white;
	color: #516e08;
	line-height: 25px;
	padding: 12px 10px;
}

.menuActiveItem:Hover {
	text-decoration: underline;
}

.menuInactiveItem {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
	background-color: transparent;
	color: white;
	line-height: 20px;
	padding: 7px 10px;
}

.menuInactiveItem:Hover {
	text-decoration: underline;
}

a.textonly:hover {
	text-decoration: none
}

a.textonly {
	position: relative;
	left: 87px;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
	background-color: transparent;
	color: white;
}

.headerLink {
	display: inline;
}

body.kuas4f {
	background-color: rgb(231, 231, 228);
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: small;
	margin-top: 0px;
}

a.LocalNavigation {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}


a {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: none;
	color: #7da600;
}

/*
p {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #343434;
}

img {
	border-style: none;
}

p a {
	color: #DBDBDB;
}
*/
p.Footer {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	position: relative;
	left: 20px;
}

p.leftTopIndentedText {
	margin: 0px 0px 0px 0px;
	position: relative;
	left: 5px;
}

a.ListNavigation {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a.ListNavigation:link {
	color: #ffffff;
}

a.ListNavigation:visited {
	color: #ffffff;
}

a.ListNavigation:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.ParagraphLink {
	text-decoration: none;
	font-size: 11px;
	color: #7da600;
}

a.ParagraphLink:link {
	color: #7da600;
}

a.ParagraphLink:visited {
	color: #7da600;
}

a.ParagraphLink:hover {
	color: #516e08;
	text-decoration: underline;
}

td.cellRightDiv {
	position: relative;
	left: -50px;
}

/*h1 {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 20px;
	margin: 0px;
}*/

/*h2 {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 13px;
	margin: 0px;
}*/

/*h3 {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #343434;
}*/

h4 {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #516e08;
}

h5 {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	margin: 0px;
}

/*  Avanceret s�gning */
.asog_table {
	padding: 0px;
	border: 0px;
	width: 738px;
	background-color: #ffffff; 
}

.asog_col1 {
	width: 200px;
	padding: 0px;
}

.asog_col2 {
	width: 320px;
	padding: 0px;
}

.asog_row_spacing {
	height: 8px;
}

.asog_help_icon {
	width: 16px;
	padding: 0px;
	spacing: 0px;
	margin: 0px;
	vertical-align: middle;
	border-style: none;
}

.asog_textfield {
	width: 284px; /* width: 297px; */
	padding: 0px;
	spacing: 0px;
	margin: 0px;
	vertical-align: middle;
}

.asog_combo {
	width: 288px;
	padding: 0px;
	spacing: 0px;
	margin: 1px;
	vertical-align: middle;
	font-family: tahoma,arial,helvetica,sans-serif;
}

.asog_half_textfield_left {
	width: 137px;
	padding: 0px;
	spacing: 0px;
	vertical-align: middle;
}

.asog_half_textfield_right {
	width: 139px;
	padding: 0px;
	spacing: 0px;
	vertical-align: middle;
}

.asog_half_combo {
	width: 149px;
	padding: 0px;
	vertical-align: middle;
}
.asog_period_row {
	margin: 5px;
	padding: 5px;
} 

.contentRightDivAsog {
	border: solid 0px Black;
	/*background-color:#ECF0DF;*/
	background-color:#000000;
	overflow: hidden;
	width: 188px;
	max-width: 188px;
	min-height: 550px;
	padding: 0px;
	margin: 0px;
	left:-5px;
}

/* Download */
h3.dl_col1Header {
	color: #516e08;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

p.dl_col1Paragraph {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #7da600;
}

.dl_col2Div {
	width: 334px;
}

.dl_col2Td {
	width: 334px;
	height: 130px;
}

.dl_col3Td {
	width: 170px;
	height: 130px;
}

.dl_col3Select {
	width: 176px;
	position: relative;
	top: 5px;
	left: 5px;
	margin-bottom: 5px;
}

font.dl_col3RadioBtnText {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #343434;
}

.dl_col3Div {
	background-color: #ecf0df;
	width: 188px;
}

.dl_col3DLbtn {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	margin-bottom: 2px;
}

/* Soegeresultat */
font.sogeres_col1Font {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #343434;
}

a.sogeres_HeaderInactiveItem {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	color: black;
	line-height: 5px;
	position: relative;
	top: 12px;
	padding: 8px 10px;
}

a.sogeres_HeaderActiveItem {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: white;
	color: black;
	line-height: 5px;
	position: relative;
	top: 12px;
	padding: 8px 10px;
}

.sogeres_HeaderDiv {
	background-color: #7da600;
	height: 30px;
	width: 495px;
}

.sogeres_HeaderTable {
	width: 742px;
}

a.sogeres_Link_Right {
	color: #7da600;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	float: right;
	position: relative;
	left: -10px;
	border: thick;
}

a.sogeres_Link_Right:hover{
	color:#516e08;
	text-decoration: underline;
}

a.sogeres_Link {
	color: #7da600;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;

	position: relative;
	left: -10px;
	border: thick;
}


a.sogeres_Link:link {
	color: #7da600;
}

a.sogeres_Link:hover {
	color: #516e08;
	text-decoration: underline;
}

.sogeres_bottomRightDiv {
	background-color: #ecf0df;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 3px;
	border-bottom-color: #7da600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #7da600;
	border-top-width: 1px;
	border-top-style: solid;
}

font.sogeres_FirstColumnFont {
	color: #516e08;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	left: 5px;
}

font.sogeres_OtherColumnFont {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #343434;
}

td.sogeres_EvenRow {
	background-color: #EEEEEE;
	width: 95px;
}

td.sogeres_OddRow {
	width: 95px;
}

tr.sogeres_EvenRow_Float
{
	background-color: #EEEEEE; 
}
tr.sogeres_OddRow_Float
{
	background-color: #FFFFFF; 
}

/*Adv. Search*/
.advSearchNormalText {
	color: #000000;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}

/* Overall site styles */
/*tr.greenline{
	border-top-style: solid 1px #7da600;
}
td.greenline{
	border-top-style: solid 1px #7da600;
}
*/
font.normalSiteText {
	color: #343434;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
}

font.normalSiteTextBold {
	color: #343434;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}

font.normalSiteHeader{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	padding: 0px;
	color: #343434;
	font-weight:bold;
}

font.locationDetailHeader{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	padding: 0px;
	color: #343434;
	font-weight:bold;
	text-decoration: underline;

}

font.locationDetailTextBold{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 5px;
	color: #343434;
	font-weight:bold;
}

font.locationDetailText{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	padding-left: 5px;
	color: #343434;
}

font.normalSiteWarningHeader{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	padding: 0px;
	color: red;
	font-weight:bold;
}

normalSiteHeader.asog{
	margin-bottom: 5px;
}


font.largeSiteHeader {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 20px;
	margin: 0px;
}

font.mediumSiteHeader {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 14px;
	margin: 0px;
	font-weight:bold;
}

font.normalPageHeader {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 13px;
	margin: 0px;
	font-weight: bold;
	color: #343434;
}

font.ListNavigation {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

font.ListPageNavigation {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #7da600;
}

font.ListPageNavigation:hover {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #516e08;
	text-decoration: underline;
}

font.ListPageNavigationSelected {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #7da600;
}

font.ListPageNavigationSelected:hover {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #516e08;
	text-decoration: underline;
}

a.RightDivLink {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.RightDivLink:link {
	color: #7da600;
}

a.RightDivLink:visited {
	color: #7da600;
}

a.RightDivLink:hover {
	color: #516e08;
	text-decoration: underline;
}

a.LocalNavigation {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a.LocalNavigation:link {
	color: #7da600;
}

a.LocalNavigation:visited {
	color: #7da600;
}

a.LocalNavigation:hover {
	color: #516e08;
	text-decoration: underline;
}

a.LocationDetailNavigation {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}

a.LocationDetailNavigation:link {
	color: #7da600;
}

a.LocationDetailNavigation:visited {
	color: #7da600;
}

a.LocationDetailNavigation:hover {
	color: #516e08;
	text-decoration: underline;
}

a.FooterLink {
	text-decoration: none;
	font-size: 10px;
}

a.FooterLink:link {
	color: #7da600;
}

a.FooterLink:visited {
	color: #7da600;
}

a.FooterLink:hover {
	color: #516e08;
	text-decoration: underline;
}

/* End overall site styles */

/*Location*/

.locInfoBoxTd {
	height: 16px;
	border: solid 0px Black;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
	vertical-align: top;
}
.locNormalText {
	color: #343434;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
}

.locItalicText {
	color: #343434;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-style: italic;
	vertical-align: top;
}

.locColumnLeftDiv {
	position: relative;
	left: -3px;
	border: solid 0px Black;
	overflow: hidden;
	width: 188px;
	max-width: 188px;
}

.locContentLeftDiv {
	overflow: hidden;
	width: 188px;
	background-color:#EBECE8;
	max-width: 188px;
	padding: 4px;
	margin: 0px;
	margin-bottom: 4px;
}

.locColumnCenterDiv {
	position: relative;
	left: 3px;
	border: solid 0px Black;
	overflow: hidden;
	width: 334px;
	max-width: 334px;
	min-height: 400px;
}

.locContentCenterDiv {
	border: solid 0px Black;
	width: 334px;
	max-width: 334px;
	padding: 0px;
	margin-bottom: 10px;
}

.locColumnRightDiv {
	position: relative;
	padding: 0px;
	border: solid 0px Black;
	overflow: hidden;
	width: 188px;
	max-width: 188px;
	float: right;
	min-height: 400px;
}

.locContentRightDiv {
	border: solid 0px Black;
	overflow: hidden;
	width: 190px;
	max-width: 190px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

.locExaminationYearTD {
	width: 50px;
}

.locImageLink {
	border: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

/*PrintableLocation and Printablelistresult*/
.printBody {
	background-color: white;
}

/*ImageDisplay*/

img.locationImage {
	padding: 5px;
}

table.imageTable {
	width: 100%;
}
td.imageCol {
	align: center;
	width: 33%;
}

/*Footer UL*/

UL.footerlist {
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
	position: relative; 
	left: 20px;
}

UL.footerlist2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
	position: relative; 
}
