/* CSS Document */

* {
margin:0;
padding:0;
}

/*------------------------------ Layout ------------------------------*/

#logo {
 position:relative;
 top:70px;
 left:30px;
}

body {
 background-color:#e8e8e8;
}

body, html {
 height:100%;
 font-family: calibri, verdana, helvetica, sans-serif;
}

#wrapper { /* Outside */
 width:1000px;
 height:auto;
 margin:0 auto;
 background-color:#fff6db;
}

#leftcol {
 height:auto;
 width:200px;
 background-color:#fff6db;
 float:left;
}

#left_content {
 width:160px;
 height:300px;
 padding:0 20px;
 position:relative;
 top: 180px;
 font-size:14px;
}

#rightcol {
 width:800px;
 height:auto;
 float:right;
}

#header {
 height:150px;
 width:100%;
 background-color:#d8dfe9;
 background:url(../img/header_bg.jpg) no-repeat;
}

#menu {
 height:25px;
 width:100%;
 background-color:#fff6db;
 text-align:center;
 padding-top:5px;
}

#content {
 height:auto;
 min-height:620px;
 width:760px;
 padding:15px 20px;
 background:url(../img/content_bg.jpg) no-repeat;
 background-color:#fff;
 font-size:16px;
}

#bleed {
 height:10px;
 width:100%;
 background:url(../img/bleed_bg.jpg) no-repeat;
 clear:both;
}

#footer {
 height:23px;
 width:990px;
 background-color:#fff6db;
 padding:7px 10px 0 0;
 clear:both;
}

/*#leftcol {
 position:relative;
 float:left;
 voice-family: "\"}\"";
 voice-family:inherit;
 width:200px;
 margin:0;
 padding:0;
 background:#7797c0;
 z-index:100;
}*/

/*#rightcol {
 position:relative;
 top:-10px;
 right:-10px;
 float:right;
 voice-family: "\"}\"";
 voice-family:inherit;
 width:200px;
 margin: 0;
 padding: 0;
 background:#7797c0;
 z-index:99;
}*/

/*------------------------------       img       ------------------------------*/

#title1 {
 position:relative;
 top:20px;
 left:-190px;
 height:39px;
 width:464px;
 background:url(../img/heading1.png) no-repeat;
}

#title2 {
 position:relative;
 top:30px;
 left:40px;
 height:26px;
 width:264px;
 background:url(../img/heading2.png) no-repeat;
}

.content_img {
 float:right;
 padding:0 0 10px 10px;
}

/*------------------------------ Center + Footer ------------------------------*/

/*#centercol {
 height:100%;
}

#centercol a {
 color:#666;
}

#centercol a:hover {
 color:#3c3c3c;
}

#centercol ul {
 list-style-type: none;
 margin-left: 40px;
}/*


/*------------------------------ Menu ------------------------------*/

/*#menu ul li a {
 display: block;
 color: #2c2c2c;
 text-decoration: none;
 height:20px;
 text-align: left;
 padding-left:0;
 background: url(../img/btn_menu1.jpg) no-repeat;
}

#menu ul li {
 height:22px;
 vertical-align: bottom;
 width: 200px;
}

#menu ul li a:hover {
 background-position: 0 -20px;
}

#menu .menu_text {
 color: #333;
}
*/


/*------------------------------ Text styles ------------------------------*/

p {
 color:#434343;
 text-align:justify;
}

ul li {
 font-size:16px;
 text-align:justify;
}

h1 {
 font-size: 40px;
 font-weight: normal;
 text-align: left;
 color:#434343;
}

h2 {
 font-size: 26px;
 font-weight: normal;
 color:#434343;
 margin: 10px 0;
 line-height: 25px;
}

h3 {
 font-size: 16px;
 color:#434343;
 margin-top: 20px;
 text-decoration: none;
}

h4 {
 font-size: 13px;
 color:#434343;
 margin-top: 20px;
}

h5 {
 font-size: 11px;
 display: block;
 color:#434343;
 margin: 5px 0px;
}

/*------------------------------ Link styles ------------------------------*/

#menu a, #menu p {
 text-decoration:none;
 color:#434343;
 font-size:16px;
}

#left_content ul {
 list-style:none;
 padding:0;
 font-size:14px;
}

#left_content a {
 text-decoration:underline;
 color:#434343;
 font-size:14px;
}
 

#content p {
 color:#212121;
 padding-bottom:1em;
}

#content ul {
 padding:1em 0 1em 20px;
 font-size:small;
 color:#434343;
}

#footer p, #footer a {
 font-family: Calibri, Helvetica, Verdana, sans-serif;
 font-size:12px;
 text-decoration:none;
 color:#434343;
 font-size:12px;
 text-align:right;
}

#menu a:hover, #footer a:hover {
 color: #000;
 text-decoration: none;
}
