/* General Settings */

* {
    padding: 0;
    margin: 0;
}

html {
	overflow-y: scroll !important;
}

html, body {
	height: 100%;
}

body {
	background:transparent url("../images/basics/bg.gif") repeat-x top center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#001122;
	font-size:11px;
}

a {
    text-decoration: none;
    outline: none;
    color: #3b6b9c;
}

a:hover {
    text-decoration: underline;
    outline: none;
    color:#343f6b;
}

h1 {
    color:#c4d8e5;
	font-size:30pt;
}

h2{
	font-size:18pt;
	color:#343f6b;
}

h3{
    font-size: 14pt;
    font-weight: bold;
}

img {
	border:0 none;
}

.clearboth{
	clear:both;
}

/* Main */

#main_container{
	min-height: 100%;
	height:auto !important;
  	height:100%;
	width:980px;
	margin:0 auto -42px auto;
	position:relative;
	background-color:#FFFFFF;
}

/* Header */

#header_container {
	height:220px;
	background:url("../images/basics/header.gif") no-repeat;
	position:relative;
}

#logo {
	position:absolute;
	left:30px;
	top:140px;
}

#slogan{
	position:absolute;
	width:500px;
	height:90px;
	left:350px;
	top:140px;
}

/* Menu */
#menu {
    height: 30px;
    width: 600px;
    clear: both;
}

.menu a{
    font-weight: bold;
    padding: 2px 6px 2px 6px;
}

.menu a.active{
    text-decoration: underline;
}

/* Content */

.left{
	color:#343f6b;
	padding:20px;
	float:left;
	width:45%;
	line-height:18px;
}

.right{
	padding:20px;
	float:right;
	width:45%;
	line-height:18px;
	margin-top: 30px;
}

.home_images{
	padding-top:20px;
}

.home_images img{
	padding-right:6px;
}

.margin_bottom {
    margin-bottom: 30px;
}

.padding_top {
    padding-top: 50px;
}

/*footer */

.footer_content{
	padding-left:20px;
	width:960px;
	margin:0 auto;
	position:relative;
	background-color:#FFFFFF;
}

