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

body{
	margin: 0 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	/* background-color:#AEA078; */
	background-color:#454546;
}
h1{
	padding-left:55px;
	background:url(../img/architecture_48x48.png) no-repeat;
	min-height:48px;
	color:#b3c636;
	padding-top:5px;
}

a{
	color:#690;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#600;
}

.container{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
}
/* Header */
#header{
	height:336px;
	background:url(../img/header.jpg) no-repeat;
}
#header_margin{
	height:90px;	
}
#header_marginbottom{
	height:100px;
}

/* Menu */
#topmenu2{
	font-size:18px;
	height:70px;
	color:#fff;
	font-family: 'Milonga', cursive;
	
	background-color:#88824B;
	padding-right:5px;
	padding-left:5px;
	padding-top:10px;
	text-align:right;
}
#topmenu2 img{
	float:left;
}
#topmenu2-link{
	margin-top:15px;
	margin-right:10px;
}
#topmenu2-link a{
	color:#fff;
	text-decoration:none;
}
#topmenu2-link a:hover{
	color:#ff0;
}

#topmenu{

}
#topmenu ul{
	list-style:none;
}
#topmenu ul li{
	
}
#topmenu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
	text-decoration:none;
	padding-left:30px;
}
#topmenu a#current{
	background:url(../img/bullet_menu.png) no-repeat;
}
#topmenu a:hover{
	background:url(../img/bullet_menu.png) no-repeat;
}

#headertext{
	float:right;
	margin-right:100px;
	width:375px;
	height:165px;
}

/* Content */
#content{
	clear:both;
	background-color:#fff;
	padding:10px;
}
#side-left{
	padding-right:10px;
}
#side-right{
	border-left:1px dashed #999;
	padding-left:15px;
}

/* Footer */
#footer{
	background-color:#88824B;
	color:#fff;
	margin-top:10px;
	padding:3px;
}
#footer_copyright{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	padding-left:10px;
}
#footer_menu{
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	width:300px;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
}
#footer_menu a{
	color:#fff;
	text-decoration:none;
	font-size:11px;
}
#footer_menu a:hover{
	text-decoration:underline;
}

/* Form */
.form label{
	float:left;
	width:150px;
}

/* Formating */
.title{
	font-weight:bold;
	font-size:13px;
}

.box-dashedbottom{
	border-bottom:1px dashed #999;
	padding-bottom:10px;
}

.more{
	float:right;
	margin-right:2px;
}

.roundbox{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #999;
	padding:10px;
	margin-top:10px;
}
.thickbox img{
	border:1px solid #999;
	padding:3px;
}
/* Slider */
#slider img{
	display:none;
}
#headerslide{
	background-position:center center;
	overflow: hidden;
	margin:0 auto;
	height:336px;
}
#mainslide{
	background-position:center center;
	overflow: hidden;
	margin:0 auto;
	height:515px;
}
#mainnav-outer{
	height:515px;
	margin : 0 0 0 0;
}
#headerslide img, #mainslide img{
	margin-left:auto;
	margin-right:auto;
}
/* Full side */
#headernav-outer{
	height:337px;
	margin : 0 0 0 0;
}
.mainimg, .headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:100%; position:absolute; ;margin-bottom:0; }
.mainimg{ height:515px; }
.btn { height:50px; width:32px; cursor:pointer; }
#back { 
	background-image:url("../img/headerslide/left.png");
	float:left;
	margin-top:100px;
}
#next { 
	background-image:url("../img/headerslide/right.png"); 
	float:right;
	margin-top:100px;
}
/* ul multiple column */
div#location ol{
	width:860px;
	margin-bottom:20px;
	overflow:hidden;
	/* border-top:1px solid #ccc; */
}
div#location li{
	line-height:1.5em;
	/* border-bottom:1px solid #ccc; */
	float:left;
	
}
#double li	{ width:50%;}
#triple li	{ width:33.333%; }
#quad li		{ width:25%; }
#six li		{ width:16.666%; }