/* --------------------- BASIC ELEMENTS ---------------------*/

body {
	color: #5C5C5C;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	background: #256482 url(images/bg_main.jpg) repeat-x top;
}

p {
	font-size: .85em;
	margin: 0;
	padding: 5px 15px 9px 15px;
	line-height: 170%;
}

a:link {
	color: #2E7DA2;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #848484;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #E77200;
}

h1 {
	text-transform: uppercase;
	color: #259AAE;
	font: normal 20px Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 12px 15px 0 15px;
}

h2 {
	color: #D27019;
	font: normal 18px Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 15px 0 15px;
}

hr {
	height: 1px;
	border: 0;
	border-bottom: 1px dashed #85DFEC;
	margin: 10px 5px 10px 5px;
}

/* --------------------- HEADER ---------------------*/

h1#logo {
	background: url(images/logo_gentlestrength.gif) no-repeat left top;
	float: left;
	width: 295px;
	height: 85px;
	padding: 0;
	margin: 5px 0 0 7px;
	display: inline;
}
h1#logo span {display:none;}

/* --------------------- CONTENT ---------------------*/

#maintable {
	width: 750px;
	border: solid #256482;
	border-width: 0 1px 1px 1px;
	background: #FFFFFF;
}

#asklorie {
	background: url(images/bg_asklorie.gif) no-repeat top;
}

#asklorie h2 {
	color: #38A3B7;
	font-size: 20px;
	font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 8px 0 5px 15px;
}

#asklorie p {
	font-size: 12px;
	margin: 0;
	padding: 0 15px 5px 15px;
	color: #00758A;
	line-height: 22px;
}

.bulletlist {
	margin-left: 30px;
	padding-left: 0;
	list-style: none;
	line-height: 185%;
	font-size: .85em;
	margin-top: 0;
}

.bulletlist li {
	padding-left: 15px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

.toppadding {
	margin-top: 10px;
}

.bluetext {
	text-transform: uppercase;
	color: #259AAE;
}

.date {
	text-transform: uppercase;
	color: #259AAE;
	font-size: 14px;
	padding-right: 5px;
	letter-spacing: 2px;
}

.textfield {
	border: 1px solid #DFDFDF;
	font-size: 12px;
	padding: 3px;
	color: #9A9A9A;
	margin: 0 0 5px 0;
}

/* --------------------- NAV BAR - TOP ---------------------*/

#topnav ul {
	margin: 0;
	padding: 0 0 0 10px;
}

#topnav ul li {
	list-style: none;
	display: inline;
	font-size: 14px;
	font-family: Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 22px 0px 0;
}

#topnav a:link, #topnav a:visited {
	padding: 2px 4px 10px 4px;
	color: #717171;
	font-weight: normal;
}

#topnav a:hover {
	color: #38ADCA;
}

.current {
	background-color: #E8FBD7;
	color: #6EA52E !important;
}

.sub {
	border-bottom: 1px solid #E1EFD4;
}

/* --------------------- NAV BAR - SIDE ---------------------*/

#navside {
	border-right: 1px solid #F2811D;
}

#navside ul {
	margin: 0;
	padding: 32px 0 10px 10px;
	font-size: 12px;
	font-family: Century Gothic, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navside ul li {
	list-style: none;
	margin-top: 10px;
}

#navside a:link, #navside a:visited {
	color: #717171;
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 3px 0 3px 3px;
}
#navside a:hover {
	color: #38ADCA;
	}
	
.sidecurrent {
	background-color: #FFF1DC;
	color: #F2811D !important;
}

#asklorieside {
	font-size: .85em;
	border-right: 1px solid #F2811D;
}


/* --------------------- FOOTER ---------------------*/

#footer p {
	font-size: 11px;
	line-height: 1.8em;
	margin: 10px 0 10px 0;
	text-align: center;
}

#footer a {
	font-size: 10px;
}