/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */
/**************** Body and tag styles ****************/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 76% Arial, sans-serif;
	line-height: 1.1em;
	text-align: center;
	color: #818084;
	height: 100%;
	background: #fff;
	font-size:100.01%;
}

* html label { display: inline; } *:first-child+html label { display: inline; }

a{
    color:#818084;
}
a:hover {
	color:#0092DD;
}

a.selected{
	color:#0092DD;
}


a img {
	border: none;
}
p {
	padding: 0 0 1.2em 0;
}
p form {
	margin-top: 0;
	margin-bottom: 20px;
}
img.left, img.center, img.right {
}
img.left {
	float: left;
	margin: 0 12px 5px 0;
}
img.center {
	display: block;
	margin: 0 auto 5px auto;
}
img.right {
	float: right;
	margin: 0 0 5px 12px;
}

legend{
	margin-bottom:5px;
}

fieldset{
	border:none;
}

input{
	margin:2px 0 0 0;
	border:1px solid #0092DD;
}

label{
	width:85px;
	height:15px;
	display: inline-block;
}

textarea{
	width:100%;
	border:1px solid #0092DD;
}
/**************** Header and navigation styles ****************/
#header {
	height:100px;
	background:#fff url(../images/header-bg.png) no-repeat left top;
}

#container {
	width: 900px;
	margin: 20px auto 0 auto;
	text-align: left;
	background:#fff url(../images/sidebar.png) repeat-y top left;
}

#header h1 {
	padding: 35px 0 0 20px;
	letter-spacing: -2px;
	font-weight: normal;
}
#header h2 {
	margin: 10px 0 0 40px;
	letter-spacing: -1px;
	font-weight: normal;
}

#banner{
	background:url(../images/banner.png);
	width:100%;
	height:120px;
}

body.banner-0 #banner{
    background:url(../images/banner01.png);
}
body.banner-1 #banner{
    background:url(../images/banner02.png);
}
body.banner-2 #banner{
    background:url(../images/banner03.png);
}
body.banner-3 #banner{
    background:url(../images/banner04.png);
}
body.banner-4 #banner{
    background:url(../images/banner05.png);
}
body.banner-5 #banner{
    background:url(../images/banner06.png);
}
#navigation {
	background:#fff;
	padding:25px 0;
	height: 2.2em;
	line-height: 2.2em;
	font-size:0.73em;
	width:100%;
}
#navigation li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	padding-right:75px;
}
#navigation li a {
	display: block;
 	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap
}
* html #navigation a {
	width: 1%;
}
#navigation .selected, #navigation a:hover {
	text-decoration: none;
}

#top-navigation{
	float:right;
	font-size:0.7em;
	position:relative;
	top:30px;
	right:140px;
	line-height:1.2em;
}

#top-navigation ul{
	list-style-type:none;
}

#top-navigation ul li a{
	text-decoration:none;
	font-weight:bold;
}

/**************** Content styles ****************/
#content {
	float: left;
	width: 400px;
	font-size: 0.75em;
	padding: 0 0 20px 20px;
}
#content h2 {
	display: block;
	margin: 0 0 8px 0;
	color:#0092DD;
	font-size: 1.1em;
	font-weight: bold;
	text-transform:uppercase;
}
#content h2 a {
	font-weight: normal;
}
#content h3 {
	margin: 0 0 5px 0;
	color:#0092DD;
	font-size: 1.0em;
}
#content a:hover, #rightcontent a:hover, #leftcontent a:hover {
	text-decoration: underline;
}
#content ul, #content ol {
	margin: 0 5px 16px 35px;
}
#content ul{
	list-style-image:url(../images/list.gif);
}
#content dl {
	margin: 0 5px 10px 25px;
}
#content dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#content dd {
	margin: 0 0 10px 15px;
}
/**************** Sidebar styles ****************/
#leftcontent {
	float:left;
	width:175px;
	padding: 0 20px 10px 0;
	line-height: 1.4em;
	font-size:0.75em;
}

#leftcontent ul{
    list-style-type:none;
}

#leftcontent ul li.parent a{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap
}

#leftcontent ul li a{
    text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
}

#leftcontent ul li ul{
	list-style-type:circle;
}

#rightcontent {
	float: right;
	width: 190px;
	/*position:absolute;
	margin-left:690px;*/
	/*_margin-left:75px;*/
	/*background:#dee6f5;*/
	padding: 10px;
	line-height: 1.4em;
	font-size:0.75em;
	min-height:150px;
	height:auto !important;
  	height:150px;

}

#rightcontent h2 {
	display: block;
	margin: 0 0 15px 0;
	font-size: 1.6em;
	font-weight: normal;
	text-align: left;
}

#rightcontent h3 {
	display: block;
	margin: 0 0 8px 0;
	color:#0092DD;
	font-size: 1.0em;
	font-weight: bold;
	text-transform:uppercase;
}

#rightcontent p {
	margin: 0 0 0px 0;
}
/**************** Menublock styles ****************/
.menublock {
	margin: 0 0 20px 8px;
}
.menublock li {
	list-style: none;
	display: block;
	padding: 2px;
	margin-bottom: 2px;
}
.menublock li a {
	font-weight: bold;
	text-decoration: none;
}
.menublock li a:hover {
	text-decoration: none;
}
.menublock li ul {
	margin: 3px 0 3px 15px;
	font-weight: normal;
}
.menublock li ul li {
	margin-bottom: 0;
}
.menublock li ul a {
	font-weight: normal;
}

/**************** Misc classes and styles ****************/
.splitcontentleft {
	float: left;
	width: 48%;
}
.splitcontentleft label{
	width:45px
}
.splitcontentright {
	float: right;
	width: 48%;
}
.clear {
	clear: both;
}
.small {
	font-size: 0.95em;
}
.hide {
	display: none;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.important {
	color: #f02025;
	background-color: inherit;
	font-weight: bold;
}
.box {
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	color: #505050;
	line-height: 1.5em;
}
.powermail_mandatory_js{
	margin-left:90px;
	color: red;
	font-weight: bold;
}

input.validation-failed{
	background:#FFBFBF none repeat scroll 0 0 !important;
	border:1px solid red !important;
}
