﻿/* CSS Document */

html, body, form, img {margin:0; padding:0; border:0}
html {font-size:100%}
body {
	font:.85em/1.4 arial,sans-serif;
	background:#fff url(../images/body_bg.gif) repeat-x 0 0;
	color:#000;
}

/* ---- universal properties ---- */
p, ul, li, h1, h2, h3 {margin:0 10px 1em; padding:0}

abbr, acronym {cursor:help}

/* ---- lists ---- */
ul {margin-left:35px}
li {margin-right:0; margin-bottom:5px}
ul li ul {margin-top:10px}

/* ---- headings ---- */
h1 {
	font-size:1.86em;
	color:#b5121b;
	margin-left:68px;
	margin-top:17px;
	margin-bottom:60px;
	font-weight:normal;
}
h2 {font-size:1.3em; color:#1f8378; margin-bottom:0px}
h3 {font-size:1.1em; color:#6e6e6e; margin-bottom:0}

/* ---- container ---- */
#container {
	margin:0 auto;
	width:899px;
	margin-top:5px;
	border:1px solid #666;
	background:url(../images/container_bg.gif) repeat-y 0 0;
}

/* ---- header ---- */
#header {
	width:899px;
	height:96px;
	background:url(../images/header_bg.jpg) no-repeat 0 0;
}

/* ---- nav ---- */
#nav {
	width:899px;
	height:29px;
	background:#b5121b;
}

/* ---- sidebar left ---- */
#sidebar_left {
	width:204px;
	min-height:300px;
	height:auto !important;
	height:300px;
	font-size:.9em;
	padding-left:10px;
	padding-top:140px;
	float:left;
	color:#fff;
	display:inline;
	background:url(../images/sidebar_left_bg.jpg) no-repeat 0 0;
}

#sidebar_left ul li ul {margin-left:10px}
#sidebar_left ul {list-style:none}
#sidebar_left ul li {background:url(../images/bullet.gif) no-repeat 0 6px; margin-left:-14px; padding-left:12px}
#sidebar_left h2 {color:#fff; margin-bottom:7px}
#sidebar_left a {color:#fff; text-decoration:none}
#sidebar_left a:hover {text-decoration:underline}

/* ---- content ---- */
#content {
	width:406px;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding-left:42px;
	float:left;
	display:inline;
	background:#fff url(../images/content_bg.jpg) no-repeat 0 0;
}

.img_left {float:left; margin:4px 20px 0 0}
.img_right {float:right; margin:4px 0 20px 20px}
.backtotop {text-align:right; font-size:.9em}

#content a:link{
	color:#1f8378;
	text-decoration:underline;
}

#content a:hover{
	color:#1f8378;
	text-decoration:none;
}

#content a:visited{
	color:#3742C9;
	text-decoration:underline;
}


/* ---- sidebar right ---- */
#sidebar_right {
	width:237px;
	min-height:122px;
	height:auto !important;
	height:122px;
	padding-top:178px;
	float:right;
	display:inline;
	background:url(../images/sidebar_right_bg.jpg) no-repeat 0 0;
}

.moveforward_logo {
	float:right;
	margin:4px 40px 10px 20px;
}

/* ---- footer ---- */
#footer {
	margin:0 auto;
	width:901px;
	padding-top:7px;
	font-size:.8em;
	line-height:1.4em;
	color:#686161;
}

#footer a {color:#686161; text-decoration:none}
#footer a:hover {text-decoration:underline}

.footerpad {margin:0 6px}