@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
  padding: 0;
  margin: 0;
  background:#ffffcc;
  background:url(images/am-bg.jpeg) no-repeat center top;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	color: #ffffcc;
	font-style: normal;
	
	}
a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #ffffcc;
	text-decoration: none;
	
	
	}
	
a:visited  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #ffcc99;
	text-decoration: none;
	
	}
	
a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color:#FF6600;
	text-decoration:none;
	
	}

#wrapper{
	width:1024px;
  	margin-left:auto;
  	margin-right:auto;
  	padding-left:30px;
  	padding-right:40px;
}
#header{
	width:1024px;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #ffffcc;
	font-style: normal;
	margin-right:5px;
}

.headerTextRight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #ffffcc;
	font-style: normal;
	margin-right:15px;
	
	
	}
.dottedLine{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffcc;
	padding-bottom:13px;
	
	}
	

#content{	
	text-align:center;
	width:1024px;
}
#leftCol{
	margin:0px 0px 5px 15px;
	border-right: 1px dashed #ffffcc;
	padding-right:10px;
	width:300px;
}

#midCol{
	background-color:ffffcc;
	text-align:center;
	border:1px med #ffffcc;
	width:620px;
	height:300px;
}
#midCol img{
	width:500px;
	height:300px;
	text-align:center;
	vertical-align:middle;
}
.selectedProjects{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#330000;
	margin:3px;
	padding-left:10px;
	background-color:#ffffcc;
	
}


.captionTextLarger {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 20px;
	color: #ffffcc;
	padding-top: 2px;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	
	}
	
.captionTextLargerLighter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #ffffcc;
	padding-top: 2px;
	font-style: normal;
	}
.introSmall{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffcc;
	padding-top: 2px;
	font-style: normal;
	
}	
.captionTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #ff6600;
	font-weight: normal;
	font-style: italic;
	}

.smallAtBottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #ffffcc;
	margin:5px 10px;
	text-align:left;
	padding-left:15px;
	background-color:ff6600;
	}
.imageCaption{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #ffffcc;
	margin:5px 10px;
	text-align:left;
	padding-left:15px;
}
.imageCaption p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #ff6600;
	
	text-align:right;
	padding-right:35px;
}

#portfolio{
	margin-top:15px 0px 5px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffcc;
	margin-bottom:5px;
	

}
#portfolioNavInside{
text-align:left;
vert-align:middle;
margin:2px 10px;
padding-left:20px;

}

#orange a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #ff6600;
	font-weight: normal;
	font-style: italic;
}

#orange a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #ffffcc;
	font-weight: normal;
	font-style: italic;
}

#orange a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #ffcc99;
	font-weight: normal;
	font-style: italic;
}

.footer{
	padding:3px 3px 3px 20px;
	background-color:#ff6600;
	color:#ffffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-align:center;
	margin-left:10px;
	
}
.clear {
	clear: both;
}
	

