/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
line-height: 1.3em;
color: #000000;
margin-top: 10px;
background-image:url(images/architecture/a1.gif);
background-repeat:repeat-x;
}
h1 {
font-size: 1.5em;
line-height: 1.3em;
font-weight: normal;
color: #F0D880;
padding-bottom:10px;
border-bottom: 1px solid #5E6845;
}
h2{
font-size: 1.4em;
line-height: 1.3em;
color: #F0D880;
font-weight: normal;
padding-bottom:10px;
border-bottom: 1px solid #5E6845;
}
h3{
font-size: 1em;
color: #F0D880;
font-weight: bold;
}
p{
margin-top: 0;
}
a, a:visited {
color:#934E07;
}
a:hover {
color:#E9B450;
}
#container {
width: 775px;
margin: auto;
border: 1px solid #000;
}
#header{
background-color:#515D5D;
width:755px;
height:20px;
padding:2px 20px 0 0;
color:#F7C76D;
text-align:right;
font-size: 1em;
border-bottom: 1px solid #A8B299;
}
#logo {
clear:both;
width: 775px;
height: 149px;
}
#main{
clear:both;
width:775px;
background-image:url(images/architecture/bg_main.gif);
}
#main_secondary{
clear:both;
width:775px;
background-image:url(images/architecture/bg_main_secondary.gif);
}
#left {
float:left;
width:204px;
}
#middle_home {
float:left;
width:325px;
padding: 20px;
}
#right_home {
float:left;
width:172px;
padding: 20px 15px 20px 15px;
}
#right_secondary {
float:left;
width:531px;
padding: 20px 18px 20px 18px;
}
#navcontainer {
width: 184px;
padding: 15px 0 15px 20px;
margin: 0;
background-color: #A35C13;
}
#navlist {
padding: 0;
margin: 0;
width: 187px;
list-style: none;
}
#navlist li {
background-image: url(images/architecture/menu_bullet.gif);
background-repeat: no-repeat;
background-position: 0 10px;
margin: 0;
padding: 2px 0 2px 10px;
text-align: left;
}
#navlist li a, #navlist li a:visited {
text-decoration: none;
font-size:1.1em;
color: #ffffff;
}
#navlist li a:hover {
text-decoration: none;
color: #E9B450;
}
#below_menu {
width:164px;
padding: 20px;
color:#945310;
font-size: .9em;
}

#footer {
clear:both;
width: 775px;
height: 13px;
padding: 3px 0 5px 0;
background-color: #515D5D;
font-size: 11px;
line-height: 13px;
color: #ffffff;
text-align:center;
}
#footer_copyright {
float:left;
width: 740px;
}
#footer_menu {
float:left;
width: 180px;
}
#footer a, #footer a:visited {
font-family: tahoma, helvetica, arial, sans-serif;
font-size: 11px;
line-height: 13px;
text-decoration: none;
color: #ffffff;
}
#footer a:hover {
text-decoration: none;
color: #7A93A4;
}
.clear{clear: both;}
.larger {
	font-size:1.4em;
	line-height:1.2em;
}


