/*----- basic stuff -----------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url('../images/bg_body.gif');
	font-family: Tahoma;
	font-size: 11px;
	line-height: 140%;
	color: #193259;
}

a {
	text-decoration: none;
	color: #558eda;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
}

p {
	padding-bottom: 15px;
}


h3 {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.clear {
	clear: both;
}

/*----- layout --------------------------------------------*/

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 78px;
	background: url('../images/folders.png') no-repeat bottom left;
}

#banner {
	padding-top: 7px;
	padding-left: 295px;
}

#banner img {
	border: 1px solid #ffffff;
}
	
#sidebar {
	float: left;
	width: 162px;
}

#logo {
	margin-bottom: 5px;
}

#logo a {
	display: block;
	height: 45px;
	width: 140px;
	background: url('../images/logo_small_trans.png') no-repeat 3px 10px;
	margin: 0 auto;
}

/*----- navigation --------------------------------------------*/

#navigation {
	padding: 5px 0 0 0;
	width: 162px;
	background: url('../images/nav_top.gif') no-repeat top;
}

#nav_login {
	padding: 10px 0 0 10px;
	height: 29px;
	background: url('../images/bg_nav_login.gif') no-repeat top;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

#nav_main {
	padding: 7px 0 0 10px;
	background: url('../images/bg_nav_main.gif') repeat-y;
	font-size: 11px;
	font-weight: bold;
}

#nav_main li {
	padding-bottom: 5px;
}

#nav_main li img, #nav_login li img {
	padding-right: 7px;
	vertical-align: text-bottom;
}

#nav_main li.title {
	font-size: 14px;
	padding-top: 5px;
}

#nav_main_top {
	height: 6px;
	background: url('../images/bg_nav_main_top.gif') no-repeat top;
}

#nav_bottom {
	height: 10px;
	background: url('../images/nav_bottom.gif') no-repeat top;
}

/*----- content --------------------------------------------*/

#content {
	float: right;
	width: 731px;
}

#content_main {
	background-color: #ffffff;
	padding: 5px 12px;
}

#content_top {
	height: 8px;
	background: url('../images/content_top.gif') no-repeat top;
}

#content_bottom {
	height: 8px;
	background: url('../images/content_bottom.gif') no-repeat top;
}


.box {
	border-left: 0px solid #ebead7;
	background: url('../images/bg_box.gif') repeat-y left;
	padding: 3px 0 3px 15px;
	margin-bottom: 20px;
	clear: both;
}

.box p {
	padding: 0;
	padding-top: 15px;
}

.box ul {
	padding-left: 7px;
}

.box ul li {
	background: url('../images/i_bullet.gif') no-repeat 0 5px;
	padding-left: 12px;
	padding-bottom: 7px;
}

.box2 {
	margin-bottom: 15px;
}

.column {
	width: 30%;
	float: left;
	margin: 5px 11px;
}

.column h5 {
	background: #f9f9f3 url('../images/i_tick.gif') no-repeat right;
	border-bottom: 5px solid #ebead7;
	padding: 5px;
	padding-left: 10px;
	color: #000000;
	font-size: 11px;
}

.column p {
	padding: 3px 5px;
}

.presentation_img {
	text-align: center;
}

#footer {
	height: 40px;
}