/* default elements */
html {
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
	color:#666666;
	background-color:#666666;
	height:100%;
}
p {
	margin:0;
	padding:0;
	line-height: 15px;
	margin-bottom: 10px;
}
ul {	
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
	list-style-type: square;
	padding-left:25px;
	list-style-position: outside;
}
li {
	line-height:1.8em;
}
a {
	text-decoration: none;
	color: #0066FF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0066FF;
}
a:hover {
	text-decoration: none;
	border-bottom-style: solid;
}
img {
	border:none;
}

/* texts */
h1 {
	margin:0;
	padding:0;
}
h2 {
	margin:0;
	padding:0;
	margin-bottom:10px;
}
h3 {
	margin:0;
	padding:0;
}
.big_text {
	font-size: 16px;
}
.small_text {
	font-size: 10px;
}
.sub_texts {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -0.5px;
}
.block_texts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height:1.1em;
}
.title_texts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color:#333333;
	letter-spacing: -3px;
	margin-bottom:10px;
}

/* general classes */
.loading {
	background:url('/images/loading.gif') no-repeat 50%;
	min-width:24px;
	min-height:24px;
}
.center {
	text-align:center;
}
.hide {
	position:absolute;
	margin-left:-10000px;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
}

/* forms */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: none;
}

/* colour scheme */
.bg_dark {
	background-color:#404040;
}
.bg_light {
	background-color:#E4E4E4;
}

/* page specific style */
#canvas {
	width:840px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	clear:both;
	background-image: url(../images/main_05.jpg);
	background-repeat: repeat-y;
}

#header {
	width:840px;
	height:124px;
	background-image: url(../images/main_01.jpg);
	background-repeat: no-repeat;
}

#banner {
	width:518px;
	height:264px;
	float:left;
	background-image: url(../images/main_02.jpg);
	background-repeat: no-repeat;
}

#menu {
	width:322px;
	height:264px;
	float:left;
	background-image: url(../images/main_03.jpg);
	background-repeat: no-repeat;
}
#menu ul {
	margin:0;
	padding:0;
	padding-left:45px;
	padding-top:25px;
}
#menu li {
	margin:0;
	padding:5px;
	padding-left:15px;
	list-style-type: none;
	/*background-image: url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position: center left;*/
}
#menu a {
	font-size: 24px;
	color: #ffffff;
	letter-spacing: -2px;
	text-decoration: none;
	border-bottom:none;
}
#menu a:hover {
	color:#CCCCCC;
}
.active {
	font-weight:bold;
}

#content {
	width:740px;
	height:auto;
	padding:35px;
	padding-left:50px;
	padding-right:50px;
	clear:both;
	background-image: url(../images/main_04.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#footer {
	width:740px;
	padding:35px;
	padding-left:50px;
	padding-right:50px;
	clear:both;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer li {
	display:inline;
	margin:0;
	padding:0;
	padding-left:10px;
	list-style-type: none;
	background-image: url(../images/sep.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#footer li:first-child {
	background:none;
}
#footer a {
	font-size:9px;
}

#panel_left {
	float:left;
	width:429px;
	padding-left:30px;
	padding-right:22px;
	border-right:1px dotted #999999;
}
#panel_right {
	float:right;
	width:208px;
	padding:25px;
}
#panel_right ul {
	margin:0;
	padding:0;
	padding-left:6px;
}
#panel_right li {
	margin:0;
	padding:5px;
	padding-left:25px;
	list-style-type: none;
	background-image: url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:0 5px;
}
#panel_right a {
	font-size: 24px;
	color: #666666;
	letter-spacing: -2px;
	text-decoration: none;
	border-bottom:none;
}
#panel_right a:hover {
	font-weight:bold;
}

.thirds {
	float:left;
	width:33%;
}

.more {
	float:right;
	margin-right:20px;
	margin-top:-20px;
}

.box {
	width:244px;
	background-image: url(../images/box_02.jpg);
	background-repeat:repeat-y;
}
.boxA {
	width:224px;
	height:17px;
	padding-bottom:5px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	background-image: url(../images/box_01.jpg);
	background-repeat:no-repeat;
}
.boxA h1 {
	padding:0;
	margin:0;
	font-size:12px;
	color:#FFFFFF;
}
.boxB {
	width:214px;
	min-height:100px;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	background-image: url(../images/box_03.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.boxC {
	width:244px;
	height:67px;
	background-image: url(../images/box_04.jpg);
	background-repeat:no-repeat;
}

.item {
	border-bottom:1px dotted #666;
	padding-bottom:10px;
	margin-bottom:10px;
}
.item hr {
	display:none;
}

#error {
	border: 1px dotted #666666;
	border-left:none;
	border-right:none;
	padding: 5px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#FFEBE8;
}
#report {
	border: 1px dotted #666666;
	border-left:none;
	border-right:none;
	padding: 5px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#FFFFCC;
}

