/* (c) Add Gender, 2009, addgender.se */
/* Created by Pelle Beckman, pellebeckman.se */

/* @import url(); */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #fff url(/site-images/body_bg.jpg) top left repeat-x;
	color: #333;
}

#wrap {
	margin: 0 auto;
	width: 800px;
}

a, a:link, a:visited {
	color: #295179;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
}

/*
p {
	line-height: 260%;
}
*/

#content {
	width: 780px;
	padding: 0 10px 0 10px;
	background: url(../site-images/content_bg.jpg) no-repeat top center;
}

#page_top {
	width: 780px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


#button {
	width: 174px;
	/*border-right: 1px solid #000;*/
	padding: 10px 14px 1em 20px;

	/*background-color: #90bade;*/
	background: transparent;
	color: #333;
}

html>body #button {
	width: 164px;
}

#button ul {
	list-style: none;
	margin: 0;
	/* margin-top: 5px; */
	padding: 0;
	border: none;
}
		
#button li {
	/*border-bottom: 1px solid #90bade;*/
	border-bottom: 1px solid #ccc;
	margin: 0;
}

#button li.first {
	border-top: 1px solid #ededed;
}

#button li.active {
	font-weight: bold;
}

#button li a {
	display: block;
	padding: 5px 0px 5px 0px; /* 5 15 5 15 */
	/*border-left: 10px solid #1958b7;*/
	/*border-right: 10px solid #508fc4;*/
	/*background-color: #2175bc;*/
	background: transparent;
	color: #003344;
	text-decoration: none;
	width: 100%;
}

#button li span.active {
	font-weight: bold;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	/*border-left: 10px solid #1c64d1;*/
	/*border-right: 10px solid #5ba3e0;*/
	/*background-color: #2586d7;*/
	/*background: url("img/nav-bg2.gif") bottom left repeat;*/
	/*background: #003471;*/
	background: #f3f7c4;
	text-decoration: none;
}

#sidebar {
	/* background-color: yellow; */
	width: 192px;
	float: left;
	margin: 0;
}

#sidebar .phone {
    display: block;
    margin: 1em 0 .6em 0;
    font-size: 1.4em;
    color: #000;
    background: #fff url(/site-images/phone.gif) center left no-repeat;
    padding: 8px 0 10px 32px;
}

#sidebar .smaller {
	color: #666;
	line-height: 150%;
}

/*
#sidebar .smaller a {
	color: #666;
}
*/

#page {
	width: 540px;
	padding: 10px 20px 0 20px;
	float: left;
	margin: 0;
	height: 1%;
	min-height: 300px;
}

#page p {
	text-align: left;
	line-height: 160%;
}

#page p.lead {
	font: 11pt normal "Georgia", serif;
	line-height: 160%;
}

#footer {
	border-top: 1px solid #eaeaea;
	padding: 0px 0 0 0;
	clear: both;
	text-align: center;
	color: #999;
	font-size: 0.9em;
	margin-top: 20px;
}

#footer p {
	line-height: 1.6em;
}

#footer a {
	color: #999;
}

img.clickable {
	border: 1px solid #ccc;
	padding: 3px;
}

img.clickable:hover {
	border: 1px solid #666;
}

quote {
	display: block;
	font: 1.2em bold "Georgia", serif;
	line-height: 160%;
}

