/* 
    Document   : layout
    Created on : 24-Feb-2009, 00:04:44
    Description: General layout of the site.
*/
html, body{ margin:0; padding:0; }
body{
    font-size: 12px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    background: #bc7c06 url(/assets/images/bg/body.jpg) repeat-x;
}

#wrapper{
    margin: 0 auto 0 auto;
    width:808px;

}

#header{
    background:url(/assets/images/bg/top.png) top no-repeat;
    height:45px;
}

#navigation{
    position:absolute;
    top:0;
    left:20px;
}

#body{
    position:relative;
    background:url(/assets/images/bg/wrapper.png) repeat-y;
}

#body-content{
    margin:0 20px;
}

#main-image{
    float:right;
    height:332px;
    width:495px;
    background:white;
    margin:0 0 18px 0;
}

#large-image{
    margin:9px 8px;
    border:1px solid #000000;
    width:475px;
    height:310px;
}

#large-image image{

}

#content{
    clear:right;
    background:white;
}

#footer{
    margin:0;
    background: url(/assets/images/bg/footer.png);
    height:61px;
    line-height:55px;
}

/* === Global === */
h1, h2, h3{
    padding:0px;
    margin:0px
}

h1{
    color:#824903;
    font-size: 18px;
}

p{
    margin:0;
    padding:0;
    line-height:20px;
}

/* === Navigation === */
#navigation ul{ margin:0; padding:0;}
#navigation li{
    background:#fffbe7;
    margin: 0 0 5px 0;
    list-style:none;
    padding:1px;
}
#navigation li a{
    padding:1px 0 1px 7px;
    height:22px;
    line-height:22px;
    border:1px solid #eac98f;
    text-decoration:none;
    color:#824903;
    display:block;
    font-size:14px;
    font-weight:bold;
    font-family: Georgia,'Times New Roman',times,serif;
    display:block;
    width:230px
}

#navigation li a:hover{
    border:1px solid #824903;
}

/* === Quick Links === */
#quick ul{ margin:10px 10px 10px 0; padding:0;}
#quick li{
    background:#fffbe7;
    margin: 0;
    list-style:none !important;
    display:inline;

}
#quick li a{
    padding:1px 0 1px 7px;
    height:22px;
    line-height:22px;
    border:1px solid #eac98f;
    text-decoration:none;
    color:#824903;
    font-size:14px;
    font-weight:bold;
    font-family: Georgia,'Times New Roman',times,serif;
    display:block;
    float:left;
    width:130px;
    margin:0 10px 0 0;
}

#quick li a:hover{
    border:1px solid #824903;
}

#footer ul{
    margin:0 0 0 150px;
    padding:0;
}

a.quicklink, a.quicklinkblue{
    padding:1px 0 1px 7px;
    height:22px;
    line-height:22px;
    border:1px solid #eac98f;
    text-decoration:none;
    color:#824903;
    font-size:14px;
    font-weight:bold;
    font-family: Georgia,'Times New Roman',times,serif;
    display:block;
    width:130px;
}

a.quicklink:hover{
    border:1px solid #824903;

}

a.quicklinkblue{
    background:#7EAFD2;
    width:180px;
    color:#fff !important;
}

a.quicklinkblue:hover{
    background:#fffde7 !important;
    color:#824903 !important
}

#footer li{
    margin:0;
    padding:0;
    list-style:none;
    display:inline;
    padding:0 20px 0 10px;
    background:url(/assets/images/foot-sep.gif) no-repeat right bottom;
}

#footer li:last-child{
    background:none;
}

#footer li a{
    color:#824903;
    text-decoration:none;
    font-weight:bold;
}

#right-module{
    float:right;
    display:inline;
    width:340px;
}

#left-module{
    float:left;
    display:inline;
    width:360px;
}

#box-module{
    margin:15px;
    padding:10px 0 0 0
}

#left-module h1{
    font-family: Georgia,'Times New Roman',times,serif;
}

/* === Index Page === */
#list{
    background:#7eafd2;
    padding:10px;

}

#list h3{
    font-size:16px;
    color:#ffffff;
    text-transform:uppercase;
    font-family: Georgia,'Times New Roman',times,serif;
}

#list ul {
    margin:10px 0 0 0;
    padding:18px 0 8px 15px;
    background:#ffffff;
}

#list li{
    margin:0 0 10px 10px;
    padding:0px;

}

#list li a{
    color:#000000;
    font-size: 14px;
    text-decoration:underline;
    font-family: Georgia,'Times New Roman',times,serif;
}

#list li a:hover{
    text-decoration:none;
}

/* === Heritages === */
#image-row{
    padding:15px;
}
.imagesrow{
    margin:0 20px 0 0
}

.imgs{
    border:1px solid #000000
}

.welcome{
    color:#824903;
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 18px;
}

#address{
    margin:14px 0;
    color:#824903;
    line-height:20px;
    font-family: Georgia,'Times New Roman',times,serif;
}

/* == Bread === */
#bread{
    line-height:30px;
    height:30px;
    font-size:14px;
    margin:0 0 10px 0;
    border-bottom:1px solid #824903;
    color:#824903;
    padding:0 0 3px 0;
}

#bread a{
    color:#824903;
    text-decoration:none;
}

.black{ color:#000}

.jump{ float:right;}
.jump select{
    padding:2px 4px;
    margin: 0 0 7px 0;
    border: 1px solid #824903;
}
.jumptitle{ margin:0 10px 0 0; font-size:14px; color:#824903; font-weight:bold; line-height:24px}

/* === Global Classes === */
.fl{ float:left;}
.fr{ float:right;}
.cl{ clear:left;}
.cr{ clear:right;}
.cb{ clear:both;}
.clt{ clear:left; height:0px; line-height:0px;}
.crt{ clear:right; height:0px; line-height:0px;}
.cbt{ clear:both; height:0px; line-height:0px;}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px 5px 0 5px;
	display:none;
	color:#fff;
	}

