@charset "UTF-8";
/* CSS Document */

body, html{
border: 0;
padding: 0;
margin: 0;
}

body{
font-family: Arial;	
font-size: 12px;
color: #784f1f;
background: white url(images/header_background.jpg) top left repeat-x;
}

img{
border: 0px;
}

h1{
font-family: 'LatinModernMonoProp10Regular', Arial;
font-size: 30px;
font-weight: normal;
color: #784f1f;
margin: 0;
padding: 0;
padding-bottom: 12px;
}

h4{
font-family: Arial;
font-size: 13px;
font-weight: bold;
color: #784f1f;
margin: 0;
padding: 0;
}

p{
padding: 0;
margin: 0;
}

a{
color: #d7a436;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

#container{
width: 1222px;
margin: 0 auto;
background: transparent url(images/header.jpg) top left no-repeat;
}

#header{
position: relative;
width: 1222px;
height: 255px;
background: transparent url(images/header.jpg) top left no-repeat;
}

#content_container{
width: 1000px;
margin: 0 auto;
background: transparent url(images/page_background.jpg) top left repeat-y;
}

#left_column{
float: left;
display: inline;
width: 479px;
margin-left: 36px;
}

#left_text{
width: 470px;
margin-left: 9px;
text-align: justify;
padding-bottom: 15px;
}

#core{
min-height: 97px;
width: 435px;
margin-left: 0px;
padding-left: 44px;
background: transparent url(images/core.jpg) top left no-repeat;
text-align: justify;
}

#supplementary{
min-height: 199px;
width: 435px;
margin-left: 0px;
padding-left: 44px;
background: transparent url(images/supplementary.jpg) top left no-repeat;
text-align: justify;
}

#left_column ul{
font-weight: bold;
padding-left: 12px;
float: left;
display: inline;
padding-right: 45px;
}

#left_column li{
padding: 1px 0;	
}

#separator{
width: 470px;
margin-left: 9px;
padding-top: 5px;
height: 33px;
text-align: justify;
}

#right_column{
float: right; 
display: inline;
width: 417px;
margin-right: 46px;
}

#flash_container{ 
width: 417px;
height: 396px;
padding-bottom: 10px;
}

#contacts_box{
width: 417px;
height: 91px;
position: relative;
background: transparent top left no-repeat url(images/contacts_box.jpg);
}

#contact_email{
position: absolute;
width: 417px;
height: 40px;
line-height: 40px;
left: 0px;
top: 49px;
text-align: center;
font-family: 'LatinModernMonoProp10Regular', Arial;
font-size: 21px;
}

#contact_email a{
color: #784f1f;
text-decoration: underline;
}

#contact_email a:hover{
text-decoration: none;
}

#spacer{
width: 100%;
height: 1px;
overflow: hidden;
clear: both;
}

#footer{
position: relative;
width: 1000px;
height: 83px;
line-height: 83px;
margin: 0 auto;
background: transparent url(images/footer.jpg) top left no-repeat;
text-align: center;
}

#footer a{
color: #784f1f;
text-decoration: underline;
}

#footer a:hover{
text-decoration: none;	
}

/************************************************
Menu Styling	
*************************************************/

#main_menu{
list-style: none;
margin: 0;
padding: 0;
text-align: left;
font-family: 'LatinModernMonoProp10Regular', Arial;
font-size: 14px;
position: absolute;
height: 35px;
line-height: 35px;
top: 188px;
left: 156px;
}

.has_submenu, .no_submenu{
display: block;
float: left;
padding-right: 33px;
position: relative;
}

.has_submenu span, .no_submenu a{
display: block;
text-decoration: none;
color: white;
cursor: pointer;
}

.has_submenu span:hover, .no_submenu a:hover, .has_submenu:hover, .no_submenu:hover{
color: #e8c337;
}

.is_submenu{
list-style: none;
text-align: left;
margin: 0;
padding: 0;
position: absolute;
top: 33px;
left: 0px;
width: 160px;
background: #795021;
}

.is_submenu li a{
display: block;
width: 150px;
padding: 3px;
text-decoration: none;
color: white;
padding-left: 5px;
padding-right: 5px;
}

.is_submenu li a:hover{
background: #694411;
color: #e8c337;
}

.light_brown_text{
color: #d7a436;	
}

/* contact form */

label {
width: 130px;
float: left;
text-align: left;
margin-right: 12px;
display: block;
}

.textbox {
width: 250px;
}

input, textarea {
color: #000;
background: #fffbed;
border: 1px solid #232f27;
font-size: 12px;
}

input {
width: 250px;
}

textarea {
clear: both;
width: 391px;
margin-top: 6px;
}

.submit input {
margin-left: 170px;
color: #fff;
background: #784f1f;
border: 1px thin #d7b9c9;
width: 80px;
}

fieldset {
border: 0px solid #ccc;
width: 550px;
font-size: 12px;
font-weight: normal;
margin-left: 0px;
}

.required-text{
font-size: 10px;
color: #ac1d1d;
}

.display_none{
display: none;
visibility: hidden;
}
