*{
	margin: 0px;
	padding: 0px;
	border:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.99em;
	line-height: 22px;
}

html{
	height: 100%;
}

body{
	position:relative;
	background-color: #cde6fc;	
	text-align: center;

}

a {
	outline: none;
}

a:link, a:active, a:visited{
	color: #a63642;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


ul{
	list-style-type: none;
}


.clr{
	clear: both;
}

.large-bg{
	position:absolute;
	width:100%;
	min-width:955px;
	left:0;
}

.top-bg{
	top:0;
}

#wrapper-div{
    margin:0 auto;
	width:955px;
	text-align: center;
	background-color: #cde6fc;
	min-height: 100%;
}

#main-div{
	position:relative;
	min-height: 100%;
}

* html #main-div
{
	height: 100%;
}

/* header */
#header{
	text-align:left;
	height:175px;
	border-bottom: 1px solid #000;
	vertical-align:bottom;
}

#new-img{
	position:absolute;
	top:70px;
	left:-20px;
}

#aic-logo{
	position: relative;
	top:100px;
	left:-10px;
	height:100px;
}

#main-logo{
	position:absolute;
	right:-30px;
}

#nav a:link.nav-first{
	padding: 0 40px 0 6px;
}

#nav{
	height:50px;
	background: url(../images/nav/bg.png) repeat-x bottom center;
	border-bottom: 1px solid #000;
	text-align:left;
	position:relative;
	z-index: 1;
}

#nav ul{
	list-style:none;
}

#nav li{
	display:inline;
}

#nav a:link, #nav a:visited {
		float: left;
		padding:0 40px;
	}

#nav a:hover, #nav .current {
	background: url(../images/nav/current-bg.png) repeat-x bottom center;
	}
	
 #nav .current{
 	cursor: default;
 }

/* content */
#content{
	position:relative;
	z-index: 1;
	text-align:left;
	min-height:620px;
}

.text-box{
	margin-bottom: 50px;
}

.text-box-left{
	float:left;
	margin-top:75px;
	width: 362px;
	padding:0px 6px;
}



.text-box-right{
	margin-top:400px;
	float:right;
	width: 362px;
}


/* footer */
#footer{
	z-index:100;
	position:relative;
	width:955px;
	margin: 0 auto;
	height:25px;
	border-top: 1px solid #FFF;	
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: 0.8em;
	padding-top:2px;
}

#footer ul{
	list-style: none;
}

#footer li{
	display:inline;
	margin: 0px 50px;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	color: #9e0004;
}

/* work */
.thumb-box{
	width: 520px;
}


.thumb-div{
	position: relative;
	height: 115px;
	width: 115px;
	margin-right: 35px;
	margin-top: 26px;
	overflow: hidden;
	float: left;
	background: url(../images/item-white.png) top no-repeat;
}

.thumb-div img{
	position: absolute;
	top: 0;
	left: 0;
}

.caption{
    float: left;  
    position: absolute;   
    height: 100px;  
    width: 100%;  
	top: 60px;  
    left: 10px;
	font-weight: bold;
	text-transform: uppercase;
}  

.thumb-div a{
	color: #000;
	text-decoration: none;
}

.other-images{
	display:none;
}

.wider{
	width: 470px;
}