html, body
{
	margin: 0;
	padding: 0;
	background: #fff;
	line-height: 1.5;
	font-size: 12px;
	font-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3
{
  font-size: 1.2em;
}

div.clear
{
  clear: both;
}

.entrytext:after,
#header:after,
#non-header:after,
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a img
{
	border: none;
}

a:link,
a:visited {
	color: #a4cf63;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}
a.class 
{
	color: #a4cf63;
}

h2
{
	font-size: 2.0em;
	margin: 0;
	font-weight: normal;
	font-color: #777777;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-hasFlash #content h2 {
	visibility: hidden;
	line-height: 1.3;
	
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced
{
	visibility: visible !important;
}


#wrapper
{
	margin: 0 auto;
	width: 940px;
	padding: 0 0 20px 0;
	background: url(../images/background-gradient.jpg);
}

#non-header
{
	background: url(../images/background.jpg) no-repeat center top;
	padding-top: 20px;
}

#content-wrapper
{
	float: middle;
	width: 600px;
	padding-bottom: 20px;
}

#content, #flash-page
{
	clear: middle;
	background: #edecec;
}

#flash-page
{
	min-height: 400px;
}

#content
{
	min-height: 340px;
	padding: 20px 30px 40px 30px;
}

#content a:link,
#content a:visited,
#flash-page a:link,
#flash-page a:visited
{
	color: #50b648;
}

#content.without-tabs, 
#flash-page.without-tabs
{
	margin-top: 24px;
}

.column-one-of-two
{
	float: left;
	width: 48%;
}

.column-two-of-two
{
	float: right;
	width: 48%;
}

.column-one-of-three,
.column-two-of-three
{
	float: left;
	width: 30%;
}

.column-two-of-three
{
	margin-left: 5%;
}

.column-three-of-three
{
	float: right;
	width: 30%;
}

.postmetadata
{
	clear: both;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform textarea {
	width: 80%;
	padding: 2px;
	}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.bottom {
	padding: 4px;
	position:float;
	bottom:0px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.page-children
{
	font-size: 1.2em;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

.page-children li
{
	margin: 2px 0;
	padding: 0;	
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


#order label,
#contact-us label,
#interest-application label
{
	width: 160px;
}

#order .text-wrapper input,
#contact-us .text-wrapper input,
#contact-us textarea,
#interest-application .text-wrapper input,
#interest-application textarea
{
	width: 200px;
}

#contact-us textarea,
#interest-application textarea
{
	height: 5em;
}

#order .checkbox-wrapper,
#contact-us .buttons,
#interest-application .buttons
{
	padding-left: 170px;
}

#order .checkbox-wrapper input,
#order .checkbox-wrapper label
{
	width: auto;
}

/*#order label
{
	width: 150px;
}


#order .checkbox-wrapper
{
	padding-left: 160px;
}*/

html .go-appform-values th
{
	width: 200px;
}

html .go-appform .text-wrapper input,
html .go-appform textarea,
html .go-appform select,
html .go-appform fieldset
{
	border-color: #4ea1ca;
}

#order #fullmakt .checkbox-wrapper,
#order #terms .checkbox-wrapper
{
	padding-left: 0;
}

td.dproblem {
background-image: url(../images/dproblem.jpg); /* forward slash for the path */
width: 236px; /* use you own image size; */
height: 235px; /* use you own image size; */
background-repeat: no-repeat;
background-position: center top;
text-align: center;
vertical-align: top;
} 

td.sproblem {
background-image: url(../images/sproblem.jpg); /* forward slash for the path */
width: 236px; /* use you own image size; */
height: 236px; /* use you own image size; */
background-repeat: no-repeat;
background-position: center top;
text-align: center;
vertical-align: top;
} 


td.nproblem {
background-image: url(../images/nproblem.jpg); /* forward slash for the path */
width: 236px; /* use you own image size; */
height: 236px; /* use you own image size; */
background-repeat: no-repeat;
background-position: center top;
text-align: center;
vertical-align: top;
} 

td.mproblem {
background-image: url(../images/mproblem.jpg); /* forward slash for the path */
width: 236px; /* use you own image size; */
height: 236px; /* use you own image size; */
background-repeat: no-repeat;
background-position: center top;
text-align: center;
vertical-align: top;
} 

td.hproblem {
background-image: url(../images/hproblem.jpg); /* forward slash for the path */
width: 236px; /* use you own image size; */
height: 236px; /* use you own image size; */
background-repeat: no-repeat;
background-position: center top;
text-align: center;
vertical-align: top;
} 

td.kproblem {
background-image: url(../images/kproblem.jpg); /* forward slash for the path */
width: 236px; /* use you own image size; */
height: 236px; /* use you own image size; */
background-repeat: no-repeat;
background-position: center top;
text-align: center;
vertical-align: top;
} 

td.eproblem {
background-image: url(../images/eproblem.jpg); /* forward slash for the path */
width: 236px; /* use you own image size; */
height: 236px; /* use you own image size; */
background-repeat: no-repeat;
background-position: center top;
text-align: center;
vertical-align: top;
} 

td.rmoproblem {
background-image: url(../images/rmoproblem.jpg); /* forward slash for the path */
width: 236px; /* use you own image size; */
height: 236px; /* use you own image size; */
background-repeat: no-repeat;
background-position: center top;
text-align: center;
vertical-align: top;
} 

td.sida {
background-color: #ffffff; /* forward slash for the path */
background-position: center top;
vertical-align: top;
} 

td.sidaa {
background-position: center top;
vertical-align: top;
} 

#SubMenuArea 
{
	float: left;
	width: 170px;
	margin-left: 0px;
	min-height: 1px;
	min-width: 130px;
}
#SubMenuArea ul 
{
	background: url(../images/submenubottom.gif) left bottom #f1f1f1 no-repeat;
	list-style: none;
	margin: 0;
	padding: 0 0 8px 0;
}
#SubMenuArea ul li 
{
	border-bottom: 1px solid #fff;
}
#SubMenuArea ul li a:link,
#SubMenuArea ul li a:visited 
{
	text-decoration: none;
	background: #f8f8f8;
	padding: 6px 9px 9px 9px;
	display: block;
	font-size: 12px;
	color: #000000;
}
#SubMenuArea ul li a:active,
#SubMenuArea ul li a:hover,
#SubMenuArea ul li a:focus {
	background: #b0de6c;
		color: #fff;

}
#SubMenuArea ul li a.first:link,
#SubMenuArea ul li a.first:visited 
{
	background: url(../images/submenu_top.gif) #f8f8f8 no-repeat;
}
#SubMenuArea ul li a.first:active,
#SubMenuArea ul li a.first:hover,
#SubMenuArea ul li a.first:focus 
{
	background: url(../images/submenu_top_first.gif) #b0de6c no-repeat;
}
#SubMenuArea ul li a.selected 
{
	background: #b0de6c;
	color: #fff;
}
#SubMenuArea ul li a.firstselected 
{
	background: url(../images/submenu_top_firstselected.gif) no-repeat #b0de6c;
	color: #ffffff;
}
#SubMenuArea ul li ul 
{
	background-image: none;
	background-color: #c9ecbc;
	padding: 0;	
}
#SubMenuArea ul li ul li a:link,
#SubMenuArea ul li ul li a:visited
{
	padding: 6px 9px 9px 21px;
	font-size: 11px;
}
#SubMenuArea ul li ul li a.selected 
{
	background: #e1e1e1;
	color: #000000;
}

.contentt
{
	font-size: 11px;
}
.contentt h1 
{
	color: #a4cf63;
	font-size: 30px;
	margin: 0 0 23px 0;
	line-height: 30px;
}
.contentt h2 
{
	font-size: 11px;
	font-weight: bold;
	color: #353439;
	margin: 5px 0 0 0;
}
.contentt ul 
{
	margin-top: 11px;
	margin-bottom: 17px;
	padding: 0 0 0 13px;
}
.contentt p 
{
	margin: 0;
}
.contentt p.preamble 
{
	font-size: 14px;
	margin: 0 0 16px 0;
}
