/***************************************
    General CSS
***************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Calibri, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/body_bg.png) top center repeat-y;
}
.clear {
    clear: both;
    line-height: 0;
    height: 0;
}
a {
    color: #000000;
    outline: none;
}
a img {
    border: 0;
}
p {
    padding: 1em 0 0 0;
}
ul,
ol {
    padding: 1em 0 0 1em;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
img.alignleft {
    margin: 15px 15px 0 0;
}
img.alignright {
    margin: 15px 0 0 15px;
}
h1, h2, h3, h4, h5 {
    color: #000000;
}
h1 {
    font-size: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 18px;
}
h4 {
    font-size: 13px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 11px;
}

/***************************************
    Header
***************************************/
#header_wrapper {
    background: #ffffff url(images/header_bg.png) center 0 no-repeat;
    height: 256px;
}
#header {
    margin: 0 auto;
    position: relative;
    width: 880px;
}
#header #contact{
    color: #edede3;
    font: 11px Sylfaen, 'Trebuchet MS', sans-serif;
    position: absolute;
    right: 25px;
    top: 90px;
    width: 120px;
}
#header #contact strong {
    font: 12px Sylfaen, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
}

/***************************************
    Menu
***************************************/
#menu {
    list-style-type: none;
    margin: 0;
    padding: 50px 0 0 0;
}
#menu li a {
    color: #000000;
    font: 14px/30px 'Calibri', Arial, Helvetica, sans-serif;
    text-decoration: none;
}
#menu li a:hover,
#menu .active a {
    background: url(images/menu_item_bg.png) 0 5px no-repeat;
    display: block;
    font-weight: bold;
    padding-left: 30px;
}

/***************************************
    Content
***************************************/
#content_wrapper {
    margin: 0 auto;
    padding: 25px 0 0 0;
    width: 980px;
}
#content {
    float: left;
    line-height: 24px;
    margin: 0 0 0 272px;
    padding: 0 80px 0 30px;
    width: 340px;
}
#content h1 {
	padding: 0 0 15px 0;
	font-size: 12px;
}

/***************************************
    Sidebar
***************************************/
#sidebar {
    color: #ffffff;
    float: right;
    line-height: 24px;
    text-align: justify;
    width: 248px;
}
#sidebar a {
    color: #ffffff;
    text-decoration: none;
}
#sidebar h3 {
	color: #ffffff;
	font: 12px Calibri, Sylfaen, 'Trebuchet MS', sans-serif;
	padding: 0 0 20px 0;
	text-align: left;
	text-transform: uppercase;
}

/***************************************
    Footer
***************************************/
#footer {
    font: 9px 'Trebuchet MS', sans-serif;
    margin: 0 auto;
    padding: 30px 50px 10px 0;
    text-align: center;
    width: 930px;
}
