html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Arial;
}

body {
    background:#f0f0f0;	
}

a {
	color:#3F915C;
}

h1 {
	font-size:20px;
	color:#333;
}
      
#container {
    width:960px;
    margin: 0 auto;
    background:#fff;
    padding: 0 10px 20px 10px;
}

#frontpage #container {
	padding-right:0;
	width:970px;
}

#content {
    background:#fff;
    overflow:auto;	
}

#header {
    height: 60px;
    border-bottom: 1px solid #044477;
    border:0;
}

#frontpage #header {
	border:0;
}

#logo {
	width:288px;
	height:58px;
	display:block;
    float:left;
    margin: 10px 0;
    background:url(https://archimental.com/app/webroot/img/logo6.png) no-repeat;
}

#logo:hover {
    background:url(https://archimental.com/app/webroot/img/logo5.png) no-repeat;
}
  
  
#menu {
	font-family:Verdana;
    float:left;
    margin:0;
    margin-top:15px;
    list-style: none outside none;
    position: relative;
}

#menu li {
    float: left;
    height: 35px;
    line-height: 35px;
}

#menu li.first {
}

#menu li.last {
    border-right: 0 none;
}

#menu li a {
    color: #0fb64c;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    padding: 0 27px;
    text-decoration: none;
}
#menu li a:hover {
    color: #044477;
}

#menu li.first a {
    padding: 0 15px;
}

#menu li.first span {
    display: block;
    height: 35px;
    width: 18px;
}

#menu li.first a:hover span {
}

#menu li.expandable > a {
	background: url(https://archimental.com/app/webroot/img/menu-arrow.png) 95% 50% no-repeat;
}

#menu .sub {
    background: none repeat scroll 0 0 #fff;
   display: none;
    height: 35px;
    list-style: none outside none;
    position: absolute;
    top: 35px;
    z-index: 999;
    padding:0;
}
#menu .active .sub {
    display: block;
}
#menu .active > a {
    color: #044477;
}
#menu .sub li {
    background: none repeat scroll 0 0 #fff;
    float: none;
    height: 30px;
    line-height: 30px;
}
#menu .sub li a {
    font-size: 14px;
    height: 30px;
    padding-left: 27px;
    padding-right: 15px;
}
#menu .sub li a:hover {
}

#menu .sub li.pink a:hover {
	color:#FA2F82;
}

#tiles  {

}

#tiles .thumb {
   width:232px;
   height:133px;
   margin:0;
   padding:0;
}

#tiles .thumb:hover {
    opacity:0.7;
}

#tiles .item {
    float:left;
    padding:0;
    margin:0;
    margin-right:10px;
}

label {
    display: block;
    margin-bottom:2px;
}

#contact-page h3 {
	margin-bottom:5px;
	color:#333;
}

#contact-form {
    width:900px;
    border:1px solid #ccc;
    padding:10px 20px;
    color:#666;
}

#contact-form h3 {
	margin-top:0;
}


#contact-page .flashMessage {
	margin-top:0;
}

#contact-form input, #contact-form textarea {
    width: 100%;
    border: 1px solid #ccc;
}

#contact-form .input {
   margin-bottom:15px; 
}

#contact-form input[type="submit"] {
    background-color: #666;
    border: 0 solid #ddd;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;    
    width:auto;
}

.error-message {
    color:#a94442;
    font-weight:bold;
    margin-top:3px;
}

#contact-form .error input {
    border: 1px solid #a94442;
}

.flashMessage {
    border-radius: 5px;
    font-weight: bold;
    margin: 1em 0;
    padding: 0.5em 1em 0.5em 10px;
}
.flashInfo {
    background: url("https://archimental.com/img/info-blue.png") no-repeat scroll 10px 50% #f7f9fc;
    border: 1px solid #2a84de;
    color: #0a6acc;
}
.flashError {
    background: #F2DEDE;
    border: 1px solid #ebccd1;
    color: #a94442;
}
.flashSuccess {
    background: #DFF0D8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}

#contact-form p {
    margin-bottom:2px;
}

#contact-info {
	color:#333;
}

#timeline .year {
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	color:#666;
}

#timeline .item {
	margin-left:35px;
	margin-bottom:5px;
	color:#666;
}

#timeline a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#contact-info {

}



#page-content {
	color: #333;
}





.alternate #header {
	height:auto;
	padding:15px 0;
	
}

.alternate #header > a {


}




.alternate #logo {
	float:none;
	margin:0;
	margin-left:15px;	
}


.alternate #menu {
	float:none;
	margin-top:0;
	padding:0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}

.alternate #menu > li {
	display: inline-block;
	float:none;
}

#frontpage.alternate #container {
    padding: 0;
    width: 980px;
}

.alternate #container {
    padding: 0;
    width: 980px;
}


.alternate #content {
    padding: 0 15px 20px 15px;

}


.alternate #menu li a {

	color:#555;
}

.alternate #menu li a:hover {

	color:#0fb64c;
}


#frontpage.alternate #content {
  padding: 0 10px 20px;
	clear: both;
}



.alternate #tiles .thumb {
    height: 133px;
    margin: 0;
    padding: 0;
    width: 230px;
}

#menu-wrapper {

}


.alternate #tiles .item { 
	text-decoration:none;
	margin-bottom:15px;
	width:230px;
	height:170px;
}

.alternate #tiles .item span {
	display:block;
	color:#333;
	font-weight:bold;
	font-size:13px;
}


.alternate #tiles .item span{
	display:block;
	color:#333;
	text-decoration:none;
}


.alternate #menu li.expandable > a {
    background: url(https://archimental.com/app/webroot/img/menu-arrow-black.png) no-repeat 95% 50%;
}


#menu .sub li.pink a:hover {
    color: #fa2f82;
}

#fb-link {
	float: right;
	margin:15px 20px 0px 0px;
}

#nav {
}

#nav > a {
    display: none;
}

#nav li {
    position: relative;
    list-style: none;
}
 
#nav > ul {
}

#nav > ul > li {
    height: 100%;
    float: left;
}

#nav li ul {
    display: none;
    position: absolute;
    top: 100%;
    background:#fff;
    padding:0;
}

#nav li:hover ul {
    display: block;
}
        
#nav ul ul a {
	font-size:14px;
}
    
#menu li.pink a:hover {
    color: #fa2f82;
}

#menu #mini-logo {
	display:none;
}
/*
     FILE ARCHIVED ON 22:42:12 Jan 19, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:41:32 Nov 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.712
  exclusion.robots: 0.077
  exclusion.robots.policy: 0.064
  esindex: 0.01
  cdx.remote: 57.372
  LoadShardBlock: 211.194 (3)
  PetaboxLoader3.datanode: 245.984 (4)
  load_resource: 133.404
  PetaboxLoader3.resolve: 63.345
*/